body, html {
    height: 100%;
    width: 100%;
    margin: 0;
}

body {
    background: #d9dbdd;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

div, article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}



.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}



h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

p {
    font-size: 17px;
    font-weight: 400;
    line-height: 29px;
    color: #828282;
    margin: 0;
}


ul, ol {
	list-style-type: none;
	display: block;
}

a {
	text-decoration: none;
}

.sep1 {
    height: 3px;
    width: 70px;
    background: #ffd42d;
    margin: 20px 0;
}

.sep2 {
    height: 6px;
    width: 50px;
    background: #ffd42d;
    margin: 20px 0;
}

.wrapper {
    margin: 100px 0;
    overflow: hidden;
}

.site-container {
	width: 980px;
	margin: 0 auto;
    padding: 0 !important;
    overflow: hidden;
}


.column-left {
	width: 25%;
	background-color: #000;
	float: left;
}

.column-right {
	width: 75%;
	background-color: #FFF;
	float: right;
	padding: 0;
}


.picture-area {
    background: url(../images/blurred.jpg) no-repeat;
    /*background: url(../images/profilePicture.png) no-repeat center center;*/
    background-color: skyblue;
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.profile-picture {
    width: 196px;
    height: 196px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: table-cell;
    margin: auto;
    vertical-align: middle;
    padding: 10px;
}

.image-responsive {
	display: block;
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    border: 3px solid #fff;
}

/*========================= NAVIGATION =============================*/

.fix {
    width:245px;
    background-color: #000;
    position: relative;
}

.navigation {
	margin: 0;
	padding: 0;
    text-align: center;
}

.navigation li {
    /*border-bottom: 1px solid #222b2e;*/
    /*background: linear-gradient(to bottom,  #2c383c 0%,#2a363a 100%);*/
    background-color: #2a363a;
    padding:2px;
    transition: background-color 0.2s ease;
}


.clicked-item {
    background-color: #ffd42d !important;
}


.clicked-item a {
    color: #000 !important;
}


.navigation li a {
    padding: 20px 0;
    padding-right: 10px;
    display: block;
    width: 90%;
    text-align: right;
    font-size: 17px;
    color: #d1d1d1;
    position: relative;
}

.navigation li:hover {
    /*background: linear-gradient(to bottom,  #ffd42d 0%,#ffd42d 100%);*/
    background-color: #ffd42d;
}

.navigation li:hover > a {
	color: #000;
}

.mobile-only {
    display: none;
}

i.desktop-only {
    padding-left: 8px;
}

/*================================== Pages =================================== */
.slider {
	padding: 20px;
}

.slides h1, h2 {
	color: #2c383c;
    margin: 25px 0 0;
    font-size: 24px;
    font-weight: 300;
}

.active-slide:before { 
  display: block; 
  content: " "; 
  margin-top: -40px; 
  height: 40px; 
  visibility: hidden; 
}


/* ========================== Profile (Personal Info) page =============================== */
.profile h1 {
    font-size: 32px;
    font-weight: 300;
    margin: 0px;
    line-height: 36px;
    color: #606060;
}

.profile h1 span {
    font-weight: 700;
    color: #000;
}

.profile h2 {   /* same as h1/h2 on all other pages except profile page*/
    color: #2c383c;
    margin: 25px 0 0;
    font-size: 24px;
    font-weight: 300;
}

.profile p {
    color: #000;
}


.fields-of-interest ul li {
    display: block;
    padding: 10px;
    line-height: 24px;
}

.fields-of-interest ul li:before {
    content: "\2020";
    padding-right: 8px;
    font-weight: bold;
}

.personal-info {
	border-top: 1px solid #ececec;
	margin-top: 15px;
}

.personal-info li em {
    padding: 0 15px;
    line-height: 43px;
    font-size: 16px;
    color: #9b9b9b;
    font-weight: 400;
    font-style: normal;
}
.personal-info li span {
    padding: 11px 0px;
    line-height: 42px;
    font-size: 16px;
    color: #484848;
    font-weight: 400;
    background: #f6f6f6;
    border-left: 1px solid #ededed;
}

.personal-info li span.address {
    display: block;
    padding: 2px 0;
    line-height: 30px;
    font-size: 16px;
    color: #484848;
    font-weight: 400;
    background: #f6f6f6;
    border-left: 1px solid #ededed;
    width: 200px;
}


/*===================== Education Page ====================================== */

.education li {
	display: block;
	padding: 10px;
	line-height: 24px;
}

.education li:before {
	content: "\2020";
	padding-right: 8px;
	font-weight: bold;

}

/* =========================================== Skills page =====================================*/


.skills li {
	display: block;
	padding: 10px;
	line-height: 24px;
}

.skills li:before {
	content: "\2020";
	padding-right: 8px;
	font-weight: bold;

}

.computer-knowledge p {
    padding-left: 50px;
    color: #000;
}

.computer-knowledge p span {
    font-weight: bold;
}


.strengths li {
    display: block;
    padding: 10px;
    line-height: 24px;
}

.strengths li:before {
    content: "\2020";
    padding-right: 8px;
    font-weight: bold;

}

/* =========================================== Seminars Attended page =====================================*/


.seminars-attended li {
	display: block;
	padding: 10px;
	line-height: 24px;
}

.seminars-attended li:before {
	content: "\2020";
	padding-right: 8px;
	font-weight: bold;

}


/* =========================================== Projects page =====================================*/


.projects li {
    display: block;
    padding: 10px;
    line-height: 24px;
}

.projects li:before {
    content: "\2020";
    padding-right: 8px;
    font-weight: bold;

}

.projects h1 span {
    font-size: 16px;
}

.icon-pdf:before {
    content: url("../images/icons/icon_pdf.png")
}

/* ===========================================  Clinical Exposure page =====================================*/


.clinical-exposure li {
    display: block;
    padding: 10px;
    line-height: 24px;
}

.clinical-exposure li:before {
    content: "\2020";
    padding-right: 8px;
    font-weight: bold;

}



/* ============================= FOOTER ========================================== */
footer {
    background: #f1f1f1;
    height: 40px;
    padding: 20px 30px;
    position: relative;
    z-index: 99;
}


.row {
    margin-right: -15px;
    margin-left: -15px;
}

.declaration {
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.declaration p {
	font-size: 12px;
	text-align: center;
}


.copyright-area {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
}


.copyright-area p {
	font-size: 12px;
}




.no-display {
    display:  none !important;
}


.active-slide {
    display: block !important;
}