/* Font */
@import url('https://fonts.googleapis.com/css?family=Ubuntu+Mono|Ubuntu:300,700');

@font-face {
    font-family: "OCRA";
    src: url("OCRAStd.woff") format("woff");
    font-weight:normal;
}

@font-face {
    font-family: "OCRAbold";
    src: url("OCRAStd.woff") format("woff");
    font-weight:bold;
}


body, .tooltip, .popover {
    font-family: 'Ubuntu', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

code, kbd, pre, samp {
    font-family: 'Ubuntu Mono', Menlo, Monaco, Consolas, "Courier New", monospace;
}

* {
    transition: all ease-out .2s;
}

html {
	overflow:hidden;
}

body {
    position: relative;
    overscroll-behavior: contain;
    background-color:#BB2222;
    padding: env(safe-area-inset-bottom);  
    overflow:hidden;
}

body#page_index .pageBgContainer {
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color:#BB2222;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: -1;
    
}

body#page_login1 .pageBgContainer {
    background: url("https://cocoma.online/img/cocoma.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color:#000000;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: -1;
}

body#page_login11 .pageBgContainer {
    background: url("https://cocoma.online/img/cocoma.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color:#000000;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: -1;
}

body#page_login2 .pageBgContainer {
    background: url("https://cocoma.online/img/cocoma.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color:#000000;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: -1;
}

body#page_header .pageBgContainer {
    background: url("https://cocoma.online/img/cocoma.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color:#000000;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: -1;
}

#card {
    background: url("../img/valcard.png");
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: auto;
    width: 100%;
}

#card2 {
    background: url("../img/valcard_back.png");
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    height: auto;
    width: 100%;
}

#layer {
	position:fixed;
	display:none; 
	top:50px;
	left:0px; 
	width:100%; 
	height:100vh;
	overflow:hidden; 
	background-color:#000000;
	opacity:0.8;
	z-index:998;
}

#contdata {
	position:fixed;
	display:none; 
	top:0px;
	padding-top:50px;
	left:0px; 
	width:100%; 
	height:0vh;
	overflow:auto; 
	background-color:#FFFFFF;
	z-index:999;
}

#signature {
	color:darkblue;
	border: 2px dotted black;
	background-color:lightgrey;
	width:100%;
	height:180px;
}

.hashtags {
	overflow:hidden; 
	color:rgba(20, 150, 50, 1);
	font-size:3.5em;
	text-shadow: 2px 2px #F0F0F0, 2px 2px #F0F0F0, .1em .1em .2em rgba(255,255,255,1);
}

.eventbutton {
   border:1px solid #666666; 
   background-color:#EFEFEF; 	
}

.eventbutton:hover {
   border:1px inset #666666; 
   background-color:#FFFFFF; 	
}

.appbutton {
   position:relative; 
   float:left; 
   display:inline-block; 
   width:100%; 
   height:auto; 
   margin-bottom:3px; 
   padding:6%; 
   text-align:center; 
   border:2px solid #999999;
   opacity:0.85; 
   cursor:pointer;
}

.appbutton:hover {
   border:1px solid #333333;
   opacity:1;
}

.configline {
   position:relative; 
   float:left; 
   display:block; 
   width: calc(100% - 85px);
}

.rs_button {
   position:relative; 
   float:right; 
   right:0px; 
   width:120px;     
   height:45px;
   padding:5px; 
   cursor:pointer; 
   font-size:1.5em; 
   color:#FFFFFF; 
   text-align:center; 
   background-color: rgba(120, 220, 70, 1);	
}

.rs_button:hover {
   background-color: rgba(20, 150, 50, 1);
}

#infow {
   position:fixed;
   display:none;
   top:80px;
   left:50%;
   margin-left:-40%;
   width:80%;
   height:85vh;
   //border:1px solid #666666;
   background-color:#FFFFFF;
   opacity:1;
   zoom:1;
   -moz-box-shadow: 2px 2px 20px #222;
   -webkit-box-shadow: 2px 2px 20px #222;
   box-shadow: 2px 2px 20px #222;
   z-index:999;	       
}

