<link href="https://fonts.googleapis.com/css?family=Prompt" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
@charset "UTF-8";
/***** Base *****/
@font-face {
    font-family: 'superspace_regular';
    src: url("//theme.zdassets.com/theme_assets/1304520/a9b662dc97db24036686b347b3ed1ee8ee92a01d.woff2") format('woff2'),
         url("//theme.zdassets.com/theme_assets/1304520/a9b662dc97db24036686b347b3ed1ee8ee92a01d.woff2") format('woff');
    font-weight: normal;
    font-style: normal;

}
* {
  box-sizing: border-box; 
}

body {
  background-color: #ffffff;
  color: #333333;
  font-family: "Roboto",Arial, sans-serif; 
	font-size: 16px;
	font-style: normal;
	font-weight:100; 
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.clearit {
  clear:both;
  padding:0;
  margin:0;
}
.acenter {
  text-align:center;
}
.mcenter {
  margin:0 auto;
}
@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 24px !important;
  
}


h2 {
  font-size: 22px !important;
}

h3 {
  font-size:18px !important;
 font-family: Roboto,Arial, sans-serif;
}
h3.nw-catetitle {
  font-size: 26px;
  font-weight: normal;
  color: #0288d1;    
  font-family: Kanit, Tahoma, Verdana, sans-serif;
  border-bottom:#cccccc solid 2px;
  padding-bottom:10px;
}

h4 {
  font-size: 16px !important;
}

a {
  color: #379ee5;
  text-decoration: none;
  font-size: 16px;
  font-weight: 100;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
}

input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border .12s ease-in-out;
}

input:focus {
  border: 1px solid #379ee5;
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("//theme.zdassets.com/theme_assets/1304520/27f536d448438fdd88b4004a3223bcc153fb621d.svg") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}

select:focus {
  border: 1px solid #379ee5;
}

select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #ddd;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}

textarea:focus {
  border: 1px solid #379ee5;
}

.container {
 max-width: 100%;/*   1160px; */
  margin: 0 auto;
  padding: 0 5%;
}

div.container-max {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0%;
}



@media (min-width: 1160px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}

@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.dropdown-toggle::after {
  color: inherit;
}

/***** Buttons *****/
.button, [role="button"] {
  border: 1px solid #379ee5;
  border-radius: 4px;
  color: #379ee5;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}

@media (min-width: 768px) {
  .button, [role="button"] {
    width: auto;
     font-size: 16px;
  }
}

.button::after, [role="button"]::after {
  color: #379ee5;
}

.button:hover, .button:active, .button:focus, .button[aria-selected="true"], [role="button"]:hover, [role="button"]:active, [role="button"]:focus, [role="button"][aria-selected="true"] {
  background-color: #379ee5;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
}
.button-large, input[type="submit"] {
   padding: 10px 50px 10px 50px;
   font-size: 15px;
   border-radius: 3px;
   border: 0 solid #fff;
   color: #ffffff;
   background-color: #0f5bda;
}

.button[aria-selected="true"]:hover, .button[aria-selected="true"]:focus, .button[aria-selected="true"]:active, [role="button"][aria-selected="true"]:hover, [role="button"][aria-selected="true"]:focus, [role="button"][aria-selected="true"]:active {
  background-color: #1568a1;
  border-color: #1568a1;
}

.button[data-disabled], [role="button"][data-disabled] {
  cursor: default;
}


.button-secondary {
  color: #666;
  border: 1px solid #ddd;
  background-color: transparent;
}

.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #333333;
  border: 1px solid #ddd;
  background-color: #f7f7f7;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
}

@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}

.table th,
.table th a {
  color: #666;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

[dir="rtl"] .table th, [dir="rtl"]
.table th a {
  text-align: right;
}

.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}

.table td {
  display: block;
}

@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}

@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}

.form-field input:focus {
  border: 1px solid #379ee5;
}

.form-field input[type="text"] {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.form-field input[type="text"]:focus {
  border: 1px solid #379ee5;
}

.form-field input[type="checkbox"] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}

.form-field .nesty-input:focus {
  border: 1px solid #379ee5;
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type="checkbox"] + label {
  margin: 0 0 0 10px;
}

.form-field.required > label::after {
  content: "*";
  color: #f00;
  margin-left: 2px;
}

.form-field p {
  color: #666;
  font-size: 12px;
  margin: 5px 0;
}

[data-loading="true"] input,
[data-loading="true"] textarea {
  background: transparent url("//theme.zdassets.com/theme_assets/1304520/6aae8ce36967837f706ac36deff4b753e43977a4.gif") 99% 50% no-repeat;
  background-size: 16px 16px;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #666;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}

.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}

.form .suggestion-list li {
  padding: 10px 0;
}

.form .suggestion-list li a:visited {
  color: #1568a1;
}

/***** Header *****/
.header {
  max-width: 100%;
  /*margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;*/
}

@media (min-width: 1160px) {
  .header {
    width: 100%;
  }
}

.logo img {
  max-height: 37px;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}

.user-nav[aria-expanded="true"] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}

.user-nav[aria-expanded="true"] > a {
  display: block;
  margin: 20px;
}

.nav-wrapper a {
  border: 0;
  color: #379ee5;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}

@media (min-width: 768px) {
  .nav-wrapper a {
    display: inline-block;
  }
}

[dir="rtl"] .nav-wrapper a {
  padding: 0 0 0 20px;
}

.nav-wrapper a:hover, .nav-wrapper a:focus, .nav-wrapper a:active {
  background-color: transparent;
  color: #379ee5;
  text-decoration: underline;
}

.nav-wrapper a.login {
  display: inline-block;
}

.nav-wrapper .icon-menu {
  display: inline-block;
  margin-right: 10px;
  color: #379ee5;
}

@media (min-width: 768px) {
  .nav-wrapper .icon-menu {
    display: none;
  }
}

[dir="rtl"] .nav-wrapper .icon-menu {
  margin-left: 10px;
  margin-right: 0;
}
li.top-margin {
    margin-top: 10px;
}

input[type="search"].txt-SearchDomain {
    color: #0052cd;
    width: 350px;
    height: 45px;
    font-size: 16px;
    font-weight: 300;
    border-radius: 2px;
  	background-color: #fff;
    border: 1px solid #ccc;
  	padding: 4px 6px;
}
.btn-search-domain{
	border: none;
	color: #FFFFFF;
	background-color: #FF8732;
	padding:7px 30px;
	font-size:20px; 
	font-weight: 600;
	text-decoration:none; 
	margin-top: -9px; 
	border:1px solid  #FF8732;
	border-radius: 2px;
}
.btn-search-domain:hover {
	border:1px solid  #FFA565;
	color:  #FFF;
	background-color: #FFA565;
  border-radius: 2px;
  padding:8px 30px;
	font-size:20px; 
	font-weight: 600;
	text-decoration:none; 
	margin-top: -9px; 
}
/***** User info in header *****/
.user-info {
  display: inline-block;
}

.user-info .dropdown-toggle::after {
  display: none;
}

@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}

.user-info > [role="button"] {
  border: 0;
  color: #379ee5;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.user-info > [role="button"]:hover {
  color: #379ee5;
  background-color: transparent;
}

.user-info > [role="button"]::after {
  color: #379ee5;
  padding-right: 15px;
}

[dir="rtl"] .user-info > [role="button"]::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}

@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}

#user #user-name:hover {
  text-decoration: underline;
  
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}

.avatar img {
  height: 40px;
  width: 40px;
}

.avatar .icon-agent::before {
  background-color: #379ee5;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  color: #ffffff;
  content: "\1F464";
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 14px;
}

/***** Footer *****/
.footer {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
}

.footer a {
  color: #666;
}

.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}

.footer-language-selector {
  color: #666;
  display: inline-block;
  font-weight: 300;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 30px 0 30px 0;
  padding: 10px 0px 0px 0px;
}

@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}

.breadcrumbs li {
  color: #666;
  display: inline;
  font-weight: 300;
  font-size: 16px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs li + li::before {
  content: ">>";
  margin: 0 4px;
  color: #1473e691;
}

.breadcrumbs li a:visited {
  color: #1473e6;
}
.breadcrumbs li a.searchVisit {
  font-size: 20px;
  color:#1a0dab;
}
.breadcrumbs li a.searchVisit:visited {
  color:#609;
}

/***** Search field *****/
.search {
  position: relative;
}

.search input[type="search"] {
  border: 1px solid #ddd;
  border-radius: 30px;
  box-sizing: border-box;
  color: #999;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
  -webkit-appearance: none;
  width: 100%;
}

[dir="rtl"] .search input[type="search"] {
  padding-right: 40px;
  padding-left: 20px;
}

.search input[type="search"]:focus {
  border: 1px solid #379ee5;
  color: #555;
}

.search::before {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #ddd;
  content: "\1F50D";
  font-size: 18px;
  position: absolute;
  left: 15px;
}

[dir="rtl"] .search::before {
  right: 15px;
  left: auto;
}

.search-full input[type="search"] {
  /*border: 1px solid #fff;*/
  border: 1px solid #ddd; 
  border-radius:7px;
  height:60px;
  box-shadow:3px 4px 6px rgba(0,0,0,0.3);
}

/***** Hero component *****/
.hero {
  background: url(https://netway.co.th/templates/netwaybysidepad/images/bg-kb-img-2018-2.png); 
            background-position: top center;
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-position: top;
            padding: 0 20px;
            text-align: center;
            background-size: cover;
            height: 420px;
}

.hero-inner {
  /*position: relative;*/
  /*top: 40%;*/
/*top: 50%;*/   
  /*right: 20%;*/  
  /*transform: translateY(-50%);*/
  max-width: 610px;
  margin: 0;
  padding-top:20px;
}
@media (min-width: 1600px) {
  .hero {
  background-size:cover ;
  height: 450px;
  }
  .hero-inner {
  padding-top:30px;
	}
}
@media (max-width: 767px) {
  .hero {
  	height: 280px;
    background: linear-gradient(to right, #ec2F4B, #009FFF);
    background-size: 165%;
    height: 230px;
  }
  .hero-inner { 
    right:auto;  
    max-width: 100%;
    margin: 0 auto;
    padding-top:0px;
  }
  .hero-inner h1, .hero-inner p {
  margin-bottom: 20px;
	}
}
.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5px 0  20px 0;
  padding:0;
  border-bottom:#cccccc solid 2px;
}

@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    margin: 5px 0  20px 0;
  }
}

.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}

.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}

.page-header-description {
  line-height: 1.6em;
  font-weight: 300;
  margin: 15px 0px 15px 15px;
  word-break: break-word;
}

@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}

.page-header .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}
.sub-nav-phone {
  display: unset;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}


@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .sub-nav-phone {
    align-items: baseline;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}

@media (min-width: 768px) {
  .sub-nav-phone input[type="search"] {
    min-width: 300px;
  }
}
.sub-nav input[type="search"]::after {
  font-size: 15px;
}

.sub-nav-phone input[type="search"]::after {
  font-size: 15px;
}


.nw-slogan1 { 
    padding: 10px 20px;
    color: #454545;
    text-align: center;
    font-size: 36px !important;
    font-weight: 500;
    font-family: prompt,Tahoma,Verdana,sans-serif;
}


  
}
.nw-slogan2 { 
	padding:0; 
	margin:0 0 30px 0;  
	color:#333;
	text-align:center;
	font-size:22px; 
	font-weight:400;  
	font-family:  Tahoma, Verdana, sans-serif;  
}
@media (max-width: 767px) {
  
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.nw-bgcategories {
  padding: 60px 0 0px 0;
  margin: 40px 0 40px 0;
  background:#f8f9fb;
}
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
.nw-blocks-list {
  display: block;
  float:left;
  padding: 0;
  margin: 0 0 40px 0;
  width:33%;
}
.nw-blocks-list {
 /* display: block;
  float:left;
  padding: 0;
  margin: 0 0 20px 0;
  width:33%;*/
  
      display: flex;
    flex: 1 0 340px;
    flex-direction: column;
}
.nw-blocks-list a, .nw-blocks-list a:hover{
  text-decoration:none;
  color:#333;
}
.nw-blocks-list a:hover{
  text-decoration:none;
}

.nw-blocks-title, .nw-blocks-title:hover {
 	color:#333;
  font-size:24px;
  margin: 0 0 10px 0;
  text-decoration:none;
  display: inline-flex;
}
.nw-blocks-title:hover {
 	color:#333;
}
.nw-blocks-list ul {
  padding: 0 0 0 35px;
  list-style: url("//theme.zdassets.com/theme_assets/1304520/88dafe9fcb7cdee6853496f91f30bf5e7779f29f.gif");
  color:#ccc;
}
.nw-blocks-list ul li a, .nw-blocks-list ul li a:hover{
  color:#333;
  font-size:20px;  
  font-family: 'Lato', Tahoma, Verdana, sans-serif;
  font-weight:normal;
  padding:5px;
}
.nw-blocks-list ul li a:hover{
  text-decoration:underline;
}

.icon-nw-service{
    margin-right:20px; 
    margin-top:-5px;  
    margin-bottom:10px;
    width: 80px;
    height: 80px;
    display: inline-block;
  	border-radius:5px;
}
.icon-payment, .icon-payment:hover {
    background:#9fadc7 url("//theme.zdassets.com/theme_assets/1304520/7ee754be6fd125134823387d20dfb8c30c9fe84d.png") no-repeat top center;
}
.icon-service, .icon-service:hover {
    background:#9fadc7 url("//theme.zdassets.com/theme_assets/1304520/cc8dea83ee12ea5decb3534a48b7b13816881cfe.png") no-repeat top center;
}
.icon-domain, .icon-domain:hover {
    background:#9fadc7 url("//theme.zdassets.com/theme_assets/1304520/452e216e639dd84a09f6dc68c636121fe893dbc8.png") no-repeat top center;
}
.icon-email, .icon-email:hover {
    background:#9fadc7 url("//theme.zdassets.com/theme_assets/1304520/461193d258a02b9eba78a618f228f3f927974814.png") no-repeat top center;
}
.icon-hosting, .icon-hosting:hover {
    background:#9fadc7 url("//theme.zdassets.com/theme_assets/1304520/662c37fd6ac38b84d33db3bf6587641b50521e34.png") no-repeat top center;
}
.icon-ssl, .icon-ssl:hover {
    background:#9fadc7 url("//theme.zdassets.com/theme_assets/1304520/a04a3eb0d730e890dfcaa55c68e3a65967e0752b.png") no-repeat top center;
}
.icon-cloud, .icon-cloud:hover {
    background:#9fadc7 url("//theme.zdassets.com/theme_assets/1304520/fc294f2518ca3928de011f57d7440125aab23a44.png") no-repeat top center;
}

.icon-software, .icon-software:hover {
    background:#9fadc7 url("//theme.zdassets.com/theme_assets/1304520/f1f906e9706b2aa43e0d90cb09c1d39345c90b34.png") no-repeat top center;
}
.icon-zendesk, .icon-zendesk:hover {
    background:#9fadc7 url("//theme.zdassets.com/theme_assets/1304520/d8ab7720988e4f7339bb679306221628ecbca3ed.png") no-repeat top center;
}
.icon-edm, .icon-edm:hover {
    background:#9fadc7 url("//theme.zdassets.com/theme_assets/1304520/746fbe88d5d865717af75fed9ba5efd188c3229d.png") no-repeat top center;
}


.nw-blocks-list h4 {
   font-family: 'Kanit', Tahoma, Verdana, sans-serif;
}
.nw-blocks-list h4:hover span {
    background-color:#fd972b;
}
.nw-border {
  border:#cccccc solid 1px;
  padding:20px 10px;
  border-radius:5px;
}



@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}
@media (max-width: 767px) {
  .nw-blocks-list {
    display: block;
    float:none;
    padding: 0;
    width:100%;
  }
}
.blocks-item {
  border: 1px solid #379ee5;
  border-radius: 4px;
  box-sizing: border-box;
  color: #379ee5;
  display: flex;
  flex: 1 0 340px;
  flex-direction: column;
  justify-content: center;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}

.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #379ee5;
}

.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #ffffff;
  text-decoration: none;
}

.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}

.blocks-item-internal .icon-lock::before {
  content: "\1F512";
  font-size: 15px;
  bottom: 5px;
  position: relative;
}

.blocks-item-internal a {
  color: #333333;
}

.blocks-item-link {
  color: #379ee5;
  padding: 20px 30px;
}

.blocks-item-link:hover, .blocks-item-link:focus, .blocks-item-link:active {
  text-decoration: none;
}

.blocks-item-title {
  margin-bottom: 0;
}

.blocks-item-description {
  font-weight: 300;
  margin: 0;
}

.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .section {
    margin-bottom: 30px;
  }
}

.section h2 {
  margin-bottom: 10px;
  text-align: center;
}
h2.recent-activity-header {

  text-align: center;
  font-weight: normal;
  color: #ff522d;
  font-family: Kanit, Tahoma, Verdana, sans-serif;
  border-bottom: #cccccc solid 2px;
  padding-bottom: 16px;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}

.promoted-articles-item {
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 100%;
    
    /* Three columns on desktop */
  }
  [dir="rtl"] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}

.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}

.promoted-articles-item a {
  border-bottom: 1px solid #ddd;
  color: #333333;
  display: block;
  padding: 15px 0;
  font-size:18px;
}

.promoted-articles-item:last-child a {
  border: 0;
}

@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 0px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}

.community-image {
  min-height: 300px;
  background-image: url(//theme.zdassets.com/theme_assets/1304520/e58c5e8c3ebf94cbbc4d3669def0adbd7d0ff479.svg);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}

.community,
.activity {
  /*border-top: 1px solid #ddd;*/
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}

.recent-activity-list {
  padding: 0;
}

.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0 10px 0;
}
.recent-activity-item:last-child {
  border-bottom: 0px solid #ddd;
}
.recent-activity-item-parent {
  font-size: 22px;
}
.recent-activity-item-parent:hover{
  font-size: 22px;
  color :#0052cc;
  text-decoration: underline;
    
    
}

.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  color: #333333;
  display: inline-block;
  width: 100%;
}

@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}

.recent-activity-item-link {
  font-size: 18px;
  font-weight: normal
}
.recent-activity-item-link:hover{
  font-size: 18px;
  font-weight: normal
  text-decoration: underline;
}


.recent-activity-item-meta {
  margin: 15px 0 0 0;
  float: none;
}

@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir="rtl"] .recent-activity-item-meta {
    float: left;
  }
}

.recent-activity-item-time, .recent-activity-item-comment {
  color: #666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.recent-activity-item-comment {
  padding-left: 5px;
}

[dir="rtl"] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}

.recent-activity-item-comment::before {
  display: inline-block;
}

.recent-activity-item-comment span::before {
  color: #379ee5;
  content: "\1F4AC";
  display: inline-block;
  font-size: 15px;
  padding-right: 3px;
  vertical-align: middle;
}

