
.menu-item-4260,
.menu-item-20296,
.menu-item-4269
{
  display: none;
}

/* IMAGE LIST */
.image_list li
{
	padding-bottom: 30px;
}


/* PRICING LIST */
.pricing_list
{
	margin: 0;
	padding: 30px;
	width: 100%;
}
.pricing_list .header
{
  background: #F5f8fa;
  padding-top: 50px;
  box-shadow: 0 4px 8px rgba(0,0,0,.05);
}
.pricing_list .header h2
{
	padding-bottom: 15px;
}
.pricing_list .content
{
  background: #F5f8fa;
  box-shadow: 0 4px 8px rgba(0,0,0,.05);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.pricing_list .content h2
{
	font-size: 30px;
	line-height: 35px;
  padding-bottom: 15px;
}

.pricing_list .plus_icon
{
	display: block;
	color: #fff;

	margin: -15px auto 15px auto;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
	font-weight: 300;
	font-size: 40px;

  display: block;
  background: #dedede;

}



.pricing_list .orange span
{
  line-height: 10px;
}

ul.pricing_list ul.horizontal
{
	padding-left: 0;
  padding-bottom: 30px;
}
ul.pricing_list ul.horizontal h2
{
  padding-bottom: 0;
}
.pricing_list li
{
	margin: 0;
	padding: 0 15px;
	width: 33.333%;
}
.pricing_list li:last-child
{
  border-right: none;
}



.pricing_list .footer
{
	margin: 0 50px;
  padding-bottom: 50px;
}
.pricing_list .footer h5:not(:last-child)
{
  padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: solid #dedede 1px;
}


#content .pricing_list .footer img
{
	opacity: .35;
	padding-bottom: 0;
}

a.tooltip
{
	color: #57a4f9;
	position: relative;
}
a.tooltip .tooltip_content
{
	position: absolute;
	top: 100%;
	width: 400px;
  margin-top: 5px;

  /*
	left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  */

  box-shadow: 0px 4px 8px rgba(0,0,0,.15);
  z-index: 999;
	padding: 30px;
	border: solid #dedede 1px;
  background: #f5f8fa;
  color: #57a4f9;
	font-size: 16px;
	line-height: 22px;
}
a.tooltip .tooltip_content p
{
	padding-bottom: 0;
}





@media screen and (max-width: 1151px)
{
	.pricing_list
	{
		padding: 0;
	}
	.pricing_list .header h2,
	.pricing_list .content h2,
	.pricing_list h3,
	.pricing_list h4,
	.pricing_list h5,
	.pricing_list p
	{
		font-size: 14px;
		line-height: 20px;
	}
  .pricing_list li,
  .pricing_list li:first-child,
  .pricing_list li:last-child
  {
    float: left;
    margin: 0;
    padding: 0 5px;
    width: 33.333333333%
  }
	ul.pricing_list ul.horizontal li
	{
		float: none;
		width: 100%;
		display: block;
		border-right: none;
	}

		#content .pricing_list br
		{
			display: block;
		}
		.pricing_list span
		{
			font-size: 14px !important;
		}

		.pricing_list .plus_icon
		{
			margin: -15px auto 15px auto;
			width: 20px;
			height: 20px;
			line-height: 20px !important;
			border-radius: 50%;
			font-weight: 300;
			font-size: 16px;
		}
		.pricing_list .button,
		.pricing_list .button:hover,
		.pricing_list .button:active
		{
			margin: 0 5px;
			font-size: 14px;
			padding: 5px;
			font-weight: 300;
		}
		.pricing_list .footer
		{
			margin: 0 5px;
		}
}

@media screen and (max-width: 1279px)
{

	.horizontal.long li
	{
		float: none;
		width: 100%;
		display: block;
	}
}




@media screen and (max-width: 768px)
{
  #content .pricing_list .footer img
  {
  	display: block;
    clear: both;
    margin: 0 auto;
    padding-bottom: 5px;
  }
	.pricing_list
	{
		font-size: 14px !important;
	}
	.pricing_list .footer
	{
	  padding-bottom: 5px;
	}
	.pricing_list .footer h4:not(:last-child)
	{
	  padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: solid #dedede 1px;
	}
  a.tooltip .tooltip_content
  {
    padding: 5px;
  }
}

@media screen and (max-width: 420px)
{
	.pricing_list *
	{
		font-size: 14px !important;
		line-height: 20px !important;
	}
	.pricing_list .button
	{
		font-size: 12px !important;
		line-height: 16px !important;
	}
}