.checkboxes label {
  display: block;
  float: left;
  margin-left:0px;
  padding-right: 10px;
  white-space: nowrap;
}

.checkboxes input {
  vertical-align: middle;
  transform: scale(1.2,1.2);
  -ms-transform: scale(1.2,1.2);
  -webkit-transform: scale(1.2,1.2);
  padding-right: 10px;
}

.checkboxes label span {
  vertical-align: middle;
  margin-left:10px;
}

.mypic {
	position:absolute;
	float: right;
	right:8px;
	bottom:8px;    
    display: -webkit-flex;
  	display: flex;
  	align-items: center;
  	justify-content: center;
	width:55px;
	height:55px;
	background-color: rgba(0, 90, 160, 1);
    border-radius: 50%;
    padding: 0 auto;
	font-weight:bold;
	font-size:24px;
	color:#FFFFFF;
	overflow:hidden;
	cursor:pointer;	
}

.circ {
	position:relative;
    float:left;
    display: -webkit-flex;
  	display: flex;
  	align-items: center;
  	justify-content: center;
	width:45px;
	height:45px;
	background-color: rgba(0, 90, 160, 1);
    border-radius: 50%;
    padding: 0 auto;
    margin: 3px auto;
	font-weight:bold;
	font-size:20px;
	color:#FFFFFF;
	overflow:hidden;
	cursor:pointer;
}

.circ2 {
	position:relative;
    float:left;
    display: -webkit-flex;
  	display: flex;
  	align-items: center;
  	justify-content: center;
	width:28px;
	height:28px;
	background-color: rgba(0, 90, 160, 1);
    border-radius: 50%;
    padding: 0 auto;
    margin: 0px auto;
	font-weight:bold;
	font-size:14px;
	color:#FFFFFF;
	overflow:hidden;
	cursor:pointer;
}

.circ_lg {
	position:absolute;    
	display:block;
	width:80px;
	height:80px;
	background-color: rgba(0, 90, 160, 1);
    border-radius: 50%;
    padding: auto auto;
	font-weight:bold;
	font-size:34px;
	color:#FFFFFF;
	overflow:hidden;
	cursor:pointer;
}

.fbcirc {
	position:relative;
    float:left;
    display: -webkit-flex;
  	display: flex;
  	align-items: center;
  	justify-content: center;
	width:60px;
	height:60px;
	background-color: rgba(0, 90, 160, 1);
    border-radius: 50%;
    padding: 0 auto;
    margin-top:-30px; 
    margin-left:-30px; 
	font-weight:bold;
	font-size:25px;
	color:#FFFFFF;
	overflow:hidden;
	cursor:pointer;
}

.appicon {
	position:relative; 
	display:inline-block; 
	float:right; 
	text-align:center; 
	height:auto;
	padding:5px 0px 3px 0px;
}

.closeBT {
	position:absolute;
	display:block;
	visibility:visible;	
	float:right;
	top:40px;
	right:10px;
	width:25px;
	height:25px;
	background-image: url('https://registar.online/img/close.jpg');
	background-position: center center; 
	background-size: 100% auto;    
	font-size:15px;
	margin:auto;
	color:#FFFFFF;
	cursor:pointer;
	clear:both;
	zoom:1.5;
}

.closeRec {
	position:absolute; 
	display:none; 
	top:0px; 
	left:22px; 
	height:17px; 
	width:17px; 
	font-weight:bold; 
	text-align:center; 
	background-color:#FF3333; 
	border-radius:50%; 
	z-index:999; 
	cursor:pointer; 
	overflow:hidden;
}

form input[type="checkbox"] {
    float: left;
    margin-right: 10px;
}

form #data-protection-notice-label {
    width: 75%;
    font-weight: normal;
    display: inline-block;
}

form #data-protection-notice-label button {
    margin: 0;
    font-size: 16px !important;
    vertical-align: top;
}

.tagcloudbody {
	width:100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#666666;
	//border:solid 1px #999999;
	padding:10px;
	text-align:center;
}

.tagcloudbody a {
	text-decoration:none;
	white-space: nowrap;
}

