.nav-logo img {
	height: 62px;
}

.remote-support a {
	padding: 7px !important;
}

.fixed-nav {
  position: fixed !important;
  right: 0;
  left: 0;
  z-index: 1030 !important;
}

.g-main-nav .g-toplevel i {
		opacity: 1;
}

.g-offcanvas-toggle {
    margin-top: 5px;
    position: fixed !important;
    z-index: 1031 !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

.move-down {
	margin-top: 50px;
}

.readmore a {
	font-size: 20px;
	background-image: none !important;
	background-color: rgb(41,128,185);
	color: white;
	padding: 10px 5px;
}

/* Home page styles */

#intro {
	height: 400px;
	width: 100%;
	background: url("http://clickcomp.com/images/background.jpg") no-repeat fixed center center / cover transparent;
	background-position: 50% 0px;
	display: table;
	overflow: hidden;
}

.vertical-align {
	display: table-cell;
	vertical-align: middle;
}

.intro-text {
	color: white;
	line-height: 102.85714289px;
	font-size: 60px;
	font-family: 'Times New Roman', Georgia, Times, Serif;
	text-align: center;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	-webkit-text-shadow: 2px 2px 0px #000000, 2px 2px 6px #000000;
	-o-text-shadow: 2px 2px 0px #000000, 2px 2px 6px #000000;
	-ms-text-shadow: 2px 2px 0px #000000, 2px 2px 6px #000000;
	-moz-text-shadow: 2px 2px 0px #000000, 2px 2px 6px #000000;
	-webkit-text-shadow: 2px 2px 0px #000000, 2px 2px 6px #000000;
	-o-text-shadow: 2px 2px 0px #000000, 2px 2px 6px #000000;
	-ms-text-shadow: 2px 2px 0px #000000, 2px 2px 6px #000000;
	-moz-text-shadow: 2px 2px 0px #000000, 2px 2px 6px #000000;
	text-shadow: 2px 2px 0px #000000, 2px 2px 6px #000000;
	margin: 0;
	padding: 0;
}

.service-panel {
	border: none;
	border-radius: 0;
	perspective: 500px;
	background-color:#555555;
	margin-top: 15px;
}

.service-panel h3 {
	color: #333;
}

.service-panel p {
	color: #333;
	line-height: 20px;
}

.service-panel:hover .panel-body {
	transform: rotateY( 180deg ) ;
	transition: transform 0.5s;
}

.service-panel > .panel-body {
	padding: 0;
	transition: transform 1s;
	transform-style: preserve-3d;
	background-color: white;
	height: 430px;
}

.service-panel-front, .service-panel-back {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: rotateX(0deg);
}

.service-panel-back {
    position: absolute;
  	left: 0;
    bottom: 60px;
    right: 0;
	transform: rotateY( 180deg );
}

.service-panel > div > img {
	max-width: 100%;
	height: 270px;
	display: inline-block;
}

.service-panel > div > div > p {
	margin: 10px;
}

/* Services page styles */


#services-header {
	width: 100%;
	height: 100vh;
	background-color: #21306C;
	display: table;
	overflow: hidden;
}

