@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #FFFFFF;
  background: #30084E;
  background-position: top;
  background-size: contain;
  background-repeat: repeat;
  background-image: url(../_media/bgpattern.png);
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #ef00ff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #ef00ff;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, figure {
  color: #FFFFFF;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

h4, h5, h6, figure {
  color: #FFFFFF;
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
}

::-webkit-selection {
  color: #ef00ff;
  background: #620788;
}

::-moz-selection {
  color: #ef00ff;
  background: #620788;
}

::selection {
  color: #ef00ff;
  background: #620788;
}

.downloadbox{
	width: 260px; 
	height: 150px; 
	border: 1px solid #4b2774; 
	background-color: rgba(38,10,66,0.80); 
	margin: auto; 
	padding-top: 10px; 
	margin-bottom: 2em;
	display: table;
	cursor: pointer;
}
.downloadbox:hover{
	border: 1px solid #782DB1; 
	background-color: rgba(92,25,158,0.60);
}

.videoWrapper {
	position: relative;
	padding-bottom: 57%; /* 16:9 56.25%*/
	height: 0;
	margin-top: 20px;
	margin-bottom: 20px;
	/* padding-top: 25px;
	margin-left: 5%;
	margin-right: 5%;*/
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoWrapperContent {
                width:auto; 
                text-align:center; 
				margin: 20px;
			
}

.videoWrapperContent img {
                max-width:100%; 
                height:auto; 
}


.gtco-container {
  max-width: 1190px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;


}

.front-cover {
	width: 100%; 
	height: 240px; 
}


.clockdiv{
	color: #fff;
	background-color: #f6f6f6;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

.clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	display: inline-block;
	border: 1px solid #C9C0C0;
	box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
}

.clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #111;
	display: inline-block;
	width: 70px;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
	color: #000;
	width: 75px;
}


.buttonwrap{
	display: inline-flex;
}

@media screen and (max-width: 540px) {
.buttonwrap{
	display: inline;
}
	
	.clockdiv{
		color: #fff;
		background-color: #f6f6f6;
		display: inline-block;
		font-weight: 100;
		text-align: center;
		font-size: 24px;
	}

	.clockdiv > div{
		padding: 2px;
		border-radius: 3px;
		display: inline-block;
		border: 1px solid #C9C0C0;
		box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
	}
	.clockdiv div > span{
		padding: 7px;
		border-radius: 3px;
		background: #111;
		display: inline-block;
		width: 62px;
	}
	
	.smalltext{
		padding-top: 5px;
		font-size: 14px;
		color: #000;
		width: 62px;
	}
}


.smalltextstring{
	margin: auto;
	padding-top: 5px;
	font-size: 16px;
	color: #d35252;
}

.notselectable, img {
	pointer-events: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

@media screen and (min-width: 769px) { 

	.stickyMenu {
	  background-color: #121212;
	 -webkit-transition: background-color 500ms linear;
	 -moz-transition: background-color 500ms linear;
	 -o-transition: background-color 500ms linear;
	 -ms-transition: background-color 500ms linear;
	  transition: background-color 500ms linear;

	  border-bottom: 1px solid #6b1cc1;
			-webkit-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.3); 
			-moz-box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.3); 
			box-shadow: 0px 10px 16px 0px rgba(0,0,0,0.3);
	}
	
	#gtco-logo {
	  padding: 0;
	  width: 100px; 
	  height: 48px;
	}
	
	.kpmlogo{
		background-image: url('../_media/v5_logo_48x48.jpg'); 
		width: 48px; 
		height: 48px; 
		float: left;
		box-shadow: 0px 1px 20px 0px #6500C8;
	}
	
	.enflag{
		background-image: url('../_media/_flags/GB.jpg'); 
		background-repeat: no-repeat;
		width: 33px; 
		height: 22px; 
		margin-left: 50px;
		margin-top: 2px;
	}
	
	.trflag{
		background-image: url('../_media/_flags/Turkish.jpg');
		background-repeat: no-repeat;
		width: 33px; 
		height: 22px; 
		margin-left: 50px;
		margin-top: 2px;
	}
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.gtco-nav {
  position:fixed;
  top: 0;
  margin: 0;
  width: 100%;
  padding-top: 10px;
  z-index: 1001;
  height: 70px;
}
@media screen and (max-width: 1100px) {
  .gtco-nav {
   height: 70px;
  }
}
@media screen and (max-width: 768px) {
  .gtco-nav {
    padding: 20px 0;
  }
}

  .stepmargin{
    width: 100%;
  }
