/* @group General */

body {background: #333;}
h1 {font-weight: bold;}
.title-header h1 {
  display: inline-block;
  padding: 0;
  margin: 0;
  color: #ac4697;
}
.title-header h1 small { color: #333;}
/* @end */

/* @group Page Header */
#pageheader {
}

.top-bar-row {  background: #333;
}

.empty0 { display:none; }

.notEmpty1 { display:none; }

.cartSummary {  background: #fff; text-align: center; border-radius: 5px;}

.cartSummaryItem { padding: 3px; clear: both;}

.title-header-row {  background: #fff; text-align: center;}

#pageheader .logo>img {
	height: 100%;
	width: auto;}
	
#pageheader .loginrequest {
	font-weight: bold;
	font-style: italic;
	color: white;}

.top-bar-wrapper { 
}
.top-logo {padding-top: 5px; display: block;
}
.top-logo-image { text-align: right;
}
	
/* @end */

/* @group Page Content */
	#pagecontent {
	background: #aa6bb8;
	padding: 15px 0;}

  main table tr td p, main table tr td * p { color: #333;}

  main iframe { margin:auto; max-width: 100% }

  .catalogueList li {list-style-type: none;}

  article { color: #fff;}
/* @end */

/* @group Page Footer */
#pagefooter {
	padding-top: 15px;
}
#pagefooter .inline-list {
	color: #fff;
	font-size: 12px;
  }

  #pagefooter h3, #pagefooter .sponsors, #pagefooter .footerlinks { text-align: center; color: #fff;}

#pagefooter .inline-list > li > span, #pagefooter .inline-list > li  {
  display: inline-block;
  padding: 4px;
text-align: center}

  #pagefooter form label {color: #fff;}
/* @end */

/* Shop and product styling */

ul.product-info > li, .productList > li, li.productItem, .details ul li { list-style-type: none; }

 li.productItem .shop-product-small .product-wrapper, li.productItem .shop-product-large .product-wrapper  { 
	background: #fff; 
	border-radius: 5px; 
	overflow: hidden;
	margin-bottom: 15px;
	padding: 10px;
	}
	.list-content { margin: 5px;}

	.list-content a { display: block; padding: 15px; background: #fff; 
	border-radius: 5px;}

	.list-content a:hover { box-shadow: }

.button-area { text-align: center; margin-top: 10px;}

.product-image { }

.audio-component{ font-size: 16px; width: 50%; float: left; padding-bottom: 15px; text-align: left;}

.audio-component .track-position { width: 30px; display: inline-block; margin-left: 20px;}

.audio-component .audio-artist { min-width: 180px; display: inline-block; line-height: 2.5em;}

.audio-component .audio-title { width: 50%; display: inline-block; line-height: 2.5em; }

