﻿/*

design Name: meinterest portfolio

Description: theme for my portoflio.

Author: Faten A. Taha.
Author URL site: www.meinterest.com

*/


/*rest browsers */
html, body, div, span, applet, object, iframe,

h1, h2, h3, h4, h5, h6, p, blockquote, pre,

a, abbr, acronym, address, big, cite, code,

del, dfn, em, font, img, ins, kbd, q, s, samp,

small, strike, strong, sub, sup, tt, var,

b, u, i, center,

dl, dt, dd, ol, ul, li,

fieldset, form, label, legend,

table, caption, tbody, tfoot, thead, tr, th, td {

margin: 0;

padding: 0;

border: 0;

outline: 0;

font-size: 100%;

vertical-align: baseline;

background: transparent;

}

body {

line-height: 1;

}

ol, ul {

list-style: none;

}

blockquote, q {

quotes: none;

}

blockquote:before, blockquote:after,

q:before, q:after {

content:no-close-quote;

content:no-open-quote;

}

/* remember to define focus styles! */

:focus {

outline: 0;

}

/* remember to highlight inserts somehow! */

ins {

text-decoration: none;

}

del {

text-decoration: line-through;

}

/* tables still need 'cellspacing="0"' in the markup */

table {

border-collapse: collapse;
}

/* general settings */
html {
 ** min-height:100%;
  **overflow-x:hidden;
  **overflow-y:scroll;
  **position:relative;
  **width:100%;
}

html {
  height: 100%;
}

html,body {
  background-color:#ffffff;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:0.8em;
  color:#666666;
  font-weight:100;
  margin:0 auto;
  min-height:100%;
  width:100%;
  position: relative;					

}