@media screen and (min-width: 768px) {
  .stepmargin{
    width: 25%;
  }
}
.gtco-nav a {
  padding: 5px 10px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .gtco-nav .menu-1, .gtco-nav .menu-2 {
    display: none;
  }
}
.gtco-nav ul {
  padding: 0;
  margin: 2px 0 0 0;
}
.gtco-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.gtco-nav ul li a {
  font-size: 16px;
  padding: 30px 10px;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1100px) {
	.gtco-nav ul li a {
	  padding: 2px 10px;
	}
}
.gtco-nav ul li a:hover, .gtco-nav ul li a:focus, .gtco-nav ul li a:active {
  color: #ef00ff;
}
.gtco-nav ul li.has-dropdown {
  position: relative;

}
.gtco-nav ul li.has-dropdown .dropdown {
  width: 180px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 42px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

.gtco-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.gtco-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.gtco-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.gtco-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #000000;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.gtco-nav ul li.has-dropdown .dropdown li a:hover {
  color: #ef00ff;
}
.gtco-nav ul li.has-dropdown:hover a, .gtco-nav ul li.has-dropdown:focus a {
  color: #ef00ff;
}
.gtco-nav ul li.btn-cta a {
  color: #d35252;
}
.gtco-nav ul li.btn-cta a span {
  background: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.gtco-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.gtco-nav ul li.active > a {
  color: #ef00ff !important;
}

#gtco-header,
#gtco-counter,
.gtco-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;


}

.gtco-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.gtco-video {
  height: 450px;
  overflow: hidden;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.gtco-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gtco-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.gtco-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gtco-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.gtco-video:hover a {
  position: relative;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.gtco-cover {
  float: left;
  height: 900px;
  width: 100%;
}

.gtco-cover2 {
  background-image: url("../_media/bgcover_v5_small.png");
  background-repeat: no-repeat;
  position: absolute; 
  margin-left: 25%;	
  margin-top: 125px;
  max-width:100%;
}

.gtco-cover3{
  background-image: url("../_media/Summer_Banner_2021.png");
  position: absolute;	

  width: 343px;
  height: 310px;
  margin-left: 50%;
  margin-top: 50px;
	
	pointer-events: all;
	-moz-user-select: all;
	-webkit-user-select: all;
	user-select: all;
}

.gtco-cover4 {
  background-image: url("../_media/Summer_Banner_2021_tr.png");
  position: absolute;	

  width: 343px;
  height: 310px;
  margin-left: 50%;
  margin-top: 50px;
	
	pointer-events: all;
	-moz-user-select: all;
	-webkit-user-select: all;
	user-select: all;
}

.gtco-wintersale{
  background-image: url("../_media/wintersale_500x320.png");
  position: absolute;	

  width: 500px;
  height: 320px;
  margin-left: 50%;
  margin-top: 50px;
	
	pointer-events: all;
	-moz-user-select: all;
	-webkit-user-select: all;
	user-select: all;
}

.mainBanner{
   background-image: url("../_media/bgcover_v5.png");
   background-repeat: no-repeat;
   position: absolute;
   width: 100%;
   height: 100%;
   background-size: contain;
   margin-bottom: 50px;
   top: 30%;
   left: 30%;
}

@media screen and (max-width: 767px) {
	.mainBanner{
		width:50%;
		height:50%;
		top:13%;
		left:60%;
	}
}

.gtco-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.gtco-cover > .gtco-container {
  position: relative;
  z-index: 10;
}


@media screen and (max-width: 767px) {
  .gtco-cover {
    height: 800px;
  }

	.gtco-cover3 {
	  position: relative;
	  margin-left: 22%;	
	}
	
	.gtco-cover4 {
	  position: relative;
	  margin-left: 22%;	
	}
}

@media screen and (max-width: 480px) {
	.gtco-cover3 {
	  position: relative;
	  margin: auto;
	  margin-top: 50px;
	  margin-left: 10px;
	}
	
	.gtco-cover4 {
	  position: relative;
	  margin: auto;
	  margin-top: 50px;
	  margin-left: 10px;
	}
}

@media screen and (max-width: 1350px) {
  .gtco-cover2 {
  	background-position: left;
  }
}


.gtco-cover .display-t,
.gtco-cover .display-tc {
  height: 400px;
  padding-top: 200px;
  padding-bottom: 60px;	
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover .display-t,
  .gtco-cover .display-tc {
    height: 300px;
	padding-top: 100px;  
  }
}
.gtco-cover.gtco-cover-sm {
  height: 900px;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm {
    height: 400px;
  }
}
.gtco-cover.gtco-cover-sm .display-t,
.gtco-cover.gtco-cover-sm .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .gtco-cover.gtco-cover-sm .display-t,
  .gtco-cover.gtco-cover-sm .display-tc {
    height: 400px;
  }
}

#gtco-counter {
  height: 500px;
}
#gtco-counter .display-t,
#gtco-counter .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #gtco-counter {
    height: inherit;
    padding: 7em 0;
  }
  #gtco-counter .display-t,
  #gtco-counter .display-tc {
    height: inherit;
  }
}