.tagcloudbody a:hover {
    text-decoration:none;
}

.tccol1 {
	color:rgba(20, 150, 50, 1);
}
.tccol1:hover {
    color:rgba(55, 55, 55, 1);
}

.tccol2 {
	color:rgba(55, 55, 55, 1);
}
.tccol2:hover {
    color:rgba(190, 190, 190, 1);
}

.tccol3 {
	color:rgba(150, 150, 150, 1);
}
.tccol3:hover {
    color:rgba(55, 55, 55, 1);
}

.tagcloudThema {
font-weight:bold;
font-size:1.8em;
margin-bottom: 10px;
text-align:center;
}

.tag1 {
font-size:2.5em;
font-weight:bold;
}
.tag2 {
font-size:1.5em;
font-weight:bold;
}
.tag3 {
font-size:1.3em;
}
.tag4 {
font-size:1.9em;
}
.tag5 {
font-size:0.9em;
}

/* Sternebewertung */ 

span#Bewertung { 
 line-height: 45px; 
} 

span.sternebewertung { 
 float:left;
} 

span.sternebewertung:not(:checked) > input { 
 display: None; 
} 

span.sternebewertung:not(:checked) > label { 
 float: Right; 
 width: 1.2em; 
 padding: 0 .1em; 
 overflow: Hidden; 
 white-space: Nowrap; 
 cursor: Pointer; 
 font-size: 200%; 
 line-height: 1.2; 
 color: #D0D0D0; 
 text-shadow: 1px 1px #B0B0B0, 2px 2px #606060, .1em .1em .2em rgba(0,0,0,.5); 
 transition: all .5s; 
} 

span.sternebewertung:not(:checked) > label:before { 
 content: '★ '; 
} 

span.sternebewertung > input:checked ~ label { 
 color: #FFD700; 
 text-shadow: 1px 1px #C06000, 2px 2px #904000, .1em .1em .2em rgba(0,0,0,.5); 
} 

span.sternebewertung:not(:checked) > label:hover, 
span.sternebewertung:not(:checked) > label:hover ~ label { 
 color: #FFD700; 
 text-shadow: 1px 1px #F29E02, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5); 
} 

span.sternebewertung > input:checked + label:hover, 
span.sternebewertung > input:checked + label:hover ~ label, 
span.sternebewertung > input:checked ~ label:hover, 
span.sternebewertung > input:checked ~ label:hover ~ label, 
span.sternebewertung > label:hover ~ input:checked ~ label { 
 color: #F9B500; 
 text-shadow: 1px 1px #F8BA01, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5); 
} 

.starchecked {
 color: #F9B500; 
 text-shadow: 1px 1px #F8BA01, 2px 2px #B57340, .1em .1em .2em rgba(0,0,0,.5);
}

@media (min-width: 768px) {
    body {
        font-size: 16px;
    }
}

/* Backgrounds */
.noBg {
    background: none;
}

.blueBg {
    background-color: rgba(0, 90, 160, 1);
}

.greenBg {
    background-color: rgba(20, 150, 50, 1);
}

.redBg {
    background-color: #E04848;
}

.whiteBg {
    background-color: #FFF;
}

.greyBg {
    background-color: #FFF;
}

.darkblueBg {
    background-color: #0d3c72;
}

/* Font Colors */
.noBg, .blueBg, .darkblueBg {
    color: #FFF;
}

/* Navigation */
.navbar-fixed-top {
    border-width: 0;
}

.navbar-default {
    background-color: rgba(0, 90, 160, 0.8);
}

.navbar-default .navbar-toggle {
    border-color: #FFF;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #FFF;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: rgba(0, 120, 190, 0);
}

.navbar-default .navbar-collapse {
    border-color: rgba(0, 0, 0, 0.7);
}

.navbar-default .navbar-nav > li > a {
    color: #FFF;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: rgba(0, 120, 190, 0.46);
    color: #FFF;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: rgba(0, 120, 190, 0.6);
    color: #FFF;
}

.navbar-brand > img {
    margin-right: 0;
}

.block {
    position:relative;
    display:none;
}

