/* ~~ PROFDIZAYNER ~~ */
/* reset browser styles */
/* ************* */
/* 1    */
/* 2   */
/*  3   */
/* 4   */
/* 5    */
	/* 5.1 1Logo  */
	/* 5.2 Menu */
	/* 5.3 Container */
	/* 5.4 Footer */
/* 6  */

/*loading*/
.loading {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background-image: url(../img/loading.svg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: #e5e9ec;
}
/* body {background:#f7f7f7;} */
a {outline:none!important;}
.logo-container {
	margin: 0 auto;
	position: relative;
	height: 80px;
	width: 140px;
	margin-top: 0.3em;
}
/* *HEADER* */
h3 {font-size: 1.4em;}
h5 {font-size: .7em;}
/*  3   */
.menu {font-family:Rufina, serif; font-size:1em;}
.logo-container p {font-size: 1.5rem;}
/* 4  */
.logo-container p {color: gray;}
.logo-container p span {color: #838383;}
.menu {color:#a19795;}
.menu_ul li a {color:#a19795;}
.menu_ul li a:hover {color:#474241;}
.active_menu a {color: #474241!important;}

.logo-container p {
	text-align: center;
}
.logo {background:url(../img/Logo_hover.png) center no-repeat; width:120px; height:72px; margin: 30px auto 0px; display:block; float:none;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(1); /* Firefox 4+ */
	filter: gray; /* IE 6-9 */

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all .5s ease;}

.logo:hover {-webkit-transform: rotate(360deg); transform: rotate(360deg); 
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);}

.menu {width:100%; height:auto; text-align:center; text-transform:uppercase; margin: 2em 0 0; text-decoration:none;}
.menu_ul {margin-left:0px; padding-left:0px; display:none;}
.menu_ul > li {display:block; width:100%; padding-bottom:15px;}
.menu_ul li a {text-decoration: none;}

.active_menu a {border-bottom: 4px solid #f79440; font-weight: 700; margin-bottom: 4px;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all .5s ease;}
.active_menu a:hover {border-bottom: 4px solid #f79440; margin-bottom: 4px;}

#thinking {
	background: url(../img/halftone.png) #f5f5f5;
	background-size: 300px 300px;
	background-image: url(../img/paint-top.png),url(../img/halftone.png);
	background-size: 900px 35px,300px 300px;
	background-repeat: repeat-x,repeat;
	padding-top: 50px;
}

.cover-info {color: #474241; text-align: center; padding-top: .5em;}
.grid-item {margin-bottom: 2em;}
.grid-item-content {
  height: 10em;
  background: #0D8;
  border: 1px solid hsla(0, 0%, 0%, 0.5);
	font-size: 2em;
}
.grid-item-content--height2 {height: 14em; }.web {color: #666;}
.bar {background: url(../img/shadow.png) center no-repeat; height:10px; width:auto; }

.myfoto-box {width:220px; margin: 30px auto ; display:block; float:none;}
.myfoto-box img {
	border-radius: 50%;
/* 	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(1);
	filter: gray;  */
}
.myfoto-box img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0); /* Firefox 4+ */
filter: none; /* IE 6-9 */
}
.title-me {
	text-align: center;
}
.aboutme ul {padding-left: 1em;}
.aboutme ul span{color: #31708f;}
.aboutme p {text-indent: 1.5em;}
.profskills h5 {margin-bottom: 0;}
.progress-bar.active1 {animation: w1 1s ease forwards, progress-bar-stripes 2s linear infinite;}
@keyframes w1 {from {width: 0%;} to {width: 90%;}}
.progress-bar.active2 {animation: w2 1s ease forwards, progress-bar-stripes 2s linear infinite;}
@keyframes w2 {from {width: 0%;} to {width: 70%;}}
.progress-bar.active3 {animation: w3 1s ease forwards, progress-bar-stripes 2s linear infinite;}
@keyframes w3 {from {width: 0%;} to {width: 75%;}}
.progress-bar.active4 {animation: w4 1s ease forwards, progress-bar-stripes 2s linear infinite;}
@keyframes w4 {from {width: 0%;} to {width: 50%;}}
.progress-bar.active5 {animation: w5 1s ease forwards, progress-bar-stripes 2s linear infinite;}
@keyframes w5 {from {width: 0%;} to {width: 45%;}}
.progress-bar.active6 {animation: w6 1s ease forwards, progress-bar-stripes 2s linear infinite;}
@keyframes w6 {from {width: 0%;} to {width: 30%;}}
.progress-bar.active7 {animation: w7 1s ease forwards, progress-bar-stripes 2s linear infinite;}
@keyframes w7 {from {width: 0%;} to {width: 40%;}}
.progress-bar.active8 {animation: w8 1s ease forwards, progress-bar-stripes 2s linear infinite;}
@keyframes w8 {from {width: 0%;} to {width: 30%;}}
.progress-bar.active9 {animation: w9 1s ease forwards, progress-bar-stripes 2s linear infinite;}
@keyframes w9 {from {width: 0%;} to {width: 80%;}}
.progress-bar.active10 {animation: w10 1s ease forwards, progress-bar-stripes 2s linear infinite;}
@keyframes w10 {from {width: 0%;} to {width: 90%;}}
.progress-bar.active11 {animation: w11 1s ease forwards, progress-bar-stripes 2s linear infinite;}
@keyframes w11 {from {width: 0%;} to {width: 70%;}}
.progress-bar.active12 {animation: w12 1s ease forwards, progress-bar-stripes 2s linear infinite;}
@keyframes w12 {from {width: 0%;} to {width: 60%;}}
.progress-bar.active13 {animation: w13 1s ease forwards, progress-bar-stripes 2s linear infinite;}
@keyframes w13 {from {width: 0%;} to {width: 50%;}}
.progress-bar.active20 {animation: w20 1s ease forwards, progress-bar-stripes 2s linear infinite;}
@keyframes w20 {from {width: 0%;} to {width: 20%;}}
.progress {
	height: 0.7em;
	margin-bottom: 2em;
}
.image-box {margin-bottom: 1em;}
.hover_image {text-align: center; background-color: white;}
.hover_image:hover {box-shadow: .1em .1em .7em .1em rgba(0,0,0,0.5); }

.block_r {margin: 1em 0}
.block_r {margin: 1em 0}
.block_r h3 {font-size: 1.2em; margin-bottom: 1em; margin-top: 0;}
.block_r h3 span {font-size: 0.8em;}
.block_r ul {padding:0;}
.block_r li {list-style-type: none;}
.block_r li span{white-space: nowrap; }
.block_r li:before {
color: #f79440; /*   */
content: "\2022"; /*   */
padding-right: 10px; /*      */
}
.title_r {margin-bottom:2em;}
.data_r {font-size:.8em;color:#777;}
.company_r {font-size:1.0em;font-weight:600;}
.company_r span{font-size:.8em;color:#777;}
.downland {}
/* *FOOTER* */

/*  3   */
.foot_menu, .foot_main h2 {font-family:Rufina, serif;}
.foot_main h2 {font-size:1.9em;}
.social_main p {font-size:1em;}
.about_footer {font-size:0.9em;}
.foot_menu {font-size:0.9em;}
.foot_sub p {font-size:.8em;}

/*  4   */
.foot_main {background:#605a58;} /*    */
.foot_sub {background:#474241;} /*   */
.foot_main h2, .social_main h1, .foot_sub p a {color: #fff;}
.social_main p, .foot_sub p, .about_footer {color:#cacaca;}
.foot_menu_ul a {color:#a19795;} /*  - */
.active_menu_foot a {color: #f79440!important;} /*  - */

/* _______________ */
.footer {margin-top: 1em; text-align: center; padding: 3em 0 0;}
.repair {font-size: 1.5em;}
.foot_main {width:100%; padding: 0 0 2em 0;}
.skills h2 {text-align: center; margin-top: 1.5em;}
.logo_foot {width: auto; margin:2em auto 0 auto; display:block;}
.social_main {display:inline-block;}
.social_main h2 {margin-top: 0.3em; text-align: center;}
.social_main p {text-align: center; margin-bottom: 1em;}
.social_main p:before {content: url(../img/loc.png);}
.about_footer {text-align:center; margin-top:1em;}
.skills_img {width:310px; margin-top:2em;}
.foot_sub {width:100%;height:auto;}
.foot_sub p {padding: 8px 0; float:none; text-align: center;}
.foot_menu {text-align:center; text-transform:uppercase; padding: 18px 0 0 0; text-decoration:none; float:none;}
.foot_menu_ul {margin:0 0 0 20px; padding-left:0px;}
.foot_menu_ul li {width:100%; height:2.5em;display:block;}
.foot_menu_ul a {text-decoration: none;}
.active_menu_foot a {border-bottom: 2px solid #f79440; font-weight: 700; margin-bottom: 4px;
	-webkit-transition: all 0.5s ease; 
	-moz-transition: all 0.5s ease; 
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all .5s ease;}
a.back-to-top {
	display: none;
	width: 45px;
	height: 45px;
	position: fixed;
	z-index: 999;
	right: 10px;
	bottom: 10px;
	opacity:0.5;
}
.menu_mob img {
	width: 30px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	left: 22px;
	top: 59px;
	cursor:pointer; 
	display:none;}
	
/* --- --- */

.modal-content {border: none;}
.modal-header {
	color: dimgray;
	border-radius: 3px 3px 0 0;
	background-image: url( ../img/gloss.png);
	background-color: #eee;
	background-size: 100% 100%;
	padding-top: 5px;
}
.project-basic-info, .project-minor-info {margin-top: 0;}
.customer-name span, .project-name span, .project-fields span, .project-date span {
	color: #262626;
	font-size: 1em;
	font-weight: 600;
	margin-left: 0.5em;
}
.title {color: #b8b8b8; text-align: center; line-height: 1.5;padding: 1em;}
.title-tools {
	margin-top: 5px;
	float: left;
	margin-right: 10px;
}
.ico-tools {
	float: left;
	margin-right: 5px;
	width: 32px;
	height: 32px;
	margin-top: 5px;
	background-image: url(../img/icons-32.png);
	background-repeat: no-repeat; /*     */
	}
.ico-tools1 {
	background-position: left; /*  */
	}
.ico-tools2 {
	background-position: -32px 0; /*  */
	}
.ico-tools3 {
	background-position:-64px 0; /*  */
	}
.ico-tools4 {
	background-position:-96px 0; /*  */
	}
.ico-tools5 {
	background-position:-128px 0; /* ++ */
	}
.modal-footer {
	background-color: #d6dde2;
	border-radius:0 0 3px 3px;
	text-align: center;
	padding: 3em 0 2em;
}
.multi-close {
	color: #fff;
	padding: .5em 1em;
}
.multi-header {
	background: black;
	border-radius: 4px 4px 0 0;
	text-align: right;
}
.multi-footer {
	background: black;
	border-radius: 0 0 4px 4px;
	text-align: right;
}
p span {
	white-space: nowrap;
}
.modal-body {padding: 0; /* background-color: #000; */
-webkit-box-shadow: 0px 1px 8px 0px rgba(0,0,0,.4); box-shadow: 0px 1px 8px 0px rgba(0,0,0,.4);}
.close {font-size: 2em; margin-right: 10px;}
.project-section h2 {font-size: 1em; margin-left: 1em;}
.linksite {
	position: absolute;
	display: inline-block;
	width: 225px;
	left: 13%;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	padding: 0.5em 1em;
	border-radius: 2em;
	bottom: 8.4em;
	border-color: #b0b0b0;
	box-shadow: inset 1px 1px 20px 1px rgba(0,0,0,0.5);
}
.title_skills h2{margin:0; margin-top:0; text-align: right;}
.skills .progress {
	height: 0.7em;
	/* margin-bottom: 1em; */
	background-color: #cacac9;
	border-radius: 0;
}
.progress {
	margin: 0;
}
.skills .progress-bar {
	background-color: #474241;
}
.div-progress {
	padding: 1em 0;
}

.youtube {
	width: 320px;
	height: 180px;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: all 200ms ease-out;
	cursor: pointer;
	background-color:#000;
}
.youtube .play {
    background: url('../img/youtube-play-btn.png') no-repeat; 
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.youtube:hover .play {
    background-position: 0 0;
}

/* 6  */
@media (max-width:767px) {
.menu_mob img {display:block;}
}

@media (min-width:767px) {
.menu_ul { margin-left:0px; padding-left:0px; display:block;}
.menu_ul li {display: inline-block; height: auto; text-decoration: none; width: 108px;}
.logo_foot {margin:2em auto .5em auto;}
.social_main h2 { margin-top: 1.5em; text-align: left;}
.social_main p {text-align: left;}
.about_footer {text-align: left; text-indent: 1.5em;}
.foot_menu {padding: 18px 0 0 30px;}
.youtube {width: 767px; height: 431px;}
.foot_menu_ul {margin-bottom:0px; margin-left:0px;}
.foot_menu_ul li {width: 80px; height:auto; display: block; float: left;}
.foot_sub p {display:block; text-align:right; margin-right: 45px;}
.project-basic-info, .project-minor-info {margin-top: 1em;}
.modal-dialog {width: 700px;}
.title {font-size: 1.3em; color: #b8b8b8; text-align: center; line-height: 1.5; padding: 80px 150px;}
.linksite {left: 33%;}

}
@media (min-width:991px) {

.skills_img { display:block; margin:0 auto;}
.foot_main { padding-bottom:30px;}
.modal-dialog {width: 970px; margin: 30px auto;}
.linksite {left: 38%;}
.youtube {width: 970px; height: 546px;}
}