body {
	background-color: mix(#fff, #e91e63, 82%); 
	
}

a {
  text-decoration:none;
  color: #4F5B67;
}
a img {
  border:none;
}
h1 {
  font-size:3.5em;
  font-weight:100;
}
p {
  font-size:1.5em;
}
input,textarea {
  -webkit-appearance:none;
  background-color:#ffffff;
  border:none;
  border-radius:4px;
  **font-size:1em;
  font-weight:100;
  color: #4F5B67;
}
input:focus,textarea:focus {
  border:none;
  outline:2px solid #7ed7b9;
}
.left {
  float:left;
}
.right {
  float:right;
}
.btn {
  background-color:#fff;
  border-radius:4px;
  color:#595959;
  display:inline-block;
  font-size:1.4em;
  font-weight:600;
  margin:30px 0;
  padding:10px 30px;
  text-decoration:none;
   
  -moz-border-radius: 5px;
	**background-image: -moz-linear-gradient( 270deg, rgb(0,203,237) 0%, rgb(0,166,224) 100%);
	**background-image: -webkit-linear-gradient( 270deg, rgb(0,203,237) 0%, rgb(0,166,224) 100%); 
	**background-image: -ms-linear-gradient( 270deg, rgb(0,203,237) 0%, rgb(0,166,224) 100%);
	**background-image: -o-linear-gradient(270deg, rgb(0,203,237) 0%, rgb(0,166,224) 100%);
    **background-image: linear-gradient(to bottom, rgb(0,203,237) 0%, rgb(0,166,224) 100%);
	border-color: rgb(159, 154, 146);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	**text-shadow: rgba(85, 85, 85, 0.4) 0 1px 0;
}
.btn:hover {
  opacity:0.8;
  
  -moz-box-shadow: 3px 3px 5px #204E4B;
	-webkit-box-shadow: 3px 3px 5px #204E4B;
	box-shadow: 3px 3px 5px #204E4B;
	**background-image: -moz-linear-gradient( 90deg, rgb(0,203,237) 0%, rgb(0,166,224) 100%);
	**background-image: -webkit-linear-gradient( 90deg, rgb(0,203,237) 0%, rgb(0,166,224) 100%); 
	**background-image: -ms-linear-gradient( 90deg, rgb(0,203,237) 0%, rgb(0,166,224) 100%);
	**background-image: -o-linear-gradient(90deg, rgb(0,203,237) 0%, rgb(0,166,224) 100%);
    **background-image: linear-gradient(to bottom, rgb(0,166,224) 0%, rgb(0,203,237) 100%);
}
.wrap {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin:0 auto;
  max-width:1420px;
  overflow:hidden;
  padding:0 50px;
  position:relative;
  width:100%;
}
.wrap:before {
  content:'';
  display:inline-block;
  height:100%;
  margin-right:-0.25em;
  vertical-align:middle;
}

.medium_font {
	font-size: 0.7em;
}

.small_font {
	font-size: 0.6em;
}

/* header section */
header {
  **height:110px;
}
header .wrap {
  **height:100%;
}
header .logo {
  **margin-top:1px;
}
header nav {
  float:right;
  margin-top:17px;
}
header nav ul {
  margin:1em 0;
  padding:0;
}
header nav ul li {
  display:block;
  float:left;
  margin-right:20px;
}
header nav ul li a {
  border-radius:24px;
  color:#aaa;
  font-size:1.4em;
  font-weight:400;
  padding:10px 27px;
  text-decoration:none;
}
header nav ul li a.active {
  background-color:#c33c3a;
  color:#fff;
}
header nav ul li a.active:hover {
  background-color:#d2413f;
  color:#fff;
}
header nav ul li a:hover,header nav ul li a.activeSmall {
  color:#c33c3a;
}

/* footer section */
footer .copyright {
  color:#adadad;
  margin-bottom:50px;
  margin-top:50px;
  text-align:center;
}

/* other objects */
.projectObj {
  color:#fff;
  display:block;
}
.projectObj .name {
  float:left;
  font-size:4em;
  font-weight:100;
  position:absolute;
  width:42%;
}
.projectObj .img {
  float:right;
  margin-bottom:5%;
  margin-top:5%;
  **width:30%;
}

.paddRow {
  background-color:#CAEDE9;
  color:#4F5B67;
  display:none;
  padding-bottom:40px;
}
.paddRow.aboutRow {
  background-color:#78c2d4;
  color:#FFF !important;
  display:block;
}
.paddRow .head {
  font-size:4em;
  font-weight:100;
  margin:40px 0;
}
.paddRow .close {
  cursor:pointer;
  position:absolute;
  right:50px;
  top:80px;
  width:38px;
  
}


.projectHead.product {
  background-color:#87b822;
}
.projectHead .picture {
  margin-bottom:6%;
  margin-top:6%;
}
.projectHead .picture.right {
  margin-right:-3.5%;
}
.projectHead .text {
  position:absolute;
  width:49%;
}
.projectHead .centerText {
  margin:0 auto;
  padding-bottom:24%;
  padding-top:6%;
  text-align:center;
  width:55%;
}

.image {
  text-align:center;
}
.image img {
  vertical-align:top;
  width:100%;
}

.contactForm {
  width:50%;
}

.input {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin:1% 0;
  padding:12px 14px;
  width:47%;
}
.input.email {
  float:right;
}

button {
  border:none;
  cursor:pointer;
}
.textarea {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  height:200px;
  margin:1% 0;
  overflow:auto;
  padding:12px 14px;
  resize:none;
  width:100%;
}

::-webkit-input-placeholder {
  color:#a7a7a7;
}
:-moz-placeholder {
  color:#a7a7a7;
}
::-moz-placeholder { /* FF18+ */
  color:#a7a7a7;
}
:-ms-input-placeholder {
  color:#a7a7a7;
}

.loader {
  -moz-animation:loader_rot 1.3s linear infinite;
  -o-animation:loader_rot 1.3s linear infinite;
  -webkit-animation:loader_rot 1.3s linear infinite;
  animation:loader_rot 1.3s linear infinite;
  height:80px;
  width:80px;
}
@-moz-keyframes loader_rot {
  from {
    -moz-transform:rotate(0deg);
  }
  to {
    -moz-transform:rotate(360deg);
  }
}
@-webkit-keyframes loader_rot {
  from {
    -webkit-transform:rotate(0deg);
  }
  to {
    -webkit-transform:rotate(360deg);
  }
}
@keyframes loader_rot {
  from {
    transform:rotate(0deg);
  }
  to {
    transform:rotate(360deg);
  }
}

.view-enter,.view-leave {
  -moz-transition:all .5s;
  -o-transition:all .5s;
  -webkit-transition:all .5s;
  transition:all .5s;
}
.view-enter {
  left:20px;
  opacity:0;
  position:absolute;
  top:0;
}
.view-enter.view-enter-active {
  left:0;
  opacity:1;
}
.view-leave {
  left:0;
  opacity:1;
  position:absolute;
  top:0;
}
.view-leave.view-leave-active {
  left:-20px;
  opacity:0;
}


#main_wrapper {
	width: 90%;
	height: 95%;
}