.blockhl {
	margin-bottom:50px; 
	padding:0px;
	overflow:hidden;	
}

.box-shadow {
	border:1px solid #888888;
    -moz-box-shadow: 2px 2px 4px #888;
    -webkit-box-shadow: 2px 2px 4px #888;
    box-shadow: 2px 2px 4px #888;	    		
    		
}

.minibutton {
	position:relative; 
	display:inline-block;
	margin-left:2px; 
	width:22px; 
	height:22px;
	background-color:#B5B5B5; 
	border:1px solid #666666;
	cursor:pointer;
}

#confirm {
	position:relative; 
	width:100%; 
	text-align:center;	
}

#confirm img {
	width:50px; 
	margin-top:-2.2em;
}

#confirm span {
	color:#FF3333; 
	font-size:2.2em;
}


@media (min-width: 768px) {
    .navbar {
        min-height: 50px;
    }

    .navbar > .container-fluid .navbar-brand {
        margin-left: 0;
    }

    .navbar-brand {
        height: 21px;
        padding: 0;
        margin-top: 15px;
    }

    .navbar-nav > li > a {
        font-size: 14px;
        padding: 15px 7px;
    }    
}

@media (min-width: 992px) {
    .navbar {
        min-height: 70px;
    }

    .navbar > .container-fluid .navbar-brand {
        margin-left: 15px;
    }

    .navbar-brand {
        height: 40px;
        padding: 0;
        margin-top: 30px;
    }

    .navbar-nav > li > a {
        font-size: 15px;
        padding: 50px 11px 0;
    }

    .navbar.affix {
        min-height: 50px;
    }

    .navbar.affix > .container-fluid .navbar-brand {
        margin-left: 0;
    }

    .affix .navbar-brand {
        height: 21px;
        margin-top: 15px;
    }

    .affix .navbar-nav > li > a {
        font-size: 14px;
        padding: 15px;
    }
}

@media (min-width: 1200px) {
    .navbar-nav > li > a {
        font-size: 16px;
        padding: 50px 15px 0;
    }
}


.jumbotron {
    margin-bottom: 0;
}

.jumbotron ul {
    padding-left: 20px;
}

@media (min-width: 768px) {
    .jumbotron ul {
        margin-bottom: 34px;
    }
}

.jumbotron .row {
    margin-bottom: 30px;
}


/* Headlines */
.jumbotron h1 {
    margin-bottom: 25px;
}

.jumbotron h2 {
    margin-bottom: 20px;
}

.jumbotron h3 {
    font-size: 20px;
}

.landing h1 {
    font-size: 3.5em;
    text-shadow: 2px 2px 6px #444;
    margin-top: 60px;
    margin-bottom: 25px;
}

.appstart h1 {
    font-size: 3.5em;
    text-shadow: 2px 2px 6px #444;
    margin-top: 0px;
    margin-bottom: 25px;
}

#contacts h3 {
    margin-bottom: 15px;
}

.whiteBg h1, .whiteBg h2 {
    color: #18B028;
}

#references h5 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
    margin-bottom: 14px;
}

@media (min-width: 768px) {
    .landing h1 {
        font-size: 72px;
        margin-top: 60px;
        margin-bottom: 25px;
    }

    .appstart h1 {
        font-size: 72px;
        margin-top: 0px;
        margin-bottom: 25px;
    }
	
	#contacts h3 {
        margin-bottom: 10px;
    }

    .jumbotron h3 {
        font-size: 22px;
    }

    .row.valignCenter h2 {
        margin-top: 0;
    } 
}

.msghole {
	background-color: rgba(240,240,240, 0.7);
	border: 2px solid #FFFFFF; 
	color:#000000; 
	width:250px; 
	height:250px;
	font-size:1.3em; 
	text-align:center; 
	cursor:pointer;
}

.msghole h1 {
   	font-size: 40px;
   	text-shadow: 2px 2px 6px #444;
   	margin-top: 0px;
   	margin-bottom: 10px;
}

.TIleft {
	position:relative; 
	float:left; 
	left:0%; 
	width:250px;
}