.gtco-staff {
  text-align: center;
  margin-bottom: 30px;
}
.gtco-staff img {
  width: 100px;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gtco-staff h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.gtco-staff p {
  margin-bottom: 30px;
}
.gtco-staff .role {
  color: #bfbfbf;
  margin-bottom: 30px;
  font-weight: normal;
  display: block;
}

.gtco-social-icons {
  margin: 0;
  padding: 0;
}

.gtco-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gtco-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #d35252;
  padding-left: 10px;
  padding-right: 10px;
}
.gtco-social-icons li a i {
  font-size: 20px;
}

.gtco-contact-info ul {
  padding: 0;
  margin: 0;
}
.gtco-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.gtco-contact-info ul li:before {
  color: #d35252;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.gtco-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.gtco-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.gtco-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.gtco-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

form label {
  font-weight: normal !important;
}

#gtco-header .display-tc,
#gtco-counter .display-tc,
.gtco-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#gtco-header .display-tc h1, #gtco-header .display-tc h2,
#gtco-counter .display-tc h1,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h1,
.gtco-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  text-transform: uppercase;
}
#gtco-header .display-tc h1,
#gtco-counter .display-tc h1,
.gtco-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 70px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #gtco-header .display-tc h1,
  #gtco-counter .display-tc h1,
  .gtco-cover .display-tc h1 {
    font-size: 50px;
  }
	#gtco-header .display-tc h3,
	#gtco-counter .display-tc h3,
	.gtco-cover .display-tc h3 {
	  font-size: 16px;
	}
}
#gtco-header .display-tc h2,
#gtco-counter .display-tc h2,
.gtco-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#gtco-counter .display-tc h3,
.gtco-cover .display-tc h3 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#gtco-header .display-tc .btn,
#gtco-counter .display-tc .btn,
.gtco-cover .display-tc .btn {
  padding: 15px 30px;
  background: #000 !important;
  color: #d35252;
  border: none !important;
  font-size: 18px;
  text-transform: uppercase;
}
#gtco-header .display-tc .btn:hover,
#gtco-counter .display-tc .btn:hover,
.gtco-cover .display-tc .btn:hover {
  background: #000 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}

#gtco-counter {
  text-align: center;
}
#gtco-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 100;
  display: block;
}
#gtco-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  #gtco-counter .feature-center {
    margin-bottom: 50px;
  }
}
#gtco-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  margin-bottom: 30px;
}

#gtco-counter .icon i {
  height: 70px;
}
#gtco-counter .icon i:before {
  display: block;
  text-align: center;
  margin-left: 3px;
}

