/** css topbar nov17 **/
.navbar-toggle {
    float: none !important;
    margin: 8px 0px !important;
    background-color: transparent;
    background-image: none;
}


#mainMenu {
    margin: 0 !important;
    display: table !important;
    width: 100% !important;
}

#mainMenu > li {
    position: relative !important;
    float: none !important;
    display: table-cell !important;
}

  #CliNetsonsLogo {
    margin-left: 0;
    width: 245px;
  }
	#tophead-logo {text-align:left;}
	#tophead-logo, #tophead-buttons {height: 80px;line-height:80px;}

	#tophead-tel,
	#tophead-support,
	#tophead-cli { text-align:center !important; color:#34424c !important}
	#tophead-tel:hover,
	#tophead-support:hover,
	#tophead-cli:hover{background:#fff;color:#1ea6e5 !important;}
	#tophead-tel img,#tophead-support img,#tophead-cli img{ height: 22px;margin-bottom: 5px;}
	#tophead-tel,#tophead-support,#tophead-cli {
		padding-left: 10px !important;
		padding-right: 10px !important;
		color:#34424c !important;
		font-size:18px;
		cursor:pointer;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 0px;
		padding-right: 0px;
	}

/*
@media screen and (max-width: 320px){
	#CliNetsonsLogo { height: 45px !important; margin-left:0px !important}
	#tophead-logo { text-align:center !important;}
	#tophead-logo, #tophead-buttons {height: 45px;line-height:45px !important;}
	#tophead-tel,#tophead-support,#tophead-cli {text-align:center;font-size:12px !important;cursor:pointer;}
	#tophead-cli {display:none;}
	#tophead-tel img,#tophead-support img,#tophead-cli img{ height: 12px;margin-bottom: 5px;}
}


@media screen and (min-width:321px) and (max-width: 480px){
	#CliNetsonsLogo { height: 45px !important;margin-left:0px !important}
	#tophead-logo { text-align:center !important;}
	#tophead-logo, #tophead-buttons {height: 45px;line-height:45px;}
	#tophead-tel,#tophead-support,#tophead-cli {text-align:center;font-size:14px !important;;cursor:pointer;}
	#tophead-cli {display:visible;}
	#tophead-tel img,#tophead-support img,#tophead-cli img{ height: 12px;margin-bottom: 5px;}
}

@media screen and (max-width: 640px){
	#CliNetsonsLogo { height: 45px !important; }
	#tophead-logo { text-align:center !important;}
}

@media screen and (max-width: 768px){
	#CliNetsonsLogo { height: 65px !important; margin-left:0px !important; }
	#tophead-logo { text-align:left }
	#tophead-logo, #tophead-buttons {height: 65px;line-height:65px;}
	#tophead-tel,#tophead-support,#tophead-cli {text-align:center;font-size:16px;cursor:pointer;}
	#tophead-tel img,#tophead-support img,#tophead-cli img{ height: 12px;margin-bottom: 5px;}

	#netsonsHeader.navbar .navbar-nav > li {
    	position: static !important;
    	float: left !important;
    	display: list-item !important;
	}
}
*/
@media screen and (max-width: 1024px){
	#CliNetsonsLogo { height: 70px !important;margin-top: -10px !important;margin-bottom: -10px !important; margin-left: 15px !important; }
	#tophead-logo { text-align:left }
	#tophead-logo, #tophead-buttons {height: 65px;line-height:65px;}
	#tophead-tel,#tophead-support,#tophead-cli {text-align:right;font-size:16px !important;cursor:pointer;}

	#tophead-tel img,#tophead-support img,#tophead-cli img{ height: 16px  !important;margin-bottom: 5px;}
}

.navbar-nav.mainMenu > li { float: none !important;}

@media screen and (max-width: 1024px){

	.climenu-container .climenu-item a .ic {
	    font-size: 20px !important;
	    height: 38px !important;
	    padding: 6px !important;
	    width: 38px !important;
	}
	.climenu-container .climenu-item a span {
    	padding-top: 6px;
	}
	.climenu-container .climenu-item a {
    	font-size: 14px !important;
	}

  .climenu-container > .panel > .panel-footer {
  	padding: 4px !important;
  }

    .mr17 { margin-right: 17px !important;}

}

.pt20{
  padding-top: 20px;
}

#panelDownloadData .alert{
  margin-bottom: 0;
}

.panel.panel-two-sides .right-side {
    background: none;
    border-left: solid 1px #e3e3e3;
    vertical-align: middle;
    text-align: center;
    padding: 0;
}

.panel.panel-cli .table tr > *:last-child {
    padding-right: 0;
}

.panel.panel-cli .table tr > td{
  border: 0;
}

.assistenza-head{
    margin-top: 20px;
}

.assistenza-head h2{
  float: left;
}
.assistenza-head a{
  float: right;
  margin-top:15px;
}

.assistenza-head:after{
  content: "";
  display: table;
  clear: both;
}