.TIright {
	position:relative; 
	float:right; 
	right:0%; 
	width:250px;
}

#TLinfo {
	position:relative;
	float:left;
	left:50%;
	margin-left:-45%;
	width:90%;
	background-color:rgba(230, 230, 230, 0.8);
	border:2px solid #FFFFFF;
	border-radius: 20px;
	color:#000000;
	text-align:center;	
}

#TLinfo h2 {
	font-size:2.3em;
}

.copyright {
    font-size: 14px;
}

.arrowDown {
    display: block;
    font-size: 34px;
    text-align: center;
    text-shadow: 2px 2px 6px #444;
    margin-top: 100px;
}

@media (min-width: 768px) {
    .arrowDown {
        font-size: 40px;
        margin-top: 170px;
    }
}

.jumbotron p.description, .description {
    font-size: 16px;
    text-align: justify;
}

@media (min-width: 768px) {
    .jumbotron p.description, .description {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    body#page_index .description {
        margin-left: 66px;
        margin-right: 66px;
    }
}

.sR .reveal {
    visibility: hidden;
}

.form-control {
	-moz-border-radius: 5;
	-webkit-border-radius: 5;
	-webkit-appearance: 5;		
    border-radius: 5;
    background-color:#F5F5F5;
    color:#222222;
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, .2);    
	width:100%;        
    text-align:left;
}

.form-submit {
	width:100%;
	background-color:rgba(0, 90, 160, 1);
	border-radius: 0;
	color:#FFFFFF;
	font-weight:bold;
	height:35px;
}

form button {
    margin-top: 30px;
}

#references a.btn {
    width: 100%;
}

@media (min-width: 768px) {
    .form-control {
        width: 100%;
    }
    .form-submit {
        width: 100%;
    }
	
    #references a.btn {
        width: 100%;
    }
}

/* Buttons */
.btn {
    border: 0;
    border-radius: 0;
}

.btn:active, .btn.active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .3);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .3);
}

.btn-default {
    background-color: rgba(0, 90, 160, 1);
    color: #FFFFFF;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus,
.btn-default:active, .btn-default.active, .btn-default:active:hover, .btn-default.active:hover,
.btn-default:active:focus, .btn-default:active.focus, .btn-default.active:focus, .btn-default.active.focus {
    background-color: #D01111;
    color: #FFFFFF;
}

.btn-primary {
    background-color: #08A018;
    min-width:200px;
    color: #FFF;
    font-size:0.6em;
    padding:5px 5px;
    margin-bottom:5px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus,
.btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .btn-primary.active:hover,
.btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:focus, .btn-primary.active.focus {
    background-color: #15E030;
    color: #FFF;
}

.btn-link {
    background-color: transparent;
    color: #48E048;
}

.btn-link:hover, .btn-link:focus, .btn-link.focus,
.btn-link:active, .btn-link.active, .btn-link:active:hover, .btn-link.active:hover,
.btn-link:active:focus, .btn-link:active.focus, .btn-link.active:focus, .btn-link.active.focus {
    background-color: transparent;
    color: #28F028;
}

.btn-link:active, .btn-link.active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#contact .btnImprint {
    font-size: 14px;
    font-weight: 500;
    padding: 0;
}

.btnTop {
    background-color: #CCC;
    color: #FFF;
    display: none;
    position: fixed;
    bottom: 12px;
    right: 12px;
}

.btnTop:hover, .btnTop:focus, .btnTop.focus,
.btnTop:active, .btnTop.active, .btnTop:active:hover, .btnTop.active:hover,
.btnTop:active:focus, .btnTop:active.focus, .btnTop.active:focus, .btnTop.active.focus {
    background-color: #999;
    color: #FFF;
}

.jumbotron .btn {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 25px;
}

.jumbotron .btn-lg {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 36px;
}

#btnSubmit {
    width: calc(100% - 62px);
    float: left;
}

#btnReset {
    border: 1px solid;
    width: 62px;
    padding: 16px 21px 14px;
}

.landing button[data-toggle="collapse"] > span {
    margin-left: 6px;
    font-size: 14px;
}

