.background {
    background:url(../img/bussiness.jpg);
   	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	 margin: 0;
    padding: 0;
    font-family: sans-serif;

}

.layer {
    background-color: rgba(41, 24, 89,0.7);
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

}
.text-white{
	color: white;
}
.bg-dark{
	background-color: rgba(0, 0, 0,0.8);
}

.container .column {
    position: relative;
    transition: 0.5s;
    /*margin-left: 65%;
    margin-top: 10%;*/
}
.container .column .box {
    position: relative;
    width: 28vw; 
    min-height: 550px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
    border: 0.3vw solid #d89406;
    box-shadow: 0 0 0 6px #323232,0 0 0 10px #d89406,0 0 0 20px #323232,0 10px 150px rgba(0,0,0,1);
    overflow-y: hidden;
    transition: 0.5s;
}
.container .column .box:hover {
    transform: scale(1.1);
}
.container .column .box:before {
    content:"";
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,.1);
    pointer-events:none;
}
.container .column .box .title .fa {
    margin-top: 20px;
    font-size: 60px;
    color: #ffc98e;
}
.container .column .box .title h1 {
    color: #fff;
    margin-top: 20px 0 0;
    padding: 0;
    font-size: 2vw!important;
}
.container .column .box .price h4 {
    font-size: 2.2vw;
    color: #ffc98e;
    margin: 10px 0;
    padding: 0;
}
.container .column .box .price span  {
    font-size: 1.5vw;
    color: #ffc98e;
    margin: 10px 0;
    padding: 0;
}
.container .column .box .option ul {
    margin: 20px 0;
    padding: 0;
}
.container .column .box .option ul li {
    list-style: none;
    color: #fff;
    padding: 10px 0;
    border-bottom: 0.1vw solid rgba(255,255,255,.1);
    font-size: 1vw!important;
}
.container .column .box .btn {
    display: inline-block;
    background: #ffc98e;
    color: #262626;
    font-weight: bold;
    padding: 10px 30px;
    margin-top: 9%;
    text-decoration: none;
    border-radius: 10px;
}
#clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 2vw;
}

#clockdiv > div{
	padding: 10px;
	border-radius: 3px;
	background: #021f1961;
	display: inline-block;
}

#clockdiv div > span{
	padding: 15%;
	border-radius: 3px;
	background: rgba(41, 24, 89,0.8);
	display: inline-block;
}

.smalltext{
	padding-top: 5px;
	font-size: 0.8vw;
}
.center {
    margin-top:50px;   
}

.modal-header {
	padding-bottom: 5px;
}

.modal-footer {
    	padding: 0;
	}
    
.modal-footer .btn-group button {
	height:40px;
	border-top-left-radius : 0;
	border-top-right-radius : 0;
	border: none;
	border-right: 1px solid #ddd;
}
	
.modal-footer .btn-group:last-child > button {
	border-right: 0;
}
#loginbox {
    margin-top: 30px;
}

#loginbox > div:first-child {        
    padding-bottom: 10px;    
}

.iconmelon {
    display: block;
    margin: auto;
}

#form > div {
    margin-bottom: 25px;
}

#form > div:last-child {
    margin-top: 10px;
    margin-bottom: 10px;
}

.panel {    
    background-color: transparent;
}
.buttonFindOutMore.btn.btn-lg.btn-new{
    margin-bottom: 4.5%;
}

.panel-body {
    padding-top: 30px;
    background-color: rgba(2555,255,255,.3);
}
.input-group .form-control{
	height: 50px;
}