#gtco-features,
#gtco-features-2,
#gtco-features-3,
#gtco-features-4,
#gtco-testimonial,
#gtco-services,
#gtco-started,
#gtco-footer,
.gtco-section {
  padding: 3em 0;
  clear: both;
  margin:auto;	
}
@media screen and (max-width: 768px) {
  #gtco-features,
  #gtco-features-2,
  #gtco-features-3,
  #gtco-features-4,
  #gtco-testimonial,
  #gtco-services,
  #gtco-started,
  #gtco-footer,
  .gtco-section {
    padding: 3em 0;
  }
}

#footer .copyright {
	margin: 2em 0;
	padding: 0px 10px;
	text-align: center;
	color: #FFFFFF;
	font-size: 14px;
}

	#footer .copyright li {
		border-left: solid 1px #C8C8C8;
		display: inline-block;
		list-style: none;
		margin-left: 1.5em;
		padding-left: 1.5em;
	}

		#footer .copyright li:first-child {
			border-left: 0;
			margin-left: 0;
			padding-left: 0;
		}
#footer .copyright a {
	color: #FFFFFF;
}

#gtco-features-2 {
  position: relative;

  width: 100%;
}

#gtco-features-3 {
  position: relative;

  width: 100%;
}

#gtco-features-3 {
  position: relative;

  width: 100%;
}

.feature-center {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  width: 100%;
  margin-bottom: 40px;
}


@media screen and (max-width: 768px) {
  .feature-center {
    margin-bottom: 50px;
  }
}
.feature-center .icon {
  width: 90px;
  height: 90px;
  background: #efefef;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
	z-index: 1;
}
.feature-center .icon-pulse {
  width: 90px;
  height: 90px;
  background: #F709F5;
  display: table;
  text-align: center;
  margin: 0 auto 30px auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  transform: scale(1);
  animation: pulse 2s infinite;
  z-index: -1;
}

@keyframes pulse {
	0% {
		transform: scale(0.75);
		background: rgba(255,255,255,0.90); 
	}


	100% {
		transform: scale(1.5);
		background: rgba(255,0,229,0); 
	}
}

.feature-center .icon i {
  display: table-cell;
  vertical-align: middle;
  height: 90px;
  font-size: 40px;
  line-height: 40px;
  color: #A900FF;
}
.feature-center p, .feature-center h3 {
  margin-bottom: 30px;
}
.feature-center h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #ef00ff;
}

.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.feature-left:last-child {
  margin-bottom: 0;
}
.feature-left .icon {
  float: left;
  margin-right: 5%;
  width: 54px;
  height: 54px;
  background: #fff;
  display: table;
  text-align: center;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .feature-left .icon {
    margin-right: 5%;
  }
}
.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  color: #d35252;
}
.feature-left .feature-copy {
  float: left;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .feature-left .feature-copy {
    width: 70%;
    float: left;
  }
}
.feature-left .feature-copy h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #5d5d5d;
  margin-bottom: 10px;
}

.gtco-heading {
  margin-bottom: 5em;
}
.gtco-heading.gtco-heading-sm {
  margin-bottom: 2em;
}
.gtco-heading h2 {
  font-size: 36px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
  color: #FFFFFF;
}
.gtco-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #FFFFFF;
}

#gtco-testimonial {
  background: #F7F7F7;
}
#gtco-testimonial .testimony-slide {
  text-align: center;
}
#gtco-testimonial .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#gtco-testimonial .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#gtco-testimonial .testimony-slide figure img {
  width: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#gtco-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 50%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 992px) {
  #gtco-testimonial .testimony-slide blockquote {
    width: 100%;
  }
}
#gtco-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#gtco-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#gtco-testimonial .arrow-thumb a:hover, #gtco-testimonial .arrow-thumb a:focus, #gtco-testimonial .arrow-thumb a:active {
  text-decoration: none;
}

