.support-heading {

}

@media (min-width: 992px) {
	.support-heading {
		padding: 0 15px;
	}
}

@media (max-width: 992px) {
	.support-heading{

	}
	.support-heading{
	}
	.support-content ul{
		padding-left: 20px;
	}
	#pshowblog_entries article{
		margin-bottom: 15px !important;
	}
}





.support-content {
    line-height: 1.5;
    letter-spacing: .02em;
    font-size: 16px;
}

.support-content-2 {
	widht: 100%;
}

#support_list {
	text-align: center;
	margin-top: 20px;
}

.pink .pack-header {
	background-color: #e63f76;
	border: 1px solid #e63f76;
}
.pack-header {
	color: #fff;
	position: relative;
	padding: 20px 0;
	background-color: #6dcd40;
	border: 1px solid #6dcd40;
}
.pack-header:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 20px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.2) 50%,rgba(0,0,0,0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#4d000000',GradientType=0 ); /* IE6-9 */
}
.pack-header h5 {
	font-size: 38px;
	line-height: 1;
	margin: 0;
}
.pack-header .subname {
	font-size: 11px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.pack-box {
	font-size: 12px;
	color: #97bae2;
	position: relative;
	overflow: hidden;
	padding: 4px 0;
	margin: 0 4px;
	background: #102033;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
    transition: background 0.5s;
}
.pack-box:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 4px;
	width: 100%;
	height: 100%;
	background: rgb(16,32,51); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(16,32,51,1) 0%, rgba(16,32,51,1) 65%, rgba(38,74,101,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(16,32,51,1) 0%,rgba(16,32,51,1) 65%,rgba(38,74,101,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(16,32,51,1) 0%,rgba(16,32,51,1) 65%,rgba(38,74,101,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#102033', endColorstr='#264a65',GradientType=0 ); /* IE6-9 */
}
.pack-box.pink:before {
	background: rgb(16,32,51); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(16,32,51,1) 0%, rgba(16,32,51,1) 60%, rgba(80,41,71,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(16,32,51,1) 0%,rgba(16,32,51,1) 60%,rgba(80,41,71,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(16,32,51,1) 0%,rgba(16,32,51,1) 60%,rgba(80,41,71,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#102033', endColorstr='#502947',GradientType=0 ); /* IE6-9 */
}
.pack-box:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -85px;
	width: 170px;
	height: 140px;
	background: url(../img/sprites-support.png) no-repeat;
}
#support_list > .row > div:nth-child(1) .pack-box:after {background-position: 0 0;}
#support_list > .row > div:nth-child(2) .pack-box:after {background-position: 0 -141px;}
#support_list > .row > div:nth-child(3) .pack-box:after {background-position: 0 -282px;}
#support_list > .row > div:nth-child(4) .pack-box:after {background-position: 0 -423px;}

#support_list > .row > div:nth-child(1) .pack-box.pink:after {background-position: 0 -564px;}
#support_list > .row > div:nth-child(2) .pack-box.pink:after {background-position: 0 -705px;}
#support_list > .row > div:nth-child(3) .pack-box.pink:after {background-position: 0 -846px;}
#support_list > .row > div:nth-child(4) .pack-box.pink:after {background-position: 0 -987px;}

.pack-box .pack-price {
	color: #e53374;
	position: relative;
	overflow: hidden;
	padding: 10px;
	border-width: 1px 0;
	border-style: solid;
	border-top-color: #295387;
	border-bottom-color: #47426c;
	
	background: #162d48; /* Old browsers */
	background: -moz-linear-gradient(top,  #162d48 0%, #102134 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #162d48 0%,#102134 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #162d48 0%,#102134 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#162d48', endColorstr='#102134',GradientType=0 ); /* IE6-9 */
}
.pack-box .pack-price:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 55px;
	background: url(../img/pack-price-bg.png) center center no-repeat;
}
.pack-box .pack-price .price {
	font-size: 26px;
	text-transform: lowercase;
}
.pack-box .pack-price .unit {
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.pack-box .pack-func {
	position: relative;
	padding-bottom: 160px;
}
.pack-box .pack-func .fa {
	font-size: 24px;
	display: block;
	padding: 20px 0 4px;
}
.pack-box .pack-func .fa-check {color: #6dcd40;}
.pack-box .pack-func .fa-question {color: #5cabd6;}
.pack-box .pack-func .value {
	display: block;
	padding: 0 42px;
}
.pack-box .pack-func .value p {padding: 0;}

.pack-buy {
	padding: 0 4px;
	position: relative;
}
.pack-buy a {
	font-size: 16px;
	font-weight: bold;
	color: #77cbff;
	display: block;
	width: 100%;
	padding: 16px 20px;
	border: 0;
	border-bottom: 4px solid #102033;
	background: rgb(39,81,129);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(39,81,129,1) 0%, rgba(11,21,33,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(39,81,129,1) 0%,rgba(11,21,33,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(39,81,129,1) 0%,rgba(11,21,33,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#275181', endColorstr='#0b1521',GradientType=1 );
	cursor: pointer;
}
.pack-buy a:hover {
	color: #fff;
	background: rgb(81,41,71);
	background: -moz-radial-gradient(center, ellipse cover,  rgba(81,41,71,1) 0%, rgba(16,32,52,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(81,41,71,1) 0%,rgba(16,32,52,1) 100%);
	background: radial-gradient(ellipse at center,  rgba(81,41,71,1) 0%,rgba(16,32,52,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#512947', endColorstr='#102034',GradientType=1 );
}

.pack-buy .pack-buy-title {
	/*display: none;*/
	opacity: 0;
	color: #fff;
	font-weight: bold;
	position: absolute;
	width: 100%;
	top: -75px;
	left: 0;
	padding: 0 15px;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.pack-buy a:hover + .pack-buy-title {
	/*display: block;*/
	opacity: 1;
}

.pack-desc ul {
	color: #828e9c;
	list-style: none;
	padding: 0;
	margin: 20px 0;
}
.pack-desc ul li {
	padding: 2px 0;
}
.pack-desc ul li:before {
	content: '\f111';
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 4px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	position: relative;
	top: -3px;
	margin-right: 6px;
}

#support_list_bottom {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

@media (max-width: 991px) {
	.pack-header {
		padding: 6px 0;
		cursor: pointer;
	}
}
@media (min-width: 992px) {
	#support_list > .row > div:nth-child(1) .pack-box {height: 1075px;}
	#support_list > .row > div:nth-child(2) .pack-box {height: 1095px;}
	#support_list > .row > div:nth-child(3) .pack-box {height: 1115px;}
	#support_list > .row > div:nth-child(4) .pack-box {height: 1135px;}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.pack-box .pack-func .value {
		padding: 0px 12px;
	}
}



#support_reference {
	text-align: center;
	margin: 10px 0 30px;
}
#support_reference .reference-image img {
	display: block;
	margin: 0 auto;
	border-radius: 80px;
	width: 150px;
}
#support_reference .reference-name {
	font-size: 20px;
	margin: 15px 0 5px;
}
#support_reference .reference-content {
	font-size: 15px;
}
#support_reference .reference-link  a {
	display: inline-block;
	margin: 5px 0 20px;
	padding: 6px 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
}
#support_reference .reference-link  a:hover {
	color: #fff;
	border-color: #e63f76;
	background: #e63f76;
}

#support_reference .bx-wrapper {
	position: relative;
}
#support_reference .bx-controls-direction a {
	font-size: 0;
	display: inline-block;
    position: absolute;
	top: 50%;
	margin-top: -13px;
	width: 20px;
	height: 25px;
    background: url(../img/sprites.png) no-repeat;
	-webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#support_reference .bx-controls-direction a.bx-prev {
	background-position: -104px -35px;
	left: -30px;
}
#support_reference .bx-controls-direction a.bx-next {
	background-position: -80px -149px;
	right: -30px;
}
#support_reference .bx-controls-direction a.bx-prev:hover {background-position: -104px -61px;}
#support_reference .bx-controls-direction a.bx-next:hover {background-position: -101px -149px;}

.article_grid .entry_content {
	padding: 8px!important;
}

#pshowblog_entries .article_grid:nth-last-child(-n+3) {
	margin: 0;
}

body#support .pshowblog_entry_heading{
	left: 0;
	right: 0;
	bottom: 0 !important;
	position: absolute;
	padding-right: 0 !important;
	margin-bottom: 0 !important;
	margin: 0 8px;
}

body#support #pshowblog_entries .entry_content-more{
	margin-bottom: 0 !important;
	position: relative;
    top: 6px;
}

@media all and (max-width:991px){
	.article_grid .entry_content{
		height: 100%;
	}
}

.support-box-container .article_grid .entry_date {
    display: none;
}

.support-box-container .article_grid h2 {
    padding: 0;
    color: #444444;
}

.support-box-container .article_grid .entry_content  {
    padding: 5px 0 0 5px;
    top: 0;
}

.support-box-container .article_grid .entry_content .pshowblog_entry_heading {
    margin-bottom: 0;
}

.support-box-container .article_grid .entry_content .entry_content-description p {
    line-height: 20px;
    text-align: left;
}

.support-box-container .article_grid .entry_content .entry_content-category {
    display: none;
}

.contacts {
	margin: 20px 0;
	clear: both;
}

#contact_box {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 20px;
}

#contact_box i {
	transform: scale(1.3);
    margin: 20px 5px;
}


@media (max-width: 768px) {
	#contact_box {
		display: flex;
    flex-direction: column;
	}
	#contact_box a {
		margin-top: 20px;
		width: 180px;
	}
}