[dir="rtl"] .recent-activity-item-comment span::before {
  padding-left: 3px;
}

.recent-activity-controls {
  padding-top: 15px;
}

/***** Category pages *****/
.category-container {
  /*display: flex;*/
  justify-content: flex-end;
}

.category-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}

.section-tree .section {
  flex: initial;
}

@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%;
    /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}

.section-tree .icon-lock::before {
  vertical-align: baseline;
}

.section-tree-title {
  margin-bottom: 0;
  background:#f2f2f2;
  padding:10px 10px;
  border-radius:4px;
}

.section-tree-title a {
  color: #333333;
}

.section-tree .see-all-articles {
  display: block;
  padding: 15px 10px;
}
.article-list {
  padding: 0 12px;
}
.article-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}

.article-list-item a {
  color: #333333;
}

.icon-star::before {
  color: #379ee5;
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  /*display: flex;*/
  justify-content: flex-end;
}

.section-content {
  flex: 1;
}

@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}

.section-subscribe .dropdown-toggle::after {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}

@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 0 30px;
  }
}

.article-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}

.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;

}

@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}

.article-author {
  margin-bottom: 10px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    /* Take entire row */
  }
}

.article-title .icon-lock::before {
  content: "\1F512";
  font-size: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}
h1.article-title {
  color:#555;
  font-size: 22px;
  background-color: transparent;
}
.article [role="button"] {
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}

@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
    font-size: 16px;
  }
}

.article-info {
  max-width: 100%;
}

.article-meta {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.article-body img {
  height: auto;
  max-width: 100%;
}

.article-body ul, .article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.article-body ul > ul, .article-body ol > ol, .article-body ol > ul, .article-body ul > ol {
  margin: 0;
}

.article-body ul {
  list-style-type: disc;
}

.article-body a:visited {
  color: #1568a1;
}

.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.article-body > p:last-child {
  margin-bottom: 0;
}

.article-content {
  line-height: 1.6;
  margin: 0px 0;
  word-wrap: break-word;
  font-size: 16px;

}

.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.article-comment-count {
  color: #666;
  font-weight: 300;
}

.article-comment-count:hover {
  text-decoration: none;
}

.article-comment-count .icon-comments {
  color: #379ee5;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
  border-right: 1px solid #ddd;
}
.article-sidebar ul {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
  }
}

.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}

.article-relatives > * {
  flex: 1 0 auto;
  margin-right: 0;
}

.article-relatives > *:last-child {
  margin: 0;
}

@media (min-width: 768px) {
  .article-relatives > * {
    margin-right: 20px;
  }
}

.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
  font-size: 16px;
}

.article-vote {
  background: transparent;
  border: 1px solid #379ee5;
  color: #379ee5;
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
  font-size: 16px;
}

.article-vote::before {
  font-size: 10px;
  margin-right: 10px;
}

[dir="rtl"] .article-vote::before {
  margin-right: 0;
  margin-left: 10px;
}

.article-vote::after {
  content: attr(title);
  /* Yes/No label*/
}

.article-vote:focus, .article-vote:active {
  background-color: transparent;
  color: #379ee5;
}

.article-vote:hover {
  background-color: #379ee5;
}

.article-vote:hover::before, .article-vote:hover::after, .article-vote[aria-selected="true"]::before, .article-vote[aria-selected="true"]::after {
  color: #ffffff;
}

.article-vote-up::before {
  content: "\2713";
}

.article-vote-down::before {
  content: "\2715";
}

.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}

.article-return-to-top {
  border-top: 1px solid #ddd;
}

@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}

.article-return-to-top a {
  color: #333333;
  display: block;
  padding: 20px 0;
}

.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}

.article-return-to-top .icon-arrow-up::before {
  font-size: 16px;
  margin-left: 5px;
}

[dir="rtl"] .article-return-to-top .icon-arrow-up::before {
  margin-right: 10px;
}

.article-unsubscribe {
  background-color: #379ee5;
  color: #ffffff;
  text-decoration: none;
}

.article-unsubscribe:hover {
  background-color: #1568a1;
  border-color: #1568a1;
}

.sidenav-title {
  font-size: 22px;
  position: relative; 
  padding-top: 10px;
  color: #555555;
}

.sidenav-item {
  border-radius: 0px;
  color: #0088cc;
  display: block;
  font-weight: 300;
  margin-bottom: 0px;
  padding: 10px 0px;
  border-bottom:#cccccc solid 1px;
}


.sidenav-item:hover {
    border-radius: 0px;
    color: #0088cc;
    display: block;
    font-weight: 300;
    margin-bottom: 0px;
    padding: 10px 0px;
    border-bottom: #cccccc solid 1px;
}

.sidenav-item.current-article{
  /*background-color: #379ee5;*/
  color:gray;
  text-decoration: none;
}

.recent-articles h3,
.related-articles h3 {
  font-size: 22px;
  margin: 20px 0;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.attachments .attachment-item:last-child {
  margin-bottom: 0;
}

.attachments .attachment-item::before {
  color: #333333;
  content: "\1F4CE";
  font-size: 15px;
  left: 0;
  position: absolute;
  top: 5px;
}

[dir="rtl"] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}

[dir="rtl"] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #666;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share a {
  border-radius: 50%;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 25px;
}

.share a::before {
  color: #666;
  display: block;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

.share a:hover {
  text-decoration: none;
}

.share a:hover::before {
  color: #379ee5;
}

.share-twitter::before {
  content: "\e901";
}

.share-facebook::before {
  content: "\e903";
}

.share-linkedin::before {
  content: "\e900";
}

.share-googleplus::before {
  content: "\e902";
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
}

.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}

.comment-overview p {
  margin-top: 0;
}

.comment-callout {
  color: #666;
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 0;
}

.comment-callout a {
  color: #379ee5;
}

.comment-sorter {
  display: inline-block;
  float: right;
}

.comment-sorter a {
  color: #666;
  font-weight: 300;
  font-size: 13px;
  text-decoration: none;
}

[dir="rtl"] .comment-sorter {
  float: left;
}

.comment-wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.comment-wrapper.comment-official {
  border: 1px solid #379ee5;
  padding: 40px 20px 20px;
}

@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}

.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}

[dir="rtl"] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}

.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}

.comment-avatar {
  margin-right: 10px;
}

[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.comment-meta {
  flex: 1 0 auto;
}

.comment-labels {
  flex-basis: 100%;
}

@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}

.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}

.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}

.comment-container {
  width: 100%;
}

.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}

@media (min-width: 768px) {
  [dir="ltr"] .comment-form-controls {
    text-align: right;
  }
}

.comment-form-controls input[type="submit"] {
  margin-top: 15px;
}

@media (min-width: 1024px) {
  .comment-form-controls input[type="submit"] {
    margin-left: 15px;
  }
  [dir="rtl"] .comment-form-controls input[type="submit"] {
    margin-left: 0;
    margin-right: 15px;
  }
}

.comment-form-controls input[type="checkbox"] {
  margin-right: 5px;
}

.comment-form-controls input[type="checkbox"] [dir="rtl"] {
  margin-left: 5px;
}

.comment-ccs {
  display: none;
}

.comment-ccs + textarea {
  margin-top: 10px;
}

.comment-attachments {
  margin-top: 10px;
}

.comment-attachments a {
  color: #379ee5;
}

.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

.comment-body img {
  height: auto;
  max-width: 100%;
}

.comment-body ul, .comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.comment-body ul > ul, .comment-body ol > ol, .comment-body ol > ul, .comment-body ul > ol {
  margin: 0;
}

.comment-body ul {
  list-style-type: disc;
}

.comment-body a:visited {
  color: #1568a1;
}

.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: inline-block;
  text-align: center;
  width: 35px;
}

.vote a {
  outline: none;
}

.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #666;
  display: block;
  margin: 3px 0;
}

[dir="rtl"] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up:hover::before,
.vote-down:hover::before {
  color: #379ee5;
}

.vote-up::before, .vote-down::before {
  color: #666;
  font-size: 24px;
}

.vote-up::before {
  content: "\2B06";
}

.vote-down::before {
  content: "\2B07";
}

.vote-voted::before {
  color: #379ee5;
}

.vote-voted:hover::before {
  color: #1568a1;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0;
  /*Avoid collapsing elements in Safari*/
}

.actions .dropdown-toggle {
  font-size: 0;
  margin: 15px 0;
}

.actions .dropdown-toggle:hover::before, .actions .dropdown-toggle:focus::before, .actions .dropdown-toggle:active::before {
  background-color: #f7f7f7;
}

.actions .dropdown-toggle::before {
  background-color: transparent;
  border-radius: 50%;
  color: #666;
  content: "\2699";
  display: block;
  font-size: 13px;
  margin: auto;
  padding: 5px;
}

/***** Community *****/
.community-hero {
  background-image: url(//theme.zdassets.com/theme_assets/1304520/ea0fc49e94c74884940bd530924916ea87035a5f.svg);
  margin-bottom: 10px;
}

.community-footer {
  padding-top: 50px;
  text-align: center;
}

.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}

.community-header {
  margin-bottom: 30px;
}

.community-header h4 {
  margin-bottom: 0;
}

.post-to-community {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}

.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}

@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}

.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}

@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}

.community-follow .dropdown {
  width: 100%;
}

.community-follow [role="button"] {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  .community-follow [role="button"] {
    width: auto;
  }
}

.community-follow [role="button"]:hover {
  background-color: #379ee5;
}

.community-follow [role="button"]:hover::after, .community-follow [role="button"]:focus::after {
  border-color: #ffffff;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected="true"] {
  background-color: #379ee5;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected="true"]::after {
  border-left: 1px solid #ffffff;
  color: #ffffff;
}

.community-follow [role="button"][aria-selected="true"]:hover {
  background-color: #1568a1;
  border-color: #1568a1;
}

.community-follow [role="button"]::after {
  border-left: 1px solid #379ee5;
  content: attr(data-follower-count);
  color: #379ee5;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}

@media (min-width: 768px) {
  .community-follow [role="button"]::after {
    position: static;
  }
}

[dir="rtl"] .community-follow [role="button"]::after {
  border-left: 0;
  border-right: 1px solid #379ee5;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}

.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}

@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}

.striped-list-info {
  flex: 2;
}

.striped-list-title {
  color: #379ee5;
  margin-bottom: 10px;
  margin-right: 5px;
}

.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}

.striped-list-title:visited {
  color: #1568a1;
}

.striped-list .meta-group {
  margin: 5px 0;
}

.striped-list-count {
  color: #666;
  font-weight: 300;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}

@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}

.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}

.striped-list-count-item:last-child::after {
  display: none;
}

.striped-list-number {
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .striped-list-number {
    color: #333333;
    display: block;
    font-weight: 400;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}

.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}

.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #379ee5;
}

.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}

[dir="rtl"] .status-label-official {
  left: 30px;
  right: auto;
}

.status-label-pending, .status-label-not-planned {
  background-color: #eee;
  color: #666;
}

.status-label-pending {
  text-align: center;
}

.status-label-open {
  background-color: #e03b30;
}

.status-label-closed {
  background-color: #ddd;
}

.status-label-solved {
  background-color: #999;
}

.status-label-new {
  background-color: #ffd12a;
}

.status-label-hold {
  background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold {
  text-transform: lowercase;
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}

@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}

.post-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}

.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}

.post-header .status-label {
  vertical-align: super;
}

.post-title {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}

.post-title h1 {
  display: inline;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}

.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}

.post-avatar {
  margin-bottom: 30px;
}

.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}

.post-info-container {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.post-info {
  flex: 1;
}

@media (min-width: 1024px) {
  .post-info {
    padding-right: 20px;
  }
}

[dir="rtl"] .post-info {
  padding-left: 45px;
  padding-right: 0;
}

.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}

[dir="rtl"] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}

.post-body img {
  height: auto;
  max-width: 100%;
}

.post-body ul, .post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}

.post-body ul > ul, .post-body ol > ol, .post-body ol > ul, .post-body ul > ol {
  margin: 0;
}

.post-body ul {
  list-style-type: disc;
}

.post-body a:visited {
  color: #1568a1;
}

.post-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}

.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}

.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #666;
  font-style: italic;
  padding: 0 15px;
}

.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.post-comment-count {
  color: #666;
  font-weight: 300;
}

.post-comment-count:hover {
  text-decoration: none;
}

.post-comment-count .icon-comments {
  color: #379ee5;
  content: "\1F4AC";
  display: inline-block;
  font-size: 18px;
  padding: 5px;
}

.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir="rtl"] .post-sidebar {
    padding: 0 50px 0 0;
  }
}

.post-sidebar h5 {
  font-weight: 600;
}

@media (min-width: 1024px) {
  .post-sidebar h5 {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
}

.post-comments {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex-direction: column;
  max-height: 45px;
  overflow: hidden;
  font-size: 14px;
}

@media (min-width: 768px) {
  .collapsible-nav {
    border: 0;
    height: auto;
    flex-direction: row;
    max-height: none;
  }
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}

.collapsible-nav-list li {
  color: #333333;
  line-height: 45px;
  order: 1;
}

@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir="rtl"] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}

.collapsible-nav-list li a {
  color: #333333;
  display: block;
}

@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}

.collapsible-nav-list li[aria-selected="true"] {
  order: 0;
  position: relative;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"] {
    border-bottom: 4px solid #379ee5;
    order: 1;
    padding: 15px 0 11px 0;
  }
}

.collapsible-nav-list li[aria-selected="true"] a {
  color: #333333;
}

.collapsible-nav-list li[aria-selected="true"]::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 0;
}

@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected="true"]::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-nav-list li[aria-selected="true"]::after {
  left: 0;
  right: auto;
}

.collapsible-nav[aria-expanded="true"] {
  max-height: none;
}

.collapsible-nav[aria-expanded="true"] li[aria-selected="true"]::after {
  content: "\2715";
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}

@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}

.collapsible-sidebar[aria-expanded="true"] {
  max-height: none;
}

.collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
  content: "\2715";
}

@media (min-width: 1024px) {
  .collapsible-sidebar[aria-expanded="true"] .collapsible-sidebar-title::after {
    display: none;
  }
}

.collapsible-sidebar-title {
  margin-top: 0;
}

.collapsible-sidebar-title::after {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  content: "\25BE";
  position: absolute;
  right: 10px;
}

@media (min-width: 1024px) {
  .collapsible-sidebar-title::after {
    display: none;
  }
}

[dir="rtl"] .collapsible-sidebar-title::after {
  left: 10px;
  right: auto;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 0px;
  box-shadow: 4px 0 4px rgba(0,0,0,0.5);
  z-index: 1;
  position: relative;
}

.my-activities-sub-nav {
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
}
.nw-brand {
  font-size:16px;  
  color:#000;
  /*font-family: Kanit, Tahoma, Verdana, sans-serif;*/
}


@media (min-width: 768px) {
  .my-activities-sub-nav li:hover {
    border-bottom: 4px solid #ddd;
  }
}

.my-activities-sub-nav li[aria-selected="true"] {
  border-color: #379ee5;
}

.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}

@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.my-activities-table thead {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}

.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}

@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}

.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}

.my-activities-table td:not(:first-child) {
  display: none;
}

@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}

.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}

.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}

.requests-table-toolbar .request-table-filter {
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}

.requests-table-toolbar .request-filter {
  display: block;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir="rtl"] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}

.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}

.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}

@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}

.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}

@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir="rtl"] .requests-table-toolbar .organization-subscribe, [dir="rtl"]
  .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}

.requests-table-toolbar .organization-unsubscribe {
  background-color: #379ee5;
  color: #ffffff;
}

.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}

.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}

.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}

.requests-table-toolbar + .requests {
  margin-top: 40px;
}

.requests .requests-table-meta {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}

.requests .requests-table thead {
  display: none;
}

@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}

.requests .requests-table-info {
  display: block;
}

@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}

.requests .requests-table .requests-link {
  position: relative;
}

.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
.subscriptions-unsubscribe a {
  background: #379ee5;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .subscriptions-unsubscribe a {
    width: auto;
  }
}

.subscriptions-unsubscribe a:hover {
  background-color: #1568a1;
  text-decoration: none;
}

.subscriptions-table td:last-child {
  display: block;
}

@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}

.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}

.subscriptions-table .user-avatar {
  margin-right: 10px;
}

.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}

@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #666;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}

.request-container .comment-container {
  min-width: 0;
}

.request-breadcrumbs {
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}

.request-main {
  flex: 1 0 auto;
  order: 1;
}

.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}

.request-main .comment-fields.shown {
  display: block;
}

.request-main .request-submit-comment.shown {
  display: inline;
}

@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}

.request-main .comment-form-controls {
  display: block;
}

.request-main .comment-ccs {
  display: block;
}

.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  cursor: pointer;
  display: flex;
  padding: 8px 15px;
  width: 100%;
}

.request-main .comment-show-container.hidden {
  display: none;
}

.request-main .comment-show-container-content {
  align-self: center;
  color: #666;
  margin-left: 10px;
}

.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .form-field.comment-ccs > ul[data-hc-focus="true"] {
  border: 1px solid #379ee5;
}

.request-main .form-field.comment-ccs > input[type="text"] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}

.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}

.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #379ee5;
}

.request-main input#mark_as_solved {
  display: none;
}

.request-title {
  width: 100%;
}

@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}

.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}

@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}

.request-sidebar h5 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1024px) {
  .request-sidebar h5 {
    display: none;
  }
}

.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}

.request-details:last-child {
  border: 0;
}

.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}

.request-details dd {
  padding: 0 10px;
  width: 60%;
}

.request-details dd::after {
  content: "\A";
  white-space: pre;
}

.request-details dt {
  color: #666;
  font-weight: 300;
  width: 40%;
}

.request-details .request-collaborators {
  display: inline-block;
}

.request-attachments dt, .request-attachments dd {
  width: 100%;
}

.request-attachments dd {
  margin: 10px 0 0 0;
}

.request-form textarea {
  min-height: 120px;
}

.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}

.pagination * {
  display: inline-block;
}

.pagination li {
  border-radius: 50%;
  height: 36px;
  float: left;
  margin-left: 4px;
  width: 36px;
}

@media (min-width: 768px) {
  .pagination li {
    height: 30px;
    width: 30px;
  }
}

[dir="rtl"] .pagination li {
  float: right;
}

.pagination li:hover:not(.pagination-current) {
  background-color: #f3f3f3;
}

.pagination li:hover:not(.pagination-current) span, .pagination li:hover:not(.pagination-current) a {
  color: #333333;
  text-decoration: none;
}

.pagination a, .pagination span {
  font-size: 15px;
  color: #666;
  padding: 10px 12px;
}

@media (min-width: 768px) {
  .pagination a, .pagination span {
    font-size: 13px;
    padding: 5px 12px;
  }
}

.pagination-current {
  background-color: #379ee5;
}