#main_intro {
	font-family: Corbel, Verdana, Arial, Helvetica, sans-serif;					/*Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";*/
	font-size: 0.8em;
	font-weight: bold;
	color: #ffffff;				/*#4f5b67;*/
	text-align: center;
	**margin-top: -40em;
	position: absolute;
    top: 42%;
    left: 32%;
	
    
}

#main_intro p {
	padding: 5px 0;
}


#about {
	margin:15px 25px;
}

#about p {
	line-height: 22px;
	margin: 10px 0;
}

#about p.skills_col, #about p.experience_col {
	line-height: 22px;
	padding: 0.1em 1em;
	float: left;
	width: 14em;
}

#about p.experience_col {
	width: 25em;
	height: 5em;
}

#about p.skills_col span, p#about_title_experience span {
	display:block;
}

#about p.inner_p {
	line-height: 22px;
	margin: 2px 0;
}

p#about_title, p#about_title_skills, p#about_title_experience {
	font-size: 3em;
	font-weight: 600;
	color: #FAC3A9;
	font-family: Corbel,Verdana, Arial, Helvetica, sans-serif;
	padding: 0.8em 0 0 0;
}

p#about_title_skills {
	color: #d0e6a5;
}

p#about_title_experience {
	color: #26C6DA;
}

.bolded {
	font-weight: 600;
}


/*CSS Transition */
#skills_div {
	width:100%;
  }

#skills_div p {
	font-size: 4em;
}

#skills {
	**text-align: center;				**border: 1px solid;
	margin: 3em auto;
    clear: both;
    **height: 48em;
    width: 80em;
}

.test_box {
    font-size:1em;
    position:relative;
    **width:60px;
    height:10px;
    **margin-bottom:10px;
	font-weight: 600;		**border:1px #aaa solid;
	padding-left: 10px;
	font-family:Arial Black;
  }

	

#ease.test_box {
    -webkit-transition: all 4s ease;
    -moz-transition: all 4s ease;
    -o-transition: all 4s ease;
    transition: all 4s ease;
    **border: 1px #f00 solid;
}

#ease-in.test_box {
    -webkit-transition: all 4s ease-in;
    -moz-transition: all 4s ease-in;
    -o-transition: all 4s ease-in;
    transition: all 4s ease-in;
    **border: 1px #0f0 solid;
}

#ease-out.test_box {
    -webkit-transition: all 4s ease-out;
    -moz-transition: all 4s ease-out;
    -o-transition: all 4s ease-out;
    transition: all 4s ease-out;
    **border: 1px #00f solid;
}

#ease-in-out.test_box {
    -webkit-transition: all 4s ease-in-out;
    -moz-transition: all 4s ease-in-out;
    -o-transition: all 4s ease-in-out;
    transition: all 4s ease-in-out;
    **border: 1px #ff0 solid;
}