.services-header-p {
	width: 1000px;
	font-size: 20px;
	color: white;
	text-align: center;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.vertical-align {
	display: table-cell;
	vertical-align: middle;
}

.service-slide {
	height: 100vh;
}

.service-slide-arrow {
	position: absolute;
  z-index: 100;
  margin-top: -85px;
  left: 50%;
  background-color: rgba(41,128,185,.2);
	border: 5px solid #2980B9;
  padding: 10px;
  transform: translate(-50%, 0);
  -webkit-transition: background .3s ease-in-out;
  -moz-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out
}

.service-slide-arrow:hover {
	background-color: rgba(41,128,185,.3);
}

.service-slide-arrow em {
  color: rgb(41,128,185);
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 1s;
  -moz-transition-property: -moz-transform;
  -moz-transition-duration: 1s
}

.service-slide-arrow:hover em{
	color: rgb(41,128,185);
	-webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear
}

.price-card, .price-card-2 {
	border-radius: 5px;
	background-color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 15px;
	padding: 10px;
	color: #333333;
	text-align: center;
}

.price-card {
	min-height: 140px;
}

.price-card hr, .price-card-2 hr {
	border-color: #95a5a6;
}

@-webkit-keyframes pulse {
  0, 100% {
	-webkit-transform: scale(1);
	transform: scale(1)
  }
  50% {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
  }
}
@-moz-keyframes pulse {
  0, 100% {
	-moz-transform: scale(1);
	transform: scale(1)
  }
  50% {
	-moz-transform: scale(1.2);
	transform: scale(1.2)
  }
}

.service-blue {
	background-color: #0C2140;
	color: white;
}

.service-white {
	background-color: white;
	color: #333;
}

.service-white h1 {
	color: #333;
}

.service-slide-img {
	padding: 0;
	overflow: hidden;
}

.service-slide-img img {
	height: 100vh;
	max-width: none;
}

.service-slide-text {
	height: 100vh;
	display: table;
	overflow: hidden;
	padding: 35px;
}

@media (max-width: 1300px) {
	.price-card, .price-card-2 {
		font-size: 13px;
	}
}

@media (max-width: 1200px) {
	.price-card, .price-card-2 {
		margin: 10px -9px;
	}
}

@media (max-width: 992px) {
	.services-header-p {
		width: 500px;
	}
	.service-slide {
		height: auto;
	}
	.service-slide-img img {
		height: auto;
	}

	.service-slide-text {
		height: auto;
		padding-bottom: 150px;
	}
}

@media (max-width: 768px) {
	.service-slide {
		height: auto;
	}
	.service-slide-text {
		height: auto;
	}
	
	.intro-text {
		line-height: 60px;
    		font-size: 40px;
	}
}

@media (max-width: 520px) {
	.services-header-p {
		width: auto;
		font-size: 18px;
		margin: 5px 10px;
	}
	.price-card, .price-card-2 {
		font-size: 12px;
	}
}

@media (max-width: 440px) {
	.service-slide-img img {
		height: 50vh;
	}
	.price-card, .price-card-2 {
		padding: 5px;
	}
}


/* Support Page */

div.widget-content {
	padding: 20px 15px 15px;
	background: #FFF;
	border: 1px solid #D5D5D5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #333;
}

div.widget-content h3 {
	color: #333;
}

/* ClickNet Page */

.fullpage-header {
	display: table;
	height: 100vh;
	width: 100%;
	background: url("http://clickcomp.com/images/radio.jpg") no-repeat center center;
	background-size: cover;
	color: white;
	position: relative;
  top: -30px;
}

.fullpage-header h1 {
	font-size: 75px;
}

.fullpage-header p {
	font-size: 22px;
}

#plans-scroll {
	position: relative;
	top: 65px;
}

#plans h1, #coverage-map h1 {
	font-size: 60px; 
	color: white;
	margin: auto;
}

#plans hr, #coverage-map hr {
	border-bottom: 3px solid white;
	width: 150px;
	margin: auto;
}

/*Styles for the price cards*/
.color-blue .container-button {
  background-color: #3498db;
}
.color-blue .container-button:before {
  background-color: #3498db;
}
.color-blue .w-item span {
  color: #3498db;
}

.w-table {
  display: table;
  width: 100%;
  height: 100%;
}

.w-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.w-container {
  position: relative;
  max-width: 100%;
  margin: 30px auto 0;
  font-size: 0;
  text-align: center;
}
.w-container .w-card {
  cursor: pointer;
  background-color: #fff;
  display: inline-block;
  vertical-align: top;
  width: 300px;
  color: #333;
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 30px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-container .w-card .card-header {
  overflow: hidden;
  padding: 4px 0 0;
}
.w-container .w-card .card-header .w-title, .w-container .w-card .card-header .w-price {
  position: relative;
  z-index: 2;
}
.w-container .w-card .card-header .w-price {
  font-size: 42px;
  font-weight: 500;
  padding: 1px 20px 20px;
}
.w-container .w-card .card-content {
  padding: 20px;
}
.w-container .w-card .card-content .w-item {
  font-size: 20px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}
.w-container .w-card .card-content .w-item:last-child {
  border-bottom: none;
}
.w-container .w-card .card-content .w-item span {
  font-weight: 500;
}
.w-container .w-card .container-button {
  position: relative;
}
.w-container .w-card .container-button .w-button {
  position: relative;
  display: block;
  padding: 20px;
  color: #fff;
  font-weight: 400;
  z-index: 2;
  text-decoration: none;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-container .w-card .container-button:before, .w-container .w-card .container-button:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  width: 0%;
  height: 0%;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-container .w-card .container-button:after {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.1);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.w-container .w-card .container-button:hover .w-button {
  padding: 0px 20px 40px;
}
.w-container .w-card .container-button:hover:before {
  top: -200px;
  left: -50px;
  width: 400px;
  height: 400px;
}
.w-container .w-card .container-button:hover:after {
  top: -200px;
  left: -50px;
  width: 400px;
  height: 400px;
}
.w-container .w-card:hover {
  z-index: 2;
  margin: -20px 0 50px;
}
.w-container .w-card:hover .w-button {
  opacity: 1;
}

.coverage-map {
	padding: 10px 0 0 0;
	text-align: center;
	background-color: #FFF;
	color: #333;
	margin: 20px auto;
  width: 70%;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.coverage-map h3 {
	color: #333;
}

.coverage-map img{
	position: relative;
	z-index: 40;
	width: 100%;
	height: auto;
}

