@import 'https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700&subset=latin-ext';

*{
	box-sizing: border-box;
	text-decoration: none;
}

a:focus, h3:focus{
	outline: 0 !important;
}

hr{
	background: #DDD;
	height: 1px;
	border: 0; 
	margin-bottom: 20px;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
}

body{
    font-family: 'Roboto', sans-serif;
	background: #FFFFFF;
	font-size: 16px;
}

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

.inner{
	width: 100%;
	max-width: 1100px;
	margin: auto;
	padding: 0 10px;
}

.header{
	width: 100%;
	
	height: 140px;
	background: /*#c00d0d;#0074AA;#E73336;*/#efefef;
	margin-bottom: 20px;
}

.header .topbar{
	width: 100%;
	
	height: auto;
	float: left;
	color: #FFF;
	background: #c00d0d;/*#005984;*/
	padding: 10px 0;
}

.header .topbar span{
	float: left;
	color: #FFF;
	font-size: 14px;
}

.header .topbar ul{
	float: right;
}

.header .topbar ul li{
	float: left;
	margin-left: 14px;
}

.header .topbar ul li a{
	color: #FFF;
}


.header .logo{
	width: 242px;
	height: 64px;
	float: left;
	margin-top: 18px;
	margin-right: 40px;
}

.header .menu{
	margin-top: 44px;
}

.header .menu li, .a_menu li{
	float: left;
	margin-right: 10px;
}