#linear.test_box {
    -webkit-transition: all 4s linear;
    -moz-transition: all 4s linear;
    -o-transition: all 4s linear;
    transition: all 4s linear;
    **border: 1px #f0f solid;
}

#custom.test_box {
    -webkit-transition: all 4s cubic-bezier(1.000, 0.835, 0.000, 0.945);
    -moz-transition: all 4s cubic-bezier(1.000, 0.835, 0.000, 0.945);
    -o-transition: all 4s cubic-bezier(1.000, 0.835, 0.000, 0.945);
    transition: all 4s cubic-bezier(1.000, 0.835, 0.000, 0.945);
    **border: 1px #0ff solid;
}

#negative.test_box {
    -webkit-transition: all 4s cubic-bezier(1.000, -0.530, 0.405, 1.425);
    -moz-transition: all 4s cubic-bezier(1.000, -0.530, 0.405, 1.425);
    -o-transition: all 4s cubic-bezier(1.000, -0.530, 0.405, 1.425);
    transition: all 4s cubic-bezier(1.000, -0.530, 0.405, 1.425);
    **border: 1px #000 dotted;
}

.hidden_text {
	background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
    color: #ffffff;
	-webkit-background-clip: text;
	
}

.xsmall {
	font-size: 0.6em;
}

.small {
	font-size: 0.8em;
}

.medium {
	font-size: 1em;
}

.large {
	font-size: 1.5em;
}

.xlarge {
	font-size: 2em;
}

.skewed {
	transform: skew(10deg,10deg);
	position: absolute;
}

.orange {
	color:#f79f79;
}

.light_orange {
	color:#f7d08a;
}

.lemon {
	color:#e3f09b;
}

.matt_blue {
	color:#87b6a7;
}

.red {
	color:#ff968a;
}

.light_blue {
	color:#55cbcd;
}

.baby_blue {
	color:#a2e1db;
}

.matt_pink {
	color:#fcb9aa;
}

.matt_purple {
	color:#cbaacb;
}

.baby_purple {
	color:#ecd5e3;
}

.baby_pink {
	color:#ffdbcc;
}

.plush {
	color:#ffd8be;
}

.matt_green {
	color:#d0e6a5;
}


.circle, .oval, .square, .triangle, .rectangle  {
  background-color: #ffffff;
  display: inline-block;
  z-index:2;			**border:1px solid;
  position: absolute;
  margin-left: -20px;
}