#centro_privacy{
  background-color: #e8f6fa;
}




/**********/
/* HEADER */
/**********/


.head_new, .navbar_new{
  background-image: -webkit-linear-gradient(left,#004f75 1%,#0083c1 60%,#0fb2ff 97%);
  background-image: linear-gradient(90deg,#004f75 1%,#0083c1 60%,#0fb2ff 97%);
  border: 0px;
  border-radius: 0;
  margin-bottom: 0px;
}

.head_new #tophead-cli{
  background-color: #0083C1 !important;
  color: white !important;
  border: solid 1px #0083C1 !important;
  font-size: 16px;
  padding: 9px 12px !important;
  margin-top: 18px !important;
  border-radius: 2px !important;
  line-height: 1em;
  margin-left: 3px;
}

.head_new #tophead-cli:hover{
  background-color: #004f75 !important;
  border-color: #004f75 !important;
  color: #FFF;
}

.head_new #tophead-support{
  background-color: transparent !important;
  color: white !important;
  border: solid 1px #a7d1ee !important;
  font-size: 16px;
  padding: 9px 12px !important;
  margin-top: 18px !important;
  border-radius: 2px !important;
  line-height: 1em;
  margin-left: 3px;

}

.head_new #tophead-support:hover{
  background-color: #004f75 !important;
  border-color: #004f75 !important;
  color: #FFF;
}

.head_new #tophead-tel{

  background-color: transparent !important;
  color: white !important;
  border: none !important;
  font-size: 16px;
  padding: 9px 12px !important;
  margin-top: 18px !important;
  border-radius: 2px !important;
  line-height: 1em;
  margin-right: 23px;
  font-weight: 300;

}

.head_new #tophead-tel img{ margin-right: 7px;}

.head_new #tophead-tel:hover{
  background-color: transparent !important;
  border: none !important;
  color: white !important;
  text-decoration: underline;
}

.navbar_new li a{
  color: white;
}
.navbar_new li a:hover{
  color: #18222a;
}

#tophead-tel img, #tophead-support img, #tophead-cli img {
  height: 20px;
  margin-bottom: 2px;
}

  @media screen and (max-width: 768px) {
      #tophead-logo, #tophead-buttons {
          height: 50px;
          line-height: 50px;
      }

      #CliNetsonsLogo {
          display: none;
      }

      #CliNetsonsLogoXs {
          display: visible;
          margin-bottom: 5px !important;
          height: 64px !important
      }

      #tophead-cli {
          display: none !important;
      }

      #tophead-cli-xs {
          display: visible !important;
          cursor: pointer !important;
      }

      #tophead-support {
          display: none !important;
      }

      #tophead-support-xs {
          display: visible !important;
          cursor: pointer !important;
      }

      #tophead-tel {
          display: none !important;
      }

      #tophead-tel-xs {
          display: visible !important;
          cursor: pointer !important;
      }

      #tophead-cli-xs > img, #tophead-support-xs > img, #tophead-tel-xs > img {
          margin-bottom: 8px !important;
          margin-left: 25px !important;
          height: 18px !important;
      }

      li.hidable {
          visibility: hidden !important;
      }

      #mainMenu {
          margin: 0 !important;
          display: inline !important;
          width: 100% !important;
      }

      #mainMenu > li {
          position: relative !important;
          float: left !important;
          display: inline !important;
          width: 20% !important;
      }

      #netsonsHeader .navbar-nav > li > a {
          height: 36px !important;
      }
  }

  @media screen and (min-width: 992px) and (max-width: 1023px) {
      #tophead-logo, #tophead-buttons {
          height: 60px;
          line-height: 60px;
      }

      #CliNetsonsLogo {
          display: visible !important;
          height: 60px !important;
      }

      #CliNetsonsLogoXs {
          display: none !important;
      }

      #tophead-cli {
          display: none !important;
      }

      #tophead-cli-xs {
          display: visible !important;
          cursor: pointer !important;
      }

      #tophead-support {
          display: none !important;
      }

      #tophead-support-xs {
          display: visible !important;
          cursor: pointer !important;
      }

      #tophead-tel {
          display: none !important;
      }

      #tophead-tel-xs {
          display: visible !important;
          cursor: pointer !important;
      }

      #tophead-cli, #tophead-support, #tophead-tel {
          font-size: 1.05em !important
      }

      #tophead-cli-xs > img, #tophead-support-xs > img, #tophead-tel-xs > img {
          margin-bottom: 8px !important;
          margin-left: 25px !important;
          height: 24px !important;
      }

  }

  @media screen and (min-width: 769px) and (max-width: 991px) {
      #tophead-logo, #tophead-buttons {
          height: 60px;
          line-height: 60px;
      }

      #CliNetsonsLogo {
          display: visible !important;
          height: 60px !important;
      }

      #CliNetsonsLogoXs {
          display: none !important;
      }

      #tophead-cli {
          display: visible !important;
      }

      #tophead-cli-xs {
          display: none !important;
          cursor: pointer !important;
      }

      #tophead-support {
          display: visible !important;
      }

      #tophead-support-xs {
          display: none !important;
          cursor: pointer !important;
      }

      #tophead-tel {
          display: visible !important;
      }

      #tophead-tel-xs {
          display: none !important;
          cursor: pointer !important;
      }

      #tophead-cli, #tophead-support, #tophead-tel {
          font-size: 1.05em !important
      }

      #tophead-cli-xs > img, #tophead-support-xs > img, #tophead-tel-xs > img {
          margin-bottom: 8px !important;
          margin-left: 25px !important;
          height: 24px !important;
      }

  }

  @media screen and (min-width: 1024px) {
      #CliNetsonsLogo {
          display: visible !important;
      }

      #CliNetsonsLogoXs {
          display: none !important;
      }

      #tophead-cli {
          display: visible !important;
      }

      #tophead-cli-xs {
          display: none !important;
      }

      #tophead-support {
          display: visible !important;
      }

      #tophead-support-xs {
          display: none !important;
      }

      #tophead-tel {
          display: visible !important;
      }

      #tophead-tel-xs {
          display: none !important;
      }
  }

  @media screen and (max-width: 767px) {
      #homepageSlider > .carousel-inner > .item > .container > .container.text-right,
      #homepageSlider > .carousel-inner > .item > .container > a > .text-left {
          text-align: center !important;
      }

  }