.gtco-tabs .gtco-tab-nav {
  clear: both;
  margin: 0 0 3em 0;
  padding: 3px;
  float: left;
  width: 100%;
  background: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gtco-tabs .gtco-tab-nav li {
  float: left;
  margin: 0;
  padding: 0;
  width: 25%;
  text-align: center;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.gtco-tabs .gtco-tab-nav li .icon {
  font-size: 30px;
}
.gtco-tabs .gtco-tab-nav li a {
  padding: 20px;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #b3b3b3;
}
.gtco-tabs .gtco-tab-nav li a:hover {
  color: #4d4d4d;
}
.gtco-tabs .gtco-tab-nav li.active a {
  background: #fff;
  color: #d35252;
}
.gtco-tabs .gtco-tab-content-wrap {
  clear: both;
  position: relative;
  top: 70px;
}
.gtco-tabs .gtco-tab-content-wrap .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.gtco-tabs .gtco-tab-content-wrap .tab-content.active {
  opacity: 1;
  visibility: visible;
}
.gtco-tabs .icon-xlg {
  font-size: 400px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .gtco-tabs .icon-xlg {
    font-size: 300px;
  }
}
@media screen and (max-width: 480px) {
  .gtco-tabs .icon-xlg {
    font-size: 200px;
  }
}
.gtco-tabs .icon-xlg i {
  color: #d35252;
}

.bgfadedown {
    padding: 3em 0;
    clear: both;
    margin: auto;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(62,28,45,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(62,28,45,1) 0%, rgba(0,0,0,1) 100%);
background: linear-gradient(0deg, rgba(62,28,45,1) 0%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3e1c2d",endColorstr="#000000",GradientType=1);
}

.bgfademiddle {
    padding: 3em 0;
    clear: both;
    margin: auto;
background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(62,28,45,1) 48%, rgba(19,19,19,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(62,28,45,1) 48%, rgba(19,19,19,1) 100%);
background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(62,28,45,1) 48%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#131313",GradientType=1);
}

.bgfadeup {
    padding: 3em 0;
    clear: both;
    margin: auto;
background: rgb(93,14,54);
background: -moz-linear-gradient(180deg, rgba(93,14,54,1) 0%, rgba(19,19,19,1) 100%);
background: -webkit-linear-gradient(180deg, rgba(93,14,54,1) 0%, rgba(19,19,19,1) 100%);
background: linear-gradient(180deg, rgba(93,14,54,1) 0%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5d0e36",endColorstr="#131313",GradientType=1);
}


#gtco-started {
background: #171717;

}
#gtco-started .gtco-heading h2 {
  color: #FFFFFF;
}
#gtco-started .form-control {
  border: 1px thin #ef00ff;
  color: #000;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-started .form-control::-webkit-input-placeholder {
  color: #fff;
}
#gtco-started .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#gtco-started .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#gtco-started .form-control:-ms-input-placeholder {
  color: #fff;
}
#gtco-started .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#gtco-started .btn {
  height: 40px;
  border: none !important;
  background: #d35252;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#gtco-started .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#gtco-started .form-inline .form-group .form-control {
  width: 100%;
}
#gtco-started .gtco-heading {
  margin-bottom: 30px;
}
#gtco-started .gtco-heading h2 {
  margin-bottom: 0;
}

#gtco-footer .gtco-footer-links {
  padding: 0;
  margin: 0;
}
#gtco-footer .gtco-footer-links li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gtco-footer .gtco-footer-links li a {
  color: #FFFFFF;
  text-decoration: none;
}
#gtco-footer .gtco-footer-links li a:hover {
  text-decoration: underline;
}
#gtco-footer .gtco-widget {
  margin-bottom: 30px;
}
#gtco-footer .gtco-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #gtco-footer .copyright .pull-left,
  #gtco-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}
#gtco-footer .copyright .block {
  display: block;
}

.owl-carousel .owl-controls .owl-dot span {
  background: #e6e6e6;
}
.owl-carousel .owl-controls .owl-dot span:hover, .owl-carousel .owl-controls .owl-dot span:focus {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot:hover span, .owl-carousel .owl-controls .owl-dot:focus span {
  background: #cccccc;
}
.owl-carousel .owl-controls .owl-dot.active span {
  background: transparent;
  border: 2px solid #d35252;
}

#gtco-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #272727;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #gtco-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#gtco-offcanvas a {
  color: #FFFFFF;
}
#gtco-offcanvas a:hover {
  color: #ef00ff;
}
#gtco-offcanvas ul {
  padding: 0;
  margin: 0;
}
#gtco-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#gtco-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gtco-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 54px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.gtco-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.gtco-nav-toggle.active i::before, .gtco-nav-toggle.active i::after {
  background: #444;
}
.gtco-nav-toggle:hover, .gtco-nav-toggle:focus, .gtco-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.gtco-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.gtco-nav-toggle i::before, .gtco-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.gtco-nav-toggle.gtco-nav-white > i {
  color: #ef00ff;
  background: #ef00ff;
}
.gtco-nav-toggle.gtco-nav-white > i::before, .gtco-nav-toggle.gtco-nav-white > i::after {
  background: #ef00ff;
}