@media (min-width: 768px) {
    .btnTop {
        bottom: 40px;
        right: 40px;
    }

    .jumbotron .btn-lg {
        font-size: 20px;
        padding: 20px 46px;
    }

    .landing button[data-toggle="collapse"] > span {
        font-size: 16px;
    }

    #btnSubmit {
        width: 70%;
    }

    #btnReset {
        width: 10%;
        padding: 21px 24px 17px;
    }
    
}

@media (min-width: 992px) {
    #btnSubmit {
        width: 65%;
    }

    #btnReset {
        width: 15%;
        padding: 21px 22px 17px;
    }
}

@media (min-width: 1200px) {
    #btnSubmit {
        width: 68%;
    }

    #btnReset {
        width: 12%;
    }
}


.divider {
    border-top: none;
    border-left: 42px solid #FFF;
    border-right: 42px solid #7db9ff;
    width: 0;
    height: 3px;
    margin-top: 0;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    body {
        font-size: 12px;
    }
	.even {
        background-color: #f3f3f3;
    }

    .even > div:first-child {
        padding-top: 22px;
    }

    .even > div:last-child {
        padding-bottom: 12px;
    }
	.msghole {
		width:140px; 
		height:140px;
		font-size:0.9em; 
	}
	.msghole h1 {
   		font-size: 30px;
	}	
	.TIleft {
	    left:0%;
		width:140px;
	}
	.TIright {
	    right:0%;
		width:140px;
	}
	.TLinfo h2 {
	   font-size:1.2em;
	}
	.LogStat {
		display:block;
    	width: 25%;
    	height: 80px;	
    	background-size: 80px;
    	margin-bottom:-60px;			
	}
    .appstart h1 {
        font-size: 35px;
        margin-top: 0px;
        margin-bottom: 25px;
    }	
	#confirm img {
		width:35px; 
		margin-top:-1.7em;
	}
	#confirm span {
		font-size:1.7em;
	}
}

@media (max-width: 320px) {
    body {
        font-size: 10px;
    }
	.msghole {
		width:110px; 
		height:110px;
		font-size:0.8em; 
	}
	.msghole h1 {
   		font-size: 25px;
	}	
	.TIleft {
		width:110px;
	}
	.TIright {
		width:110px;
	}
	.TLinfo h2 {
	   font-size:0.95em;
	}	
	.LogStat {
		display:block;
    	width: 20%;
    	height: 50px;	
    	background-size: 50px;	
    	margin-bottom:-40px;		
	}
    .appstart h1 {
        font-size: 35px;
        margin-top: 0px;
        margin-bottom: 25px;
    }
	#confirm img {
		width:30px; 
		margin-top:-1.6em;
	}
	#confirm span {
		font-size:1.6em;
	}	
}

@media (min-width: 768px) {
    .valignCenter {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

a {
    color: #A2A2A2;
}

a:hover, a:focus {
    color: #E08888;
}

.blueBg a:hover, .blueBg a:focus, .darkblueBg a:hover, .darkblueBg a:focus {
    color: #FFF;
}

li {
    color: #f37a1f;
}

li span {
    color: #333;
}

#references h2 {
    color: #f37a1f;
    text-align: center;
    margin-top: 10px;
}

@media (min-width: 768px) {
    #references h2 {
        text-align: left;
        margin-top: 0;
    }

    #services .col-md-6, #contacts .col-md-6 {
        opacity: 0.4;
    }

    #services .col-md-6:hover, #services .col-md-6:focus, #contacts .col-md-6:hover, #contacts .col-md-6:focus {
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .col-md-2-4 {
        width: 20%;
    }
}

.siteButton {
    text-align: center;
}

@media (min-width: 768px) {
    .siteButton {
        text-align: left;
    }
}

#map.jumbotron {
    width: 100%;
    height: 450px;
    padding: 0;
}

#mapClick {
    width: 100%;
    height: 450px;
    background: transparent;
    position: absolute;
}

@media screen and (max-height: 575px){
    #rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

.tooltip-inner {
    font-size: 14px;
    max-width: 300px;
}

#frMore > .well {
    color: #333;
    margin-top: 10px;
}