.pagination-current a, .pagination-current span {
  color: #ffffff;
}

.pagination-first {
  border-radius: 3px 0 0 3px;
}

[dir="rtl"] .pagination-first {
  border-radius: 0 3px 3px 0;
}

.pagination-last {
  border-radius: 0 3px 3px 0;
}

[dir="rtl"] .pagination-last {
  border-radius: 3px 0 0 3px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #666;
  font-size: 13px;
  font-weight: 300;
}

.meta-data:not(:last-child)::after {
  content: "\00B7";
  margin: 0 5px;
}

/***** Icons *****/
[class^="icon-"]::before,
[class*=" icon-"]::before,
.icon,
.search::before,
.recent-activity-item-comment span::before,
.article-vote::before,
.attachments .attachment-item::before,
.share a::before,
.vote-up::before,
.vote-down::before,
.actions .dropdown-toggle::before,
.collapsible-nav-list li[aria-selected="true"]::after,
.collapsible-sidebar-title::after,
.search-result-votes::before,
.search-result-meta-count::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "\1F512";
}

.icon-star::before {
  content: "\2605";
}

.icon-linkedin::before {
  content: "\e900";
}

.icon-twitter::before {
  content: "\e901";
}

.icon-googleplus-::before {
  content: "\e902";
}

.icon-facebook::before {
  content: "\e903";
}

.icon-agent::before {
  content: "\1F464";
}

.icon-close::before {
  content: "\2715";
}

.icon-arrow-up::before {
  content: "\2B06";
}

.icon-arrow-down::before {
  content: "\2B07";
}

.icon-attachments::before {
  content: "\1F4CE";
}

.icon-comments::before {
  content: "\1F4AC";
}

.icon-search::before {
  content: "\1F50D";
}

.icon-vote::before {
  content: "\1F44D";
}

.icon-handle::before {
  content: "\25BE";
}

.icon-check::before {
  content: "\2713";
}

.icon-gear::before {
  content: "\2699";
}

.icon-menu::before {
  content: "\2630";
}

.icon-article::before {
  content: "\1F4C4";
}

.icon-post::before {
  content: "\1F4D4";
}

.icon-notification-alert::before {
  content: "\26A0";
}

.icon-notification-error::before {
  content: "\00D7";
}

.icon-notification-info::before {
  content: "\2139";
}

.icon-notification-success::before {
  content: "\2714";
}
.icon-compose::brfore{
  content: "\1F4DD";
}


/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}

[dir="rtl"] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 65px;
  height: 65px;
}

.profile-avatar .icon-agent::before {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.profile-header .basic-info .name {
  margin: 0;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir="rtl"] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.profile-header .options [data-action="edit-profile"] {
  background-color: #379ee5;
  border: 0;
  color: #ffffff;
  line-height: normal;
  padding: 8px 20px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #666;
  font-weight: 300;
  flex: 0 0 100px;
  margin-right: 10px;
}

[dir="rtl"] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir="rtl"] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}

@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir="rtl"] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}

@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #379ee5;
  border-radius: 4px;
  color: #379ee5;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}

.profile-private-badge::after {
  content: "\1f512";
  margin-left: 5px;
  font-family: "copenhagen-icons";
  vertical-align: middle;
  line-height: 15px;
}

@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  border: 0;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}

@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #666;
  font-weight: 300;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}

.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}

.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}

[dir="rtl"] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}

@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}

@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir="rtl"] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}

@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir="rtl"] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-list > .profile-contribution::before {
  left: 0;
  position: absolute;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
  line-height: 25px;
}

[dir="rtl"] .profile-contribution-list > .profile-contribution::before {
  right: 0;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}

[dir="rtl"] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}

[dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}

@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir="rtl"] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.profile-section .private-activity::before {
  content: "\1f512";
  font-family: "copenhagen-icons";
  font-style: normal;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
  margin-right: 10px;
}

[dir="rtl"] .profile-section .private-activity::before {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir="rtl"] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir="rtl"] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}

[dir="rtl"] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}

@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir="rtl"] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}

[dir="rtl"] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}

@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir="rtl"] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity::before {
  position: absolute;
  left: 0;
  width: 28px;
  border-radius: 50%;
  content: "";
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: 50% 50%;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  color: #ccc;
  font-family: "copenhagen-icons";
}

[dir="rtl"] .profile-activity::before {
  right: 0;
}

@media (min-width: 768px) {
  .profile-activity::before {
    left: -14px;
  }
  [dir="rtl"] .profile-activity::before {
    right: -14px;
  }
}

.profile-articles > .profile-contribution::before,
.profile-activity-list > li[class$="-article"]::before {
  content: "\1f4c4";
}

.profile-posts > .profile-contribution::before,
.profile-activity-list > li[class$="-post"]::before {
  content: "\1f4d4";
}

.profile-comments > .profile-contribution::before,
.profile-activity-list > li[class$="-comment"]::before {
  content: "\1f4ac";
  line-height: 35px;
}

/***** Search results *****/

a.topic-search{
    font-size: 22px;
    color: #000;
    cursor: pointer;
}
a.topic-search:hover{
    font-size: 22px;
    color: #1a0dab;
    cursor: pointer;
}


.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}

.search-results-column {
  flex: 1;
}

@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 100%;
  }
}

.search-results-list {
  margin-bottom: 25px;
}

.search-results-list > li {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}

.search-results-list > li:first-child {
  border-top: 2px solid #6f9ae4;
}

.search-result-description {
  margin-top: 20px;
  font-size:16px;
}

.search-result-votes, .search-result-meta-count {
  color: #666;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
}

.search-result-votes::before, .search-result-meta-count::before {
  color: #379ee5;
}

[dir="ltr"] .search-result-votes, [dir="ltr"] .search-result-meta-count {
  margin-left: 5px;
}

[dir="ltr"] .search-result-votes::before, [dir="ltr"] .search-result-meta-count::before {
  margin-right: 3px;
}

[dir="rtl"] .search-result-votes, [dir="rtl"] .search-result-meta-count {
  margin-right: 5px;
}

[dir="rtl"] .search-result-votes::before, [dir="rtl"] .search-result-meta-count::before {
  margin-left: 3px;
}

.search-result-votes::before {
  content: "\1F44D";
}

.search-result-meta-count::before {
  content: "\1F4AC";
}

.search-result .meta-group {
  align-items: center;
}

.search-result-breadcrumbs {
  margin: 0;
}

.search-result-breadcrumbs li:last-child::after {
/*   content: "·"; */
  display: inline-block;
  margin: 0 5px;
}

/*netway*/
/**top-style.css**/
/********* Start Topmenu ********/
.topmenu{
	background:#103546; 
	height:auto; 
	color:#8c8c8c; 
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	border-bottom:#515151 solid 1px; 
	margin:0; 
	padding:10px 0 0 0; 
}
.topmenu .fa{
	font-size:16px; 
	margin-right:3px; 
}
.topmenu img{
	padding-top:7px;
}
.topmenu .hotline{
	padding-top:10px; 
	vertical-align:middle; 
	color:#FFFFFF; 
	padding-left:15px;
}
.topmenu .hotline b{ 
	font-weight:bold; 
	color:#ffffff;
}
.topmenu .hotline i{ 
    font-weight:normal; 
    color:#979797;
}
ul#navtop{ margin: 0; padding: 0; list-style: none; position: relative; }

@media only screen and ( max-width: 40em ) /* 640 */
{
		ul#navtop { 
      margin: 0 auto; 
      width:300px;
  }
}
ul#navtop ul {
     width: auto; /* Sub Menu Width */
     margin: 0;
     padding:0;
     list-style: none;
     display: none;
     position: absolute;
     top: 100%;
     left: 0; 
     z-index:100; 
}

ul#navtop ul ul, ul#navtop ul ul ul { 
    top: 0; 
    left: 100%;  
}
ul#navtop li {  
    float: left;
    display: inline; 
    position: relative;
	margin: 0;
    padding:0; 
}
ul#navtop ul  { 
	 border:#CCCCCC solid 0px;
}
ul#navtop ul li { 
    width: 100%; 
    display: block; 
	margin: 0;
    padding:0;
}

/* Navigator top Root Menu */

ul#navtop li div#user div#user-dropdown , ul#navtop li div#user div#user-dropdown div#user-menu{
	 background-color: #e4edff;
   color: #fff;
}


span#user-name{
  color:#0052cd; 
}
.user-info > [role="button"]::after {
color: #0052cc;
}


ul#navtop a {
    padding: 3px 18px; 
 	margin: 0; 
    white-space:nowrap;
    display: ; 
    text-decoration: none; 
	color:#FFFFFF; 
	font-weight: normal; 	
	border:0; 
	font-family:tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px; 
	-webkit-transition: 0s;
	-moz-transition: 0s;
	transition: 0s;;
}
ul#navtop ul li{
	background-color:#f2f2f2;
}
ul#navtop li {
  padding: 5px;
}

ul#navtop li a:hover {
	color: #000; 
	/*background:#fff;*/
}
/* Root Menu Hover Persistence */
ul#navtop a:hover,ul#navtop li:hover a,ul#navtop li.iehover a {
   color: #000; 
	background:#fff;
}

/* 2nd Menu */
ul#navtop li:hover li a, ul#navtop li.iehover li a {
    float: none;
	color: #666666;
	font-size:12px; 
	padding: 1px 10px; 
	margin: 0; 
}
/* 2nd Menu Hover Persistence */
ul#navtop li:hover li a:hover {
     background: #cccccc;
	 color: #0486e1;
}

/* Hover Function - Do Not Move */
ul#navtop li:hover ul ul,ul#navtop li:hover ul ul ul, ul#navtop li.iehover ul ul, ul#navtop li.iehover ul ul ul {
     display: none; 
 }
ul#navtop li:hover ul,ul#navtop ul li:hover ul,ul#navtop ul ul li:hover ul,ul#navtop li.iehover ul,ul#navtop ul li.iehover ul,ul#navtop ul ul li.iehover ul { 
    display: block; 
      margin: 0;
}
.sub_menu{background-color: #999999; color:#FFFFFF; font-size:13px; font-weight:bold; padding: 1px 10px; cursor:default;}
/********* End Topmenu ********/

.clearit{ 
	clear:both; 
	padding:0;
	 margin:0;
}
.left{ 
	float:left;
}
.right{ 
	float:right;
}
.txt{ 
	color:#ff7b00; 
	font-weight:bold;

}
.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}
#global-menu ul{ 
		list-style: none; margin:0 0 0 0; padding:2px 0 0px 0;}
		#global-menu
		{
			font-weight: 400;
			position: absolute;
			font-family:tahoma, Verdana, Arial, Helvetica, sans-serif; 
			font-size:16px; 
			z-index:20; 
		}

			#global-menu > a
			{
				display: none;
			}

			#global-menu li
			{
				position: relative;
			}
				#global-menu li a
				{
					color: #3a3a3a;
					display: block; 
					
				}
				#global-menu li a:active
				{
					background-color: #52a1da !important;
					text-decoration: underline;
				}

			#global-menu span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; 
				border-bottom: none;
				border-top-color: #C1C1C1;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; 
			}

			/* first level */

			#global-menu > ul
			{
				height: 2.1em; /* 60 */
				background-color: #103546;
				
			}
				#global-menu > ul > li
				{
					width: auto;
					float: left;
					-webkit-transition: 0.7s;
					-moz-transition: 0.7s;
					transition: 0.7s;
				}
					#global-menu > ul > li > a
					{
						font-size: 0.85em; /* 24 */
						text-align: center;
						padding:6px 10px 8px 10px; 
						-webkit-transition: 0.7s;
						-moz-transition: 0.7s;
						transition: 0.7s;
						color: #8f8f8f;
						text-decoration: none;
					}
						#global-menu > ul > li:not( :last-child ) > a
						{
							/*border-right: 1px solid #cccccc;*/
						}
						#global-menu > ul > li:hover > a,
						#global-menu > ul:not( :hover ) > li > a.active
						{
							background-color: #52a1da; 
							color:#FFFFFF;
						
						}
						


				/* second level */

				#global-menu li ul
				{
					background-color: #fff;
					border-top:#52a1da solid 10px;
					display: none;
					position: absolute;
					top: 100%; 
					width:580px;
					color:#383737;
					font-family:'supermarket', tahoma, Verdana, Arial, Helvetica, sans-serif; 
				}
					#global-menu li:hover ul li
					{
						font-size:14px; 
						line-height:1.6em;
						font-family:'supermarket', tahoma, Verdana, Arial, Helvetica, sans-serif; 
					}
					#global-menu li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
						padding:5px; 
						
						
						border: 1px solid #52a1da;
						border-top: 0;
						font-family:'supermarket', tahoma, Verdana, Arial, Helvetica, sans-serif; 
					}
						#global-menu li:not( :first-child ):hover ul
						{
							left: -1px;
							font-family:'supermarket', tahoma, Verdana, Arial, Helvetica, sans-serif; 
						}
						#global-menu li ul a
						{
							/*border-top: 1px solid #52a1da;*/
							padding:2px 8px; 
							font-size:16px; 
							font-family:'supermarket', tahoma, Verdana, Arial, Helvetica, sans-serif; 
							color:#383737;
						}
							#global-menu li ul li a:hover,
							#global-menu li ul:not( :hover ) li.active a
							{
								/*background-color: #52a1da;*/
								color:#52a1da;
								padding:2px 8px;
							}


		@media only screen and ( max-width: 62.5em ) /* 1000 */
		{
			#global-menu
			{
				width: 100%;
				position: static;
				margin: 0;
			}
		}

		@media only screen and ( max-width: 40em ) /* 640 */
		{
			
            .bgnavigator br { display:none;}
			#global-menu
			{
				position: relative;
				top: auto;
				right: 0; 
				padding-top: 7px;
				padding-bottom:5px;
			}
				#global-menu > a
				{
					width: 3.125em; /* 50 */
					height: 3.125em; /* 50 */
					text-align: left;
					text-indent: -9999px;
					background-color: #183546;
					position: relative; 
					margin:0 auto; 
					
				}
					#global-menu > a:before,
					#global-menu > a:after
					{
						position: absolute;
						top: 35%;
						left: 25%;
						right: 25%;
						content: '';
					}
					#global-menu > a:after
					{
						top: 60%;
					}

				#global-menu:not( :target ) > a:first-of-type,
				#global-menu:target > a:last-of-type
				{
					display: inline;
				}


			/* first level */

			#global-menu > ul
			{
				height: auto;
				display: none;
				position: absolute;
				left: 0;
				right: 0; 
				background-color:#efefef; 
			}
				#global-menu:target > ul
				{
					display: block;  
				}
				#global-menu > ul > li
				{
					width: 100%;
					float: none;
				}
					#global-menu > ul > li > a
					{
						height: auto;
						text-align: left;
						padding: 0.5em 0.8em; /* 20 (24) */ 
						font-size:20px; 
						
					}
						#global-menu > ul > li:not( :last-child ) > a
						{
							border-right: none;
							border-bottom: 1px solid #c1c1c1; 
							
						}


				/* second level */

				#global-menu li ul
				{
					position: static;
					padding: 1.25em; /* 20 */
					padding-top: 0;
					color:#fff;
					width:100%; 
					border:0;
				}
				#global-menu li ul li ul
				{
					border:0;
				}
				#global-menu li ul li
				{
					padding: 3px;
				}
				#global-menu li ul li a
				{
					font-size:18px;
				}
		}



.clearit{ 
	clear:both; 
	padding:0;
	 margin:0;
}
.left{ 
	float:left;
}
.right{ 
	float:right;
}
.txt{ 
	color:#ff7b00; 
	font-weight:bold;

}
.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}


@media (min-width:480px){
	.txt-top{ 
		padding-top:15px;
	}
}

@media (max-width:767px){
	.topmenu .hidden-logo{ display:none;}
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: none !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
 }
 
 #inside-menu ul{ 
		list-style: none; margin:0 0 0 0; padding:2px 0 0px 0;}
		#inside-menu
		{
			font-weight: 400;
			position: absolute;
			font-family:tahoma, Verdana, Arial, Helvetica, sans-serif; 
			font-size:16px; 
			z-index:20; 
		}

			#inside-menu > a
			{
				display: none;
			}

			#inside-menu li
			{
				position: relative;
			}
				#inside-menu li a
				{
					color: #3a3a3a;
					display: block; 
					
				}
				#inside-menu li a:active
				{
					background-color: #52a1da !important;
					text-decoration: underline;
				}

			#inside-menu span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #52a1da;
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}
 
 #inside-menu > ul
			{
				height: 2.1em; /* 60 */
				background-color: #ffffff;
				margin: -5px 0 0 90px !important;
			}
				#inside-menu > ul > li
				{
					width: auto;
					float: left;
					-webkit-transition: 0.7s;
					-moz-transition: 0.7s;
					transition: 0.7s;
				}
					#inside-menu > ul > li > a
					{
						font-size: 1.2em;
						text-align: center;
						padding:25px 10px 20px 10px; 
						-webkit-transition: 0.7s;
						-moz-transition: 0.7s;
						transition: 0.7s;
						color: #000000;
						text-decoration: none;
					}
						#inside-menu > ul > li:not( :last-child ) > a
						{
							/*border-right: 1px solid #cccccc;*/
						}
						#inside-menu > ul > li:hover > a,
						#inside-menu > ul:not( :hover ) > li > a.active
						{
							background-color: #DAEAEF; 
							color:#000000;
						
						}

/*************hamberger menu***********/
.bgnav-mobile {
background: #2d3767;
margin: 5px 0 0 0;
padding: 0;
}

