/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v23-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v23-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v23-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v23-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v23-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v23-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v23-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v23-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v23-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v23-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v23-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v23-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/open-sans-v23-latin-600.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v23-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v23-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v23-latin-600.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v23-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v23-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v23-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v23-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v23-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v23-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v23-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v23-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-800 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/open-sans-v23-latin-800.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v23-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v23-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v23-latin-800.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v23-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v23-latin-800.svg#OpenSans') format('svg'); /* Legacy iOS */
}
@import 'footer.css';
html, body {
    width: 100%!important;
    height: 100%!important;
	   
}

.btn.btn-dark.btn-lg {
    background: #7F1B6E;
    color: #fff;
}

/***************************************************
LOADING
****************************************************/

#preloader  {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
	 background-color:#912C77;
    z-index: 1001;
    height: 100%;
    width: 100%;
    overflow: hidden;
}


.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

/***************************************************
TELEFON RUF AN
****************************************************/


.masthead-brand{
position:relative;
}
.profile{
    width: 50px;
    height: 50px;
    background: #F00;
    float: right;
    position: absolute;
    right: -63px;
    top: 0px;
    border-radius: 50%;
	background: url(../img/profil.jpg);
    background-size: cover;
}

/***************************************************
MODAL
****************************************************/
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}



.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.about-modal .modal-content {
    padding: 60px 0;
    min-height: 100%;
    min-width: 100%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.about-modal .modal-dialog {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.about-modal .close-modal {
    position: absolute;
    top: 0;
    right: 30px;
    cursor: pointer;
    opacity: 0.7;
    font-size: 80px;
    line-height: 1px;
}

.about-modal{
    padding: 0!important;
}


/****************************************
animated button 
**************************************/

.arrow {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left:-25px;
  width: 50px;
  height: 50px;
  /*
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0yOTMuNzUxLDQ1NS44NjhjLTIwLjE4MSwyMC4xNzktNTMuMTY1LDE5LjkxMy03My42NzMtMC41OTVsMCwwYy0yMC41MDgtMjAuNTA4LTIwLjc3My01My40OTMtMC41OTQtNzMuNjcyICBsMTg5Ljk5OS0xOTBjMjAuMTc4LTIwLjE3OCw1My4xNjQtMTkuOTEzLDczLjY3MiwwLjU5NWwwLDBjMjAuNTA4LDIwLjUwOSwyMC43NzIsNTMuNDkyLDAuNTk1LDczLjY3MUwyOTMuNzUxLDQ1NS44Njh6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjIwLjI0OSw0NTUuODY4YzIwLjE4LDIwLjE3OSw1My4xNjQsMTkuOTEzLDczLjY3Mi0wLjU5NWwwLDBjMjAuNTA5LTIwLjUwOCwyMC43NzQtNTMuNDkzLDAuNTk2LTczLjY3MiAgbC0xOTAtMTkwYy0yMC4xNzgtMjAuMTc4LTUzLjE2NC0xOS45MTMtNzMuNjcxLDAuNTk1bDAsMGMtMjAuNTA4LDIwLjUwOS0yMC43NzIsNTMuNDkyLTAuNTk1LDczLjY3MUwyMjAuMjQ5LDQ1NS44Njh6Ii8+DQo8L3N2Zz4=);
*/  
  background-size: contain;
  
      font-size: 50px;
}

.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 3s infinite;
}

/* Scroll down indicator (bouncing) */
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px); } }

