/*
	Color	: BLUE ( #00B6F9 )
*/

.clear{
	display: block;
	clear: both;
}
#preloader.visible-through{
	display: block!important;
	opacity: 0.75;
}

#imgCaptcha{
	position: absolute;
	bottom: 11px;
	right: 16px;
}

/* ************ *
 * Input Fields *
 * ************ */
input:focus,
select:focus,
textarea:focus{
	outline: none;
}

input.invalid,
select.invalid,
textarea.invalid{
	border-color: #ff2525;
}

input[disabled],
select[disabled],
textarea[disabled]{
	background-color: #bbb;
}


/* *************** *
 * Scrollbar Style *
 * *************** */
body::-webkit-scrollbar{
	width: 8px;
	height: 0px;
}
body::-webkit-scrollbar-track {
	background-color: #888;
}
/*
body::-webkit-scrollbar-corner {
	background-color: transparent;
}
*/
body::-webkit-scrollbar-thumb {
	/* border-radius: 20px; */
	background: #ddd;
}

.contact-form.submitted input,
.contact-form.submitted select,
.contact-form.submitted textarea{
	cursor: not-allowed!important;	
}


/* *********************************** *
 * Change icons color in menu on hover *
 * *********************************** */
.menu > div:hover .fa{
	color: #00B6F9;
}


/* ****** *
 * Button *
 * ******* */
.contact-form a.submit{
	text-decoration: none;	
	display: block;
    background: none;
    border-radius: 2px;
    border: 1px solid #fff;
    color: #fff;
    margin: 10px 0;
    padding: 10px 25px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-form a.submit:hover{
	cursor: pointer!important;	
}
.contact-form.submitted a.submit,
.contact-form a.submit.blue,
.contact-form a.submit:hover{
    background: #00B6F9;
	border-color: #00B6F9;
    color: #fff;
	cursor: default;
}
.contact-form.submitted a.submit{
	cursor: not-allowed!important;	
}
.contact-form button{
	width: 100%;
}

.project-controls button{
	margin-right: 5px;
}

.retMsg a{
	color: #fff;
	text-decoration: underline;
}
.retMsg a:hover{
	color: rgba(0, 182, 249, 1) ;
}


/* **************** *
 * Download CV Form *
 * **************** */
.overlay-layer{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.6) ;
}
.overlay-layer .frm-download-cv{
	position: relative;
	width: 80%;
	max-width: 400px;
	margin: 100px auto 0;
	padding: 10px;
	background: rgba(0, 182, 249, 0.6);
	border-radius: 5px;
	box-shadow: 0px 0px 4px 3px rgba(0, 182, 249, 0.6);
}
.overlay-layer .frm-download-cv h3.title{
	text-align: center;
	color: #fff;
}
.overlay-layer .frm-download-cv .btn-close-frm{
	background: url(../images/icon/close.png);
	background-size: cover;
    z-index: 1000;
    width: 40px;
    height: 40px;
	position: absolute;
	top: 0;
	right: 0;
}

@media only screen and (max-height: 500px) {
	.overlay-layer .frm-download-cv{
		margin-top: 20px!important;
	}
}


/* *********** *
 * Resume Page *
 * *********** */
.item h3{
	line-height: 22px;
}
.item h3 .fa{
	float: left;
	width: 24px;
}
.item ul{
	color: #fff;
}

.experience-container .item{
	margin-bottom: 20px;
	cursor: pointer;
}
.experience-container .item .experience-content > div{
	display: none;
}
.experience-container .item.active .experience-content > div{
	display: block;
}


/* ************** *
 * Portfolio Page *
 * ************** */
.popup-content h4{
	text-align: center;
}


/* ************ *
 * Contact Page *
 * ************ */
.contact-details .contact a{
	color: #333;
}