.circle {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.oval {
  height: 50px;
  width: 100px;	
  border-radius: 50%;	
}

.square {
  height: 60px;
  width: 60px;
  border-radius: 15px;
}

.rectangle {
  height: 40px;
  width: 80px;
  border-radius: 15px;
}

.blend {
  mix-blend-mode: multiply;
}


/*
#illusion_box {
	background: url("../images/white_img.png") bottom left no-repeat;
	width: 850px;
    height: 210px;
    z-index: 6;
	position: relative;
	margin-top: 50px;			**border: 1px solid #000000;
}

#illusion1, #illusion2, #illusion3, illusion4 {
	float: left;	
}

#illusion2, #illusion3, illusion4 {
	margin-left: 20px;	
}

#illusion1 {
	background: url("../images/illiusion1.png") bottom left no-repeat;
	height:230px;
	width: 247px;      border:1px solid;
}

#illusion2 {
	background: url("../images/illiusion2.png") bottom left no-repeat;
	height:230px;
	width: 159px;		border:1px solid;
}

#illusion3 {
	background: url("../images/illiusion3.png") bottom left no-repeat;
	height:230px;
	width: 120px;			border:1px solid;
}

#illusion4 {
	background: url("../images/illiusion4.png") bottom left no-repeat;
	height:230px;
	width: 199px;			border:1px solid;
}

*/


*, *:after, *:before {
	box-sizing: border-box;
}



h1 {
	color: mix(#fff, #e91e63, 85%);
	font-size: calc(1em + 20vw) ;  
	font-weight: 900;
	text-shadow: 
		-0.0075em 0.0075em 0 mix(#fff, #e91e63, 94%),
		0.005em 0.005em 0 mix(#fff, #e91e63, 60%),
		0.01em 0.01em 0 mix(#fff, #e91e63, 62%), 
		0.015em 0.015em mix(#fff, #e91e63, 64%), 
		0.02em 0.02em 0 mix(#fff, #e91e63, 66%), 
		0.025em 0.025em 0 mix(#fff, #e91e63, 68%),
		0.03em 0.03em 0 mix(#fff, #e91e63, 70%),
		0.035em 0.035em 0 mix(#fff, #e91e63, 72%);
}



.stacked{
		  font-size: 3rem;		/*15rem;*/
		  font-family: Calibri, Helvetica;
	    **text-align: center;
      height: 20vh;		/*90vh;*/
      line-height: 20vh;			/*90vh;*/
	    color: 	#F79F79;			/*#fcedd8;*/
	    **background: #d52e3f;
	   	font-family: 'Niconne', cursive;
	    font-weight: 700;
      text-shadow: 3px 3px 0px #fcfde0,
					6px 6px 0px #d0e6a5,
					9px 9px 0px #f7d08a,
					12px 12px 0px #fcb9aa,
					15px 15px 0px #ecd5e3,
					18px 18px 0px #FFDBCC;
	  
	  
	  
	  
	  /*3px 3px 0px #eb452b, 
                  5px 5px 0px #efa032, 
                  8px 8px 0px #46b59b, 
                  10px 10px 0px #017e7f, 
                  13px 13px 0px #052939, 
                  15px 15px 0px #c11a2b, 
                  18px 18px 0px #c11a2b, 
                  20px 20px 0px #c11a2b, 
                  23px 23px 0px #c11a2b;
				  
				  /*5px 5px 0px #eb452b, 
                  10px 10px 0px #efa032, 
                  15px 15px 0px #46b59b, 
                  20px 20px 0px #017e7f, 
                  25px 25px 0px #052939, 
                  30px 30px 0px #c11a2b, 
                  35px 35px 0px #c11a2b, 
                  40px 40px 0px #c11a2b, 
                  45px 45px 0px #c11a2b;*/
}


.clear {
	clear:both;
}






.glowIn {
  color: #000000;

  span {
    animation: glow-in 0.8s both;
  }
}

@keyframes glow-in {
  from {
    opacity: 0;
  }
  65% {
    opacity: 1;
    text-shadow: 0 0 25px white;
  }
  75% {
    opacity: 1;
  }
  to {
    opacity: 0.7;
  }
}




p.typewriter1, p.typewriter2, p.typewriter3, p.typewriter4, p.typewriter5, p.typewriter6 {
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  **letter-spacing: .10em; /* Adjust as needed */
}

/* The typing effect */
@keyframes typing {
  from { width: 0;
		 color: #ffffff;
		}
  to { width: 100%; color: #4f5b67; }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: #ffffff; }
  
  100% { border-color: #ffffff; }
}

p.typewriter1 {
	animation: 
    typing 5s steps(30, end) forwards,
    blink-caret .5s step-start infinite;
}

p.typewriter2 {
	animation: 
    typing 5s 4s steps(30, end) forwards,
    blink-caret .5s step-start infinite;
}

p.typewriter3 {
	animation: 
    typing 5s 8s steps(30, end) forwards,
    blink-caret .5s step-start infinite;
}

p.typewriter4 {
	animation: 
    typing 5s 12s steps(30, end) forwards,
    blink-caret .5s step-start infinite;
}

p.typewriter5 {
	animation: 
    typing 5s 16s steps(30, end) forwards,
    blink-caret .5s step-start infinite;
}

p.typewriter6 {
	animation: 
    typing 5s 20s steps(30, end) forwards,
    blink-caret .5s step-start infinite;
}



@keyframes animated_text { 
    0% { 
        opacity: 0; 
    } 
	50% { 
        opacity: 0.5; 
    }
    100% { 
        opacity: 1; 
     } 
} 

.fade_in_text1 {
	opacity: 0;	
	animation: animated_text 4s ease-in forwards;
}

.fade_in_text2 {
	opacity: 0;	
	animation: animated_text 8s ease-in forwards;
}

.fade_in_text3 {
	opacity: 0;	
	animation: animated_text 10s ease-in forwards;
}

.fade_in_text4 {
	opacity: 0;	
	animation: animated_text 14s ease-in forwards;
}

.fade_in_text5 {
	opacity: 0;	
	animation: animated_text 18s ease-in forwards;
}

.fade_in_text6 {
	opacity: 0;	
	animation: animated_text 22s ease-in forwards;
}
.fade_in_text7 {
	opacity: 0;	
	animation: animated_text 26s ease-in forwards;
}

.fade_in_text8 {
	opacity: 0;	
	animation: animated_text 28s ease-in forwards;
}

.fade_in_text9 {
	opacity: 0;	
	animation: animated_text 32s ease-in forwards;
}

.fade_in_text10 {
	opacity: 0;	
	animation: animated_text 36s ease-in forwards;
}

.fade_in_text11 {
	opacity: 0;	
	animation: animated_text 40s ease-in forwards;
}

.fade_in_text12 {
	opacity: 0;	
	animation: animated_text 42s ease-in forwards;
}
.fade_in_text13 {
	opacity: 0;	
	animation: animated_text 44s ease-in forwards;
}

.fade_in_text14 {
	opacity: 0;	
	animation: animated_text 48s ease-in forwards;
}

.fade_in_text15 {
	opacity: 0;	
	animation: animated_text 52s ease-in forwards;
}

.fade_in_text16 {
	opacity: 0;	
	animation: animated_text 54s ease-in forwards;
}

.fade_in_text17 {
	opacity: 0;	
	animation: animated_text 58s ease-in forwards;
}

.fade_in_text18 {
	opacity: 0;	
	animation: animated_text 60s ease-in forwards;
}


.rainbow_border {
  border: 2px solid transparent;
  **border-image: linear-gradient(to bottom right, #b827fc 0%, #2c90fc 25%, #b8fd33 50%, #fec837 75%, #fd1892 100%);
  border-image-slice: 1;
}

.overlay {
	position: absolute;
	right: 0;
	left: 0;
	**bottom: 0;
	display: none; 

    /* color with alpha transparency */
    background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
    height: 100%;
    z-index: 5;

    /* stretch to screen edges */
    
}


.ui-widget-header,.ui-state-default, ui-button {
            background:#b9cd6d;
            border: 1px solid #b9cd6d;
            color: #FFFFFF;
            font-weight: bold;
}


nav {											
	display: flex;
	display: -webkit-flex; /* Safari */
	flex-direction: row;
	**min-width: 60px;
	**max-width: 200px;
	height:98%;
	**margin-left: 1.5em;
	**margin-top: 3em;
	float: left;
	align-items: center; 
	flex-wrap: wrap; 					
}

nav a img, nav img {
	**margin-bottom: 10px;  
	**max-width: 100%;
    height: auto; 
	width: auto\9; /* IE8 */
	
}

nav a img:hover { 
	-webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));
     filter: drop-shadow(0 0 10px rgba(253, 250, 216, 0.9));
}

nav a img.spaced_left {
	margin-left: 20px;
}

nav .cropped_img {
	width: 30%;
    height: 50%;
    display: inline-block;
    overflow: hidden;
}



#projects_div p {
	text-align: center;
}

#show_img {
	display: none;
	width:250px;
    height:200px;
    background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	position: absolute;
	top: 2em;
	left: 40%;
	right: 20%;
	z-index: 6; 
	box-shadow: 0 5px 15px rgba(225, 225, 225, 0.9);
	 -moz-box-shadow: 0 5px 15px rgba(225, 225, 225, 0.9);
  	-webkit-box-shadow: 0 5px 15px rgba(225, 225, 225, 0.9);
}


#img_header {
	background-color: #ffffff;
	color: #4F5B67;
	text-align: center;
	height: 30px;
	font-size:1em;
	font-weight:600;
	text-shadow: rgba(85, 85, 85, 0.4) 0 1px 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

#img_header p {
	padding: 7px 0 5px 0;
}

.close_img {
	position: absolute;
    top: 0;
    right: 0;
    padding: 2px 4px 0 0;
	cursor: pointer;
}


#html_span:hover, #php_span:hover, #mysql_span:hover, #swift_span:hover, #ps_span:hover, #css_span:hover, #js_span:hover, 
#jq_span:hover, #dw_span:hover, #java_span:hover, #sqlite_span:hover, #ui_span:hover, #json_span:hover,#wp_span:hover, 
#seo_span:hover, #ab_span:hover, #api_span:hover, #fb_span:hover, #ajax_span:hover {
	color: transparent;
}















/* #############################  responsive rules for mobile ################################## */

@media (max-width: 1200px) {
    body {
      font-size:90%;
    }
    h1 {
      font-size:4.3em;
    }
    p {
      font-size:1.3em;
    }
    header {
     ** height:80px;
    }
    header .logo {
     ** margin-top:12px;
     ** width:200px;
    }
    header nav {
      margin-top:11px;
    }
    header nav ul li {
      margin-right:12px;
    }
    header nav ul li a {
      border-radius:23px;
      font-size: 1.3em;
      padding:10px 12px;
    }
    .wrap {
      padding:0 30px;
    }
    .paddRow .close {
      **right:30px;
    }
}

@media (max-width: 900px) {
    .contactForm {
      width:100%;
    }
}

@media (max-width: 768px) {
    body {
      font-size:80%;
      margin:0;
    }
    h1 {
      font-size:4em;
    }
    header {
      height:70px;
    }
    header .logo {
      margin-top:20px;
      width:70px;
    }
    header nav {
      margin-top:8px;
    }
    header nav ul li {
      margin-right:5px;
    }
    header nav ul li a {
      border-radius:20px;
      font-size:1.1em;
      padding:8px;
    }
    .wrap {
      padding:0 15px;
    }
    .projectObj .name {
      font-size:3em;
    }
    .paddRow {
      padding-bottom:30px;
    }
    .paddRow .head {
      font-size:3em;
      margin:30px 0;
    }
    .paddRow .close {
      **right:20px;
      top:60px;
      width:30px;
    }
    .projectHead .picture {
      width:67%;
    }
    .projectHead .picture.right {
      margin-right:16.5%;
    }
    .projectHead .text {
      position:static;
      width:100%;
    }
    .projectHead .centerText {
      width:70%;
    }
    .view-enter,.view-leave {
      -webkit-transform:translate3d(0,0,0);
      transform:translate3d(0,0,0);
    }
}

@media (max-width: 480px) {
    body {
      font-size:70%;
      margin:0;
    }
    header {
      height:50px;
    }
    header .logo {
      display:none;
    }
    header nav {
      margin-top:3px;
    }
    header nav ul li {
      margin-right:3px;
    }
    header nav ul li a {
      border-radius:20px;
      font-size:1.3em;
      padding:5px 14px;
    }
    #contactBtn {
      **display:none;
    }
    .wrap {
      padding:0 10px;
    }
    .paddRow {
      padding-bottom:20px;
    }
    .paddRow .head {
      margin:20px 0;
    }
    .paddRow .close {
      **right:10px;
      top:45px;
      width:20px;
    }
    .about .image {
      margin:10% auto;
      width:60%;
    }
    .about .abIcon {
      display:inline;
    }
    .projectHead .centerText {
      width:90%;
    }
    .about .txt,.input {
      width:100%;
    }
    .about .flLeft,.about .flRight,.input.email {
      float:none;
    }
}