.emphasis-title {
    margin: 0 0 50px;
}
.bottommargin-sm {
    margin-bottom: 30px!important;
}
.emphasis-title h1, .emphasis-title h2 {
    font-size: 64px;
    letter-spacing: -2px;
}
.emphasis-title h1, .emphasis-title h2 {
    font-weight: 400;
    text-transform: none;
}
.emphasis-title h1, .emphasis-title h2, .heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4 {
    margin-bottom: 0;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
}
.t600 {
    font-weight: 600!important;
}
.uppercase {
    text-transform: uppercase!important;
}
.nobottommargin {
    margin-bottom: 0!important;
}
.topmargin-sm {
    margin-top: 30px!important;
}
.play {
    background: red;
    border-radius: 50% / 10%;
    color: #FFFFFF;
    font-size: 2em;
    height: 3em;
    margin: 20px auto;
    padding: 0;
    text-align: center;
    text-indent: 0.1em;
    transition: all 150ms ease-out;
    width: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 44%;
    top: 31%;
    z-index: 9;
    cursor: pointer;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.play:hover {
  background: rgb(206, 33, 33);
}

.play::before { 
  background: inherit;
  border-radius: 5% / 50%;
  bottom: 9%;
  content: "";
  left: -5%;
  position: absolute;
  right: -5%;
  top: 9%;
}

.play::after {
  border-style: solid;
  border-width: 1em 0 1em 1.732em;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
  content: ' ';
  font-size: 0.75em;
  height: 0;
  margin: -1em 0 0 -0.75em;
  top: 50%;
  position: absolute;
  width: 0;
}


@media (min-width: 768px)
.lead {
    font-size: 21px;
}
.lead {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
}
.button.button-large.button-circle {
    border-radius: 8px;
}
body:not(.device-touch) .button {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.button.button-circle {
    border-radius: 20px;
}
.button.button-large {
    padding: 0 26px;
    font-size: 16px;
    height: 46px;
    line-height: 46px;
	    width: 180px;
}
.button-dark {
    background-color: #444;
}
.button {
    display: inline-block;
    cursor: pointer;
    outline: 0;
    white-space: nowrap;
    margin: 5px;
    padding: 0 22px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    background-color: #7F1B6D;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: none;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
.button, .button i, .countdown-row, .ievent {
    position: relative;
}


/***********************
PARALLAX
**************************/

section {
#padding: 100px 0;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style-type: none;
}
 
.blank{
opacity:0;
}
.overlay {
    background: rgba(0, 0, 0, 0.5);
}
.overlay-dark {
    background: rgba(0, 0, 0, 0.6);
}
.overlay-dark2 {
    background: rgba(0, 0, 0, 1.0);
}
.overlay-pink {
    background: rgba(4, 4, 4, 0.33);

}
.overlay-pink {
    background: rgba(4, 4, 4, 0.33);

}
.overlay-pink-static {
    width:100%;
    height:100%;
 position:absolute;
    top:0;
    left:0;
	background:#490056;
	opacity:0.1;
}
.overlay-pink-dyn {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
	background:#8F2C78;
	opacity:0;

}

/***********************
VIDEO
**************************/
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section {
    padding: 35px 0;
}
.lead_welcome {
    font-size: 39px;
}
.screen_hoerproben {
    background: url(../img/parallax/IMG_5157.JPG);
	background-position: 50% 50%;	
    background-size: cover;
    width: 100%;
	height:600px;	
}
.screen_profil {
    background: url(../img/parallax/IMG_5149.JPG);
	background-position: 50% 50%;	
    background-size: cover;
    width: 100%;
	height:600px;	
}

.screen_profil_full {
    background: url(../img/parallax/IMG_5149.JPG);
	background-position: 50% 50%;	
    background-size: cover;
    width: 100%;
	height:600px;
 
}

.screen_profil_fixed1 {
    background: url(../img/parallax/IMG_5149.JPG);
	background-position: 50% 50%;	
    background-size: cover;
    width: 100%;
	height:600px;
	background-attachment:fixed;
	position:relative;	
}
.screen_profil_fixed2 {
    background: url(../img/parallax/IMG_5155.JPG);
	background-position: 50% 50%;	
    background-size: cover;
    width: 100%;
	height:600px;
	background-attachment:fixed;
	position:relative;	
}
.screen_profil_fixed3 {
    background: url(../img/parallax/IMG_5149.JPG);
	background-position: 50% 50%;	
    background-size: cover;
    width: 100%;
	height:600px;
	background-attachment:fixed;
	position:relative;	
}
.info {
    #position: absolute;
    width: 100%;
    #height:100%;
    color: #fff;
}




.info h2{

    font-size: 80px;
    letter-spacing: 0.04em;
    font-weight: 100;
    text-shadow: 1px 1px #073C7A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #F8F4E8;
	    margin-bottom: 0px;
		
/*background: rgba(132, 13, 134, 0.28);
     display: inline; 
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.21);
    line-height: 80px;*/
}
.info p{
    font-size: 43px;
    font-weight: 100;
    text-shadow: 1px 1px #073C7A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


@media (max-width: 992px) {
.info h2{
	font-size:60px;
    letter-spacing: 0.04em;
    font-weight: 100;
    text-shadow: 1px 1px #073C7A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #F8F4E8;
	    margin-bottom: 0px;
}
.info p{
    font-size: 33px;
    font-weight: 100;
    text-shadow: 1px 1px #073C7A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
}


.ontop{
padding:0;
}
.toggle {
    background: #fff;
    padding: 0 15px;
    line-height: 10px;
}



.light-pink{
    background: #FCE9FF;
}
section#features .media:hover i.fa {
    color: #FFF;
background: #9D86B1;
}
section#features .media i.fa {
    border: 2px solid #A086B2;
    color: #9E87B3;
}
section#features .media i.fa {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 20px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 2.5em;
    text-align: center;
}
section#about .about-item i.fa {
    border: 2px solid #cc6698;
    color: #cc6698;
}
section#about .about-item i.fa {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    padding: 35px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 104px;
}
#footer {
  background: #cc6698;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #cc6698 0%, #6b396c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #cc6698), color-stop(100%, #7F1B6D));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #cc6698 0%, #7F1B6D 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #cc6698 0%, #7F1B6D 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #cc6698 0%, #7F1B6D 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #cc6698 0%, #7F1B6D 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc6698, endColorstr=#6b396c, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}