.nav .caret {
  border-top-color: #285e84;
  border-bottom-color: #285e84;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}
.dropdown-menu{
  margin-left: -168px !important;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before,
.navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
  
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before,
.navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse { 
  max-height: 380px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.collapse{
	padding:0px;
	margin:0px; 
}
.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding: 5px 3px;
  font-size: 18px;
  line-height: 20px; 
  color:#FFFFFF;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding:6px 5px;
  margin: 0px;
  margin-right: 0px;
  margin-bottom: 2px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
@media (min-width: 769px) {
	.sd-bgcheckdomain{
		background: #a8bd99 url(../images/bg-checkdimain.png) left top no-repeat;
		display:block; 
		width:100%; 
		padding:30px 0 15px 0; 
		margin:0;
	}
	.sd-bgcheckdomain-mobile{
		display:none;
	}
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-default, .bgnav-mobile {
  background: #183546;  /* Navigator */
  margin:0;
  padding:0;
}
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
	line-height:40px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}

.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .bgnav{
	background: #285e84; 
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .bgnav{
	background: #fff; 
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }

}


.navbar-default .navbar-brand {
  color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #bdd6e7;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav > li > a {
	margin:0px;
	padding:0.2em 1em;
	font-size:16px; 
	font-weight:normal; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #fff;
	background: #183546;/* Navigator */
	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;  
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	margin:0px;
	padding:0.2em 1em;
	font-size:16px; 
	font-weight:normal; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #fff;
	background: #25aae1;
		
	border-radius: 0px; 	
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px;	
		
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;  	
}
.navbar-default .navbar-nav > li > a:hover{
	background: #25aae1;	
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	margin:0px;
	margin-right:5px;
	padding:0.2em 1em;
	font-size:16px; 
	font-weight:normal; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #fff;
	background: #25aae1;
		
	border-radius: 0px; 	
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px;		
	
	-moz-transition:color 0.3s ease-out;
	-webkit-transition:color 0.3s ease-out;
	-o-transition:color 0.3s ease-out;
	transition:color 0.3s ease-out;
}
.nav li.active{
	margin:0px;
	padding:0.2em 1em;
	font-size:16px; 
	font-weight:normal; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #fff;
	background: #25aae1;
		
	border-radius: 0px; 	
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px;	
		
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s; 
}
.nav li.active a{
	color: #fff;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #b9b9b9;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #1c3b51;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #c9dbe8;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #285e84;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;

}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #25aae1;
}
.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #285e84;
  border-bottom-color: #285e84;
}

@media (max-width: 767px) {
	
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #8ec63f;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #fff;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}



/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://p5.zdassets.com/hc/theme_assets/1304520/115000070588/fontawesome-webfont.eot?v=4.3.0');
  src: url('https://p5.zdassets.com/hc/theme_assets/1304520/115000070588/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('https://p5.zdassets.com/hc/theme_assets/1304520/115000070588/fontawesome-webfont.woff?v=4.3.0') format('woff2'), url('https://p5.zdassets.com/hc/theme_assets/1304520/115000070588/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('https://p5.zdassets.com/hc/theme_assets/1304520/115000070588/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('https://p5.zdassets.com/hc/theme_assets/1304520/115000070588/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";

}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}

/*!
 * Bootstrap Responsive v2.3.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}
#mainmenu a {
	font-size:13px;
}
ul#navigator a {
   font-size:13px; 	 
}
#mainmenu a {
   font-size:13px; 	 
}
ul#navtop a {
    font-size:12px;
	 
} 
ul#leftmenu a { 
	font-size:16px; 
}
.banner .l_banner{ 
	background-color:#FFFFFF; 
	float:left;
	padding:0 0 6px 0; 
}
.banner .r_banner{ 
	background-color:#FFFFFF;
	float:right; 
}
.banner .l_banner img{
	max-width:100%; 
	height: auto; 
}
.banner .r_banner img{
	max-width:100%;
	height: auto; 
}
.topmenu a, .topmenu a:visited, .topmenu a:hover, .topmenu a:active{ 
	font-size:12px;
}
.in-page .border{ 
	min-height:15em;
	font-size:13px; 
}
.in-page .border a, .in-page .border a:visited, .in-page .border a:hover, .in-page .border a:active{ 
	font-size:13px; 
}
.in-page .learntitle{ 
	font-size:14px; 
	height:6.5em;
}
.mar30{ 
	margin-left:30px;
}
.footer a{ 
	font-size:12px;
}
.home .hpadl{ 
	padding-left:20px;
	border-left:#d7d7d7 solid 1px;
}
.home .partnertitle{ 
	padding-left:30px;
}
.home .coloborder{ 
	border-right:#c2c2c2 dashed 1px; 
}
.home .border{ 
	border-right:#c2c2c2 dashed 1px; 
}
.imgnone{ 
	display: block;
}
.home .cloumn{ 
	float:left;
}
.home .one{ 
	width:100%;
}
.home .two{ 
	width:49%;
}
.home .three{ 
	width:33%;
}
.home .four{ 
	width:24.4%;
}
.boxpartner{
	width:142px; 
	margin-right:2px;
	margin-bottom:3px; 
	float:left;
}	
.mobile-menu{ display: none;}
.main-menu, #navtop li.main-menu{ display:block;}
.feed h4 a{
		font-size:13px;
	}
iframe {
	  max-width: 100%;
	}
.team-nowrap{ 
	white-space:nowrap;
}
.h-it-as-service .business{ 
	font-size:50px; 
}
.h-it-as-service h2{ 
	font-size:32px;  
}
.ITaaS .line{  
	background: url(../images/ITaaS-line.png) right bottom no-repeat; 
}
.ITaaS .line2{  
	background: url(../images/ITaaS-line2.png) right bottom no-repeat; 
}
.ITaaS .line3{  
	background: url(../images/ITaaS-line3.png) right bottom no-repeat; 
}
.mobile-box{ width: 100%; overflow: auto; }

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .mobile-menu{ display: none;}
  .main-menu, #navtop li.main-menu{ display:block;}
  	.span-google-l {
	  width: 110px; 
	  text-align:center;
	  padding:0 0 0 0; 
	  margin:0; 
	}
	.span-google-r {
	  width: 500px;
	  padding:0; 
	  margin:0;  
	}
	.contact-privacy { 
		line-height:2em; 
	}
	.contact-privacy a.btn-contact, .contact-privacy a.btn-contact:visited, .contact-privacy a.btn-contact:hover, .contact-privacy a.btn-contact:active{ 
		text-align:center; 
		margin:0 auto; 
		margin-top:15px; 
		line-height:2em; 
	}
	.page_container .jumpto-block {width:95%;}
	.page_container .jumpto-block .span4 {width:94%;}
	.page_container .jumpto-block .span12 {width:100%;}
	.page_container .jumpto-block h2.pri-tab {width:100%;}
	.price-plan .bg-price{ padding:7px 30% 0px 30%;}
	.portfolio div.span4{ width:100%; height:auto; margin:0;clear:both;}
}

@media (max-width: 767px) {
	body { 
		font-size:16px;
	}
	.mobile-center{
	text-align:center;
	}
	#mainmenu a {
		font-size:16px;
	}
	ul#navigator a {
		font-size:16px;
	}
  	.hidden-desktop {
    	display: inherit !important;
  	}
  	.visible-desktop {
    	display: none !important;
  	}
  	.visible-phone {
		display: inherit !important;
  	}
	.hidden-phone {
    	display: none !important;
  	}
    .banner .l_banner{ 
		background-color:#FFFFFF; 
		float:left;
		padding:0 0 6px 0; 
	}
	.banner .r_banner{ 
		background-color:#FFFFFF;
		float:right; 
	}
	.banner .l_banner img{
		max-width:100%; 
		height: auto; 
	}
	.banner .r_banner img{
		max-width:95%;
		height: auto; 
	}
		
	.home .cloumn{ 
		float:left;
	}
	.home .one{ 
		width:100%;
	}
	.home .two{ 
		width:49%;
	}
	.home .three{ 
		width:100%;
	}
	.home .four{ 
		width:99%;
	}
	.home .hpadl{ 
		padding-left:0px;
		border-left:#d7d7d7 solid 0px;
	}
	.home .partnertitle{ 
		padding-left:0px;
	}
	.home .border{ 
		border-right:#c2c2c2 dashed 1px; 
	}
	.mobile-menu{ display: none;}
  	.main-menu, #navtop li.main-menu{ display:block;}
	.span-google-l {
	  width: 110px; 
	  text-align:center;
	  padding:0 0px 0 0; 
	  margin:0; 
	}
	.span-google-r {
	  width: 400px;
	  padding:0; 
	  margin:0;  
	}
	.contact-privacy { 
		line-height:2em; 
	}
	.contact-privacy a.btn-contact, .contact-privacy a.btn-contact:visited, .contact-privacy a.btn-contact:hover, .contact-privacy a.btn-contact:active{ 
		text-align:center; 
		margin:0 auto; 
		margin-top:15px; 
		line-height:2em; 
	}
	.h-it-as-service .business{ 
		font-size:50px; 
		padding:10px 25px; 
	}
	.h-it-as-service h2{ 
		font-size:32px;  
		padding:10px 25px;
	}
	.ITaaS .icon-composition .span3{
		width:45%;
	}
	.ITaaS .icon-composition .span3{
		width:50%;
	}
	.ITaaS .line, .ITaaS .line2, .ITaaS .line3{  
		background: none; 
	}	
	.ITaaS .icon-composition div.span3{ 
		width:50%; 
		float:left; 
	}
	.website-menus div.span4{	
		width:100%;
	}
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}

@media (min-width: 1200px) {

#slider1_container	{left:90px;}
body { 
	font-size:14px;
}
.spmarr{ 
	margin-right:12px;
}
#mainmenu a {
	font-size:13px;
}
 ul#navigator a {
   font-size:13px; 
	 
}
ul#navtop a {
    font-size:12px;
	 
} 
ul#leftmenu a { 
	font-size:16px; 
}
.topmenu a, .topmenu a:visited, .topmenu a:hover, .topmenu a:active{ 
	font-size:12px;
}
ul.rvg-leftmenu {
	width:240px; 
}
  ul.rvg-leftmenu a, ul.rvg-leftmenu a:hover, ul.rvg-leftmenu a:visited, ul.rvg-leftmenu a:active, .chlidren li a, .chlidren li a:visited, .chlidren li a:hover, .chlidren li a:active {
	font-size:16px; 
  }
.in-page .border{ 
	min-height:15em;
	font-size:13px; 
}
.in-page .border a, .in-page .border a:visited, .in-page .border a:hover, .in-page .border a:active{ 
	font-size:13px; 
}
.in-page .learntitle{ 
	font-size:14px; 
	height:6.5em;
}
.mar30{ 
	margin-left:30px;
}
.footer a{ 
	font-size:12px;
}
.home .cloumn{ 
	float:left;
}
.home .one{ 
	width:940px;
}
.home .two{ 
	width:470px;
}
.home .three{ 
	width:310px;
}
.home .four{ 
	width:230px;
}
.home .coloborder{ 
	border-left:#c5c5c5 solid 1px;
	border-right:#8b8b8b solid 1px;
}
.website-menus div.span4{	
	width:33.333%;
}
.mobile-menu{ display: none;}
.main-menu, #navtop li.main-menu{ display:block;}
  .row {
   /* margin-left: -30px;*/
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
/* margin-left: 30px; */
  }
  .container, 
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 1200px;
}
  
.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 650px;
}

.span7 {
  width: 540px;
}
.span6-kb {
  width: 535px;
}
.span6 {
  width: 460px;
}
.home .span6 {
  width: 460px; 
  margin:0;
}
.span5 {
  width: 380px;
}

.span4 {
  width: 290px;
}

.span3 {
  width: 210px;
}
.footer .span2 {
  width: 190px; 
  margin:0;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.span01 {
  width: 120px;
}
.span03 {
  width: 235px; 
  margin:0 1px 0 0;  
  padding:0; 
}
	.span-google-l {
	  width: 110px; 
	  text-align:center;
	  padding:0 0px 0 0; 
	  margin:0; 
	}
	.span-google-r {
	  width: 840px;
	  padding:0; 
	  margin:0;  
	}

  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {

    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .sm .row-fluid .span4 {
    width: 33.33%;
    *width: 33.33%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
  .domain-bgback .span2{
  	padding-left:50px;
  }
	.price-plan .bg-price{ padding:7px 5px 0px 50px;}

}

@media (min-width: 768px) and (max-width: 979px) {

	.csr .csr-bg{ 
		border:0;
		background:url(../images/csr-bg2.jpg) top left no-repeat;  
		width: auto; 
		height:478px; 
		padding-top:20px; 
	}
	.csr .csr-banner p{ 
		color:#000; 
		font-size:30px; 
		line-height:1.2em; 
	}
	.csr .csr-bg .span7, .csr .span8{ 
		width:100%; 
		padding:0; 
		margin:0; 
		padding:10px;
	}
	ul.rvg-leftmenu {
		width:240px; 
	}
	.in-page .border a, .in-page .border a:visited, .in-page .border a:hover, .in-page .border a:active{ 
		font-size:13px; 
	}
  	.span03 {
	  	width: 350px; 
	  	margin:0 1px 0 0;  
	  	padding:0; 
	}
	.mar30{ 
		margin-left:0px;
	}
  	.banner .l_banner{ 
		background-color:#FFFFFF; 
		float:left;
		padding:0 0 6px 0; 
	}
	.banner .r_banner{ 
		background-color:#FFFFFF;
		float:right; 
	}
	.banner .l_banner img{
		max-width:100%; 
		height: auto; 
	}
	.banner .r_banner img{
		max-width:100%;
		height: auto; 
	}
	.in-page .border{ 
		min-height:15em;
		font-size:13px; 
	}
	.in-page .learntitle{ 
		font-size:14px; 
		height:6.5em;
	}
	.home .cloumn{ 
		float:left;
	}
	.home .one{ 
		width:724px;
	}
	.home .two{ 
		width:362px;
	}
	.home .three{ 
		width:240px;
	}
	.home .four{ 
		width:24%;
	}
	.home .coloborder { 
		border-right:0; 
	}
	/*.home .bgbox{ 
		margin: 0px 10px;
	}
	*/
	.imgnone{ 
		display:none;
	}
	.mobile-menu{ display: none;}
	.main-menu, #navtop li.main-menu{ display:block;}
  	.row {
   /*margin-left: -20px;*/
    *zoom: 1;
  	}
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 100%;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 33.33%;
    *width: 33.33%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
  div.domain-bgblue div.span4{
		width: 190px; 
   }
	div.domain-bgblue a, div.domain-bgblue a:visited, div.domain-bgblue a:hover, div.domain-bgblue a:active{ 
	font-size:18px; 
	}
	.website-menus div.span4{	
		width:100%;
	}
}
@media (max-width: 767px)  
  .visible-phone {    
    display: inherit !important; 
}

@media (max-width: 767px) {
.csr .csr-bg{ 
	border:0;
	background:url(../images/csr-bg2.jpg) top left no-repeat;  
	width: auto; 
	height:478px; 
	padding-top:20px; 
}
.csr .csr-banner p{ 
	color:#000; 
	font-size:30px;
	line-height:1.2em; 
}
.csr .csr-bottom{ 
	background: none;
	padding:0px;  
}
ul.rvg-leftmenu {
	width:100%; 
	}
  body {
    padding-right: 20px;
    padding-left: 20px;
	font-size:16px;
  }
  .in-page .row p, .in-page .row div, .in-page .row .span8 li{
  	font-size:18px; 
	line-height:1.6em;
  }
  .in-page .row .span4 h3, .in-page .row .span4 h5 {
  	font-size:20px;
  }
  ul.rvg-leftmenu a, ul.rvg-leftmenu a:hover, ul.rvg-leftmenu a:visited, ul.rvg-leftmenu a:active, .chlidren li a, .chlidren li a:visited, .chlidren li a:hover, .chlidren li a:active {
	font-size:20px; 
	font-weight:bold; 
  }
  .in-page .span12 p{ font-size:16px;}
  .container{margin:0 5px;}
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: -20px;
    margin-left: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  

  
  
  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
  
  .fade.in {
    opacity: 1;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    left: 50%;
    right: 50%;
   }
  .span2 {
	  width: 230px; 
	  margin:0 5px;  
	  padding:0 5px; 
	  float:left; 
	}
  .span2 a{ 
	font-size:18px;
	}
	  .span4 {
	  width: 100%;
	}
	  .span03 {
	  width: 100%; 
	  margin:0 1px 0 0;  
	  padding:0; 
	  float:left;
	}
	.our-solution .span2{
		width: 100%; 
		text-align:center; 
	}
	.our-solution .span4{
		width: 100%; 
	}
	.our-solution .span4 h2{
		width: 100%; 
		text-align:center; 
		color:#262626;
		font-size:22px; 
		font-family:Verdana, Arial, Helvetica, sans-serif; 
		font-weight:normal; 
	}
	.mar30{ 
		margin-left:0px;
	}
	.footer-logo{ display: none;}
	.footer div a.title{ 
		font-size:18px;
	}
	.footer a{ 
		font-size:16px;
	}
	.feed h5{
		font-size:18px;
	}
	.feed h4 a{
		font-size:16px;
	}
	.footer-address{ 
		font-size:16px;
	}
	.in-page .border, .in-page .border a, .in-page .border a:visited, .in-page .border a:hover, .in-page .border a:active{ 
		font-size:18px; 
		line-height:1.5em;
	}
	.in-page .border{ 
		min-height: inherit;
	}
	.in-page .learntitle{  
		font-size:20px; 
		height:4em; 
	}
	.home .mobile-two{ 
		width:100%; 
		display:block; 
		float:none; 
		margin-bottom:20px;
	}
	.home .mobile-two{ 
		width:100%; 
		display:block; 
		float:none;
	}
	.mobile-menu{ display: none;}
	.main-menu, #navtop li.main-menu{ display:block;}
	.home four{ 
		width:100%; 
	}
	div.domain-bgblue a, div.domain-bgblue a:visited, div.domain-bgblue a:hover, div.domain-bgblue a:active{ 
		font-size:24px; 
	}
	.h-it-as-service-content .border, .h-it-as-service-content .border:hover{ 
		margin-bottom:80px;
	}
	.team-nowrap{ 
		white-space: inherit;
	}
	.h-it-as-service div.span3{ 
		display:none;
	}
	.h-it-as-service div.span9 { 
		width:70%;
	}
	.h-it-as-service div.span9 div.content{ 
		display:none;
	}
	.h-it-as-service .business{ 
		font-size:60px; 
		padding:10px 25px; 
	}
	.h-it-as-service h2{ 
		font-size:32px;  
		padding:10px 25px;
	}
}


@media (max-width: 480px) {
	.office365 .o365mobile .span3{ 
		width:100%;
	}
	body { 
		font-size:16px;
	}
	.shmenu1{ display: none;}
	.shmenu2{ display: ;}
	.mobile-menu{ display:block; width:100%;}
	.main-menu, #navtop li.main-menu{ display:none;}
	#mainmenu a {
		font-size:13px;
	}
	 ul#navigator a, ul#navtop a, ul#leftmenu a, .topmenu a, .topmenu a:visited, .topmenu a:hover, .topmenu a:active{ 
		font-size:13px;
	}
	ul.rvg-leftmenu {
		width:100%; 
	}
	.footer-logo{ display: none;}
	.footer a.title{ 
		font-size:20px;
	}
	.footer a{ 
		font-size:16px;
	}
	.span2 {
	  	width: 200px; 
		margin:0 5px;  
		padding:0 5px; 
		float:left; 
	}
	.span03 {
	  	width: 100%; 
	  	margin:0 1px 0 0;  
	  	padding:0; 
	}
	.span01 {
	  	width: 250px; 
	}
	.mar30{ 
		margin-left:0px;
	}
	.banner .l_banner{ 
		float:none;   
		}
	.banner div.r_banner{ 
		float:none;
		width:450px; 
	}
	.banner .r_banner div{ 
		padding:0 0 6px 6px;  
		float:left;
		width:145px; 
		margin-right:5px;
	}
	.banner .r_banner div.clrmarr{ 
		margin-right:0px; 
		width:150px;
	}
	.banner .l_banner img{
		max-width:137%; 
		height: auto; 
	}
	.banner .r_banner img{
		max-width:100%;
		height: auto;
	}
	.imgnone{ 
		display:none;
		}
	.footer-address{ 
		font-size:16px;
	}
	.home .cloumn{ 
		float:left;
	}
	.home .mobile-two{ 
		width:100%; 
		display:block; 
		float:none; 
		margin-bottom:20px;
	}
	.home .mobile-four{ 
		width:100%; 
		display:block; 
		float:none;
		margin-bottom:20px;
	}
	.m-google-train .n1{ 
		display:none;
	}
	.m-google-train .n2{ 
		display:block; 
		max-width:100%; 
		height: auto; 
		text-align:center; 
	}
	.train-google img{
		margin:15px 0;
	}
	.pri-padd-l{ 
		text-align:center;
	}
  .font-size-medium{
        font-size: medium;
  }
	#container .g-bgtab{    
    border-top-left-radius: 0px;     
    -moz-border-top-left-radius: 0px; 
    -webkit-border-top-left-radius: 0px; 
	border-top-right-radius: 0px;     
    -moz-border-top-right-radius: 0px; 
    -webkit-border-top-right-radius: 0px;
	height:82px;
	}
	#container ul.menu li{
		display:block;
	}
	#container ul.menu li.bg-blue, #container ul.menu li.bg-green, #container ul.menu li.bg-red{
	border:0;
	border-top-left-radius: 0px;     
    -moz-border-top-left-radius: 0px; 
    -webkit-border-top-left-radius: 0px;
	border-top-right-radius: 0px;     
    -moz-border-top-right-radius: 0px; 
    -webkit-border-top-right-radius: 0px;
	}
	ul.breadcrumb li a, ul.breadcrumb li a:active, ul.breadcrumb li a:visited{
		font-size:14px;
	}
	.s-form h5 { 
		line-height:1.4em;
		font-size:18px;
	}
	.s-form ul.nav-list li { 
		white-space:nowrap;
		line-height:1.6em;
	}
	.s-form ul.nav-list li a, .s-form ul.nav-list li a:active, .s-form ul.nav-list li a:visited{ 
		font-size:14px;
	}
	/*.home .two{ 
		width:427px; 
		margin-bottom:20px;
	}*/
	/*.home .bgbox{ 
		margin: 0px;
		margin-right: 20px;
	}*/
  	.nav-collapse {
    	-webkit-transform: translate3d(0, 0, 0);
  	}
	 .page-header h1 small {
		display: block;
		line-height: 20px;
	 }
	 input[type="checkbox"],
	 input[type="radio"] {
		border: 1px solid #ccc;
	 }
	 .form-horizontal .control-label {
		float: none;
		width: auto;
		padding-top: 0;
		text-align: left;
	 }
	 .form-horizontal .controls {
		margin-left: 0;
	 }
	 .form-horizontal .control-list {
		padding-top: 0;
	 }
	 .form-horizontal .form-actions {
		padding-right: 10px;
		padding-left: 10px;
	 }
	 .media .pull-left,
	 .media .pull-right {
		display: block;
		float: none;
		margin-bottom: 10px;
	 }
	 .media-object {
		margin-right: 0;
		margin-left: 0;
	 }
	 .modal {
		top: 10px;
		right: 10px;
		left: 10px;
	 }
	 .modal-header .close {
		padding: 10px;
		margin: -10px;
	 }
	 .carousel-caption {
		position: static;
	 }
	#hb_floatingstatus {
		display:none;
	}
	#hb_floatingstatus img{
		display:none;
	}
	.domain-in input {
	background: #fff;
	border: 0;
    padding: 0px;
}
span.domain-in-01 {
	display:none;
}
.domain-in-02 {
	height: 30px;
	background:#fff;
	float: left;
	padding: 2px 5px;
	width:135px;
	border:0;
	border-radius: 0;
}
.domain-in-02 input {
	margin-left:5px; 
	padding-left:5px; 
	font-size:14px;
	width:117px;
	margin:0;
	color:#333; 
	border:0;
	border-radius: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
}
.domain-in-03 {
	width: 100px;
	height: 30px;
	background:#ffffff url(../images/domain-arrow.gif) right center no-repeat; 
	float: left;
	padding: 2px 5px;
	color:#3788c0;
}
.domain-in-03 select {
	width: 101px; 
	margin-left:15px;
}
.button01 input.btn{ 
	margin-top:10px;
}
.sd-logo .col-sm-3, .sd-logo .col-sm-9, .footer .container .span3 { 
	width:100%;
}
.sd-bardomain { 
	background: none; 
}
.sd-bardomain h1{ 
	text-align:center; 
	font-size:20px; 
}
.domain-bgblue .block{	
	background:none; 
}
  div.domain-bgblue a, div.domain-bgblue a:visited, div.domain-bgblue a:hover, div.domain-bgblue a:active{ 
	font-size:24px; 
}
.domain-bgback div.span2{
	width: 100%; 
	text-align:left; 
}
.domain-bgback ul.tldDropDown{  
	margin:0;
	margin-left:-7px; 
}
.domain-bgback div.button01, .domain-bgback .domain-in-01, .domain-bgback .domain-in-02, .domain-bgback .domain-in-03{
	padding:0;
	margin:0 0 0 -10px;
}
.domain-bgback div.button01{
	margin:0;
	padding:0; 
}
.nwright{
	text-align:right;
}
.topmenu-nw .span10, .topmenu-nw .span2 { 
	text-align:center; 
	width:100%;
}
.topmenu-nw .span2 table{ 
	text-align:center; 
	margin:0 auto; 
	width:auto; 
}

}

