* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    /* min-height: 29.7cm; */
    position: relative;
    margin: 0;
    padding: 0 0;
    color: #333333;
    line-height: 22px;
 font: 12px "Source Sans Pro", Arial;
            font-style: normal;
}

h1 {
    letter-spacing: 0.08em;
    text-transform: uppercase;             font-style: normal;
    font-size: 30px;
    margin: 0;
    padding: 16px 0 24px 0;
    font-weight: 600;
}
h1 span {
    position: relative;
    font-style: normal;
    display: inline;
    margin-right: 3px;
    padding: 0;
}

h2 {
    text-transform: uppercase;            font-size: 17px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

p {
    color: #4c4c4c;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

hr {
    border: none;
    height: 1px;
    width: 100%;
    padding: 0;
    margin: 0;
    background: #d2d2d2;
}

.sections {
    left: 235px;
    position: relative;
    width: 535px;
}

.section {
    position: relative;
    width: 100%;
    padding: 0;
}
.section p {
    display: block;
    font-style: normal;
}
.section:last-child {
    border: none;
}
.section.section--summary {
    top: -10px;
    margin-bottom: 10px;
}

.section--title {
    display: inline-block;
    position: relative;
    width: 100%;
    z-index: 99;
    margin: 0 0 0 0;
    font-weight: 600;
    background: #fff;
    padding: 19px 0 10px 10px;
    border-top: 1px solid #d2d2d2;
    page-break-inside: avoid;
}
.section--title span {
    display: inline-block;
    margin-right: 2px;
}

.section--title-icon {
    position: relative;
    top: 0px;
    display: inline-block;
    height: 32px;
    width: 32px;
    margin-left: -15px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #2b2b38;
}
.section--title-icon svg {
    position: relative;
    top: 3px;
    left: 4px;
    height: 20px;
    width: 20px;
    fill: #2b2b38;
}
.section--title-icon.education svg {
    top: 4px;
    left: 4px;
}
.section--title-icon.course svg {
    top: 5px;
    left: 5px;
}
.section--title-icon.work svg {
    top: 4px;
    left: 5px;
}
.section--title-icon.internships svg {
    top: 4px;
    left: 5px;
}
.section--title-icon.certificate svg {
    top: 4px;
    left: 5px;
}
.section--title-icon.single-textarea svg {
    top: 4px;
    left: 5px;
}
.section--title-icon.extra-curricular svg {
    top: 4px;
    left: 5px;
}
.section--title-icon.characteristic svg {
    top: 4px;
    left: 5px;
}
.section--title-icon.skill svg {
    top: 4px;
    left: 5px;
}
.section--title-icon.hobby svg {
    top: 5px;
    left: 5px;
}
.section--title-icon.language svg {
    top: 5px;
    left: 5px;
}
.section--title-icon.reference svg {
    top: 5px;
    left: 5px;
}

.section--time-line-overlay {
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    width: 1px;
    background: #2b2b38;
}

.section--time-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    background: #2b2b38;
}

.section--time-line-hide-overlay {
    display: none;
    position: absolute;
    left: -5px;
    top: 25px;
    width: 10px;
    height: 100%;
    background: #fff;
    z-index: 9;
}

.section.references .section--time-line-dot {
    top: 15px;
}
.section.references .section--date {
    top: 10px;
}
.section.references .section--time-line-hide-overlay {
    height: 95%;
}

.section--item:last-child {
    background: #fff;
    padding-bottom: 15px;
}
.section--item:last-child .section--time-line {
    height: 30px;
}
.section--item:last-child .section--time-line-hide-overlay {
    display: inline;
}

.section:last-child .section--item:last-child {
    padding-bottom: 0;
}
/*.section:last-child .section--item:last-child .section--heading-group {
    padding-bottom: 0;
}*/

.section--time-line-dot {
    position: absolute;
    left: -3px;
    top: 18px;
    height: 12px;
    width: 10px;
    z-index: 999;
    /* fill: red; */
    /* height: 9px;
    width: 9px; */
    /* border-radius: 50%; */
    /* background: #fff; */
    /* border: 1px solid #2b2b38; */
    /* border: 0.1em solid #2b2b38; */
}

.section--heading-group {
    display: block;
    margin: 0;
    padding: 0 0 6px 0;
    page-break-inside: avoid !important;
}

.section--list {
    display: block;
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
}
.section--list.skills {
    margin-bottom: 20px;
}
.section--list.no-indent .section--item {
    padding-left: 20px;
}

.section--item {
    display: block;
    position: relative;
    list-style: none;
    padding: 0 0 0 140px;            margin: 0;
}
.section--item.skills {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 0px;
    width: 100%;
    margin: 0;
    padding-left: 25px;
    border-left: 1px solid #2b2b38;
}
.section--item.skills h3 {
    font-size: 13px;
}
.section--item.skills:last-child {
    padding-bottom: 0;
}

.skills--label {
    display: inline-block;
    width: 175px;
    margin: 0 0 0 -5px;
}

.skills--stars {
    display: inline-block;
    position: relative;
    top: 4px;
}
.skills--stars svg {
    fill: #b1b1b1;
}
.skills--stars svg.active {
    fill: #2b2b38;
}

.section--date {
    position: absolute;
    left: 20px;
    top: 12px;
 width: 120px;            font-size: 13px;
    padding: 0;
    margin: 0;
}

.section--heading {
    display: block;
    padding: 10px 0 0 0;
    margin: 0;
}

.section--sub-heading {
    display: block;
    padding: 0;
    margin: 0;
    color: #a43d46;
    font-size: 13px;
}

.section--content {
    display: block;
    padding: 0;
    margin: 0;
}
.section--content p {
    display: block;
}
.section--content ul, .section--content ol {
    page-break-inside: auto;
    white-space: normal;
    font-weight: 400;
    list-style-position: outside;
    color: #4c4c4c;
    margin: 0;
    padding: 0 0 0 16px;
}
.section--content ul li, .section--content ol li {
    line-height: 18px;
}
.section--content ul li {
    list-style-type: disc;
}
.section--content ol {
    padding-left: 14px;
}

.section--content-single-textarea {
    padding-bottom: 10px;
}

.sidebar--bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 215px;
    background: #2b2b38;
    height: 18000px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.sidebar {
    left: 0;
    position: fixed;
    z-index: 1;
    color: #fff;
    padding: 25px 0 0 14px;
    width: 215px;
    height: auto;
}

.avatar--bg {
    left: -10px;
    top: -70px;
    position: fixed;
    z-index: 0;
    margin: 0;
    padding: 0;
    background: #a43d47;
    width: 225px;
    height: 270px;
    display: none;
}

.avatar {
    position: relative;
    display: inline-block;
    z-index: 2;
    padding: 0;
    margin: 0 0 0 9px;
    height: 155px;
    width: 155px;
    border-radius: 50%;
    background-size: cover !important;
    border: 2px solid #fff;
}

.sidebar--data {
    display: block;
}

.sidebar--title {
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    position: relative;
    width: 88%;
    padding: 20px 0 5px 0;
    margin: 0 0 0 0;
    page-break-inside: avoid;
    letter-spacing: 0.08em;
}
.sidebar--title span {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-style: normal;
    padding-right: 2px;
    z-index: 1;
    background: #607d8b;
}
.sidebar--title span:last-child {
    padding-right: 10px;
}
.sidebar--title hr {
    position: absolute;
    left: 0;
    bottom: 18px;
    border: none;
    height: 1px;
    width: calc(100% - 10px);
    background: #fff;
}

.sidebar--title svg {
    position: relative;
    top: 4px;
    margin-right: 4px;
}

.sidebar--label {
    font-weight: 600;
    color: #bbb;
    /* color: #333; */
}

.sidebar--list {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar--item {
    display: block;
    list-style: none;
    position: relative;
    font-size: 12px;
    margin: 0;
    padding: 0 5px 5px 0;
}
.sidebar--item.sidebar--item-personal {
    padding: 0 5px 12px 23px;
}

.sidebar--item.sidebar--item-personal a{
    color: #fff;
}

.sidebar--item.sidebar--item-interest {
    padding-left: 12px;
    padding-bottom: 0;
}
.sidebar--item:last-child {
    padding-bottom: 0;
}

.sidebar--icon-square {
    display: inline-block;
    height: 5px;
    width: 5px;
    position: absolute;
    top: 9px;
    margin: 0 5px 0 0;
    background: #fff;
    left: 0;
}

.sidebar--item-icon {
    top: 2px;
    left: -8px;
    position: absolute;
    fill: #fff;
    height: 15px;
}

.sidebar--item-text {
    line-height: 21px;
}

.sidebar--item-align-right {
    float: right;
    margin-right: 10px;
}

/*** START --- UPDATE COLOR ***/
.c--434a54 .sidebar--bg,
.c--434a54 .sidebar--title span {
    background: #434a54 !important;
}

.c--434a54 .section--sub-heading {
    color: #757575;
}

.c--434a54 .skills--stars svg {
    fill: #434a54 !important;
}

.c--434a54 .skills--stars svg:not(.active) {
    fill: #b4b7bb !important;
}

.c--da4453 .sidebar--bg,
.c--da4453 .sidebar--title span {
    background: #da4453 !important;
}

.c--da4453 .section--sub-heading {
    color: #a43d46;
}

.c--da4453 .skills--stars svg {
    fill: #da4453 !important;
}

.c--da4453 .skills--stars svg:not(.active) {
    fill: #f0b4ba !important;
}

.c--3f6592 .sidebar--bg,
.c--3f6592 .sidebar--title span {
    background: #3f6592 !important;
}

.c--3f6592 .section--sub-heading {
    color: #3f6592;
}

.c--3f6592 .skills--stars svg {
    fill: #3f6592 !important;
}

.c--3f6592 .skills--stars svg:not(.active) {
    fill: #b2c2d4 !important;
}

.c--f1b230 .sidebar--bg,
.c--f1b230 .sidebar--title span {
    background: #f1b230 !important;
}

.c--f1b230 .section--sub-heading {
    color: #986c14;
}

.c--f1b230 .skills--stars svg {
    fill: #f1b230 !important;
}

.c--f1b230 .skills--stars svg:not(.active) {
    fill: #f9e0b0 !important;
}

.c--37bc9b .sidebar--bg,
.c--37bc9b .sidebar--title span {
    background: #37bc9b !important;
}

.c--37bc9b .section--sub-heading {
    color: #187d64;
}

.c--37bc9b .skills--stars svg {
    fill: #37bc9b !important;
}

.c--37bc9b .skills--stars svg:not(.active) {
    fill: #b0e4d7 !important;
}
/*** END --- UPDATE COLOR ***/

html[lang=tr] body {
    font-family: "Helvetica";
}
html[lang=tr] .section--date {
    font-size: 12px;
    width: 130px;
}
html[lang=tr] .sidebar--item {
    line-height: 18px;
}


.row{
    margin-left: -12px;
    margin-right: -12px;
}

/* new */

.area-box{
    width: 780px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.area-box .inbox{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    /* background-color: pink; */
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-top: 0px;
    border-bottom: 0px;
    box-shadow: 2px 12px 8px -1px #ddd;
}

.area-box .inbox .sidebar--bg{
    position: relative !important;
    height: 100%;
}

.area-box .inbox .asidebar{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 215px;
    height: 100%;
}

.area-box .inbox .asidebar .insidebar{
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
}

.area-box .inbox .sidebar{
    position: relative !important;
    height: 100%;
    display: block;
    top: 0px;
}

.area-box .inbox .area-boxi{
    display: block;
    width: calc(100% - 215px);
    /* height: 100%; */
    /* position: relative; */
    right: 0px;
    top: 0px;
    float:right;
}

.area-box .inbox .area-boxi .inboxi{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    overflow-y: auto;
    padding-left: 15px;
    padding-bottom: 45px;
    overflow: scroll;
}

.area-box .inbox .area-boxi .inboxi .sections{
    left: 0px;
    width: 100%;
}

.div{
    display: block;
    width: 100%;
    position: relative;
}

.tbl{
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}

.intbl{
	display: table-cell;
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: middle;
}

.area-mg-car{
    display: block;
    width: calc(100% - 24px);
    height: 78px;
    box-sizing: border-box;
    padding: 8px 0px;
}

.area-mg-car .inmg{
    display: block;
    width: 100%;
    position: relative;
    height: 100%;;
    /* background-color: pink; */
}

/* carosel */
.area-carousel{
	display: block;
	width: 100%;
	position: relative;
	background-color: #f5f5f5;
	padding:2% 0px 2% 0px;
	box-sizing: border-box;
}

.innerarea-carousel{
	display: block;
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 0px 12px;
}

.acontent-carousel{
	display: block;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    font-size: 0px;
}

.inacontent-carousel{
	display: inline-block;
	height: 100%;
}

.ulcarousel{
	font-size: 12px;
	position: relative;
	text-align: right;
	white-space: nowrap;
	display: block;
	text-align: left;
	padding-left: 12px;
	left: -12px;
	margin-bottom: 0px;
}

.lcarousel{
	display: inline-block;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    width: 20%;
    font-size: 12px;
    padding-bottom: 17%;
}


.inlcarousel{
    width: 100%;
    height: 100%;
    position: absolute;
    color: #111;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    line-height: 100%;
    padding: 0px 0px 0px 0px;
}

.ulcarousel li:last-child .inlcarousel{
	/*padding: 0px;*/
}

.inner-carousel{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	/* border-radius: 5px; */
	overflow: hidden;
}

.inareacarousel{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #fff;
}

.bc-areacarousel{
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
	overflow: hidden;
	background-color: rgba(0, 0, 0, .68);
	opacity: 0;
	transition: all .4s ease-in-out;
}

.bc-areacarousel:hover{
	opacity: 1;
}

.outbc-areacarousel{
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
}

.val-areacrousel{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: right;
	color: #fff;
	font-size: 10px;
	box-sizing: border-box;

}

.val-topareacarousel{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: left;
	font-size: 8px;
	box-sizing: border-box;
	box-sizing: border-box;
	padding: 0px 10px;
}

.val-topareacarousel a{
	color: #fff !important;
}

.grow { transition: all .4s ease-in-out; }
.grow:hover { transform: scale(0.9);}
.grow:hover .val-areacrousel, .grow:hover .val-topareacarousel{
  font-size: 10px;
}

.oin-car{
	margin-bottom: 0px;
	background-color: orange;
	display: inline-block;
	float: left;
	width: 20%;
}


.btn-carosel{
	position: absolute;
	height: 100%;
	width: 30px;
	display: inline-block;
	z-index: 3;
	text-align: center;
	line-height: 100%;
	color: #eee;
	font-size: 16px;
	overflow:hidden;
	border-radius: 3px;
    color: #fbf1aa;
    text-decoration: none;
    top: 0px;
    box-sizing: border-box;
}

.btn-carosel:hover{
	text-decoration: none;
	color: #fff;
	color: rgb(255, 191, 21);
}


.obck-btn-carousel{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	font-size: 0px;
	opacity: 0.3;
	filter: alpha(opacity=30);
}

.bck-btn-carousel-l{
	height: 100%;
	width: 100%;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.bck-btn-carousel-r{
	height: 100%;
	width: 100%;
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}


.btn-carosel:hover .obck-btn-carousel{
	opacity: 1;
	filter: alpha(opacity=100);
}

.btn-carousel-l{
	left: 0px;
}

.btn-carousel-l .bck-btn-carousel-l{
	opacity: 0;
}

.btn-carousel-r{
	right: 0px;
}

.in-car20p{
	padding-bottom: 80%;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	background-color: #eee;
}

/* end carosel */

.area-imgbtmrwb{
	position: relative;
    display: inline-block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    text-align: center;
    font: 0/0 a;
}

.area-imgbtmrwb:before{
	content: ' ';
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    font-size: 0px;
}

.area-imgbtmrwb img{
	max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    font: 16px/1 Arial sans-serif;
    width: auto;
    height: auto;
}


.box-prevw{
    display: block;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    background-color: #fff;
    top: 0px;
    left: 0px;
}

.box-prevw .in-prevw{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 50px 125px;
}   

.box-prevw .in-inxprevw{
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .86);
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.box-prevw .in-inxprevw .armg{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding-top: 40px;
    padding-bottom: 10px;
}

.box-prevw .in-inxprevw .hd{
    display: block;
    width: 100%;
    box-sizing: border-box;
    background-color: rgba(0,0,0, .23);
    padding: 15px 25px;
    position: absolute;
    z-index: 3;
    text-align: right;
    color: #fff;
}

.box-prevw .in-inxprevw .hd .title{
    position: absolute;
    left: 0px;
    text-align: left;
}

.box-prevw .in-inxprevw .hd a{
    display: inline-block;
    z-index: 3;
    width: 20px;
    height: 20px;
    font-size: 0px;
    background-image: url(../images/icon/close_w.png);
    background-size: 100% 100%;
    z-index: 2;
    position: relative;
    opacity: 0.5;
}

.box-prevw .in-inxprevw .hd a:hover{
    opacity: 1;
}


.hide{
    display: none !important;
}


.sidebar{
    color: #111;
    color: #fff;
}

.sidebar--item.sidebar--item-personal a{
    color: #111;
    color: #fff;
}
@media (max-width:420px)
{
    .area-box{
        width: 100%;
        padding: 0px 10px;
    }
}