*{

 	font-family: Montserrat, sans-serif;
 	box-sizing: border-box;
}
.flip-clock-wrapper ul li a div.down{
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.clock.flip-clock-wrapper ul li a div div.inn{
    font-size: 11px !important;
    line-height: 25px !important;
}
ul.flip {
    padding: 0px 10px !important;
}
.clock.flip-clock-wrapper ul{
  width: 15px !important;
  height: 25px !important;
}
.clock.flip-clock-wrapper ul li a div.up:after{
    top: 12px !important;
}
.flip-clock-wrapper ul.flip.flip:nth-child(even){
    margin: 0px 25px 0px 0px !important;
    border-radius: 0px 6px 6px 0px !important;
}
.flip-clock-wrapper ul.flip:nth-child(even) li a div div.inn{
    background-color: #2c1e4b  !important;
    border-radius: 0px 6px 6px 0px !important;
}
.flip-clock-wrapper{
	width: 60%!important;
}
.flip-clock-wrapper ul.flip.flip:nth-child(odd){
    margin: 0px !important;
    border-radius: 6px 0px 0px 6px !important;
}
.flip-clock-wrapper ul.flip:nth-child(odd) li a div div.inn{
    background-color: #665987 !important;
    border-radius: 6px 0px 0px 6px !important;
}
.flip-clock-wrapper ul li a div{
	overflow: inherit!important;
}
.buttonFindOutMore_wrapper{
    margin: 0 auto;
    width: 20%;z
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-new {
    text-shadow: #7ea4bd 0 1px 0;
    color: #ffffff;
    font-size: 30px!important;
    
    background-color: #d89406;
}
.btn-new:hover{
  box-shadow: none;
  background-color: #ba7f05;
  color: grey;
}
.btn-new > a{
  color: #fff!important;
  font-weight: 700;
  font-size: auto;
  text-decoration: none;
}
.btn-new > a:hover{
  color: #fff;
  font-weight: 700;
  font-size: auto;
  text-decoration: none;
}  
.btn-new > a:link{
  color: #fff;
  font-weight: 700;
  font-size: auto;
  text-decoration: none;
}
.embed-responsive-16by9{
    margin-bottom: 5%!important;
}
.butonEVENT {
    background-color: #d82706!important;
}
.butonEVENT:hover{
    background-color: #B01B00!important;
}
.citat {
    position: relative;
    width: 100%;
    height: 100px;
    margin: 20px;
}
.citat:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
}
.citat:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    right: -10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
.citat_span:before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    left: -10px;
    border-bottom: 3px solid #fff;
    border-left: 3px solid #fff;
}
.citat_span:after {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
    	.layer{
		    width: 100vw;
    		height: 100vh;
    	}
    	.container .column .box{
    		width: 75vw;
    		min-height: 440px;
    		margin-top: 10vw;
    	}
    	.container .column .box .option ul li{
    		font-size: 4vw!important;
		    padding: 2px 0;
    	}
    	.container .column .box .title h1{
    		font-size: 6vw!important;
    	}
    	.container .column .box .price h4{
    		font-size: 6.2vw;
    	}
    	#clockdiv{
    		font-size: 9vw;
    	}
    	.smalltext{
    		font-size: 2.8vw;
    	}
    }	

    /* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.layer {
	    background-color: rgba(41, 24, 89,0.7);
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
	    top: 0;
	    left: 0;
	    width: auto;
	    height: 100vh;
	}
	.text-white{
		color: white;
	}
	.bg-dark{
		background-color: rgba(0, 0, 0,0.8);
	}
	
	.container .column {
	    position: relative;
	    transition: 0.5s;
        margin-left: 0vw;
   		margin-top: 11vw;
	    /*margin-left: 65%;
	    margin-top: 10%;*/
	}
	.container .column .box {
	    position: relative;
	    width: 56vw;
		min-height: 450px;
	    margin: 0 auto;
	    padding: 20px;
	    box-sizing: border-box;
	    text-align: center;
	    border-top-left-radius: 50px;
	    border-top-right-radius: 50px;
	    border-bottom-left-radius: 150px;
	    border-bottom-right-radius: 150px;
	    border: 0.3vw solid #d89406;
	    box-shadow: 0 0 0 6px #323232,0 0 0 10px #d89406,0 0 0 20px #323232,0 10px 150px rgba(0,0,0,1);
	    overflow-y: hidden;
	    transition: 0.5s;
	}
	.container .column .box:hover {
	    transform: scale(1.1);
	}
	.container .column .box:before {
	    content:"";
	    position: absolute;
	    top: 0;
	    left: -50%;
	    width: 100%;
	    height: 100%;
	    background: rgba(255,255,255,.1);
	    pointer-events:none;
	}
	.container .column .box .title .fa {
	    margin-top: 20px;
	    font-size: 60px;
	    color: #ffc98e;
	}
	.container .column .box .title h1 {
	    color: #fff;
	    margin-top: 20px 0 0;
	    padding: 0;
	    font-size: 4.5vw!important;
	}
	.container .column .box .price h4 {
	    font-size: 4.5vw;
	    color: #ffc98e;
	    margin: 10px 0;
	    padding: 0;
	}
	.container .column .box .price span  {
	    font-size: 1.5vw;
	    color: #ffc98e;
	    margin: 10px 0;
	    padding: 0;
	}
	.container .column .box .option ul {
	    margin: 20px 0;
	    padding: 0;
	}
	.container .column .box .option ul li {
	    list-style: none;
	    color: #fff;
	    padding: 10px 0;
	    border-bottom: 0.1vw solid rgba(255,255,255,.1);
        font-size: 2.1vw!important;
	}
	.container .column .box .btn {
	    display: inline-block;
	    background: #ffc98e;
	    color: #262626;
	    font-weight: bold;
	    padding: 10px 30px;
	    margin-top: 9%;
	    text-decoration: none;
	    border-radius: 10px;
	}
	#clockdiv{
		font-family: sans-serif;
		color: #fff;
		display: inline-block;
		font-weight: 100;
		text-align: center;
		font-size: 4vw;
	}
	
	#clockdiv > div{
		padding: 10px;
		border-radius: 3px;
		background: #021f1961;
		display: inline-block;
	}
	
	#clockdiv div > span{
		padding: 15%;
		border-radius: 3px;
		background: rgba(41, 24, 89,0.8);
		display: inline-block;
	}
	
	.smalltext{
		padding-top: 5px;
		font-size: 1.8vw;
	}
}

    /* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.container .column{
	    margin-left: 7vw;
    	margin-top: 2vw;
	}
	.container .column .box{
		width: 41vw;
    	min-height: 464px;
	}
	.container .column .box .title h1{
		font-size: 3.5vw!important;
	}
	.container .column .box .option ul li{
    	font-size: 1.5vw!important;
	}
	.container .column .box .price h4{
	   	font-size: 3.2vw;
	}
	#clockdiv{
		font-size: 3vw;
	}
	.smalltext{
		font-size: 1.2vw;
	}
}		

    /* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.layer {
	    background-color: rgba(41, 24, 89,0.7);
		-webkit-background-size: cover;
	  	-moz-background-size: cover;
	  	-o-background-size: cover;
	  	background-size: cover;
	    top: 0;
	    left: 0;
	    width: auto;
	    height: 100vh;
	}
	.text-white{
		color: white;
	}
	.bg-dark{
		background-color: rgba(0, 0, 0,0.8);
	}
	
	.container .column {
	    position: relative;
	    transition: 0.5s;
    	margin-left: -1vw;
   		margin-top: 2vw;
	    /*margin-left: 65%;
	    margin-top: 10%;*/
	}
	.container .column .box {
	    position: relative;
	    width: 28vw; 
	    min-height: 550px;
	    margin: 0 auto;
	    padding: 20px;
	    box-sizing: border-box;
	    text-align: center;
	    border-top-left-radius: 50px;
	    border-top-right-radius: 50px;
	    border-bottom-left-radius: 150px;
	    border-bottom-right-radius: 150px;
	    border: 0.3vw solid #d89406;
	    box-shadow: 0 0 0 6px #323232,0 0 0 10px #d89406,0 0 0 20px #323232,0 10px 150px rgba(0,0,0,1);
	    overflow-y: hidden;
	    transition: 0.5s;
	}
	.container .column .box:hover {
	    transform: scale(1.1);
	}
	.container .column .box:before {
	    content:"";
	    position: absolute;
	    top: 0;
	    left: -50%;
	    width: 100%;
	    height: 100%;
	    background: rgba(255,255,255,.1);
	    pointer-events:none;
	}
	.container .column .box .title .fa {
	    margin-top: 20px;
	    font-size: 60px;
	    color: #ffc98e;
	}
	.container .column .box .title h1 {
	    color: #fff;
	    margin-top: 20px 0 0;
	    padding: 0;
	    font-size: 2vw!important;
	}
	.container .column .box .price h4 {
	    font-size: 2.2vw;
	    color: #ffc98e;
	    margin: 10px 0;
	    padding: 0;
	}
	.container .column .box .price span  {
	    font-size: 1.5vw;
	    color: #ffc98e;
	    margin: 10px 0;
	    padding: 0;
	}
	.container .column .box .option ul {
	    margin: 20px 0;
	    padding: 0;
	}
	.container .column .box .option ul li {
	    list-style: none;
	    color: #fff;
	    padding: 10px 0;
	    border-bottom: 0.1vw solid rgba(255,255,255,.1);
	    font-size: 1vw!important;
	}
	.container .column .box .btn {
	    display: inline-block;
	    background: #ffc98e;
	    color: #262626;
	    font-weight: bold;
	    padding: 10px 30px;
	    margin-top: 9%;
	    text-decoration: none;
	    border-radius: 10px;
	}
	#clockdiv{
		font-family: sans-serif;
		color: #fff;
		display: inline-block;
		font-weight: 100;
		text-align: center;
		font-size: 2vw;
	}
	
	#clockdiv > div{
		padding: 10px;
		border-radius: 3px;
		background: #021f1961;
		display: inline-block;
	}
	
	#clockdiv div > span{
		padding: 15%;
		border-radius: 3px;
		background: rgba(41, 24, 89,0.8);
		display: inline-block;
	}
	
	.smalltext{
		padding-top: 5px;
		font-size: 0.8vw;
	}
	#video_row{
		margin-right: -173px!important;
    	margin-left: -173px!important;
	}


}