@media (max-width: 979px) {
	.software .price .span2, .software .price .span4, .software .price .span6{
		text-align:center; 
		width:100%;
	}
	.office365 .span4{ 
		width:100%;
	}
	.office365 .o365mobile .span3{ 
		width:50%;
	}
	.office365 .span2{ 
		width:100%;
	}
body { padding:0; margin:0; overflow-x: hidden;}
	.footer-logo{ display:;}
	 body {
		padding-top: 0;
	  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
	.contact-privacy { 
		line-height:2em; 
	}
	.contact-privacy a.btn-contact, .contact-privacy a.btn-contact:visited, .contact-privacy a.btn-contact:hover, .contact-privacy a.btn-contact:active{ 
		text-align:center; 
		margin:0 auto; 
		margin-top:15px; 
		line-height:2em; 
		white-space:nowrap; 
	}
	.home .partner-bdr1{ 
		margin-right:5px;
	}	
	.home .partner-bdr2{ 
		margin-right:5px;
	}
	
	.support-block{
		width:100%; 
	}
	.support-block .acenter{ 
		text-align:center;
		width:100%;
	}
	.login-tbl .login-bgkey{
		background-image:none; 
		width: auto;
		height: auto;
	}
	.login-tbl .login-key{ 
		margin:10px 0;  
		border-right:#d7d7d7 solid 0px; 
		padding-left:0px;
	}
	.login-tbl .login-inputbox{ 
		border:#e0e0e0 solid 0px; 
		padding:3px 0; 
			border-radius: 5px; 	
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px; 
		margin-right:0px;
		background:#fff; 
		margin-left:23px; 
	}
	.login-tbl .login-inputbox input{ 
		border: #e0e0e0 solid 1px; 
	}
	.login-tbl .service-login div{
		padding:5px; 
		margin:0 0 8px 0;
	}
	.team-nowrap{ 
		white-space: inherit;
	}	
	.ITaaS .line, .ITaaS .line2, .ITaaS .line3{  
		background: none; 
	}
	.ITaaS .icon-composition div.span3{ 
		width:45%;
	}
	.sm .border .span6{ width:100%;}
	.sm .smbanner .span7{ width:100%;}
	.sm .decbanner .span7{ width:100%;}
	.sm .colobanner .span7{ width:100%;}
	.sm .servermaintenance .bgcontent{ height: auto;}
	.sm .servermaintenance .span3{ width:100%;}
	.sm .colo-service .bdrr{ text-align:center; height: auto;border-right:#ff5a00 solid 0px;}
	.website-bg{
		background: none;
		display:block; 
		margin:0px 0 15px 0; 
		padding:10px 10px 0 10px;
		min-height:540px;
	}
	.website-bgbanner .span6{ 
		width:100%; 
	}
	.website-bgbanner h1.titlewebsite{
		font-size:32px; 
	}
	.website-bgbanner h1.title, .website-bgbanner h2.subtitle{
		font-size:40px;
	}
	.emailmarket-bg h1.toptitle, .emailmarket-bg h1.toptitle span{ 
		font-size:28px; 
		text-align:center; 	 
	}
	.emailmarket-bg .content{
		font-size:22px; 
	}
	.manage-service .span4, .website-des .span6, .security .span4{ width:100%; margin-bottom:20px;}
	.banner-supports div.span7, .banner-payment div.span7{ width:100%; text-align: center;}
	.website-service .group .span4, .website-service .group .span4, .website-service .group .span4, .price-plans  .span4{ margin:0; padding:0;  width:100%;}
	.colocation div.span4{	
		width:100%;
		padding:0; 
  		margin:0;
	}
	.colocation .benefits div.span4{	
		width:50%;
  		margin:0 0 20px 0; 
		min-height:70px;
	}
	.colocation .benefits div.span4 div.span4{	
		width:15%;
	}
	.colocation .benefits div.span4 div.span7{	
		width:85%;
		padding:0 0 0 10px; 
  		margin:0;
	}
}

@media (min-width: 980px) {	
	.emailmarket-bg h1.toptitle{ 
		font-size:46px; 	 
	}
	.emailmarket-bg h1.toptitle span{
		font-size:60px;  
	}
	.emailmarket-bg .content{
		font-size:30px; 
	}

.login-tbl .login-bgkey{
	background:url(../images/login-key.gif) top left no-repeat; 
	width:80px;
	height:120px;
}
.login-tbl .login-key{ 
	margin:10px auto;  
	border-right:#d7d7d7 solid 1px; 
	padding-left:40px;
}
.login-tbl .login-inputbox{ 
	border:#e0e0e0 solid 1px; 
	padding:3px 0; 
	    border-radius: 5px; 	
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	margin-right:100px;
	background:url(../images/bgbox.gif) top left repeat-y; 
}
.login-tbl .login-inputbox span{ 
	color:#1a7bbf; 
	font-size:14px; 
	width:90px; 
	display:block; 
	float:left;
	margin-right:5px; 
}
.login-tbl .login-inputbox input{ 
	border:0; 
	width:200px; 
	margin:0px;
	box-shadow:none;
}
.login-tbl .login-inputbox input:focus {
    box-shadow:none;
}
.login-tbl .service-login div{
	padding:0; 
	margin:0 0 8px 0;
}


.csr .csr-bg{ 
	border:0;
	background:url(../images/csr-bg.jpg) top left no-repeat;  
	width: auto; 
	height:418px; 
	padding-top:60px; 
}
.csr .csr-banner p{ 
	color:#000; 
	font-size:30px; 
	line-height:1.2em; 
}
.csr .csr-bottom{ 
	background:url(../images/csr-bgbot.jpg) top right no-repeat;
	padding:10px 50px 20px 30px; 
}
.support-block{
	width:33.3%; 
	float:left;
}
.support-block .acenter{ 
	text-align:center;
	width:100%;
}
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
  ul.rvg-leftmenu {
	width:240px; 
	}
  .banner .l_banner{ 
	background-color:#FFFFFF; 
	float:left;
	padding:0 0 6px 0; 
	}
	.banner .r_banner{ 
		background-color:#FFFFFF;
		float:right; 
	}
	.banner .l_banner img{
		max-width:100%; 
		height: auto; 
		}
	.banner .r_banner img{
		max-width:100%;
		height: auto; 
		}
	.home .cloumn{ 
		float:left;
	}
	.home .one{ 
		width:940px;
	}
	.home .two{ 
		width:470px;
	}
	.home .three{ 
		width:310px;
	}
	.home .four{ 
		width:24%;
	}
	.home .coloborder { 
		border-right:0; 
	}
	.home .why-two1{ 
		width:43%; 
		float:left; 
		padding:0; 
		margin:0;
	}
	.home .why-two2{ 
		width:57%;
		float:left; 
		padding:0; 
		margin:0;
	}
	.home .partner-bdr1{ 
		margin-right:8px;
	}	
	.home .partner-bdr2{ 
		margin-right:8px;
	}
	/*.home .bgbox{ 
	margin:0px 10px;
	}*/
	.imgnone{ 
		display:block;
	}  
	.domain-bgblue .block{	
		background: url(../images/domain-bar.gif) center right no-repeat; 
	}
	.domain-bgback .span2{
  		padding-left:50px;
  	}
	div.domain-bgblue div.span4{
		width: 280px; 
	}
	div.domain-bgblue a, div.domain-bgblue a:visited, div.domain-bgblue a:hover, div.domain-bgblue a:active{ 
		font-size:24px; 
	}
	.price-plan .bg-price{     	
		padding:7px 5px 0px 50px;}
	.sm .colobanner .span7{
		width:60%;
	}
	.sm .servermaintenance .bgcontent{ min-height:25em;}
	.sm .servermaintenance .span3{ width:25%; }
	.sm .colo-service .bdrr{ text-align:right; min-height:3em; border-right:#ff5a00 solid 3px;}	
	.website-bg{
		background:url(../images/website-bg.gif) left top no-repeat;
		display:block; 
		margin:0px 0 15px 0; 
		padding:40px 10px 0 10px;
		min-height:540px;
	}
	.website-bgbanner h1.titlewebsite{
		font-size:52px; 
	}
	.website-bgbanner h1.title, .website-bgbanner h2.subtitle{
		font-size:60px;
	}
	.bg-sipa img{  
		margin-left:17%;
		margin-top:1%;
	}
	.colocation div.span4{	
		width:33.333%;
		padding:0; 
  		margin:0;
	}
}
@media (max-width: 320px) {
	.container{width: 98%;}
	.mobile-menu{ display: block; width:100%;}
	.main-menu, #navtop li.main-menu { display: none;}
	ul.rvg-leftmenu {
		width:100%; 
	}
	.span03 {
	  	width: 280px; 
	  	margin:0 1px 0 0;  
	  	padding:0; 
	}
	.banner .l_banner{ 
		float:none;
		display: block; 
		text-align:center; 
	}
	.banner .r_banner{ 
		float: inherit;
		display: block;
	}
	.banner div.r_banner{ 
		float:none;
		width:275px;
	}
	.banner .r_banner div{ 
		padding:0 0 6px 6px; 
		width:275px; 
	}
	.banner .l_banner img{ 
		width:275px;
		height: auto; 
		margin:0 auto; 
		}
	.banner .r_banner img{
		width:275px;
		height: auto; 
		}
	.imgnone{ 
		display:none;
	}
	.mar30{ 
		margin-left:0px;
	}
	.footer-logo{ 
		display:none;
	}
	.home .cloumn{ 
		float:left;
	}
	.home .one{ 
		width:280px;
	}
	.home .two{ 
		width:270px; 
		margin-left:10px;
	}
	.home .three{ 
		width:280px;
	}
	.home .four{ 
		width:99%;
	}
	.home .border{ 
		border-right:#c2c2c2 dashed 0px; 
	}
	#hb_floatingstatus {
		display:none;
	}
	.span-google-l{
	  width:100%; 
	  text-align:center;
	}
	.span-google-r {
	  width:100%;
	  text-align:left;
	}
	.domain-bgblue div.span4{
		width: 100%; 
	}	
	div.domain-bgblue a, div.domain-bgblue a:visited, div.domain-bgblue a:hover, div.domain-bgblue a:active{ 
	font-size:24px; 
	}
	.domain-bgback div.span2{
		width: 100%; 
		text-align:left; 
	}
	.domain-bgback ul.tldDropDown{
		margin-left:-7px; 
	}
	.price-plan .bg-price{   	
	padding:7px 5px 0px 50px;
   }
   .ITaaS .icon-composition div.span3{ 
		width:100%; 
	}
	.mobile-box{ width: 100%; overflow: auto; }
	.office365 .o365mobile .span3{ 
		width:100%;
	}
}

@media (min-width: 481px){

	.shmenu1{ display:;}
	.shmenu2{ display: none;}
	#hb_floatingstatus {
		display:block;
	}
	.m-google-train .n1{ 
		display:block;
	}
	.m-google-train .n2{ 
		display:none;
	}
	#container ul.menu li{
		float:left;
	}
	#container .g-bgtab{    
    border-top-left-radius: 10px;     
    -moz-border-top-left-radius: 10px; 
    -webkit-border-top-left-radius: 10px; 
	border-top-right-radius: 10px;     
    -moz-border-top-right-radius: 10px; 
    -webkit-border-top-right-radius: 10px;
	}
	#container ul.menu li.bg-blue, #container ul.menu li.bg-green, #container ul.menu li.bg-red{
	border:0;
	border-top-left-radius: 10px;     
    -moz-border-top-left-radius: 10px; 
    -webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;     
    -moz-border-top-right-radius: 10px; 
    -webkit-border-top-right-radius: 10px;
	}
	.domain-in input {
	background: none;
	border: 0px;
    padding: 0;
    height: auto;
}
.domain-in-01 {
	display: inline-block;
	font: normal 24px Arial;
	color:#ffffff;
	padding: 0px 10px;
	text-align: center;
	width:auto;
	float: left;
}
.domain-in-02 {
	height: 30px;
	background:#fff;
	float: left;
	padding: 2px 5px;
	width:30%;
}
.domain-in-02 input {
	font: normal 18px Arial;
	width: 100%; 
	margin:0;
	color:#333; 
	border:0;
	border-radius: 0;
}
.domain-in-03 {
	width: 129px;
	height: 30px;
	background:#ffffff url(../images/domain-arrow.gif) right center no-repeat; 
	float: left;
	padding: 2px 5px;
	color:#3788c0;
}
.domain-in-03 select {
	width: 130px; 
	margin-left:15px;
}
.sd-bardomain { 
	background: url(../images/bar-domain.gif) right top no-repeat; 
}
.domain-bgblue div.span4{
	width: 100%; 
}
.domain-bgback div.span2{
	width: 25%; 
	text-align:right; 
	padding-right:15px;
	white-space:nowrap;
}
.domain-bgback ul.tldDropDown{
	margin-left:22px; 
}
.nwright{
	text-align:right;
}
}