.gtco-nav-toggle i::before {
  top: -7px;
}

.gtco-nav-toggle i::after {
  bottom: -7px;
}

.gtco-nav-toggle:hover i::before {
  top: -10px;
}

.gtco-nav-toggle:hover i::after {
  bottom: -10px;
}

.gtco-nav-toggle.active i {
  background: transparent;
}

.gtco-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.gtco-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.gtco-nav-toggle {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .gtco-nav-toggle {
    display: block;
  }
  #gtco-offcanvas {
    display: block;
  }
}

#gtco-nav .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  margin-bottom: 30px;
	padding-right:10px;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
  width: 220px; 
  height: 50px;
  font-size: 22px;	 
}
.btn.btn-lg {
  width: 220px; 
  height: 90px;
  padding: 10px 10px !important;
  font-size: 24px;
}


.btn-xxl {
  padding: 26px 24px !important;
  font-size: 24px;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn:disabled  {
  background: #aac2d7;
  border-color: #76b1cf;	
}

.btn-primary {
  background: #d35252;
  color: #fff;
  border: 2px solid #d35252;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #66d8b4 !important;
  border-color: #66d8b4 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #d35252;
  border: 2px solid #d35252;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #d35252;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #459ae1;
  color: #fff;
  border: 2px solid #3aa7d0;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  border: 2px solid rgba(0, 0, 0, 0.1);

  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #d35252;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.gtco-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../_media/loader.svg) center no-repeat #12022F;
}

.js .animate-box {
  opacity: 0;
}



.card-icons {padding:0px;align-items:center;pointer-events:none}

.card-icons li{
	list-style-type:none;
	display:inline-block;
	overflow:hidden;
	vertical-align:middle;
	text-indent:-2000px;
	font-size:1px;
	height:29px;
	width:44px;
	background-repeat:no-repeat;
	background-size: contain;

}
	
	.card-icons li.visa{background-image:url(../_media/cardicons/visa.svg);}
	.card-icons li.mastercard{background-image:url(../_media/cardicons/mastercard.svg);}
	.card-icons li.amex{background-image:url(../_media/cardicons/amex.svg);}
	.card-icons li.diners{background-image:url(../_media/cardicons/diners.svg);}
	.card-icons li.cvv{background-image:url(../_media/cardicons/security-code.svg);}
	.card-icons li.unionpay{background-image:url(../_media/cardicons/unionpay.svg);}
	.card-icons li.discover{background-image:url(../_media/cardicons/discover.svg);}
	.card-icons li.jcb{background-image:url(../_media/cardicons/jcb.svg);}

	.card-icons li.wechatpay{background-image:url(../_media/cardicons/wechatpay.svg);}
	.card-icons li.alipay{background-image:url(../_media/cardicons/alipay.svg);}
	.card-icons li.ideal{background-image:url(../_media/cardicons/ideal.svg);}
	.card-icons li.giropay{background-image:url(../_media/cardicons/giropay.svg);}
	.card-icons li.sofort{background-image:url(../_media/cardicons/sofort.svg);}
	.card-icons li.przelewy24{background-image:url(../_media/cardicons/przelewy24.svg);}
	.card-icons li.klarna{background-image:url(../_media/cardicons/klarna.svg);}
	.card-icons li.afterpay{background-image:url(../_media/cardicons/afterpay.svg);}
	.card-icons li{margin: 2px;}

@media screen and (max-width: 540px) {
	.card-icons li{
		height:29px;
		width:44px;
	}
	
	.card-icons li{margin: 8px;}
}

.blinking{
    animation:blinkingText 1.5s infinite;
	animation-iteration-count: 6;
}
@keyframes blinkingText{
    0%{     color: #FFFFFF;    }
    49%{    color: #FB91FF; }
    60%{    color: #FC4BFF; }
    99%{    color: #fb00ff; }
    100%{   color: #fb00ff; }
}

.btn-os {
  color: #fff;
  width: 420px;		
  margin: auto;
}

.btn-osinfo {
  width: 400px;		
  margin: auto;
}


.btn-os:hover, .btn-os:focus, .btn-os:active {
  background: #07223e  !important;
}

@media screen and (max-width: 540px) {
	.btn-os {
	  color: #fff;
	  width: 340px;		
	  margin: auto;
	}
	
	.btn-osinfo {
	  width: 340px;		
	  margin: auto;
	}
}

.btn-header {
  color: #fff;
  width: 200px;		
  margin: auto;
}

.btn-header:hover, .btn-header:focus, .btn-header:active {
  background: rgba(220,206,159,0.10);
}


.pageBreakLtoR {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M0 0 L100 0 L100 30 L0 100' fill='rgb(63,9,78)' /></svg>");
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 100% 100%, auto;
  	clear: both;
}

.pageBreakBottom {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' preserveAspectRatio='none' viewBox='0 0 100 100'><path d='M100 0 L100 0 L100 100 L0 100' fill='rgb(63,9,78)' /></svg>");
    background-repeat:no-repeat;
    background-position:center center;
    background-size: 100% 100%, auto;
  	clear: both;
}

.menuicon {
	margin: 0px;
}

.top_categories {
    padding: 10px;
    display: block;
}
.menu_icon {
    display: block;
    text-align: center;
}
.menu_text {
    display: block;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 400;
}

.menu_item {
  float:left;
  padding: 0px 40px;
  position: relative;
}

.activetext{
	color: #CF00DD !important;
	font-weight: bold;
}


.top_categories {overflow:hidden;}


@media screen and (max-width: 1064px) {
	.menu_item {
		padding: 0px 30px;
	}
}

@media screen and (max-width: 934px) {
	.menu_item {
		padding: 0px 24px;
	}
}

@media screen and (max-width: 830px) {
	.menu_item {
		padding: 0px 16px;
	}
}

@media screen and (max-width: 540px) {
	.menu_text {
		display: contents;
	}	
	
	.menu_item li{
	  margin-left: 26px !important;
	}
}


.rate {
  position: fixed;
  height: 46px;
  margin-left: 30px;
}
.rate:not(:checked) > input {
  position:absolute;
  top:-9999px;
}
.rate:not(:checked) > label {
  float:right;
  width:1em;
  overflow:hidden;
  white-space:nowrap;
  cursor:pointer;
  font-size:30px;
  color:#ccc;
}
.rate:not(:checked) > label:before {
  content: ' ';
}
.rate > input:checked ~ label {
  color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}


.feedbackbox{
	padding: 10px; 
	height: 120px; 
	width: 250px; 
	background-color: rgba(108,0,160,0.50); 
	color: #fff;  
	font-size: 12px; 
	box-shadow: 0px 30px 26px -20px #000;
	border-radius: 4px;
	margin: 20px auto 20px auto;
	border: solid 1px rgb(113 12 165);
}

.fbnamegroup{
	margin-top: -6px; 
	padding-bottom: 4px;
}


.fbflag{
		font-size: 16px;
		float: left;
		font-family: 'NotoColorEmojiLimited', -apple-system, BlinkMacSystemFont, 
		  'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 
		  'Segoe UI Emoji', 'Segoe UI Symbol';
}

.fbname{
		padding-left: 6px;
		padding-top: 5px;
		width: 58%;
		float: left;
}

.fbstar{
	font-size: 16px; 
	color: #ffc700;
	margin-top: -6px;
}
.fbstar-off{
	font-size: 16px; 
	color: #DDDDDD;
	margin-top: -8px;
}





.fbmsg{
	height: 44px;
}

.fbdate{
	font-size: 10px; 
	float: right;
	color: rgb(221 207 249);
}