.header .menu li a, .a_menu li a{
	color: #c00d0d;
	font-weight: 400;
	padding: 10px;

	-webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.header .menu li:last-child, .a_menu li:last-child{
	margin-right: 0px;
}

.header .menu li a:hover, .a_menu li a:hover{
	background: #c00d0d;/*#005984;*/
	color:#fff;
}

.header .menu li.active, .a_menu li.active, .a_menu .active{
	background: #c00d0d;/*#005984;*/
	color:#fff;
}

.pageSingle, .pageSingle p{
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}

.pageSingle h5{
	color: #941203;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 700;
}

.pageSingle .img-border{
	float: right;
	margin: 0 0 0 14px;
	border: 2px solid #DDD;
	width: 50%;
	height: auto;
}

.pageSingle p:last-child{
	margin-bottom: 0px !important;
}

.pageSingle .accordion h3{
	background: #c00d0d;/*#0074AA;*/
	padding: 10px;
	color: #FFF;
	margin-bottom: 10px;
}

.pageSingle .accordion div{
	margin-bottom: 10px;
	height: auto !important;
}

.list-article li{
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 30px;
}

.list-article li a .single{
	float: left;
	color: #444;
}

.list-article li a img{
	float: left;
	margin-right: 20px;
	border: 2px solid #DDD;
}

.list-article li a h3{
	color: #c00d0d;/*#0074AA;*/
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 700;
}

.list-article li a .btn{
	width: 146px;
	height: 200px;
	background: #c00d0d;/*#0074AA;*/
	padding: 10px 20px;
	text-align: center;
	color: #FFF;
	font-weight: 700;
	margin-top: 4px;
	float: right;
	font-size: 20px;

	-webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
}

.contact-left{
	width: 65%;
	float: left;
}

.form-control label{
	display: block;
	color: #444;
	font-size: 14px;
}

.form-control input[type=text]{
	width: 100%;
	height: 40px;
	padding: 0 10px;
	border: 1px solid #DDD;
	margin: 10px 0;
}

.form-control input[type=button], .footer .footer-top form input[type=submit]{
	height: 28px;
	background: #373737;
	border: none;
	color: #FFF;
	cursor: pointer;
}

.contact-right{
	width: 30%;
	float: right;
}

.contact-right p{
	margin-bottom: 10px;
	color: #444;
	font-size: 12px;
}

.contact-right hr{
	margin-bottom: 10px;
}

.contact-page h5{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}

.list-article li a .btn i{
	margin-top: 56px;
	display: block;
	margin-bottom: 10px;
	font-size: 28px;
}

.list-article li a:hover .btn{
	background: #444;
}

.list-article li:last-child{
	margin-bottom: 0px;
}

.form-mail{
	width: 344px;
	margin: auto;
}

.download-list li .single{
	width: auto !important;
}

.download-list li .single .btn{
	width: auto !important;
	height: auto !important;
}

.download-list li a .btns i {
    margin-top: 0px !important;
    display: auto !important;
    margin-bottom: 0px !important;
    font-size: 22px !important;
}

.download-list li a .btns{
	text-align: center;
	color: #333;
	font-weight: 700;
	margin-top: 10px;
	float: left;
}

.picture-list{
	width: auto;
	height: auto;
	float: left;
	margin-top: 40px;
}

.picture-list a{
	float: left;
	margin-right: 10px !important;
}

.picture-list a img{
	margin-right: 0px !important;
}

.box-header{
	width: 100%;
	height: 308px;
	float: left;
}

.box-header .topbar{
	background: none !important;
}

.box-header .header{
	height: 308px;
	background: url(../img/home-bg.jpg) center center no-repeat;
}

.box-header .header .login-form{
	width: 301px;
	margin: 60px auto;
}

.box-header .header .login-form a{
	background: #c00d0d;/*#0074AA;*/
	padding: 10px 20px;
	text-align: center;
	color: #FFF;
	margin-top: 4px;
	float: left;
	margin-right: 10px;
	font-size: 18px;
	border-radius: 3px;
}

.home-slider{
	width: 100%;
	height: auto;
	background: #c00d0d;/*#0074AA;*/
	float: left;
	visibility:hidden;
}
.home-slider img{
	width: 100%;
	height: auto;
}

.bx-controls{
	display: none !important;
}

.box-list{
	width: 100%;
	
	height: auto;
	float: left;
	margin-top: 20px;
	margin-bottom: 40px;
}

.box-list li{
	width: 20%;
	height: 180px;
	float: left;
	text-align: center;
}

.box-list li a{
	padding: 20px 10px;
	display: block;
	color: #FFF;
	font-weight: 700;
	font-size: 20px;
}

.box-list li a i{
	font-size: 68px;
	color: #FFF;
	display: block;
	margin-bottom: 10px;
	margin-top: 20px;
}

.box-list li:nth-child(5n+0){
	margin-right: 0px;
}

.text-box{
	width: 48%;
	margin-bottom: 40px;
	font-size: 13px;
	line-height: 22px;
	text-align: justify;
    text-justify: inter-word;
    word-wrap:break-word;
}

.text-box-right{
	float: right;
}

.text-box h5{
	color: #c00d0d;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 700;
	border-bottom: 2px solid #EEE;
	padding-bottom: 10px;
}

.text-box p{
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 14px;
}

.text-box p:last-child{
	margin-bottom: 0px;
}

.bx-news li{
	width: 100%;
	height: auto;
	/*height: 240px;
	/*line-height: 240px;*/
	background: #EEE;
	/*text-align: center;*/
}

.bx-news li a{
	font-weight: 700;
	color: #444;
	/*font-size: 20px;*/
}

.comment{
	width: 100%;
	
	height: auto;
}

.comment h5{
	color: #c00d0d;
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 700;
	border-bottom: 2px solid #EEE;
	padding-bottom: 10px;
}

.comment ul{
	width: 100%;
	height: auto;
	background: #EEE;
	float: left;
}

.comment ul li{
	float: left;
	padding: 16px;
}

.comment ul li img{
	float: left;
	border: 2px solid #DDD;
	margin-right: 20px;
}

.comment ul li strong, .bx-news ul li strong{
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
	padding-left: 170px;
}
.bx-news ul li strong{padding:0;}
.comment ul li p{
	font-size: 13px;
	line-height: 22px;
	padding-left: 170px;
}

.comment ul li .btn{
	background: #FAB31A;
	color: #FFF;
	padding: 5px 10px;
	float: left;
	margin-top: 10px;
}

.footer{
	width: 100%;
	
	height: auto;
	float: left;
	padding: 0 0 10px 0;
	background: #373737;
	margin-top: 20px;
}

.footer .footer-top{
	width: 100%;
	
	height: 50px;
	float: left;
	background: #c00d0d;
	margin-bottom: 30px;
}

.footer .footer-top ul{
	float: left;
	margin-top: 14px;
}

.footer .footer-top ul li{
	float: left;
	margin-left: 14px;
}

.footer .footer-top ul li a{
	color: #FFF;
	font-size: 22px;
}

.footer .footer-top ul li:nth-child(1){
	margin-left: 0px !important;
}

.footer .footer-top form{
	margin-top: 12px;
}

.footer .footer-top form input[type=text]{
	width: 290px;
	height: 28px;
	border: none;
	margin-right: -4px;
	padding: 0 10px;
}

.footer .footer-top form input[type=button], .footer .footer-top form input[type=submit]{
	height: 28px;
	background: #373737;
	border: none;
	color: #FFF;
	cursor: pointer;
}

.footer .logo img{
	margin-bottom: 20px;
}

.footer p{
	font-size: 14px;
	color: #828688;
	margin-bottom: 20px;
}

.footer p i:nth-child(2){
	margin-left: 20px;
}

.mobile{
	display: none;
}

@media only screen and (max-width: 1040px){
	.header .menu li a{padding: 10px 7px;}
}
@media only screen and (max-width: 1000px){
	.header .menu li a > span{display: none;}
}

@media only screen and (max-width: 851px){
	.mobile{
		display: block;
	}
	.desktop{
		display: none;
	}
	a.mmOBtn {
		float: right;
		display: block;
		width: 50px;
		height: 50px;
		margin: 20px 0;
		text-align: center;
		line-height: 50px;
		color: #fff;
		font-size: 25px;
	}
	.vail{
		display: none;
		opacity: 0;
		position: fixed;
		width: 100%;
		height: 100%;
		background: #fff;
		z-index: 998;
		left: 0;
		top: 0;
		transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-webkit-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
	}
	.mm-menu-wrap{
		position: fixed;
		top: 0;
		display: none;
		left: -280px;
		width: 280px;
		background: #c00d0d;
		height: 100%;
		margin-top: 0;
		z-index: 999;
		transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
	}
	.mobileMenuReady .vail-menu,
	.mobileMenuReady .mm-menu-wrap{display: block;}
	
	.mobileMenuAnimate .vail-menu{opacity: 0.5;}
	.mobileMenuAnimate .mm-menu-wrap{left: 0;}


	.mm-menu-wrap .head{
		width: 100%;
		border-bottom:1px solid #fff;
	}
	.mm-menu-wrap .head > a.mmCBtn{
		display: block;
		width: 100%;
		height:50px;
		line-height:50px;
		padding: 0 15px;
		color: #fff;
		font-size: 16px;
	}
	.mm-menu-wrap .head > a.mmCBtn > i{
		margin-right: 10px;
	}
	.mm-menu-wrap .foot{
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		border-top:1px solid #fff;
	}
	.mm-menu-wrap .foot > a{
		display: block;
		width: 50%;
		float: left;
		text-align: center;
		color:#fff;
		font-size: 15px;
		padding: 10px 0;
	}	
	.mm-menu-wrap .foot > a:first-child{
		border-right: 1px solid #fff;
	}	
	.mm-menu-wrap .foot > a > i{
		margin-right: 5px;
	}	
	.mm-menu-wrap .menu {
		margin-top: 0;
		float: none;
	}
	.mm-menu-wrap .menu > li {
		width: 100%;
		margin: 0;
	}	
	.mm-menu-wrap .menu > li a{
		padding: 10px 15px;
		display: block;
		width: 100%;
	}	

	.box-list li{width: 33.33%;}

	.text-box{
		width: 100%;
	}
	
	.contact-right,
	.contact-left{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}


}

@media only screen and (max-width: 580px){
	.box-list li{width: 50%;}
	.list-article li a img{
		float: none;
		width: 100%;
		height: auto;
		margin: 0 0 20px 0;
	}
}

/* reset ten buraya alındı */
.color1{ background: #36BEB7; } /* BEYİN */
.color2{ background: #AD4277; } /* fish */
.color3{ background: #BDCE02; } /* delphi */
.color4{ background: #23A59B; } /* fikir */
.color5{ background: #E41040; }  /* ALTI ŞAPKA */
.color6{ background: #F38E00; } /* SWOT */
.color7{ background: #55B037; } /* PESTEL */
.color8{ background: #4899C6; } /* ANKET */
.color9{ background: #FAB31A; } /* poligon */
.color10{ background: #894A83; } /* MIND MAP */
.color_mm_ust{ background: #f46485; }/* ALTI ŞAPKA üst*/

/* 05.10.2016 */
.beyin{ color: #36BEB7; }
.fish{ color: #AD4277; }
.delphi{ color: #BDCE02; }
.fikir{ color: #23A59B; }
.sixhats{ color: #E41040; }
.swot{ color: #F38E00; }
.pestel{ color: #55B037; }
.anket{ color: #4899C6; }
.poligon{ color: #FAB31A; }
.mind{ color: #894A83; }
.sixhats_ust{ color: #f46485; }
/**/

/*** tables **/
table {  
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    width: 100%; 
    border-collapse: 
    collapse; border-spacing: 0; 
}

td, th {  
    border: 1px solid transparent; /* No more visible border */
    vertical-align:top;
    transition: all 0.3s;  /* Simple transition for hover effect */
    text-align:left;
}

th {  
    background: #efefef;  /* Darken header a bit */
    font-weight: bold;
}

td {  
    background: #FAFAFA;
}

/* Cells in even rows (2,4,6...) are one color */        
tr:nth-child(even) td { background: #F1F1F1; }   

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */        
tr:nth-child(odd) td { background: #FEFEFE; }  

/*tr td:hover { background: #666; color: #FFF; }  
/* Hover cell effect! */
/**************/

/* -------------------------------- 

SEFA : login form css

signin/signup popup 

-------------------------------- */
.cd-user-modal, .soz_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(52, 54, 66, 0.9);
  z-index: 3;
  overflow-y: auto;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}


.cd-user-modal.is-visible, .soz_container  {
  visibility: visible;
  opacity: 1;
}
.cd-user-modal.is-visible .cd-user-modal-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.cd-user-modal-container {
  position: relative;
  width: 90%;
  max-width: 600px;
  background: #FFF;
  margin: 3em auto 4em;
  cursor: auto;
  border-radius: 0.25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.cd-user-modal-container .cd-switcher:after {
  content: "";
  display: table;
  clear: both;
}
.cd-user-modal-container .cd-switcher li {
  width: 50%;
  float: left;
  text-align: center;
}
.cd-user-modal-container .cd-switcher li:first-child a {
  border-radius: .25em 0 0 0;
}
.cd-user-modal-container .cd-switcher li:last-child a {
  border-radius: 0 .25em 0 0;
}
.cd-user-modal-container .cd-switcher a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #d2d8d8;
  color: #809191;
}
.cd-user-modal-container .cd-switcher a.selected {
  background: #FFF;
  color: #505260;
}
@media only screen and (min-width: 600px) {
  .cd-user-modal-container {
    margin: 4em auto;
  }
  .cd-user-modal-container .cd-switcher a {
    height: 70px;
    line-height: 70px;
  }
}

.cd-form {
  padding: 1.4em;
}
.cd-form .fieldset {
  position: relative;
  margin: 1.4em 0;
}
.cd-form .fieldset:first-child {
  margin-top: 0;
}
.cd-form .fieldset:last-child {
  margin-bottom: 0;
}
.cd-form label {
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form label.image-replace {
  /* replace text with an icon */
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  text-shadow: none;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.cd-form label.cd-username {
  background-image: url("../img/cd-icon-username.svg");
}
.cd-form label.cd-email {
  background-image: url("../img/cd-icon-email.svg");
}
.cd-form label.cd-password {
  background-image: url("../img/cd-icon-password.svg");
}
.cd-form input {
  margin: 0;
  padding: 0;
  border-radius: 0.25em;
  font-size:14px;
}
.cd-form input.full-width {
  width: 100%;
}
.cd-form input.has-padding {
  padding: 12px 20px 12px 50px;
}
.cd-form input.has-border {
  border: 1px solid #d2d8d8;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.cd-form input.has-border:focus {
  border-color: #343642;
  box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
  outline: none;
}
.cd-form input.has-error {
  border: 1px solid #d76666;
}
.cd-form input[type=password] {
  /* space left for the HIDE button */
  padding-right: 65px;
}
.cd-form input[type=submit] {
  padding: 16px 0;
  cursor: pointer;
  background: #c00d0d;/*#2f889a;*/
  color: #FFF;
  /*font-weight: bold;*/
  font-size:16px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.no-touch .cd-form input[type=submit]:hover, .no-touch .cd-form input[type=submit]:focus {
  background: #c00d0d;/*#3599ae;*/
  outline: none;
  color:white;
}
.cd-form .hide-password {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 6px 15px;
  border-left: 1px solid #d2d8d8;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  font-size: 0.875rem;
  color: #343642;
}
.cd-form .cd-error-message {
  display: inline-block;
  position: absolute;
  left: -5px;
  bottom: -35px;
  background: rgba(215, 102, 102, 0.9);
  padding: .8em;
  z-index: 2;
  color: #FFF;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 0.25em;
  /* prevent click and touch events */
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0, visibility 0 0.2s;
  -moz-transition: opacity 0.2s 0, visibility 0 0.2s;
  transition: opacity 0.2s 0, visibility 0 0.2s;
}
.cd-form .cd-error-message::after {
  /* triangle */
  content: '';
  position: absolute;
  left: 22px;
  bottom: 100%;
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.cd-form .cd-error-message.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.2s 0, visibility 0 0;
  -moz-transition: opacity 0.2s 0, visibility 0 0;
  transition: opacity 0.2s 0, visibility 0 0;
}
@media only screen and (min-width: 600px) {
  .cd-form {
    padding: 2em;
  }
  .cd-form .fieldset {
    margin: 2em 0;
  }
  .cd-form .fieldset:first-child {
    margin-top: 0;
  }
  .cd-form .fieldset:last-child {
    margin-bottom: 0;
  }
  .cd-form input.has-padding {
    padding: 16px 20px 16px 50px;
  }
  .cd-form input[type=submit] {
    padding: 16px 0;
  }
}

.cd-form-message {
  padding: 1.4em 1.4em 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  text-align: center;
}

.cd-err{
	padding: 1.4em 1.4em 0;
	font-size: 0.75rem;
  	line-height: 1.4;
  	text-align: center;
  	color: red;
  	min-height: 11rem;
}

@media only screen and (min-width: 600px) {
  .cd-form-message {
    padding: 2em 2em 0;
  }
}

.cd-form-bottom-message, .cd-form-bottom-message-login  {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -30px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}
.cd-form-bottom-message a, .cd-form-bottom-message-login a {
  color: #FFF;
  text-decoration: underline;
}

.cd-close-form {
  /* form X button on top right */
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 2px;/*-40px;*/
  background: url("../img/cd-icon-close.svg") no-repeat center center;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (min-width: 1170px) {
  .cd-close-form {
    /*display: none;*/
  }
}

#cd-login, #cd-signup, #cd-reset-password, #cd-error-page, #cd-error-page-login {
  display: none;
}

#cd-login.is-selected, #cd-signup.is-selected, #cd-reset-password.is-selected, #cd-error-page.is-selected, #cd-error-page-login.is-selected {
  display: block;
}

.cd-user-modal .caption{
	font-size:20px; 
	background: #c00d0d; 
	color: #fff; 
	padding:12px 8px;
	border-radius: .22em .2em 0 0;
}


.msg_ynt_bsl {
	diplay:block; 
	vertical-align:middle; color:#fff; font-size:22px;
	background : #666;
}
.msg_ynt_bsl span {
	float:right; margin-right:5px; padding-top:13px;
}

.bold {font-weight: bold;}
.f-16 {font-size:16px;}
.f-18 {font-size:18px;}
.f-20 {font-size:20px;}
.f-22 {color:#fff; font-size:22px;}

.sozlesme {
  position: relative;
  width: 90%;
  max-width: 700px;
  background: #efefef;
  margin: 5em auto 6em;
  padding : .6em;
  cursor: auto;
  border-radius: .25em;
  -webkit-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s; 
  font-size:14px;
}

.a_menu li {
	background:#c9d5e7;
}


/* blink effect */
.blink{
    -webkit-animation: blink 700ms infinite alternate;
    -moz-animation: blink 700ms infinite alternate;
    -o-animation: blink 700ms infinite alternate;
    animation: blink 700ms infinite alternate;
}
@-webkit-keyframes blink {
	from { opacity:1; }
	to { opacity:0; }
}
@-o-keyframes blink {
	from { opacity:1; }
	to { opacity:0; }
}
@-moz-keyframes blink {
	from { opacity:1; }
	to { opacity:0; }
}
@keyframes blink {
	from { opacity:1; }
	to { opacity:0; }
};
/* end of blink effect */


.foto_32{
	font-size	: 10px;
	width		: 32px;
	height		: 32px;
	border					: 1px solid #e2e2e2;
	-moz-box-shadow			: 0px 1px 1px #888888;;
	-webkit-box-shadow		: 0px 1px 1px #888888;
	box-shadow				: 0px 1px 1px #888888;
	-moz-border-radius		: 32px;
	-webkit-border-radius	: 32px;
	border-radius			: 32px;
}

/* 05.12.2018 - vertical menu */
/* define a fixed width for the entire menu */
.ver_navigation {
  width: 100%;
}

/* reset our lists to remove bullet points and padding */
.ver_menu, .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* make ALL links (main and submenu) have padding and background color */
.ver_menu a {
  display: block;
  background-color: #999;
  text-decoration: none;
  padding: 10px;
  color: #000;
  font-weight:bold;
  border-bottom:1px solid #eee;
}

/* add hover behaviour */
.ver_menu a:hover {
    background-color: #C5C5C5;
}


/* when hovering over a .ver_menu item,
  display the submenu inside it.
  we're changing the submenu's max-height from 0 to 200px;
*/

.ver_menu li:hover .submenu {
  display: block;
  max-height: 200px;
}

/*
  we now overwrite the background-color for .submenu links only.
  CSS reads down the page, so code at the bottom will overwrite the code at the top.
*/

.submenu a {
  background-color: #bbb;
  text-align:right;
  border-bottom:1px solid #aaa;
  font-weight:normal;
}

/* hover behaviour for links inside .submenu */
.submenu a:hover, .submenu a:active {
  background-color: #ddd;
}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {/*
  overflow: hidden;
  max-height: 0;*/
  
  -webkit-transition: all 0.5s ease-out;
}

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}