@media (min-width: 321px) and (max-width: 480px) 
{
.office365 .o365mobile .span3{ 
		width:100%;
	}
.domain-bgback div.button01 input{
       margin:0 0 0 5px; 
}
.support-block{
	width:100%;
	text-align:center;
}
.support-block .acenter{
	text-align:center;
}
.nwright{
	text-align:left;
}
.domain-bgdoc a, .domain-bgdoc a:visited, .domain-bgdoc a:hover, .domain-bgdoc a:active{	
	margin-left:30px;
}
div.domain-in-02 input {
	margin-left:5px;
	padding-left:5px; 
	font-size:14px;
	border:0;
	border-radius: 0;
	-webkit-box-shadow: 0;
	-moz-box-shadow: 0;
	box-shadow: 0;
}
.csr .csr-banner p{ 
	color:#000; 
	font-size:24px;
	line-height:1.2em; 
}
.price-plan .bg-price{   	
	padding:7px 5px 0px 50px;
}
.ITaaS .icon-composition div.span3{ 
	width:100%; 
}
.mobile-box{ width: 100%; overflow: auto; }
.emailmarket .border{ 
	min-height: inherit; 
	}
	.colocation div.span4{	
		width:100%;
		padding:0; 
  		margin:0;
	}
	.colocation .benefits div.span4{	
		width:100%;
  		margin:0 0 20px 0; 
		min-height: inherit;
	}
	.colocation .benefits div.span4 div.span4{	
		width:100%; 
	}
	.colocation .benefits div.span4 div.span7{	
		width:100%;
		text-align:center;
	}
}


@media 
	only screen and (max-width: 760px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {
	
		/* Force table to not be like tables anymore */
		table.restbl, table.restbl thead, table.restbl tbody, table.restbl th, table.restbl td, table.restbl tr { 
			display: block; 
			font-size:16px; 
		}
		table.restbl .txtsize{
			font-size:18px;
		}
		/* Hide table headers (but not display: none;, for accessibility) */
		table.restbl thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		table.restbl tr.tablespeed_bg { 
			visibility:hidden; 
			display:none;
		}
		table.restbl tr { border: 1px solid #ccc; border-bottom: 0px solid #ccc; }
		
		table.restbl td { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee; 
			position: relative;
			padding-left: 50%; 
			text-align:left;
		}
		.tablepay tr.odd{ 
			background: #f6f6f6;
		}
		table.restbl td:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
			
		}
		.software .software-bg .bgblue{
			width:35%;
		}
		/*
		Label the data
		*/
		table.restbl .res_tablespeed_bg td:nth-of-type(1):before { content: ""; color:#0e6a9a; text-align:left; display:none;}
		table.restbl td:nth-of-type(1):before { content: "ธนาคาร"; color:#0e6a9a; text-align:left;}
		table.restbl td:nth-of-type(2):before { content: "เลขที่บัญชีธนาคาร "; color:#0e6a9a; text-align:left;}
		table.restbl td:nth-of-type(3):before { content: "ประเภทบัญชี"; color:#0e6a9a; text-align:left;}
		table.restbl td:nth-of-type(4):before { content: "สาขา"; color:#0e6a9a; text-align:left;}
	}
	
@media (min-width: 979px) {
  	.topmenu-nw div.right{ float:right;}
	.topmenu-nw div.right table{ text-align: center;}
	.emailmarket .border{ min-height:44em;}
	.office365 .o365mobile .span3{ 
		width:25%;
	}
	.software .software-bg .bgblue{
		width:35%;
	}
	.banner-business h1.txt{
		font-size:60px;
	}
	.banner-business h1.txt span{
		font-size:40px;
	}
 }
@media (max-width:767px){
	.topmenu .hidden-logo{ display:none;}
	.topmenu-nw div{ text-align:center; }
	.topmenu-nw div.right{  float: inherit;}
	.topmenu-nw div.right table{ text-align: center;}
	.mss-tblmobile{ overflow-x:scroll; width:100%;}
	.banner-supports div.span7, .banner-payment div.span7{ width:100%;}
	.banner-supports div.span7 h1, .banner-payment div.span7 h1{ font-size:36px;} 
	.banner-supports h1 {line-height:1.1em;}  
	.banner-vdo h1.txt, .banner-supports h1.txt {font-size:34px;}  
	.banner-vdo h2.txt, .banner-supports h2.txt, .banner-supports h3.txt {font-size:24px;} 
	.banner-payment h2.txt, .banner-payment h3.txt {font-size:24px;} 
	.banner-business .txt, .banner-business .txt4, .banner-business h1.txt span, .banner-business h1 span.txt2 {font-size:28px;}
	.portfolio div.span4{ width:100%; height:auto; margin:0; clear:both;}
	.colocation img, .colocation span1, .colocation span2, .colocation span3, .colocation span4, .colocation span5, .colocation span6, .colocation span7, .colocation span8, 		 	.colocation span9, .colocation span10, .colocation span11, .colocation span12  { 
		margin-bottom:20px;
	}
	.colocation div.span4{	
		width:100%;
		padding:0; 
  		margin:0;
	}
	.colocation .benefits div.span4{	
		width:100%;
  		margin:0 0 20px 0; 
		min-height: inherit;
	}
	.colocation .benefits div.span4 div.span4{	
		width:100%; 
		text-align:center;
	}
	.colocation .benefits div.span4 div.span7{	
		width:100%; 
		text-align:center;
	}
	.software .span2, .software .span4, .software .span6{
		text-align:center; 
	}
	.software .software-bg .bgblue{
		width:90%;
	}
}
.head-corporate-phone{
	background-color: #FFF;
	padding: 10px 5px 5px 5px;
	border-bottom: 1px #515151 solid;
}
.bgnavigator{ 
	background:#103546; 
	border-bottom:#103546 solid 1px;
	min-height:40px;
}
/* -----------------------------Start Header--------------------------------- */

  .img-pic {
     max-width: 100%;
      margin-left: -10px;
      text-align: center;
   }
	.btn-learnmore {
    margin: 10px 0% 0px 0%;
    background-color:transparent;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border:2px solid #ffffff;
	display:inline-block;
	color:#ffffff;
	font-style: normal;
	font-size: 14px;
	padding:6px 10px;
	text-decoration:none;
	 
}
.btn-learnmore:hover{
	
    background-color: #FFC836;  
	-moz-border-radius: 18px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border:2px solid #F1AF00;
	display:inline-block;
	color:#0052cd;
	font-style: normal;
	font-size: 14px;
}






 			h4.url{
         color:#FFF;
       } 
      h4.url:hover{
           color:#052d70;
       }
    .card {
    padding-top: 20px;
    margin: 10px 0 20px 0;
    background-color: rgba(214, 224, 226, 0.2);
    border-top-width: 0;
    border-bottom-width: 2px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card .card-heading {
    padding: 0 20px;
    margin: 0;
}

.card .card-heading.simple {
    font-size: 20px;
    font-weight: 300;
    color: #777;
    border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-right: 15px;
    vertical-align: top;
    border: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
    display: inline-block;
    vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
}

.card .card-heading.image .card-heading-header span {
    font-size: 12px;
    color: #999999;
}

.card .card-body {
    padding: 0 20px;
    margin-top: 20px;
}

.card .card-media {
    padding: 0 20px;
    margin: 0 -14px;
}

.card .card-media img {
    max-width: 100%;
    max-height: 100%;
}

.card .card-actions {
    min-height: 30px;
    padding: 0 20px 20px 20px;
    margin: 20px 0 0 0;
}

.card .card-comments {
    padding: 20px;
    margin: 0;
    background-color: #f8f8f8;
}

.card .card-comments .comments-collapse-toggle {
    padding: 0;
    margin: 0 20px 12px 20px;
}

.card .card-comments .comments-collapse-toggle a,
.card .card-comments .comments-collapse-toggle span {
    padding-right: 5px;
    overflow: hidden;
    font-size: 12px;
    color: #999;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.card-comments .media-heading {
    font-size: 13px;
    font-weight: bold;
}

.card.people {
    position: relative;
    display: inline-block;
    width: 170px;
    height: 300px;
    padding-top: 0;
    margin-left: 20px;
    overflow: hidden;
    vertical-align: top;
}

.card.people:first-child {
    margin-left: 0;
}

.card.people .card-top {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 170px;
    height: 150px;
    background-color: #ffffff;
}

.card.people .card-top.green {
    background-color: #53a93f;
}

.card.people .card-top.blue {
    background-color: #427fed;
}

.card.people .card-info {
    position: absolute;
    top: 150px;
    display: inline-block;
    width: 100%;
    height: 101px;
    overflow: hidden;
    background: #ffffff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.people .card-info .title {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    color: #404040;
}

.card.people .card-info .desc {
    display: block;
    margin: 8px 14px 0 14px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.people .card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    line-height: 29px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.card.hovercard {
    position: relative;
    padding-top: 0;
    overflow: hidden;
    text-align: center;
    background-color: rgba(214, 224, 226, 0.2);
}

.card.hovercard .cardheader {
    background: url("/templates/netwaybysidepad/images/colo-bg.gif");
    background-size: cover;
    height: 135px;
}

.card.hovercard .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
}

.card.hovercard .avatar img {
    /*width: 100px;
    height: 100px;*/
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255,255,255,0.5);
}

.avatar-mobile {
    vertical-align: middle;
    width: 30px;
    /*height: 30px;*/
    margin: -5px -10px 0px -5px;
    border-radius: 50%;
}

.card.hovercard .info {
    padding: 4px 8px 10px;
}

.card.hovercard .info .title {
    margin-bottom: 4px;
    font-size: 24px;
    line-height: 1;
    color: #262626;
    vertical-align: middle;
}

.card.hovercard .info .desc {
    overflow: hidden;
    font-size: 12px;
    line-height: 20px;
    color: #737373;
    text-overflow: ellipsis;
}

.card.hovercard .bottom {
    padding: 0 20px;
    margin-bottom: 17px;
}
.btn-card {
    padding: 5px 10px;
    border: 0 none;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    }    
 .btn-card:hover {
     background-color: white;
 }
 .topmenu img{
    padding-top:0px !important;
}

.topmenu {
    background: #ffffff;
    height: auto;
    color: #0052cd;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border-bottom: #ECF0F1 solid 2px;
    margin: 0;
    padding: 10px 0 0 0;
}
.fix-topmenu-desktop {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9988;
    padding-bottom: 7px !important;
}

ul#navtop{ margin: 0; padding: 0; list-style: none; position: relative; }

ul#navtop ul {
     width: auto; /* Sub Menu Width */
     margin: 0;
     padding:0;
     list-style: none;
     display: none;
     position: absolute;
     top: 100%;
     left: 0; 
     z-index:100; 
     background: url(../images/arrow-top.png) bottom no-repeat; 
}

ul#navtop ul ul, ul#navtop ul ul ul { 
    top: 0; 
    left: 100%;  
}
ul#navtop li {  
    float: none;
    display: inline; 
    position: relative;
    margin: 0;
    padding:0; 
}
ul#navtop ul  { 
     border:#CCCCCC solid 0px;
}
ul#navtop ul li { 
    width: 100%; 
    display: block; 
    margin: 0;
    padding:0;
}

/* Navigator top Root Menu */
ul#navtop a {
    padding: 3px 18px; 
    margin: 0; 
    white-space:nowrap;
    display: ; 
    text-decoration: none;
    font-weight: 400; 
    color:#0052cd; 
    font-weight: normal;    
    border:0; 
    font-size: 14px; 
    font-style: normal;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;;
    border-radius: 16px;
}
ul#navtop ul li{
    background-color:#ECF0F1;
}
ul#navtop li a:hover {
    color: #0052cd; 
    background: #e0ebfd;
    padding:3px 18px;
    border-radius: 30px; 
   
}
/* Root Menu Hover Persistence */
ul#navtop a:hover,ul#navtop li:hover a,ul#navtop li.iehover a {
    color: #093773;
}

/* 2nd Menu */
ul#navtop li:hover li a, ul#navtop li.iehover li a {
    float: none;
    color: #666666;
    font-size:12px; 
    padding: 1px 10px; 
    margin: 0;
}
/* 2nd Menu Hover Persistence */
ul#navtop li:hover li a:hover {
     background: #cccccc;
     color: #0486e1;
}

/* Hover Function - Do Not Move */
ul#navtop li:hover ul ul,ul#navtop li:hover ul ul ul, ul#navtop li.iehover ul ul, ul#navtop li.iehover ul ul ul {
     display: none; 
 }
ul#navtop li:hover ul,ul#navtop ul li:hover ul,ul#navtop ul ul li:hover ul,ul#navtop li.iehover ul,ul#navtop ul li.iehover ul,ul#navtop ul ul li.iehover ul { 
    display: block; 
}
.sub_menu{background-color: #999999; color:#FFFFFF; font-size:13px; font-weight:bold; padding: 1px 10px; cursor:default;}
/********* End Topmenu ********/

/*** Start Top Menu for Mobile ***/
ul#navtop-phone { 
	 padding: 19px 0px 8px 8px;
	 list-style: none; 
	 position: relative; 
}
ul#navtop-phone li {  
    float: none;
    display: inline; 
    position: relative;
    margin: 0;
    padding:0; 
}
ul#navtop-phone a {
    padding: 5px 5px 5px 5px;
    margin-top: 8px;
    white-space: nowrap;

    text-decoration: none;
    font-weight: 400;
    color: #0052cd;
    font-weight: normal;
    border: 0;
    font-size: 16px;
    font-style: normal;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
}
.cbp-hrmenu {
	width: 100%;
	/*margin-top: 1em;
	border-bottom: 4px solid #4285f4;*/
	font-style: normal;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: normal;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	/*width: 100%;
	max-width: 70em;
	margin: 0 auto;
	padding: 0 1.875em;*/
}

.cbp-hrmenu > ul > li {
	display: inline-block;
	margin-left: -5px;
    margin-right: -5px;
}

.cbp-hrmenu > ul > li > a {
	font-size:16px;
	font-weight: 500;
	padding: 0.5em 0.5em;
	color: #627181;
	display: inline-block;
	font-style: normal;
	list-style : none;
	margin-top: 0px;
	
}

                                                        
.cbp-hrmenu > ul > li  > a > span {
    height: 0;
    bottom: 12px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #FFF0 transparent !important;
    position: relative;
    right: 50% !important;
    text-align: center;

}
.cbp-hrmenu > ul > li.cbp-hropen  > a  >  span {
    height: 0;
    bottom: 11px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #4285f4 transparent !important;
    position: relative;
    text-align: center;
    top: 11px!important;
}

                                                        
.cbp-hrmenu > ul > li  > a > span.head {
    height: 0;
    bottom: 12px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #FFF transparent;
    position: relative;
    right: -10%;
    text-align: center;

}
.cbp-hrmenu > ul > li.cbp-hropen  > a  >  span.head {
    height: 0;
    bottom: 12px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #FFF transparent;
    position: relative;
    right: -10%;
    text-align: center;

}


.triabgle{
	width: 0px;
	hieght: 0px;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	boder-bottom: 10px solid #4285fa;
	boder-left: 10px solid transparent;
	
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #4285f4;
	width: 100%;
	height: 500px;
	left: 0;
	margin-top: 10px !important;
}
.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
	z-index: 999;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 33%;
	float: left;
	padding: 0 2em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	/*display: table;*/
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
	margin-left: 30px;
	font-size: 18px;
	font-weight : 500;
}



/* Examples for media queries */

@media screen and (max-width: 52.75em) { 

	.cbp-hrmenu {
		font-size: 80%;
	}

}