/*****************************************
FULLIMAGE
*************************/


#container
{
  width:  100%; /*or 70%, or what you want*/
  height: 1000px; /*or 70%, or what you want*/
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
#position: absolute;
  top:0;
  left:0;
  margin-top:0;
}
.menu_sticky{
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    position: fixed;
    z-index: 9;
	    width: 100%;
	    background: rgba(47, 50, 56, 0.7);
		background:#912C77;
    height: 77px;
    opacity: 0;
}
.logo {
    left: 50px;
    top: 26px;
    position: absolute;
	opacity:1;
	    font-weight: 100;
}
.logo a{
color:#fff;
}
.border-button-black.cls a{
color:#fff;
}

.navi{
    position: fixed;
	
}
.navi ul{
position: fixed;
    top: 26px;
    right: 140px;
    text-align: right;
}
.navi>ul>li{
    display: inline-block;
	    font-weight: 100;
		color:#fff;
}
.navi>ul>li a{
		color:#fff;
    padding: 0 8px 0 8px;

}




.roundimage{
    width: 250px;
    height: 250px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    
}
h1.subheadline{
    margin-bottom: 5px;
}
.telefonimage{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    float: left;
    display: inline-block;
	background: url(../img/profil2.jpg);
    background-size: cover;
}
.videostart{
    background: #751668;
    color: #fff !important;
    cursor: pointer !important;
    z-index: 999!important;
    position: relative;
}
.bgimage1{
	background: url(../img/microphone_bg.jpg)!important;
	background-position:50% 50% !important;
    background-size: cover !important;
}

.cls{
cursor:pointer;
}

.cls.action {
    margin: 10px 35px;
    width: 143px;
}


.feature-wrap.text-left{
margin-top:-20px;
}
.feature-wrap.text-left h3{
#margin-top:0px;
}

#gallery{
background:url(../img/bg_darkrosepattern.jpg);
background-size:cover;
}

.sectionbglightgray_color{
background:#EEE!Important;
}

.sectionbglightgray {
    background: rgba(214, 214, 214, 0.38) !important;
    padding-bottom: 40px;
    padding-top: 38px;
}
.sectionbglightgray_pattern{
	background:url(../img/bg_lightgraypattern.jpg) !important;
	background-size:cover;
}
.sectionbgpink_pattern{
	background:url(../img/bg_darkpinkpattern.jpg) !important;
	background-size:cover;
}
.sectionbgrose_pattern{
	background:url(../img/bg_darkrosepattern.jpg) !important;
	background-size:cover;
}

 .wow:first-child {
      visibility: hidden;
    }