/* FOOTER */


#partners {
    background-image: -webkit-linear-gradient(left, #004f75 1%, #0083c1 60%, #0fb2ff 97%);
    background-image: linear-gradient(90deg, #004f75 1%, #0083c1 60%, #0fb2ff 97%);
}


#partners p {
    color: #fff;
}

#partners p#partner_intro {
    font-weight: normal;
}

#partners p#partner_disclaim {
    margin-top: 20px;
    text-align: right;
    color: #fff;
}


#footer {
    background: #004f75;
    z-index: 2;
    position: relative;
    border-top: solid 3px white;
    font-size: 1.2rem;
}

#footer .footer-links ul li a {
    color: #FFF;
}

#footer .footer-links p {
  color: #FFF;
  font-size: 16px;
}

#footer .footer-social-links a {
    background-color: #002c42;
}

#footer .footer-social-links a:hover {
    background-color: #0fb2ff;
}

#footer .footer-logo-vctr {
    margin-top: -47px;
}

#footer .footer-logo-vctr .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(https://www.netsons.com/manage/templates/peach/images/social-clifooter/enne.png);
    background-size: 60px 60px;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

#footer .footer-links {
    padding-top: 40px;
  }

#footer .footer-links p+ul {
    padding-left: 0;
    border-left: 0px;
}
#footer ul{
  font-weight: 300;
  line-height: 1.5em;
  font-size: 16px;
}
#footer ul.list-notitle{
  margin-top: 30px;
}

#credits {
    background-color: #002c42;
    color: #FFF;
    font-weight: 300;
    font-size: 12px;
}

#credits a {
    color: #FFF;
    font-weight: 300;
    font-size: 12px;
}

.whmcs_text_mod .product-description-header {
      background-color: #5cb85c;
      color: white;
      border-radius: 3px;
      padding: 0 10px;
      display: inline-block;
      font-weight: 500;
      font-size: 1em;
      margin-left: 0;
      margin-bottom: 20px;

}
.whmcs_text_mod .product-description .col-sm-4{
  border-right: solid 1px #eee;
}

.whmcs_text_mod .product-description .col-sm-4:last-child{
  border: none;
}

.whmcs_text_mod .product-description ul{
  padding-left: 0;
}

.whmcs_text_mod .product-description ul li{
  list-style: none;
  position: relative;
  padding-left: 20px;
  color: #666;
  font-weight: 300;
}

.whmcs_text_mod .product-description ul li:before {
    width: 15px;
    height: 15px;
    background-image: url(/images/svg/check-cart.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    display: inline-block;
    content: '';
    margin-right: 4px;
    position: absolute;
    left: 0;
    top: 5px;
}

.whmcs_text_mod .product-description strong {
    margin-left: 0;
}


.ic-instagram:before {
  content: "";
  background-image: url(/images/svg/social/instagram.svg);
  background-size: 25px 26px;
  width: 25px;
  height: 26px;
  display: block;
}

@media (min-width: 1440px){
  .container {
      width: 1390px;
  }

  #partners img {
    padding: 0 30px;
  }
}

/*
gradient background for panels titles
*/
.cart .panel-info .panel-heading,
.cart h4.heading-inverse,
.cart tr.bg-dark-gray {
    background-image: -webkit-linear-gradient(left, #004f75 1%, #0083c1 60%, #0fb2ff 97%);
    background-image: linear-gradient(90deg, #004f75 1%, #0083c1 60%, #0fb2ff 97%);
}