@media screen and (max-width: 43em) { 

	.cbp-hrmenu {
		font-size: 120%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 2em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 4px solid #4285f4;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;important; 
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}

@media screen and (max-width: 36em) { 
	.cbp-hrmenu .cbp-hrsub-inner > div {
		width: 100%;
		float: none;
		padding: 0 2em;
		
	}
}
.btn-order-nnw {
    background-color:transparent;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border:2px solid #00b8d8;
	display:inline-block;
	cursor:pointer;
	color:#00b8d8;
	font-size:16px;
	font-weight: 500;
	padding:8px 20px;
	text-decoration:none;
	margin-top: -40px;
}
.btn-order-nnw:hover{
	 background-color:#00b8d8;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border:2px solid #00b8d8;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-size:16px;
	font-weight: 500;
	padding:8px 20px;
	text-decoration:none;"
	margin-top: -40px;
} 
.btn-promo-nnw{
	
    background-color:transparent;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border:2px solid #ff562f;
	display:inline-block;
	cursor:pointer;
	color:#ff562f;
	font-size:16px;
	font-weight: 500;
	padding:8px 20px;
	text-decoration:none;
	margin-top: -40px;
}
.btn-promo-nnw:hover {
	
    background-color:#ff562f;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border:2px solid #ff562f;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-size:16px;
	font-weight: 500;
	padding:8px 20px;
	text-decoration:none;
	margin-top: -40px;
}
.nav-content {
    line-height: 24px;
    letter-spacing: 0px;
    margin-top: 20px;
    color: #FFFFFF;
    font-weight: 500;
    /* font-weight: normal; */
    font-style: normal;
}

.btn-learnmore {
    margin: 10px 0% 0px 0%;
    background-color: transparent;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border: 2px solid #ffffff;
    display: inline-block;
    color: #ffffff;
    font-style: normal;
    font-size: 14px;
    padding: 6px 10px;
    text-decoration: none;
}
div.border-left {
    border-left: 1px solid #ADDCFF;
}
h4.title-nav {
    color: #FFFFFF;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
}
span.nav-line {
    background: #8FA8F6;
    text-align: left;
    height: 3px;
    width: 80px;
    display: block;
    margin: 10px 0% 0px 0%;
}
ul > li > a {
    color: #08c;
    text-decoration: none;
}
ul > li.txt16, li > a {
    color: #666;
    text-decoration: none;
}
ul > li.txt16, li > a.menubar {
    color: #fff;
    text-decoration: none;
}


div.menu-footer {
   height: 80px;
   display: block;
   background-color: #ff7300; 
   text-align :center;
   vertical-align:middle;
   font-weight: bold;
   font-size : 28px;
   color : #ff9700;
    
   box-shadow: 0 3px 0px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;

}
div.menu-footer:hover{
  background-color: #0000FF; 
  color : #FFFFFF;
  font-size : 28px;
}


/*---------------------------Start Footer------------------------------*/

.footer h2{ 
	color:#0083ce; 
	font-size:16px; 
	font-weight:normal; 
	padding:0; 
	margin:0;
}
.footer .padtop{  
	padding-top:15px; 
}
.footer a, .footer a:visited, .footer a:hover, .footer a:active{ 
	color:#000; 
	text-decoration:none;
	font-size:14px;	
	line-height:25px;
	text-align: left !important;
	margin-left:35px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.footer a:hover, .footer a:active{ 
	color:#3da7e5;
	text-decoration: underline;
	font-size:14px;
}
.footer a.title, .footer a.title:visited{ 
	color:#52a1da; 
	text-decoration:none; 
	font-size:16px; 
	font-weight:normal;
}
.footer a.title:hover, .footer a.title:active{ 
	color:#52a1da;
	text-decoration: underline;
}
.footer div{ 
	color:#FFFFFF; 
	text-decoration:none; 
	font-size:14px; 
}
.footer .title{ 
	color:#52a1da; 
	text-decoration:none; 
	font-size:18px; 
	font-weight: normal; 
	margin-bottom:5px;
}
.footer-line-bot{ 
	border-bottom:#1e3244 solid 1px; 
	padding-bottom:7px;  
}
.address { 
	background:#fff;
	font-size:14px; 
	padding:5px 0 0 0; 
	line-height:25px;
}
.address .title{ 
	color:#000; 
	text-decoration:none; 
	font-size:16px; 
	font-weight:normal;
}
.address .txtblue{ 
	color:#000; 
	text-decoration:none; 
	font-size:14px; 
	font-weight:normal;
}
.address .padt { 
	padding-top:15px; 
}
.address .social-footer{ 
	padding-top:0px;
}
.address .fa, .address .fa:hover, .address .fa:visited, .address .fa:active{ 
    border-radius:40px;
	border:#838383 solid 3px; 
	width:35px; 
	height:30px; 
	padding-top:5px;
	text-align:center; 
	vertical-align:middle;	
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.address .fa:hover{ 
	border:#838383 solid 3px;
}
.address .fa-rss{	
	color:#838383;
	margin-right:15px;
    font-size:25px;
}
.address .fa-facebook{ 
	color:#838383;
	margin-right:15px;
    font-size:25px;
}
.address .fa-twitter{
	color:#838383;
	margin-right:15px;
    font-size:25px;
}
.address .fa-google-plus{
	color:#838383;
	margin-right:15px;
    font-size:25px;
}
.address .fa-youtube{
	color:#838383;
	margin-right:15px;
    font-size:25px;
}
.copyright{
	background:#686868; 
	color:#FFFFFF; 
	padding:10px 0px 10px 0px; 
	font-size:13px; 
	margin-top:0px;	
}
.copyright a, .copyright a:visited, .copyright a:hover, .copyright a:active{
	color:#FFFFFF;
	text-decoration: none;
}
.copyright a:hover, .copyright a:active{
	color:#FFFFFF; 
	text-decoration:underline;
}
.copyright-full{
    background:#686868; 
    color:#FFFFFF; 
    padding:0px; 
    font-size:13px; 
    margin-top:15px;  
}
.ceotxt{
    position: absolute;
    width: 100%;
    vertical-align: middle;
    float: left;
    max-width: 140px;
    padding-top:5px;
}
div.white-nw-2018 {
    padding: 40px 30px 40px 30px;
    background: #f8f8f8;
}
/*------------------------- End Footer-----------------------------*/
@media (max-width:760px){
	.footer-corporate h1, .footer-corporate h2, .footer-corporate h3, .footer-corporate h4, .footer-corporate h5, .footer-corporate h6, .footer-corporate div, .footer-corporate p, .footer-corporate span { 
		text-align:center; 
		width:100%; 
	}
	.footer-corporate 
	.head-corporate h1, .head-corporate h2, .head-corporate h3, .head-corporate h4, .head-corporate h5, .head-corporate h6, .head-corporate div, .head-corporate p, .head-corporate span { 
		text-align:center; 
		width:100%; 
	}
}

.acenter{
	text-align: center;
}
img{
	vertical-align: middle;
}

.kb-btn-ticket, .kb-btn-ticket:visited, .kb-btn-ticket:hover, .kb-btn-ticket:active {
 border:0;
	background:#00adf9 url(https://netway.co.th/templates/netwaybysidepad/images/kb-btn-ticket.jpg)  3% center no-repeat;  
	text-decoration:none;
	color:#FFFFFF; 
	font-size:16px; 
	text-align:center; 
	display:block; 
	cursor:pointer; 
	padding:9px 20px 9px 40px; 
	width: 180px; 
	
	border-radius: 7px; 	
	-moz-border-radius: 7px; 
	-webkit-border-radius: 7px; 
}
.kb-btn-ticket:hover, .kb-btn-ticket:active {
	color:#fee900;  
}


/**** FAQ ****/
hr.hr-faq{
border-bottom: 1px solid rgba(0,0,0,0.12);
width: 99%;
margin-top: 20px;
margin-bottom: 30px;
    }

 .faq-q {
        position: relative;
            font-style: normal;
            font-size: 20px;
            text-align: left;
            color: #2d4b70;
            font-weight: lighter;
            font-family: Roboto,Arial, sans-serif;
    }
    .faq-q:before {
        content: "Q: ";
            font-style: normal;
            font-size: 20px;
            text-align: left;
            color: #2f8dff;
            font-weight: 300;
            font-family: Roboto,Arial, sans-serif;
    }
    .faq-q:hover {
        color: #000;
    }
    
    .faq-a {
    position: relative;
    font-style: normal;
            font-weight: 100;
            font-size: 16px;
            text-align: left;
            line-height: 30px;
            color: #555555;
            padding-top: 5px;
    }
    .faq-a:before {
        content: "A: ";
        font-style: normal;
            font-weight: 200;
            font-size: 20px;
            text-align: left;
            line-height: 30px;
            color: #2f8dff;
            padding-top: 5px;
            font-family: Roboto,Arial, sans-serif;
      
    }
/* New CSS */
	strong.title-faq{
      font-size: 22px;
      color: #333;
      margin-top: 30px;
    }  
  p > span.wysiwyg-font-size-medium{
      font-size: 16px;
  }
span.wysiwyg-font-size-medium > strong {
     font-size: 18px;
     font-style: normal;
     font-weight: 100;
}
ul > li > span.wysiwyg-font-size-medium > font {
     font-size: 16px;
     font-weight: 100;
}
ul > li > span.wysiwyg-font-size-medium{
     font-size: 16px;
     font-weight: 100;
}
ol > li > span.wysiwyg-font-size-medium > font {
     font-size: 16px;
     font-weight: 100;
}
ol > li  > font {
     font-size: 16px;
     font-weight: 100;
}
.article-votes-question{
     font-size: 20px;
}
div.article-votes-controls{
     font-size: 16px;
}
small.article-votes-count{
   font-size: 14px;
}
p > span > strong.wysiwyg-font-size-large {
   font-size: 16px;
}
strong.wysiwyg-font-size-large {
   font-weight: 400;
}
.txt16 {
    font-size: 16px;
}
.txt14 {
    font-size: 14px;
}
.txt18 {
    font-size: 18px;
}
.g-txt32 {     
  font-size: 28px !important;
}
.g-txt22 {
    font-size: 22px;
}
.g-txt20 {
    font-size: 20px;
}
div.img-nav-show {
    margin-top: 30px;
    background: #FFFFFF;
    text-align: center;
   
}
/******************************  Footer   ****************************************/
div.icon-footer-2018{
    background: #FFF;
    height: 58px;
    vertical-align:middle;
}
div.footer-nw-2018{
    folat: left;
}
h4.nw-footer-title{
    
    font-style: normal;
    font-weight: 300;
    color: #354461;
     
}
h5.txt-footer-2018{
    font-style: normal;
    font-weight: 500;
    color: #627181;  
    margin-bottom: 5px;
}       
input[type="email"].enter-email-2018{
    width:  100%;
    height: 30px;
    font-size: 15px;
    color: #fff;
    border-color: #101111;
    background-color: #101111;  
}
input[type="text"].frm-ceo-2018{
    width: 100%;
    height: 30px;
    font-weight: 500;
    color: #201d1d;
    border-color: #c0c2c8;
    background-color: #ffffff; 
 
}
input[type="email"].frm-ceo-2018{
    width: 100%;
    height: 30px;
    font-weight: 500;
    color: #201d1d;
    border-color: #c0c2c8;
    background-color: #ffffff;   
 
}
input[type="phone"].frm-ceo-2018{
    width:  100%;
    height: 30px;
    font-weight:500;
    color: #FFFFFF;
    border-color: #354461;
    background-color: #354461;  

}
.btn-send-to-ceo:hover{
    background-color:#FFF;
    color:#ff562f;
}
.btn-send-to-ceo{
    margin: 10px 0% 0px 0%;
     background-color:#fd552c;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border:2px solid #fd552c;
    display:inline-block;
    color:#fff;
    font-style: normal;
    font-size: 18px;
    padding:5px 20px;
    text-decoration:none;
     
    margin-bottom : 10px;
}
textarea.frm-ceo-2018{
    width:  100%;
    height: 120px;
    font-weight:500;
    color: #201d1d;
    border-color: #c0c2c8;
    background-color: #ffffff;  

}
.footer{ 
    background-color:#d3d3d3; 
    color:#000; 
    padding:10px 0 20px 0; 
    font-size:14px;
}
.footer-phone{ 
    background-color:#d3d3d3; 
    color:#000; 
    padding:10px 0 20px 0; 
    font-size:14px;
  	height:300px;
}
.footer h2{ 
    color:#0083ce; 
    font-size:16px; 
    font-weight:normal; 
    padding:0; 
    margin:0;
}
.footer .padtop{  
    padding-top:15px; 
}
.footer a, .footer a:visited, .footer a:hover, .footer a:active{ 
    color:#000; 
    text-decoration:none;
    font-size:14px; 
    line-height:25px;
    text-align: left !important;
    margin-left:35px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.footer a:hover, .footer a:active{ 
    color:#3da7e5;
    text-decoration: underline;
    font-size:14px;
}
.footer a.title, .footer a.title:visited{ 
    color:#52a1da; 
    text-decoration:none; 
    font-size:16px; 
    font-weight:normal;
}
.footer a.title:hover, .footer a.title:active{ 
    color:#52a1da;
    text-decoration: underline;
}
.footer div{ 
    color:#FFFFFF; 
    text-decoration:none; 
    font-size:14px; 
}
.footer .title{ 
    color:#52a1da; 
    text-decoration:none; 
    font-size:18px; 
    font-weight: normal; 
    margin-bottom:5px;
}
.footer-line-bot{ 
    border-bottom:#1e3244 solid 1px; 
    padding-bottom:7px;  
}
.address { 
    /*background:#fff;*/
    font-size:14px; 
    padding:5px 0 0 0; 
    line-height:25px;
    font-style: normal;
}
.address .title{ 
    color:#000; 
    text-decoration:none; 
    font-size:16px; 
    font-weight:normal;
}
.address .txtblue{ 
    color:#000; 
    text-decoration:none; 
    font-size:14px; 
     
    font-weight: normal;
    font-style: normal;
}
.address .padt { 
    padding-top:15px; 
}
.address .social-footer{ 
    padding-top:0px;
}
.address .fa, .address .fa:hover, .address .fa:visited, .address .fa:active{ 
    border-radius:20px;
    border:#fff solid 2px; 
    width:40px; 
    height:40px; 
    padding-top:6px;
    text-align:center; 
    vertical-align:middle;  
    -webkit-transition: 0.5s;
    /*-moz-transition: 0.5s;*/
    /*transition: 0.5s;*/
}
.address .fa:hover{ 
    border:#fff solid 3px;
}
.address .fa-rss{   
    color:#fff;
    margin-right:3px;
    font-size:25px;
}
.address .fa-facebook{ 
    color:#FFF;
    margin-right:3px;
    font-size:25px;
}
.address .fa-twitter{
    color:#FFF;
    margin-right:3px;
    font-size:25px;
}
.address .fa-google-plus{
    color:#FFF;
    margin-right:3px;
    font-size:25px;
}
.address .fa-youtube{
    color:#FFF;
    margin-right:3px;
    font-size:25px;
}
.copyright{
    background:#686868; 
    color:#FFFFFF; 
    padding:10px 0px 10px 0px; 
    font-size:13px; 
    margin-top:0px; 
}
.copyright a, .copyright a:visited, .copyright a:hover, .copyright a:active{
    color:#FFFFFF;
    text-decoration: none;
}
.copyright a:hover, .copyright a:active{
    color:#FFFFFF; 
    text-decoration:underline;
}
.copyright-full{
    background:#686868; 
    color:#FFFFFF; 
    padding:0px; 
    font-size:13px; 
    margin-top:15px;  
}
.ceotxt{
    position: absolute;
    width: 100%;
    vertical-align: middle;
    float: left;
    max-width: 140px;
    padding-top:5px;
}



div.footer-adr-2018{
	padding: 30px 30px 30px 30px;
	background:#e0e1e5;
}

hr.div-footer {
    margin: 20px 0;
    border: 0;
    border-bottom: 1px solid #ccc;
}
.form-inline {
    margin: 0;
    display: inline;
}

   input[type="text"].frm-ceo-2018 {
    width: 100%;
    height: 30px;
    font-weight: 500;
    color: #201d1d;
    border-color: #c0c2c8;
    background-color: #ffffff;
    border: 1px solid #c0c2c8;
    padding: 15px 0px 15px 7px;
    border-radius: 5px;
}

input[type="email"].enter-email-2018{
    width:  100%;
    height: 30px;
    font-size: 15px;
    color: #fff;
    border-color: #101111;
    background-color: #101111;  
}
input[type="text"].frm-ceo-2018{
    width: 100%;
    height: 30px;
    font-weight: 500;
    color: #201d1d;
    border-color: #c0c2c8;
    background-color: #ffffff; 
    border: 1px solid #c0c2c8;
    padding: 15px 0px 15px 7px;
    border-radius: 5px;
 
}
input[type="email"].frm-ceo-2018{
    width: 100%;
    height: 30px;
    font-weight: 500;
    color: #201d1d;
    border-color: #c0c2c8;
    background-color: #ffffff;   
    border: 1px solid #c0c2c8;
    padding: 15px 0px 15px 7px;
    border-radius: 5px;
 
}
input[type="phone"].frm-ceo-2018{
    width:  100%;
    height: 30px;
    font-weight:500;
    color: #FFFFFF;
    border-color: #354461;
    background-color: #354461; 
    border: 1px solid #c0c2c8;
    padding: 15px 0px 15px 7px;
    border-radius: 5px;

}

textarea.frm-ceo-2018{
    width:  100%;
    height: 120px;
    font-weight:500;
    color: #201d1d;
    border-color: #c0c2c8;
    background-color: #ffffff;  
    border: 1px solid #c0c2c8;
    padding: 15px 0px 15px 7px;
    border-radius: 5px;

}

/*-------------------------Home----------------------------------- */


.nw-banner1 {
    padding: 30px 0 0 0;
    color: #FFF;
    text-align: left;
    font-size: 35px !important;
    font-family: 'Prompt', sans-serif;
    font-weight: bold;
    line-height: 40px;
    margin-top: 60px;
    margin-left: 20px;
    background-color:transparent ;  
}
  #custom-search-form {
        margin:0;
        margin-top: 5px;
        padding: 0;
    }
 
    #custom-search-form .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    #custom-search-form button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }
    
    .nw-banner2{
        padding: 0;
        color: #FFF;
        text-align: left;
        font-size: 24px;
        font-weight: normal;
        display: block;
        font-family: 'Prompt', sans-serif;
        margin-left: 20px;
    }
     .nw-banner3{    
        padding: 0;
        margin: 0 0 20px 0;
        color: yellow;
        text-align: left;
        font-size: 40px;
        font-weight: normal;
        text-shadow: 4px 0 0 rgba(255, 255, 255, 0.3)
      
    }
     ul.dynamic-nav {
    list-style-type: none;
    margin-left: 95px;
    padding: 0;
    overflow: hidden;
    background-color: #4489FF;
    height: 68px;
    }
    
    li.dynamic-nav {
        float: left;
    }
    
    li.dynamic-nav a {
        display: block;
        color: white;
        text-align: center;
        padding: 24px 16px;
        text-decoration: none;
        font-size: 16px;
        margin-top:0px;
    }
    
    li.dynamic-nav a:hover {
        background-color: #0661FB;
        color: #FFF;
        height: 68px;
        font-size: 16px;
    }
    
    li.dynamic-nav a.active{
        background-color: #186DFF;
        color: #FFF;
        height: 68px;
        font-size: 16px;
    }
    
    
    li.dynamic-nav-re {
        float: left;
    }
    
    li.dynamic-nav-re a {
        display: block;
        color: #4a4848;
        text-align: center;
        padding: 24px 16px;
        text-decoration: none;
        font-size: 16px;
        margin-top:0px;
    }
    
    li.dynamic-nav-re  a:hover {
        background-color: #FFEB3B;
        color: #4a4848;
        height: 68px;
        font-size: 16px;
    }
    
    li.dynamic-nav-re  a.active{
        background-color: #f7e337;
        color: #4a4848;
        height: 68px;
        font-size: 16px;
    }
    
    
   
    
    li.dynamic-nav:last-child {
        float: right;
    }
    
    div.empty-section{
        margin-bottom: 50px;
    }
    
    .fix-top-dynamic-menu{
       position: fixed;
       width: 100%;
       text-align: center;
        top: 0;
        left: 0;
        z-index: 9988;
        background-color: #4489ff;
    }

   
     h4 > a {
	    font-size: 22px;
	    color: #545454;
	    margin-top: 30px;
	    text-decoration:none;
	    font-weight: 300;
	    
    }
    h4 > a:hover {
	    font-size: 22px;
	    color: #2431a8;
	    margin-top: 30px;
	    text-decoration:none;
	    font-weight: 300;
	    
    }
     ul {
       list-style-type: none;
    }
     ul.category> li > a {
        font-size: 16px;
	    color: #545454;
	    text-decoration:none;
    
    }
     ul > li > a:hover {
        font-size: 16px;
	    color: #2431a8;
	    text-decoration:none;
    }
    .span4 {
        /*width: 360px; */
        height: auto;
        /*margin-top: 15px;*/
        margin-bottom: 15px;
     }
     .hover-icon{
       text-align: center;
       border-radius: 7px;
       background-color: #FFF;
       margin-bottom: 20px;
       padding: 20px 10px 20px 10px;
    }
    .hover-icon:hover{
        box-shadow: 0 4px 16px #e0e0e0;
        text-decoration: none;
        text-align: center;
        border-radius: 7px;
        background-color: #FFF;
        margin-bottom: 15px
     }
    .kb-txt-pro {
        margin-top: 20px;
        font-size: 18px;
        font-weight: 500;
      }

  /******************menuNav*********************/  
  p, ul, li, div, nav { 
     padding:0; margin:0; 
 } 
    #menu { 
        overflow:hidden; 
        position:relative; 
        z-index:2; 
        margin-left:335px;
    } 
    .parent-menu { 
        background-color: #0c8fff; 
        min-width:255px; 
        float:left; 
    } 
    #menu ul { 
        list-style-type:none; 
    } 
    #menu ul li a { 
        padding:10px 32px; 
        display:block; 
        color:#fff; 
        text-decoration:none;
        font-family :Roboto, Arial, sans-serif;
        font-size :18px;
    } 
    #menu ul li a:hover { 
        background-color:#007ee9; 
    } 

    #menu ul li:hover > ul { 
     left: 255px; 
     -webkit-transition: left 1000ms ease-in; 
     -moz-transition: left 1000ms ease-in; 
     -ms-transition: left 1000ms ease-in; 
     transition: left 1000ms ease-in; 
    }
    #menu ul li > ul { 
     position: absolute; 
     background-color: #333; 
     top: 0; 
     left: -155px; 
     min-width: 255px; z-index: -1; 
     height: 100%; 
     -webkit-transition: left 200ms ease-in; 
     -moz-transition: left 200ms ease-in; 
     -ms-transition: left 200ms ease-in; 
     transition: left 200ms ease-in; 
    } 
     #menu ul li > ul li a:hover { 
         background-color:#2e2e2e; 
       
         
    } 
    
   input[type="search"].txt-kb {

        width: 264px;
        height: 39px;
        font-size: 16px;
        font-weight: 100;
        border-radius: 30px;
    }
     .btn-search {
        border: none;
        color: #FFFFFF;
        background-color: #FF7E00;
        padding: 6px 30px;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        margin-top: -2px;
        border-radius: 30px;
    }
    .btn-search:hover {
        border: none;
        color: #FFF;
        background-color: #FF3000;
        padding: 6px 30px;
        font-size: 20px;
        font-weight: 600;
        text-decoration: none;
        margin-top: -2px; 
        border-radius: 30px;
    }
     .iconPayment2018{
         width : 64px;
         
     }

     a.kb-product{
        color:#405368;
    }
    a.kb-product:hover {
        color:#0088cc;
    }
    .kb-product-other{
        color:#333333;
      	font-size: 18px;
    }
    .kb-product-other:hover {
        color:#0088cc;
        font-size: 18px;
    }
    .kb-request-button {
        background-color: #656565;
        z-index: 10000;
        cursor: pointer!important;
        height: 47px;
        bottom: 0px;
        vertical-align: middle;
        padding: 9px 0px 13px 0px;
        color: white;
        position: fixed;
        font-size: 16px;
        border: 1px solid #454444;
        text-align: center;
    }
    .coming-pro{
     -webkit-filter: grayscale(100%);       
    }
    
	.nw-kb-btn-ticket {
    margin: 50px 0% 50px 0%;
    border-radius: 3px;
  	background:#fff url("//theme.zdassets.com/theme_assets/1304520/a03830341c6bc80b7e2f5f09b4b50df1fb72300c.png") left center no-repeat;  
    border: 2px solid #ff6f00;
    display: inline-block;
    color: #fff;
    font-style: normal;
    font-size: 18px;
    font-family: 'prompt', Tahoma, Verdana, sans-serif;
    padding: 13px 8px 13px 61px;
    text-decoration: none;
    margin-top: 1px;
    background-color: #ff6f00;
}
.nw-kb-btn-ticket:hover {
    margin: 50px 0% 50px 0%;
    border-radius: 3px;
   background:#0072ef url("//theme.zdassets.com/theme_assets/1304520/a03830341c6bc80b7e2f5f09b4b50df1fb72300c.png") left center no-repeat;  
    border: 2px solid #ff5722;
    display: inline-block;
    color: #fff;
    font-style: normal;
    font-size: 18px;
    font-family: 'prompt', Tahoma, Verdana, sans-serif;
    padding: 13px 8px 13px 61px;
    text-decoration: none;
    margin-top: 1px;
    background-color: #ff5722;
}
span.nw-2018-content-line {
    background: #FFAB00;
    text-align: center;
    height: 4px;
    width: 100px;
    display: block;
    margin: 10px 0% 0px 0%;
    background: linear-gradient(to right, #f4f31,#FFB75E);
}

div.icon-payment-exchange {
    background-image: url(https://netway.co.th/templates/netwaybysidepad/images/icon-nomal.png);
    background-size: 80px;
    height: 120px;
    width: 150px;
    padding: 30px 30px 30px 30px;
    margin-left: 80px;
    background-repeat: repeat-x;
    background-repeat: no-repeat;
    background-position: 14px 14px;
}



div.icon-payment-cart {
    background-image: url(https://netway.co.th/templates/netwaybysidepad/images/icon-payment-cart-2018-unhovernew.png);
    background-size: 80px;
    height: 120px;
    width: 150px;
    padding: 30px 30px 30px 30px;
    margin-left: 80px;
    background-repeat: repeat-x;
    background-repeat: no-repeat;
    background-position: 14px 14px;
}

div.icon-payment-pay {
    background-image: url(https://netway.co.th/templates/netwaybysidepad/images/icon-payment-2018-unhovernew.png);
     background-size: 80px;
    height: 120px;
    width: 150px;
    padding: 30px 30px 30px 30px;
    margin-left: 80px;
    background-repeat: repeat-x;
    background-repeat: no-repeat;
    background-position: 14px 14px;
}


div.icon-payment-bill{
    background-image: url(https://netway.co.th/templates/netwaybysidepad/images/icon-billing-unhovernew.png);
     background-size: 80px;
    height: 120px;
    width: 150px;
    padding: 30px 30px 30px 30px;
    margin-left: 80px;
    background-repeat: repeat-x;
    background-repeat: no-repeat;
    background-position: 14px 14px;
}
.txt-payment-kb {
    font-family: 'Prompt', sans-serif;
    color: #454545;
}.txt-payment-kb:hover{
    font-family: 'Prompt', sans-serif;
    color: #0052cd;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1170px;
}

.container {
    margin-right: auto;
    margin-left: auto;
}

div.white-kb-2018 {
    padding: 70px 10px 70px 10px;
    background: #fff;
}

div.icon-nw2018-Domain {
	background-image : url('https://netway.co.th/templates/netwaybysidepad/images/icon-Netway2018-Domain.png');
	background-size: 100px 100px;
    height: 120px;
    width: 120px;
     margin-left: 20px;
    background-repeat-y: no-repeat;
    background-repeat-x: no-repeat;  

}
div.icon-nw2018-Hosting{
	background-image : url('https://netway.co.th/templates/netwaybysidepad/images/icon-Netway2018-Hosting.png');
	background-size: 100px 100px;
    height: 120px;
    width: 120px;
    margin-left: 20px;
    background-repeat-y: no-repeat;
    background-repeat-x: no-repeat;

}
div.icon-nw2018-Cloud{
	background-image : url('https://netway.co.th/templates/netwaybysidepad/images/icon-Netway2018-Cloud.png');
	background-size: 100px 100px;
    height: 120px;
    width: 120px;
    margin-left: 20px;
  	background-repeat-y: no-repeat;
    background-repeat-x: no-repeat;

}
div.icon-nw2018-SSL{
	background-image : url('https://netway.co.th/templates/netwaybysidepad/images/icon-Netway2018-SSL.png');
	background-size: 100px 100px;
    height: 120px;
    width: 120px;
    margin-left: 20px;
   background-repeat-y: no-repeat;
    background-repeat-x: no-repeat;

}
div.icon-nw2018-MS{
	background-image : url('https://netway.co.th/templates/netwaybysidepad/images/icon-Netway2018-MS-hover.png');
	background-size: 100px 100px;
    height: 120px;
    width: 120px;
     margin-left: 20px;
    background-repeat-y: no-repeat;
    background-repeat-x: no-repeat;

}
div.icon-nw2018-Google{
	background-image : url('https://netway.co.th/templates/netwaybysidepad/images/icon-Netway2018-GSuite-hover.png');
	background-size: 100px 100px;
    height: 120px;
    width: 120px;
     margin-left: 20px;
    background-repeat-y: no-repeat;
    background-repeat-x: no-repeat;


}

div.icon-nw2018-Zendesk{
	background-image : url('https://netway.co.th/templates/netwaybysidepad/images/icon-Netway2018-Zendesk-hover.png');
	background-size: 100px 100px;
    height: 120px;
    width: 120px;
    margin-left: 20px;
    background-repeat-y: no-repeat;
    background-repeat-x: no-repeat;
  

}
div.icon-nw2018-Other{
	background-image : url('https://netway.co.th/templates/netwaybysidepad/images/icon-Netway2018-Other-hover.png');
	background-size: 100px 100px;
    height: 120px;
    width: 120px;
    margin-left: 20px;
    background-repeat-y: no-repeat;
    background-repeat-x: no-repeat;
}

div.icon-nw2018-365{
	background-image : url('https://netway.co.th/templates/netwaybysidepad/images/icon-Netway2018-365.png');
	background-size: 100px 100px;
    height: 120px;
    width: 120px;
    margin-left: 20px;
    background-repeat-y: no-repeat;
    background-repeat-x: no-repeat;


}
div.icon-nw2018-VMware{
	background-image : url('https://netway.co.th/templates/netwaybysidepad/images/icon-Netway2018-VMware.png');
	background-size: 100px 100px;
    height: 120px;
    width: 120px;
    margin-left: 20px;
    background-repeat-y: no-repeat;
    background-repeat-x: no-repeat;
}
div.icon-nw2018-Dedicated {
	background-image : url('https://netway.co.th/templates/netwaybysidepad/images/icon-Netway2018-Dedicated.png');
	background-size: 100px 100px;
    height: 120px;
    width: 120px;
    margin-left: 20px;
    background-repeat-y: no-repeat;
    background-repeat-x: no-repeat;
}
div.icon-nw2018-Managed{
	background-image : url('https://netway.co.th/templates/netwaybysidepad/images/icon-Netway2018-Managed.png');
	background-size: 100px 100px;
    height: 120px;
    width: 120px;
    margin-left: 20px;
    background-repeat-y: no-repeat;
    background-repeat-x: no-repeat;
}
div.icon-Netway2018-Azure{
	background-image : url('https://netway.co.th/templates/netwaybysidepad/images/icon-Netway2018-Azure.png');
	background-size: 100px 100px;
    height: 120px;
    width: 120px;
     margin-left: 20px;
    background-repeat-y: no-repeat;
    background-repeat-x: no-repeat;
}

hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #fff;
}

hr.bottom-img-footer {
    margin: 20px 0;
    border: 0;
    border-bottom: 2px solid #0052cd;
}
.txt-tech-kb {
    color: #4d64ae;
    font-size: 17px;
  	padding:0px;
}

div.img-technical-web{
    background-image : url('https://netway.co.th/templates/netwaybysidepad/images/img-banner-ftp.png');
    background-size: 265px;
    height: 140px;
    width: 100%;
  
}

div.img-technical-linux{
    background-image : url('https://netway.co.th/templates/netwaybysidepad/images/img-banner-linux-server.png');
    background-size: 265px;
    height: 140px;
    width: 100%;
}
div.img-technical-window{
    background-image : url('https://netway.co.th/templates/netwaybysidepad/images/img-banner-windows.png');
    background-size: 265px;
    height: 140px;
    width: 100%;
}

div.img-technical-database{
    background-image : url('https://netway.co.th/templates/netwaybysidepad/images/img-banner-database.png');
    background-size: 265px;
    height: 140px;
    width: 100%;
}

.btn-readmore-2018 {
     /*margin: 10px 0% 0px 0%;*/
     background-color:transparent;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 15px;
    border:2px solid #ff562f;
    display:inline-block;
    color:#ff562f;
    font-style: normal;
    font-size: 16px;
    padding:5px 20px;
    text-decoration:none;
     
    /*margin-bottom : 10px;*/
}
.btn-readmore-2018:hover {
    margin: 10px 0% 0px 0%;
    background: #f12711; 
    background: -webkit-linear-gradient(to right, #f5af19, #f12711);  
    background: linear-gradient(to right, #f5af19, #f12711); 
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 15px;
    border:2px solid #ffffff;
    display:inline-block;
    color:#ffffff;
    font-style: normal;
    font-size: 16px;
    padding:5px 20px;
    text-decoration:none;
     
    /*margin-bottom : 10px;*/
}
/*--------------------------------End Home------------------- */

/*-----------------------------Modal------------------------------*/

.modal {
    text-align: center;
    font-size: 16px;
}
.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 7px rgba(0,0,0,.3);
    box-shadow: 0 3px 7px rgba(0,0,0,.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}


.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal.fade {
    top: 20%;
    -webkit-transition: opacity .3s linear,top .3s ease-out;
    -moz-transition: opacity .3s linear,top .3s ease-out;
    -o-transition: opacity .3s linear,top .3s ease-out;
    transition: opacity .3s linear,top .3s ease-out;
}

.modal-body, .modal-header {
    text-align: left;
}

.modal-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}

.modal-footer {
    padding: 14px 15px 15px;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    -webkit-box-shadow: inset 0 1px 0 #fff;
    -moz-box-shadow: inset 0 1px 0 #fff;
    box-shadow: inset 0 1px 0 #fff;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}
.modal-footer, .modal-form {
    margin-bottom: 0;
}
.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px hsla(0,0%,100%,.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
  	border-radius: 4px;
  	box-shadow: inset 0 1px 0 hsla(0,0%,100%,.2), 0 1px 2px rgba(0,0,0,.05);
  	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
}

/* table of content */
.content ul{
    padding-left: 20px;
    list-style-position: outside;
    margin: 20px 0 20px 20px;
    list-style-type: disc;
}

.content ol{
    padding-left: 0px;
    list-style-position: outside;
    margin: 10px 20px 12px 30px
}

.tableOfContent{ 
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;
    display: block;
    width: 400px;  
}
ol.list {
     counter-reset: item 
}
li.listNum{ 
    display: block ;
    margin-left: 0px; 
   letter-spacing: 0.5px;
}
li.countList:before { 
    content: counters(item, ".") " "; counter-increment: item 
}
div.payment-div-visible-phone {
    float: left;
    width: 150px;
    padding: 20px 0;
}
.title {
    font-style: normal;
    font-weight: 500;
    height: auto;
    display: block;
    
}
[role="button"] {
    display: unset;
}
section.hero {
    background: url(https://netway.co.th/templates/netwaybysidepad/images/bg-kb-img-2018-2.png); 
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    background-position: top center;
    padding: 0 20px;
    text-align: center;
    background-size: cover;
    height: 450px;
}
@media only all and (max-width: 768px) {
    section.hero {
        background: linear-gradient(to right, #ec2F4B, #009FFF);
        background-size: 165%;  
        height:200px;
    }  
}
@media only all and (max-width: 480px) {  
    section.hero {
        background: linear-gradient(to right, #ec2F4B, #009FFF);
        background-size: 165%;  
        height:200px;
    }
}

a.font-color{
    color: #333;
}

#custom-search-form {
    margin:0;
    margin-top: 5px;
    padding: 0;
}

#custom-search-form .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 3px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#custom-search-form button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.search-query:focus + button {
    z-index: 3;   
}
.txt-tech-kb {
    padding: 0px;
}
.nw-banner1{
    padding: 30px 0 0 0;
    color: #FFF;
    text-align: left;
    font-size: 35px !important;
    font-family: 'Prompt', sans-serif;
    font-weight: bold;
    line-height: 40px;
    margin-top: 60px;
    margin-left: 20px;
    background-color:transparent ;  
            
}
.nw-banner2{
    padding: 0;
    color: #FFF;
    text-align: left;
    font-size: 24px;
    font-weight: normal;
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px; 
    font-family: 'Prompt', sans-serif;
    margin-left: 20px;
}
.nw-banner3{    
    padding: 0;
    margin: 0 0 20px 0;
    color: yellow;
    text-align: left;
    font-size: 40px;
    font-weight: normal;
    text-shadow: 4px 0 0 rgba(255, 255, 255, 0.3)
    
}

h4 > a {
    font-size: 22px;
    color: #545454;
    margin-top: 30px;
    text-decoration:none;
    font-weight: 300;
    
}

h4 > a:hover {
    font-size: 22px;
    color: #2431a8;
    margin-top: 30px;
    text-decoration:none;
    font-weight: 300;
    
}

ul {
    list-style-type: none;
}
ul.category> li > a {
    font-size: 16px;
    color: #545454;
    text-decoration:none;

}
ul > li > a:hover {
    font-size: 16px;
    color: #2431a8;
    text-decoration:none;
}
.span4 {
    width: 360px;
    height: 400px;
    margin-top: 15px;
    margin-bottom: 15px;
}
    
/******************menuNav*********************/  
p, ul, li, div, nav { 
    padding:0; margin:0; 
} 
#menu { 
    overflow:hidden; 
    position:relative; 
    z-index:2; 
    margin-left:335px;
} 
.parent-menu { 
    background-color: #0c8fff; 
    min-width:255px; 
    float:left; 
} 
#menu ul { 
    list-style-type:none; 
} 
#menu ul li a { 
    padding:10px 32px; 
    display:block; 
    color:#fff; 
    text-decoration:none;
    font-family :Roboto, Arial, sans-serif;
    font-size :18px;
} 
#menu ul li a:hover { 
    background-color:#007ee9; 
} 

#menu ul li:hover > ul { 
    left: 255px; 
    -webkit-transition: left 1000ms ease-in; 
    -moz-transition: left 1000ms ease-in; 
    -ms-transition: left 1000ms ease-in; 
    transition: left 1000ms ease-in; 
}
#menu ul li > ul { 
    position: absolute; 
    background-color: #333; 
    top: 0; 
    left: -155px; 
    min-width: 255px; z-index: -1; 
    height: 100%; 
    -webkit-transition: left 200ms ease-in; 
    -moz-transition: left 200ms ease-in; 
    -ms-transition: left 200ms ease-in; 
    transition: left 200ms ease-in; 
} 
#menu ul li > ul li a:hover { 
    background-color:#2e2e2e; 
} 

