.girismetin{
	position: absolute;
	bottom:0px;
	color:white;
}

.siteyedon{
	color:white;
	padding: 10px;
	position: absolute;
	top: 10px;
}


.background{
	background: url(../../background.jpg) ; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	height: inherit !important;
}






@media only screen and (max-width: 600px) {
	.mobilgizle{
		display: none !important;
	}
	.mobilhidden{
		display: none !important;
	}
	.girisyukseklik{
		height: 600px;
	}
}



@media only screen and (min-width: 601px){
	.desktophidden{
		display: none !important;
	}
}

.desktophidden a{
	display: none !important;
}

.desktophidden .mobilileri{
	display: block !important;
}
.desktophidden .mobilgeri{
	display: block !important;
}









.certi_form {
    float: left;
    width: 100%;
    margin: 50px 0 65px;
}

.category_cop {
	float: left;
	width: 100%;
	text-align: left;
}

.category_cop h4 {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-top: 35px !important;
    text-align: left;
    line-height: 26px;
	margin-bottom: 0;
}

.panel-title10 {
    vertical-align: middle;
}

.panel-title10 > a:before {
    float: right !important;
    font-family: 'Roboto', sans-serif;
    content:"\-";
    padding-right: 0px;
	font-size: 18px;
	padding-top: 2px;
}

.panel-title10 > a.collapsed:before {
    float: right !important;
    content:"\+";
}

.panel-title10 a {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	font-family: 'Roboto', sans-serif;
	padding: 15px 0 18px;
    display: block;
	line-height: 26px;
}

.panel-title10 > a:hover, 
.panel-title10 > a:active, 
.panel-title10 > a:focus  {
    text-decoration:none;
}

.ui.checkbox input:checked~.box:before, .ui.checkbox input:checked~label:before {
    background: #fff;
    border-color: #ed2a26 !important;
}

.ui.radio.checkbox input:checked~.box:after, .ui.radio.checkbox input:checked~label:after {
    background-color: #ed2a26 !important;
}

.sign_form p {
    font-size: 14px;
    margin-bottom: 47px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #686f7a;
    text-align: center;
    line-height: 26px;
}

.testtrm145 {
    padding: 20px 0 10px;
    margin-bottom: 0 !important;
    float: left;
    width: 100%;
    text-align: left !important;
}

.testtrm145 a {
    color: #ed2a26;
}

.testtrm145 a:hover {
	color: #333 !important;
    text-decoration: underline !important;
}

.sgntrm145 a {
    color: #ed2a26;
}

.questrm145 {
    padding: 33px 0 5px;
    margin-bottom: 0 !important;
}

.questrm145 span {
    color: #ed2a26;
	margin: 0 2px;
}

/* --- Certification Test View Page --- */

.test_timer_bg {
	background: #fff;
    width: 100%;
    float: left;
    padding: 0;
    border-radius: 0px;
    margin-top:0px;
   
    transition: all .2s ease-in-out;
}

.test_timer_left {
	width: 100%;
    float: left;
	display: flex;
}

.test_timer_left li {
	width: 50%;
    float: left;
	display: inline-block;
	padding: 30px 20px;
	border-right: 1px solid #efefef;
}

.test_timer_left li:last-child {
	border-right: 0;
}

.timer_time {
	float: left;
	width: 100%;
	text-align: center;
}

.timer_time h4 {
	font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-bottom:15px;
    text-align: center;
    line-height: 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #333;
    border-radius: 100%;
    padding: 35px 0;
	background: #fff ;
}

.timer_time p {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-top: 0;
    text-align: center;
    line-height: 26px;
}

.ques_item {
	margin-bottom: 35px;
}

.ques_item:last-child {
	margin-bottom: 0;
}

.ques_title {
	font-size: 16px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    text-align: left;
    line-height: 28px;
	margin-top: 0;
	margin-bottom: 24px;	
}

.ques_title span {
    font-weight: 600;
	margin-right: 10px;
}

.ques_item label {
	font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
	color: #686f7a;
}

.test_submit_btn {
    height: 40px;
    padding: 0 20px;
    border: 0;
    margin-top: 30px;
    float: left;
    color: #fff;
    border-radius: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #ed2a26;
    display: block;
}

.test_submit_btn:hover {
    color: #fff !important;
    background: #333;
}

/* --- Certification Test Result --- */

.test_result_bg {
    width: 100%;
    float: left;
}

.test_result_left {
	width: 100%;
    float: left;
	display: flex;
}

.test_result_left li {
	width: 33.333%;
    float: left;
	display: inline-block;
	padding: 0;
}


.result_dt {
	float: left;
	width: 100%;
	text-align: center;
}

.result_dt h4 {
	font-size: 24px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-bottom:15px;
    text-align: center;
    line-height: 26px;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #57a4ff;
    border-radius: 100%;
    padding: 35px 0;
	background: #57a4ff ;
}

.result_dt .right_ans {
	font-size: 50px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-bottom:15px;
    text-align: center;
   
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #01b200;
    border-radius: 100%;
    padding: 26px 0;
	background: #01b200 ;
}

.result_dt .wrong_ans {
	font-size: 46px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    margin-bottom:15px;
    text-align: center;
    height: 100px;
    width: 100px;
    display: inline-block;
    border: 2px solid #fb3838;
    border-radius: 100%;
    padding: 26px 0;
	background: #fb3838 ;
}

.result_dt p {
	font-size: 18px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #333;
    margin-top: 0;
    text-align: center;
    line-height: 26px;
}

.result_dt span {
    color: #686f7a;
    margin-left: 5px;
	font-weight: 400;
}

.result_content {
	margin-top: 57px;
    float: left;
    width: 100%;
    text-align: center;
}

.result_content h2 {
	font-size: 42px;
    font-weight: 600;
    color: #333;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding-bottom: 15px;
    margin-top: 0;
}

.result_content p {
    font-size: 20px;
    font-weight: 400;
    color: #686f7a;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 0;
}

.download_btn {
	font-weight: 500;
	color: #fff;
	font-size: 14px;
    font-family: 'Roboto', sans-serif;
	text-align: center;
	background: #ed2a26;
	border-radius: 20px;
	height: 40px;
	border: 0;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 25px;
}

.download_btn:hover {
	color: #fff !important;
	background: #333;
}