.imgallery{
width:100%;
}

.faq h3 {
    font-size: 33px;
    font-weight: 400;
    text-transform: none;
	border-bottom: 1px solid #808080;
}

@media (max-width: 768px) {
	h2 {
    font-size: 36px;
    }
	.faq h3 {
    font-size: 26px;
    }
}
 
p strong {
    font-weight: 400;
}

/***************************************
REGISTER
********************************************/


 
xselect {
    position: relative;
}

xselect {
    padding-left: 13px;
}
.fontawesome-select {
    font-family: 'FontAwesome', 'Helvetica';
}
.gfform select {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: rgba(142, 119, 119, 0.87);
    display: block;
    font-family: inherit;
    font-size: 18px;
    height: 46px;
	background: #FFF;
    padding: 0 16px;
    width: 100%;
	margin-bottom: 7px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all.4s;
    -moz-transition: all.4s;
    -ms-transition: all.4s;
    -o-transition: all.4s;
    transition: all.4s;
}
.icon-right {
    border-left: 1px solid rgba(0,0,0,.54);
    right: 3px;
}
.icon-right {
    color: rgba(0,0,0,.54);
    font-size: 17px;
    height: 38px;
    line-height: 38px !important;
    opacity: .6;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 42px;
    z-index: 2;
}
label {
    display: block;
    color: inherit;
    font-weight: normal;
    text-align: left;
    margin-bottom: 0;
}
 



.gfform .form-control {
    border: 0;
    border: 1px solid #999;
    background: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
	background: #FFF;
}


.gfform i.fa {
    position: absolute;
    right: 5px;
    font-size: 19px;
    padding: 13px 20px;
    color: #808080;
    border-left: 1px solid #808080;
    margin-right: 10px;
	    width: 60px;
}

.gfform i.fa-envelope {
    padding: 13px 18px;
}
.gfform i.fa-arrow-down{
    padding: 13px 18px;
    position: absolute;
    #right: 6px;
}
.gfform i.fa-calendar {
    position: absolute;
    #right: 7px;
}
.gfform i.fa-map-marker {
    position: absolute;
    right: 5px;
    padding: 13px 22px;
}

.gfform .input-lg {
	padding: 0 20px;
}
.gfform .text-area .input-lg {
	padding: 20px 20px;
}

.gfform.control-group{
    margin-bottom: 15px;
}

.gfform h3{
color:#fff;
border-bottom: 1px solid #fff;
    font-weight: 300;
}

.gfform .text-area label{
margin-bottom: -10px;
margin-top: 10px;
}

.gfform .text-area i.fa{
#height: 122px;
height: 100%;
}
.gfform .text-area label {
    margin-bottom: -20px;
    margin-top: 10px;
}
@media (max-width: 992px) {

	.gfform .text-area label{
	margin-bottom: -10px;
	margin-top: 20px;
	}
	
}



.gfform button{
border:0;
    background: rgba(249, 147, 251, 0.62);
    color: #FFF!important;
    margin-top: 20px;
}
.btn{
border-radius:0;
}

.socialmedia i.fa {
    font-size: 50px;
}

.qrstyle{
    margin: 10px 0 10px -5px;
}
.socialmedia i.fa {
    font-size: 50px;
    margin: 0 5px;
    background: #24D26A;
    padding: 13px;
    width: 77px;
    text-align: center;
}
.socialmediadiv {
    margin: 0 -4px;
}

i.fa.fa-facebook{
background:#355089;
}
i.fa.fa-youtube{
background:#CC181E;
}
i.fa.fa-whatsapp{
background:#56a61e;
}
.btnmore {
    margin-top: -20px;
    padding-bottom: 30px;
}

i.fa.fa-spin {
    position: relative;
    border: 0;
}



.souncloud iframe { display:none;
}
.text-danger {
    font-weight: 600;
    color: #912C77;
    margin-left: 11px;
    text-align: center;
}
.submit1 {
    margin-top: 40px;
}
.form2error{
    background: #63024E;
    color: #fff;
    padding: 5px;
	display:none;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040!important;
    background-color: #000;
}






















































