body{
	margin:0px;
	padding:0px;
	background: url('/assets/images/bg-texture.png') left top repeat;
	
	font-family: 'Open Sans', sans-serif;
}
body.nobg{
	background:#ffffff;
	
}
*{
	margin:0px;
	padding:0px;
}
a:hover, a{
	outline:none;

	text-decoration:none;
}
h1{
	font-size: 16px;
	margin-bottom:24px;
}
.insidepage h1, .mainh1{
	background: #f5f5f5;
	font-size:16px;
	color:#3b3b39;
	line-height:60px;
	box-shadow: 0px 0px 5px #ccc;
	
}
.doarmic{
	display:none !important;
}
.examenpage h1{
	font-size:18px;
	margin-bottom:0px;
}
.examenpage h2{
	font-size:14px;
}
.examenpage h3{
	font-size:14px;
	font-weight:normal;
}
.examsheet{
	width:90%;
	margin:auto;
	
}
.intrebarebg{
	padding: 20px;
}
input[type="checkbox"] + label{
	border:solid 2px #000;
	width: 10px;
	height:10px;
	margin-left: -14px;
	display:inline-block;
	vertical-align:top;
	background:#fff;
	cursor:hand;
	cursor:pointer;
	
	
}
input[type="checkbox"]:checked + label{
	background: url('/assets/images/checkt_03.jpg') center center no-repeat;
	
	
}
.answerCheck{
	vertical-align:top;
}
.intrebarebg.para{
	background: #f9f9f9;
	border-bottom:solid 1px #ededed;
}
.intrebarebg.impara{
	background: #fff;
	border-bottom:solid 1px #ededed;
}
.answer{
	width: 500px;
	margin:auto;
	text-align:left;
}
.bggrey{background: #3b3b39;}

.col1{
	width:33%;
	display:inline-block;
	vertical-align:top;	
	text-align:center;
}


.grey2{background:#363635;}
.grey3{	background:#414141;}
.grey4{	background:#403f3f;}
.black2{background:#252525;}
.red2{	background:#e41c29;}
.rounded8{	border-radius: 8px;}
.headimg img{ width:100%; vertical-align:top;}
.nottificationArea{
	border-bottom: solid 1px #252525;
	text-align:center;
	min-height: 79px;
	
}
.tbheight{
	
	height: 60px;

}
.tbheight2{
	
	padding-top: 15px;
	height:45px;

}
.centerinfo{
	
	color:#878787;
	font-size: 10px;
	padding-top: 25px;
	height:35px;
}
.menuarea{
	border-top:solid 1px #515151;
	text-align:center;
	padding: 66px;
}
.menuarea .menuelement{
	padding:6px;
	height: 48px;
	width:350px;
	display:inline-block;
	
	background: #252525;
	margin:6px;
	color:#fff;
	text-align:center;
	position:relative;
	padding-top:36px;
	
}
.cico{
	display:inline-block;
	background: #e41c29;
	width: 77px;
	height:77px;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	left:6px;
	top:6px;
	
	
}
.icon1{
	background:#e41c29  url('/assets/images/icon-despre-noi.png') center center no-repeat;
}
.icon2{
	background:#e41c29  url('/assets/images/icon-traineri.png') center center no-repeat;
}
.icon3{
	background:#e41c29  url('/assets/images/icon-despre-noi.png') center center no-repeat;
}
.icon4{
	background:#e41c29  url('/assets/images/icon-calendar.png') center center no-repeat;
}
.icon5{
	background:#e41c29  url('/assets/images/icon-stiati-ca.png') center center no-repeat;
}
.content{
	text-align:center;
	padding-top: 70px;
	padding-bottom:45px;
	min-height: 500px;
	height:auto !important;
	height:500px;
	
}
.insidepage{
	padding-top:0px;
}

.content.lesson{
	padding-top: 20px;
}

.modulElement{
	display:inline-block;
	width: 540px;
	height:118px;
	margin-bottom:10px;
	text-align:left;
	cursor:hand;
	cursor:pointer;
	
	
}
.modulElement.activ{
		backgrounds: url('/assets/images/curs-accesibil.png') right top no-repeat;
}
.modulElement.inactiv{
		backgrounds: url('/assets/images/curs-blocat.png') right top no-repeat;
}
.backgroundspecial{
	display:inline-block;
	float:right;
	width: calc(100% - 63px);
	height:118px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}
.modulElement.activ .backgroundspecial{
	background: url('/assets/images/curs-accesibil.png') center top no-repeat;
	
}
.modulElement.inactiv .backgroundspecial{
	background: url('/assets/images/curs-blocat.png') center top no-repeat;
	
}

.modulElement span{
	display:inline-block;
	width:60px;
	font-size: 8px;
	font-weight:300;
	color:#fff;
	text-align:center;
	
	height:82px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	vertical-align:top;
	line-height:1;
	padding-top:35px;
}
.modulElement span font{
	font-size: 54px;
	font-weight:bold;
	display:block;
	line-height:1;
}
.cursmodul{
	background:#fff;
	border-radius:8px;
	border:solid 1px #f0f0f0;
	text-align:center;
	width: 538px;
	display:inline-block;
	height:40px;
	padding-top: 25px;
	font-weight:bold;
	font-size:14px;
	
}
.lessons{
	display:none;
}
.cursmodul.col1{
	
	background: #fff url('/assets/images/icon-modul-1.png') 20px center no-repeat;
}
.cursmodul.col2{
	
	background: #fff url('/assets/images/icon-modul-2.png') 20px center no-repeat;
}
.cursmodul.col3{
	
	background: #fff url('/assets/images/icon-modul-3.png') 20px center no-repeat;
}
.cursmodul.col4{
	
	background: #fff url('/assets/images/icon-modul-4.png') 20px center no-repeat;
}
.cursmodul.col5{
	
	background: #fff url('/assets/images/icon-modul-5.png') 20px center no-repeat;
}
.cursmodul.col6{
	
	background: #fff url('/assets/images/icon-modul-6.png') 20px center no-repeat;
}

.modulElement.color6 span{
	background:#db5925;
	
}
.modulElement.color5 span{
	background:#eea330;
	
}
.modulElement.color4 span{
	background:#5c9f36;
	
}
.modulElement.color3 span{
	background:#06513d;
	
}
.modulElement.color2 span{
	background:#0360b0;
	
}
.modulElement.color1 span{
	background:#1cc2ff;
	
}
.buttoncurs{
	font-size:14px;
	border-radius: 8px;
	background: #4b4b4b;
	display:inline-block;
	padding: 12px;
	width: 150px;
	color:#fff;margin-top:8px;
	margin-bottom: 18px;
	
}

.menusmall{
	background:#363635;	
	text-align:center;
	height:39px;
	padding-top: 14px;
}
.menusmall a{
	display:inline-block;
	vertical-align:top;
	color: #fff;
	font-size:12px;
	background:#2e2e2e;
	border-radius: 8px;
	-moz-border-radius:8px;
	padding: 5px 30px;
	text-align:center;
	
}
.lessonTitle{
	font-size:14px;
	color:#363635;
	text-align:center;
}
.pagination{
	color:#363635;
	font-size:12px;
	text-align:center;
	padding-top:10px;
	
}
.slideArea{
	
	width: 866px;
	margin:auto;
	padding-top: 10px;
}
.slider{
	
	border:solid 1px #dddddd;
	height:414px;
	display:inline-block;
	vertical-align:top;
	position:relative;	
	width:734px;
	position: relative;
overflow: hidden;
}
.slider2 {
	
	
	height:auto;
	display:inline-block;
	vertical-align:top;
	position:relative;	
	width:734px;
	position: relative;
overflow: hidden;
}
.normalaimage{
	height:155px;
	width: auto !important;
}
.textcontent{
	font-size:12px;
	border-bottom:solid 2px #000;
	background: #f7f7f7;
	color: #4c4c4c;
	padding:25px 10px 34px;
}

.hidden{
	display:none;
}
.prevSlide{
	float:left;
	display:inline-block;
	width: 52px;
	height:52px;
	background: url('/assets/images/nav-left.png') left top no-repeat;
	margin-top: 180px;
}
.nextSlide{
	float:right;
	display:inline-block;
	width: 52px;
	height:52px;
	background: url('/assets/images/nav-right.png') left top no-repeat;
	margin-top: 180px;
}
.prevSlide2{
	
	display:inline-block;
	width: 16px;
	height:16px;
	background: url('/assets/images/nav-left.png') center center no-repeat;
	
}
.nextSlide2{
	
	display:inline-block;
	width: 16px;
	height:16px;
	background: url('/assets/images/nav-right.png') center center no-repeat;
	
}
.textzone{
	color:#4c4c4c;
	font-size:14px;
	border-bottom:solid 2px #363635;
	background:#f7f7f7;
	margin:auto;
	margin-top: 5px;
	padding: 18px;
	width:700px;
}
.textzone2{
	color:#fff;
	font-size:14px;
	border-bottom:solid 2px #363635;
	background:#3b3b39;
	margin:auto;
	
	padding: 60px 30px;
	
}
.textzone3{
	color:#3b3b39;
	font-size:14px;
	
	background:#fff;
	margin:auto;
	
	padding: 40px 30px;
	
}
.textzone2 h2, .textzone3 h2{
	font-size:  16px;
	margin-bottom:14px;
}

.textzone2 div ,.textzone3 div{
		border-left: solid 2px  #e41c29;
		border-right: solid 2px  #e41c29;
		padding: 0px 30px;
}
.bigdotsep{
			font-size:60px;
			color:#e41c29;
			line-height: 0.1;
			margin-bottom:20px;
}
.fggrey{
	
	background:#f5f5f5;
	padding-top: 36px;
	text-align:center;
	padding-bottom:40px;
}
.aplicanote{
	border-radius:8px;
	-moz-border-radius:8px;
	background:#363635 url('/assets/images/icon-up.png') 15px center  no-repeat;
	width: 476px;
	color:#fff;
	margin:auto;
	font-size:12px;
	text-align:center;
	padding:30px 30px;
	
	
}
.foottest{
	border-bottom: solid 1px #fff;
	padding-bottom:30px;
	margin-bottom: 40px;
}
.aplicaTest{
	background:#00b62f;
	color:#fff;
	border-radius:8px;
	-moz-border-radius:8px;
	display:inline-block;
	padding: 13px 80px;
	margin-top: 18px;
	margin-bottom: 18px;
	
}
.note{
	font-size:12px;
}
.cote{
	font-size: 12px;
	background:#363635;
	text-align:center;
	padding:22px 10px 10px;
	color:#fff;

}
.btnfoot{
	border-radius:8px;
	-moz-border-radius:8px;
	border:solid 1px #545454;
	color:#fff;
	padding:10px 50px;
	display:inline-block;
	margin-bottom:20px;
	
}
.swiper-slide img{
	width:100%;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  
  position: relative;
  
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 4px;
  width: 25px;
  background: #fff;
  
  border-radius: 2px;
  opacity: 1;
  left: 16px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon4 {
	position:relative;
	height: 54px;
	width:54px;
	display:inline-block;
}

#nav-icon4 span:nth-child(1) {
  top: 17px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
  top: 26px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
  top: 35px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 18px;
  left: 20px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 36px;
  left: 20px;
}

.answerlabel{
	
	display:inline-block;
	vertical-align:top;
	text-align:left;
	font-size:14px;
	line-height:14px;
	margin-left:8px;
	cursor:hand;
	cursor:pointer;
	
	
	
}
.answerlabel:hover{
	background:#ccc;
}
.loginform input[type="text"], .loginform input[type="password"]{
	
	border-radius:10px;
	height:20px;
	line-height:20px;
	font-size:18px;
	border: solid 1px #3b3b39;
	padding: 5px 10px;
	margin-bottom:10px;
	vertical-align:top;
	width:280px;
}
.loginform input[type="submit"]{
		background: #00b62e;
	padding:7px;
	font-size:16px;
	border-radius:10px;
	color:#fff;
	cursor:hand;
	cursor:pointer;
	margin-top:30px;
	border:none;
	width:300px;
	
	
}
.smal{
	font-size:10px;
	color:#8b8b8b;
}
.finishexam{
	border-radius:10px;
	border:none;
	color:#fff;
	padding	: 20px;
	margin-top:40px;
	cursor:hand;
	cursor:pointer;
	background:#00b62e;
}
.stats{
	font-size:14px;
}
.corecte b{
	color: #83b92d;
}
.gresite b{
	color: #da0116;
}

form input[type="submit"]:hover{
	color:#000;
}

.nohere{
	display:none;
}
input:checked + .menuarea.nohere{
		display:block !important;
	}
.hand{
	cursor:hand;
	cursor:pointer;
	
}
.warning{
	font-size:12px;
}
.warning b{
	color:red;
}
.iinfo{
	display:inline-block;
	border-radius:50%;
	border:solid 1px #000;
	background: url('/assets/images/info.jpg') center center no-repeat;
	width:35px;
	height:35px;
}
.conditii{
	font-size:12px;
}
	.banner{
		width: auto;
		vertical-align:top;
	}
	.oneone{
		width:50%;
		display:inline-block;
		
	}
	.streched{
		width:100%;
	}

	.frame{
		border:solid 9px #fff;
		box-shadow: 0px 0px 5px #999;
		padding: 4px;
		background: #f5f5f5;
	}
	.trainermodul{
		padding-bottom:30px;
	}
	.trainermodul h3{
		font-size:16px;	
		font-weight: normal;
	}
	.trainermodul h4{
			font-size:16px;	
		font-style: italic;
		font-weight: normal;
	}
	.trainermodul hr{
		width: 133px;
		border:solid 1px #e41c29;
		margin:21px auto 25px;
	}
	
	.calendarmodul{
		width: 398px;
		margin:auto;		

	}
	.calendarmodul .ziua{
		width: 56px;
		height:56px;
		line-height:56px;
		background:#e3000f;
		color:#fff;
		font-size: 28px;
		display:inline-block;
	
	}
	.calendarmodul .luna{
		width: calc(100% - 64px);
		height:56px;
		line-height:56px;
		background:#414141;
		color:#fff;
		font-size: 28px;
		display:inline-block;
		margin-left: 7px;
	
	}
	.calendarmodul .numecurs{
		background:#fff;
		color:#e3000f;
		font-size: 14px;
		display:block;
		margin-top: 6px;
		padding: 20px 10px;
		border:solid 1px #dbdbdb;
	
	}
	.calendarmodul .subtitllu{
		
		color:#414141;
		font-size: 10px;
		display:block;
		
		padding: 14px 10px 0px;
		
	
	}
	.separator{
		font-size:32px;
		margin-bottom: 15px;
		line-height:32px;
		color:#dedede;
	}
	.notop{
		padding-top:0px;
	}
	
	.faildiv{
		width: 274px;
		height: 100px;
		background: url('/assets/images/smart-experience-failed.png') center center no-repeat;
		padding: 56px  0px  0px 0px;
		color:#fff;
		font-size:40px;
		margin:auto;
		
	}
		.successdiv{
		width: 274px;
		height: 100px;
		background: url('/assets/images/smart-experience-passed.png') center center no-repeat;
		padding: 67px  0px  0px 0px;
		color:#fff;
		font-size:30px;
		margin:auto;
		
	}
	.exameninfo{
		font-size:40px;
		
	}
	.greybg{
		background: #3b3b39;
	}
	.logincontent{
		padding-top:100px;
	}
	.loginform label{
		display:block;
		color:#fff;
		font-size: 14px;
		font-weight:bold;
	}
	.linesep{
		display:inline-block;
		border-bottom:solid 1px #787878;
		width: 300px;
		
	}
	.logoutmenu{
		display:none;
	}
	.logoutmenu.open{
		display:block;
		position:absolute;
		top: 60px;
		left:0px;
		z-index: 999;
		width:33%;
			background: #f7f7f7 !important;
		
	}
	.logoutmenu.open .menuelement{
		display:block;
		padding: 10px 10px 10px 100px !important;
		height: auto !important;
		border:solid 1px #363635;
		
	}
	.logoutmenu.open .menuelement .cico{
		background: red;
		border-radius: 50%;
		width:10px;
		height:10px;
		top:17px;
		left:15px;
	}
	
@media screen and (max-width: 1000px) {
	.logoutmenu.open{
		display:none;
		
		
	}
	.banner{
		width: 100%;
	}
	.doarmic{
		display:inline-block !important;
	}
	.menuarea{
		display:none;
	}
	input:checked + .menuarea{
		display:block !important;
	}
	.bggrey.menuarea{
		background: #f7f7f7 !important;
	}
	.menuarea{
		position:absolute;
		top: 60px;
		left:0px;
		z-index: 999;
		
		
		
		
	}
	.cico{
		background: red;
		border-radius: 50%;
		width:10px;
		height:10px;
		top:17px;
		left:15px;
	}
	
	
		
	a.menuelement{
		padding: 10px !important;
		height: auto !important;
		border:solid 1px #363635;
	}
	a.menuelement:hover{
		background: #f8f7f8 !important;
		color:#363635 !important;
		
	}
	
	.prevSlide, .nextSlide{
		display:none;
		
	}
	.slideArea{
		width:95% !important;
	}
	.slider{
		height: auto !important;
		width: 95% !important;
	}
	.slider img{
		width: 95% !important;
	}
	.textzone{
		width: 70%;
		
	}
	
}
@media screen and (max-width: 800px) {
	.notonsmall{
		display:none;
		
	}

	.col1{
		width:50%;
	}
	.menuarea{
		display:none;
	}

	.col1 img{
		width: auto;
	}
	
	.aplicanote{
		width: 70% !important;
	}
	.content{
		padding-top: 24px;
	}
	.slider2{
		height: auto !important;
		width: 95% !important;
	}
}
@media screen and (max-width: 560px) {
	.answer{
		width:auto;
	}
	.modulElement{
		width: 90% !important;
		background-position: 63px 0px !important;
	}
	.cursmodul{
		width: 70% !important;
		padding-left: 50px;
	}
	.menuarea{
		padding: 20px 15%;
	}
	.menuelement{
		width: 70% !important;
		
	}
	.col1 img{
		width: 60%;
		
	}
}