.audio-component .audio-file { width: 80%; display: block; margin: 15px auto; text-align: center; border-bottom: #333 1px dotted;}

.zero-1,.one-0,.hide,.error.false {display: none !important;}
label {cursor: default;}
html {height: auto;} /*needed for flexbox to work correctly*/
body {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	min-height: 100vh;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	    -ms-flexbox-direction: column;
	        flex-direction: column;}

main > p, main > span > p, main > div > p, main div span p{ color: #fff;}
#pagecontent {
	-webkit-flex: 1;
	-ms-flex: 1;
	-ms-flexbox: 1;
	flex: 1 1 auto;
	min-width: 0;}

.clear{ clear: both; }
.clear-left { clear: left;}
.clear-right { clear: right;}

.sponsors-list { margin-top: 20px; text-align: center;}
.sponsors-list .sponsorlogo { max-height: 70px; margin: 5px;}

.text-left  .top-logo-image{ text-align: left;}
/* module calendar */

.module-calendar {width: 100%; position: relative;margin: 0;}
.module-calendar td {
	padding: 0;
	text-align: center;
	width: 14.2%;
	height: 35px;}
.module-calendar td.events {
	background: #ccc;
	cursor: pointer;
}
.module-calendar ul {display: none;}
.module-calendar .open ul {
	display: block;
	box-sizing: border-box;
	position: absolute;
	width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	margin: 0;
	list-style-position: inside;
	padding: 30px 15px 15px;
	background: #fff;
	text-align: left;
	cursor: default;
	font-size: 14px;}
.module-calendar .open .close {
	z-index: 1;
	position: absolute;
	display: block;
	top: 5px;
	right: 5px;
	cursor: pointer;
	width: 15px;
	height: 15px;
	color: #333;}

	/* end module calendar */

	.side-nav li a:not(.button) { color: #fff;}
	.side-nav li.active > a:first-child:not(.button), .side-nav li > a:hover:not(.button),  .side-nav li > a:focus:not(.button) {color: #333; }
  .side-nav .leveltitle { font-size: 1.0625rem}
	.address-list span { color: #fff; display: block; padding: 3px; font-weight: bold}
	.address-list span > span { font-weight: normal; margin-left: 15px;}

	/********************************************************************************
--- Shopping Cart ---
*********************************************************************************/
/* Shopping Cart Layout */
.cartSummary {  padding-top: 10px; padding-bottom: 15px; margin-bottom: 20px;}
.cartSummary .button { margin-bottom : 0w;}
.cartSummary hr {margin: 0;}
.viewCart { }
.shopping-cart, .checkout { background: $white; padding: 10px; border-radius: 8px;}
.shopping-cart img {max-width:100%; height:auto;}
.shopping-cart:before,.shopping-cart:after{content:" ";display:table}.shopping-cart:after{clear:both}
.shop-cart-left {float:left; width:54%;}
.shop-cart-right {float:right; width:34%;}
/* Shopping Cart - Input Fields */
.shopping-cart input[type="text"], .shopping-cart textarea, .shopping-cart select { -webkit-appearance: none; background-color: #fff; border: 1px solid #ccc; color: $secondary-color; display: block; margin: 0 0 12px 0; padding:10px; height: 40px; width: 100%; font-weight: normal; font-family: inherit; }
.shopping-cart select { -webkit-appearance: none !important; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+); background-position: 100% center; background-repeat: no-repeat; line-height: normal;}
.shopping-cart :-moz-any(select) {background-image:none;}
.shopping-cart select::-ms-expand {display: none;}
.shopping-cart input[type="text"]:focus, .shopping-cart textarea:focus, .shopping-cart select:focus {outline:none}
/* Shopping Cart - Buttons */
.button {cursor: pointer; line-height: 1; border: none; margin: 0 0 20px 0; text-decoration: none; text-align: center; -webkit-appearance: none; display: inline-block; padding: 16px 30px; font-size: 16px; outline: none; -webkit-transition: background-color 200ms ease; -moz-transition: background-color 200ms ease; transition: background-color 200ms ease; color: #fff; position: relative; }
/* Shopping Cart - Products */
.shop-cart-item-list {margin:0 0 80px 0;}
.shop-cart-item {margin:0 0 32px 0; padding:0 0 18px 0; border-bottom:1px solid #ccc; overflow:hidden;}
.shop-cart-item:last-child {margin-bottom:0;}
.shop-cart-image {width:24%; float:left; text-align:center}
.shop-cart-image img {max-height:125px;}
.shop-cart-info {width:72%; float:right;}
.shop-cart-title {margin:0 0 6px 0;}
.shop-cart-item-price {font-weight:bold; font-size:18px; margin:0 0 6px 0;}
.shop-cart-item-price span {font-size:16px; color:#666;}
.shop-cart-attr {margin:0 0 18px 15px; padding:0;}
.shop-cart-attr li {font-size:14px;}
.shop-cart-item-actions {margin:12px 0 10px 0;}
.shop-cart-item-actions input[type="text"], .shop-cart-item-actions .button, .shop-cart-item-actions .button .fa {line-height:40px;}
.shop-cart-item-actions input[type="text"], .shop-cart-item-actions .button {height:40px; width:40px; float:left; text-align:center; }
.shop-cart-item-actions input[type="text"] {margin:0 10px 0 0;}
.shop-cart-item-actions .button {padding:0; display:block; margin:0 4px 0 0;}
/* Shopping Cart - Promo, Gift and Shipping Section Headlines */
.shop-cart-headlines {color:#fff; padding:0 20px; height:32px; line-height:32px; margin-bottom:26px; background:#000; font-size:16px; position:relative;}
.shop-cart-headlines:after {top: 100%;left:10%;border: solid transparent;content: " ";height: 0;width: 0;position: absolute;pointer-events: none;border-color:rgba(0,0,0,0);border-top-color:#000;border-width: 14px;margin-left: -14px;}
/* Shopping Cart - Promo and Gift Vouchers */
.shop-cart-code-input {position:relative;}
.shop-cart-code-input .button {position:absolute; top:0; right:0; height:40px; line-height:40px; padding:0; width:65px; font-size:14px; margin:0;}
.shop-cart-codes, .shop-cart-shipping, .shop-cart-total {margin:0 0 18px 0;}
.shop-cart-code-input input[type="text"] {padding-right:65px;}
/* Shopping Cart - Total */
.shop-cart-total {list-style:none; padding:0;}
.shop-cart-total li {border-bottom:1px solid #ccc;}
.shop-cart-total p {font-size:15px; padding:5px 0; width:80%; max-width:225px; margin:0 auto;} 
.shop-cart-total strong {width:120px; padding-right:10px; display:inline-block; text-align:right;}
.shop-cart-total li.shop-cart-total p {font-size:20px;}
.shop-cart-continue.button {width:100%; font-size:21px; font-weight:bold;}
.shop-cart-continue.button span {font-weight:normal; font-size:90%; margin-left:5px;}
/* Shopping Cart - Responsive Media Queries */
@media only screen and (max-width: 959px) {
.shop-cart-left {width:60%;}
.shop-cart-right {width:36%;}	
}

@media only screen and (max-width: 800px) {
.shop-cart-left, .shop-cart-right {float:none; width:100%;}
.shop-cart-item-list {margin-bottom:30px;}
.shop-cart-item {margin-bottom:20px;}
}

@media only screen and (max-width: 479px) {
.shop-cart-item-price {font-size:16px;}
.shop-cart-item-price span {font-size:14px;}
.shop-cart-headlines {height:28px; line-height:28px; font-size:14px;}
.shop-cart-total p {font-size:14px; padding:6px 0;}
.shop-cart-total li.shop-cart-total p {font-size:18px;}
}

/*==============================
=            Layout            =
==============================*/

.page__title {
    width: 90%;
    max-width: 1200px;
    text-align: center;
    margin: 0 auto 2rem;
    padding: 0 5px;
}

/*==================================
=            Photo Grid            =
==================================*/

.grid__container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 5rem;
    text-align: center;
}

.grid__sizer,
.grid__item {
    width: 50%;
}

.grid__item {
    padding: 5px;
}

.grid__item--large {
    width: 100%;
}

@media (min-width: 767px) {

    .grid__sizer,
    .grid__item {
        width: 16.66667%;
    }

    .grid__item--large {
        width: 33.33333%;
    } 

}

/*==================================
=          Magnific Popup          =
==================================*/

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

@media only screen and (max-width: 64.000em) {
.audio-component{ width: 100%; float: none;}
a.logo.hide-for-large-up { display: initial !important;}
}

@media only screen and (max-width:40.063em) {


}

@media only screen and (min-width:64.000em) {

	li:nth-child(2n+3) .large-6 { clear: left;}

}


/* Team web app */


.header-webapp {
	padding: 0 10px;
	text-align: center;
}

.header-webapp h1 {
	font-size: 50px;
	margin-bottom: 32px;
	text-transform: uppercase;
}

.header-webapp p {
	font-size: 24px;
	margin-bottom: 45px;
}
.content-webapp {
	display: block;
	overflow: hidden;
}

.content-webapp .item {
	float: left;
}

.content-webapp .item .description {
	background: rgba(29, 29, 29, .58);
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content-webapp .item .description .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.content-webapp .item .description a {
	margin-right: 20px;
	font-size: 35px;
	text-align: center;
	display: block;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	position: relative;
}

.content-webapp .item .description a:last-child {
	margin-right: 0;
}

.content-webapp .item .description a i {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.content-webapp .item .holder {
	height: auto;
}

.nav-webapp {
	text-align: center;
}

.nav-webapp .nav {
	margin-bottom: 10px;
}

.nav-webapp .nav li {
	display: inline-block;
	margin: 0 15px 15px 0;
}

.nav-webapp .nav li:last-child {
	margin-right: 0;
}

.nav-webapp .nav li.active a {
	background: #fff;
	border-color: #fff;
	color: #005ca9;
}

.nav-webapp .nav .btn-small.button {
	margin-bottom: 0;
}

.nav-webapp .btn-small.button {
	min-width: auto;
	padding: 9px 13px 10px;
	margin: 0 0 20px 0;
}

.nav-webapp i {
	font-size: 16px;
	margin-right: 4px;
}
.webapp-holder {
	padding: 45px 0 0;
}

.webapp-holder:first-child {
	padding-top: 10px;
}

.webapp-holder .alignleft {
	width: auto;
}

.webapp-holder .header-webapp {
	text-align: center;
}

.webapp-holder h1 {
	text-transform: uppercase;
}

.webapp-holder .item {
	margin-bottom: 23px;
}

.webapp-holder .holder:hover .description {
	opacity: .8;
}

.webapp-holder .description p {
	font-size: 16px;
	color: #005ca9;
	text-transform: none;
}

.webapp-holder .col-4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	margin-bottom: 30px;
}

.webapp-holder .col-4 h1 {
	margin-bottom: 15px;
}

.webapp-holder .col-4 p {
	margin-bottom: 18px;
}

.webapp-holder .col-4 .description p {
	margin-bottom: 0;
}

.webapp-holder .col-4 .link-webapp {
	font-size: 30px;
	color: #005ca9;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.webapp-holder .col-4 .link-webapp:hover {
	color: #006db5;
}

.webapp-holder .social li {
	display: inline-block;
	margin-right: 15px;
}

.webapp-holder .social li:last-child {
	margin-right: 0;
}

.webapp-holder .social li a {
	font-size: 22px;
	color: #a5a5a5;
}

.webapp-holder .social li a:hover {
	color: #006db5;
}

.webapp-holder.white-block {
	margin-bottom: 0;
}

.webapp-holder.white-block .container {
	text-align: center;
}

.webapp-holder.white-block .col-4 {
	width: 33.3333%;
}

.webapp-holder.white-block .link-webapp {
	font-size: 20px;
}

.webapp-holder.white-block .image-area {
	border-radius: 50%;
	margin-bottom: 18px;
}

.webapp-holder.white-block .webapp-item {
	overflow: hidden;
}

.webapp-holder.white-block .webapp-item img {
	max-width: 100%;
	border-radius: 50%;
	width: auto;
	margin-bottom: 0;
}

.webapp-holder.white-block .webapp-item .holder:hover img {
	opacity: .8;
}

.webapp-holder.white-block .text-webapp {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 0 10px;
}

.webapp-holder.white-block .text-webapp p {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.white-block .webapp-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.white-block .webapp-holder .article {
	padding-bottom: 0;
	width: 77.5%;
	padding-right: 20px;
}

.white-block .webapp-holder .article h6 {
	text-transform: none;
	margin-bottom: 20px;
}

.white-block .webapp-holder .side-block {
	width: 22.5%;
}

.white-block .webapp-holder .side-block .contact {
	margin-bottom: 35px;
}

.white-block .webapp-holder .side-block i {
	color: #a5a5a5;
	font-size: 20px;
	vertical-align: middle;
}

.white-block .webapp-holder .side-block .fa-phone,
.white-block .webapp-holder .side-block .fa-skype {
	font-size: 23px;
}

.white-block .webapp-holder .side-block a {
	color: #000;
}

.white-block .webapp-holder .side-block a:hover {
	color: #006db5;
}

.white-block .webapp-holder a[href^=skype] {
	cursor: pointer;
	pointer-events: auto;
}

.white-block .webapp-holder .alignleft {
	width: 44%;
	text-align: center;
	padding-bottom: 14px;
}

.white-block .webapp-holder .social {
	margin-top: 20px;
}

.white-block .webapp-holder .social a:hover {
	color: #006db5;
}

.white-block .webapp-holder .list {
	margin-bottom: 30px;
	padding-left: 39px;
}

.white-block .webapp-holder .list li {
	position: relative;
	padding-left: 43px;
	margin-bottom: 17px;
}

.white-block .webapp-holder .list li i {
	position: absolute;
	left: 0;
	top: 11px;
	font-size: 24px;
}
@media (max-width: 1023px) {
.content-webapp .item .description a {
		font-size: 24px;
		width: 39px;
		height: 39px;
	}

	.webapp-holder {
		padding: 45px 10px 0;
	}

	.white-block .webapp-holder .side-block a {
		font-size: 14px;
	}

	.white-block .webapp-holder .list {
		padding-left: 0;
	}

}

@media (max-width: 767px) {
.webapp-holder.white-block .col-4 {
		width: 100%;
	}

	.white-block .webapp-holder {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.white-block .webapp-holder .article {
		width: 100%;
		padding-right: 0;
		padding-bottom: 35px;
	}

	.white-block .webapp-holder .side-block {
		width: 100%;
	}

	.white-block .webapp-holder .alignleft {
		width: auto;
	}
	}

/* end team web app */
/* @end */