/* CSS used here will be applied after bootstrap.css - http://www.bootply.com/q11Y8M2A0c */
.thumbnail_container {
    position: relative;
    width: 100%;
    padding-bottom: 46%;
}

.thumbnail {
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.jumbotron .thumbnail {
    background-color: transparent;
}

.thumbnail img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

img {
    max-height: 100%;
    max-width: 100%;
}

.img-circle {
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.iconCircle {
    background-color: #FFF;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.LogStat {
	position:relative;
    display:block;
	background-color: rgba(240,240,240, 0.7);
	margin-top:50px;
	width: 40%;
	min-width:300px;
	height:auto;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto; 
    border:2px solid #FFFFFF;
    border-radius: 20px;
    margin-bottom:20px;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    color:#333333;
}

.magento {
    padding: 32px 0;
}

.server {
    padding: 39px 0;
}

/* Fullscreen Modal by http://www.minimit.com/articles/solutions-tutorials/bootstrap-3-transparent-and-fullscreen-modals */
.modal-open, .modal-open .modal {
    padding-right: 0 !important;
}

.modal-open .modal {
    overflow: auto;
}

.modal-fullscreen {
    background: #08A018;
    color: #FFF;
}

.modal-body .row .col-md-6 p{
    color: #FFF;
}

.modal-fullscreen .modal-content {
    background: #08A018;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-backdrop.modal-backdrop-fullscreen {
    background: #ffffff;
}

.modal-backdrop.modal-backdrop-fullscreen.in {
    opacity: .97;
    filter: alpha(opacity=97);
}

.modal-fullscreen .modal-dialog {
    margin: 0;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.modal-header {
    position: absolute;
    right: 0;
    z-index: 1000;
    border-bottom: 0;
}

.modal-header .close {
    color: #FFF;
    font-size: 60px;
    font-weight: 500;
    text-shadow: none;
    margin-top: 0;
    opacity: 1;
}

.close:hover, .close:focus {
    color: #CCC;
}

.modal a:hover, .modal a:focus {
    color: #FFF;
}

.modal p {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .modal-fullscreen .modal-dialog {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .modal-fullscreen .modal-dialog {
        width: 970px;
    }

    .modal .col-md-6 {
        padding-right: 130px;
    }
}

@media (min-width: 1200px) {
    .modal-fullscreen .modal-dialog {
        width: 1170px;
    }
}


/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 1px; border-top-left-radius: 8px; -khtml-border-radius: 8px; }
.ui-corner-tr { -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px; -khtml-border-radius: 8px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px; -khtml-border-radius: 8px; }
.ui-corner-br { -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px; -khtml-border-radius: 8px; }
.ui-corner-top { -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; border-top-left-radius: 8px; -khtml-border-top-left-radius: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px; -khtml-border-top-right-radius: 8px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px; -khtml-border-bottom-left-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px; -khtml-border-bottom-right-radius: 8px; }
.ui-corner-right {  -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px; -khtml-border-top-right-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px; border-bottom-right-radius: 8px; -khtml-border-bottom-right-radius: 8px; }
.ui-corner-left { -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; border-top-left-radius: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius: 8px; border-bottom-left-radius: 8px; -khtml-border-bottom-left-radius: 8px; }
.ui-corner-all { -moz-border-radius: 16px; -webkit-border-radius: 16px; border-radius: 16px; -khtml-border-radius: 16px; overflow:hidden; }

.ui-corner-tl-6 { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 1px; border-top-left-radius: 6px; -khtml-border-radius: 6px; }
.ui-corner-tr-6 { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -khtml-border-radius: 6px; }
.ui-corner-bl-6 { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -khtml-border-radius: 6px; }
.ui-corner-br-6 { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; -khtml-border-radius: 6px; }
.ui-corner-top-6 { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; }
.ui-corner-bottom-6 { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; }
.ui-corner-right-6 {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; }
.ui-corner-left-6 { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; }
.ui-corner-all-6 { -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; -khtml-border-radius: 6px; }