*{ margin: 0; padding: 0; }

 body,td,th {
	font-family: Dosis, sans-serif;
}
a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #A9FFFD;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}

body {
margin: 0;
padding: 0;
font-family: 'Dosis', sans-serif;
background-color:#000000;
text-transform:uppercase;
}

#footer {
  bottom: 0;
  position: fixed;
  z-index:999;
  width:100%;
  height:50px;
  background-color:#000000;
  display: block;
  animation: slideUp 1.5s;
  -webkit-animation: slideUp 1.5s;
  overflow: hidden;
}
li { cursor: pointer; cursor: hand; }
h3 {
	font-weight:300;
	font-size:16px;	
}
#footer ul {  width:95%; margin:16px auto; }
#footer img {vertical-align:middle; padding-right:15px; margin-top:-3px}
#footer ul li {
  margin-right: 0%;
  list-style: none;
  width: 50%;
  float: left;
  color: rgba(255, 255, 255, .7);
}

#footer ul li p { font-size: 13px; }

.last-child{
  margin-right: 0;
  text-align: right;
text-transform:capitalize;
  }
  


/* Animate Footer and Button */
@-webkit-keyframes slideUpBtn {
  from {bottom: 0px;}
  to {bottom: 50px;}
}

@-webkit-keyframes slideUp {
  from {bottom: -50px;}
  to {bottom: 0;}
}


#rig {
    margin:0 auto; /*center aligned*/
    padding:0;
    font-size:0; /* Remember to change it back to normal font size if have captions */
    list-style:none;
    background-color:#000;
}
#rig li {
    display: inline-block;
    *display:inline;/*for IE6 - IE7*/
    width:33.33%;
    vertical-align:middle;
    box-sizing:border-box;
    margin:0;
    padding:0;
}
        
/* The wrapper for each item */
.rig-cell {
    /*margin:12px;
    box-shadow:0 0 6px rgba(0,0,0,0.3);*/
    display:block;
    position: relative;
    overflow:hidden;
}
        
/* If have the image layer */
.rig-img {
    display:block;
    width: 100%;
    height: auto;
    border:none;
    transform:scale(1);
    transition:all 1s;
}

#rig li:hover .rig-img {
    transform:scale(1.15);
}
        
/* If have the overlay layer */
.rig-overlay {
    position: absolute;
    display:block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #dddddd; /*url(img/link.png) no-repeat center 20%; */
    background-size:50px 50px;
    opacity:0.2;
    filter:alpha(opacity=3);/*For IE6 - IE8*/
    transition:all 0.6s;
}
#rig li:hover .rig-overlay {
    opacity:0;
}

/* If have captions */
.rig-text {
    display:block;
    padding:0 30px;
    box-sizing:border-box;
    position:absolute;
    left:0;
    width:100%;
    text-align:center;
    text-transform:uppercase;
    font-size:16px;
    font-family: 'Dosis', sans-serif;
    color:white;
	text-shadow: 2px 2px 2px #444444;
	font-weight:400;
    opacity:100;
    filter:alpha(opacity=100);/*For older IE*/
    transform:translateY(-20px);
    transition:all .3s;
}


@media (max-width: 9000px) {
    #rig li {
        width:33.33%;
    }
	.rig-text {
	letter-spacing:.25em;
	    top:8%;
	font-size:16px;!important
	opacity:0.9;!important
	filter:alpha(opacity=90);/*For older IE*/
	}
	#rig li:hover .rig-text {
    transform:translateY(0px);
    opacity:0.0;
}
#footer {  letter-spacing:.25em;}
}

@media (max-width: 800px) {
    #rig li {
        width:50%;
    }
	.rig-text {
	letter-spacing:.1em;
	    top:15%;
	font-size:14px;!important
	opacity:0.9;!important
	filter:alpha(opacity=90);/*For older IE*/
	}
	#rig li:hover .rig-text {
	transform:translateY(-20px);
    opacity:0.9;
}
#footer {  letter-spacing:.15em;}
}

@media (max-width: 550px) {
    #rig li {
        width:50%;
    }
	.rig-text {
	letter-spacing:.1em;
	    top:20%;
	font-size:12px;!important
	opacity:0.9;!important
	filter:alpha(opacity=90);/*For older IE*/
	}
	#rig li:hover .rig-text {
	transform:translateY(-20px);
    opacity:0.9;
}
#footer {  letter-spacing:.1em;}
}

@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);

#cv-div {
	background-color:rgba(255,255,255,0.8);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 450px;
	float: left;
	left: 50%;
	position: absolute;
  margin-top:30px;
	margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  text-transform:none;
}


#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}
.small{
	font-size:12px;
	color:#666;
}
.blue{
	color:#39F;
}
#form-div {
	background-color:rgba(0,0,0,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 450px;
	float: left;
	left: 50%;
	position: absolute;
  margin-top:30px;
	margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
    text-transform:none;
	color:white;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#telephone{
	background-image: url(images/phone.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(images/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}
input {
    -webkit-appearance: none;
}
#button-blue{
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: white;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:#dc2c1e;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
	#cv-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}
.mobileShow { display: none;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px){ .mobileShow { display: inline;}}
</style>