input[type="search"].txt-kb {
    width: 264px;
    height: 31px;
    font-size: 16px;
    font-weight: 100;
    border-radius: 30px;
}
.btn-search {
    border: none;
    color: #FFFFFF;
    background-color: #FF7E00;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    margin-top: -2px;
    border-radius: 30px;
}
.btn-search:hover {
    border: none;
    color: #FFF;
    background-color: #FF3000;
    padding: 10px 30px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    margin-top: -2px; 
    border-radius: 30px;

}
.iconPayment2018{
    width : 64px;
}

a.kb-product{
    color:#405368;
}
a.kb-product:hover {
    color:#0088cc;
}
.kb-product-other{
    color:#333333;
}
.kb-product-other:hover {
    color:#0088cc;
}
.kb-request-button {
    background-color: #656565;
    z-index: 10000;
    cursor: pointer!important;
    height: 47px;
    bottom: 0px;
    vertical-align: middle;
    padding: 9px 0px 13px 0px;
    color: white;
    position: fixed;
    font-size: 16px;
    border: 1px solid #454444;
    text-align: center;
}
.coming-pro{
    -webkit-filter: grayscale(100%);       
}
    
body{
    overflow:-moz-scrollbars-vertical;
    overflow-x: hidden;
    overflow-y: scroll;
}
div.payment-div-visible-phone{
    float: left;
    width: 165px;
    padding: 20px 0px 20px 0px;
}
div.product-div-visible-phone{
    float: left;
    width: 150px;
    padding: 20px 0px 20px 0px;
}