@charset "UTF-8";
/* CSS Document */


/*Page CSS*/

@font-face {
	font-family:"condensed";
	src:url(condensed.ttf);
}

@font-face {
	font-family:"condensedbold";
	src:url(condensedbold.ttf);
	font-weight:bold;
}

@font-face {
	font-family:"condensedultralight";
	src:url(condensedultralight.ttf);
	font-weight:lighter;
}


html {
	overflow:auto;
    height:100%;
    width:1300px auto;
}

::-webkit-scrollbar
{
  width: 6px;  /* for vertical scrollbars */
  height: 6px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
  border-radius:3px;
}

::-webkit-scrollbar-thumb
{
  background: rgba(255, 255, 255, 0.3);
  border-radius:3px;
}

body {
	font-family:"condensed";
	letter-spacing: 1px;
	background-color:#FFF;
	width:100%;
}

section {
    display:block;
	position:relative;
	padding-top:130px;
	padding-bottom:130px;
	margin-left:auto;
	margin-right:auto;
	width: 1300px;
    height:100%;
}


/*Montage CSS*/
#content {
	display:inline-block;
    clear:both;
	height:100%;
	width:1320px;
	margin:auto;
	margin-left:-10px;
}

.categories {
	display:block;
	margin:10px;
	float:left;
	height:auto;
	width:auto;
	border-radius:12px;
	
	box-shadow: 0px 0px 40px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.3) inset;
	
	transition:ease-in 400ms;
}

.categories:hover{
	transform:scale(1.1,1.1);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
	
	transition:ease-out 400ms;
}

#gallery1:hover{
transform:scale(1.05,1.05);
transition:ease-in 400ms;
}

#gallery1 {
	background-image:url(Images/Identity/GITG.jpg);
	background-repeat:no-repeat;
	height:1000px;
	width:500px;
	
    animation-name: imagePan;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
    animation-duration: 60000ms;
}

#gallery2 {
	display:inline-block;
	background-image:url(Images/Collateral/ADCOR.jpg);
	background-repeat:no-repeat;
	height:275px;
	width:780px;
    background-size:150%;
	
    animation-name: imagePan;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
    animation-duration: 60000ms;
}

#gallery3 {
	background-image:url(Images/Merchandising/CX3.jpg);
	background-repeat:no-repeat;
	height:300px;
	width:300px;
	
	animation-name: imagePan;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
    animation-duration: 60000ms;
}

#gallery4 {
	background-image:url(Images/Packaging/Xforce%20400.jpg);
	background-size:375%;
	background-repeat:no-repeat;
	height:300px;
	width:460px;

    animation-name: imagePan;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
    animation-duration: 60000ms;
}

#gallery5 {
	background-image:url(Images/Web/COE.jpg);
	background-position:50% 43%;
	background-size:250%;
	background-repeat:no-repeat;
	height:385px;
	width:500px;
	
	animation-name: imagePan;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
    animation-duration: 60000ms;
}

#gallery6 {
	background-image:url(Images/Events/CENTRIX.jpg);
	background-position:35% 60%;
	background-size:450%;
	background-repeat:no-repeat;
	height:385px;
	width:260px;
	
	animation-name: imagePan;
    animation-iteration-count:infinite;
    animation-timing-function:linear;
    animation-duration: 60000ms;
}


@keyframes imagePan {
    0% {
        background-position: 60% 60%;
		background-size:375%;
    }
	
    25% {
        background-position: 40% 40%;
    }
	
    50% {
        background-position: 60% 40%;
		background-size:325%
    }
	
     75% {
        background-position: 40% 60%;
    }
	
    100% {
        background-position: 60% 60%;
		background-size:375%;
    }
}

#smallicon {
	display:inline-block;
	float: left;
	margin-top:-4px;
	padding-right:3px;
	height: 30px;
	width: 30px;
}


.icon{
	display:inline-block;
	clear: both;
	vertical-align:middle;
	height: 50px;
	width: 50px;
	transition:ease-in 400ms;
	padding-top:25px;
}



#icon1 {
padding-top: 475px;
}

#icon2 {
padding-top: 80px;
}

#icon3 {
padding-top: 85px;
}

#icon4 {
padding-top: 85px;
}

#icon5 {
padding-top: 130px;
}

#icon6 {
padding-top: 130px;
}



.text {
	display:inline-block;
	clear:both;
	font-family:"condensedultralight";
	font-size:42px;
	color:rgba(255,255,255,1);
	text-align:center;
	background-image:
	linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.4));
	border-radius:12px;
	padding:10px;
	opacity:1;
	
	box-shadow: 0px 0px 40px rgba(0,0,0,0.3) inset;
	-moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.3) inset;
	-webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.3) inset;
	
	transition:ease-in 400ms;
}

.text:hover {
	opacity:0;
	transition:ease-out 400ms;
}

#text1 {
	height:980px;
	width:480px;
}

#text2 {
	height:255px;
	width:760px;
}

#text3 {
	height:280px;
	width:280px;
}

#text4 {
	height:280px;
	width:440px;
}

#text5 {
	height:365px;
	width:480px;
}

#text6 {
	height:365px;
	width:240px;
}


/*Porfolio CSS*/

#portfolio {
display:inline-block;
clear:both;
width: 1300px;
height:100%;
margin-top:-50px;
margin-bottom: 100px;
text-align:center;
}

#portfolio2 {
	display:block;
	float:left;
	width: 1300px;
	margin-top:0px;
	margin-bottom: 30px;
	text-align:center;
	
}

#description{
	font-family:"condensedultralight";
	font-size:14px;
	display:block;
	max-height:415px;
	overflow:auto;
	width: 200px;
	color:#FFF;
	padding-right: 20px;
}

#sidebar {
	display:block;
	float:left;
	width: 220px;
	max-height: 500px;
	padding: 20px;
	padding-right:0px;
	border-radius: 12px;
	background-image:
	linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.7));
	overflow:auto;
	overflow-x: hidden;
	box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
}

#sidebar2 {
	display:block;
	float:left;
	width: 220px;
	max-height: 580px;
	padding: 20px;
	padding-right:0px;
	border-radius: 12px;
	background-image:
	linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.7));
	overflow:auto;
	overflow-x: hidden;
	box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
}


#boxarrow {
  margin-left:0px;
  margin-top: 30px;
  float:left;
  width: 0px; 
  height: 0px;
  
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent; 
  border-right:20px solid rgba(0,0,0,0.6);
}

.fullsize {
	display:inline-block;
	float: left;
	height: 587px;
	width:1100px;
	margin-left: 100px;
	z-index:5;
	transition:ease-in 400ms;
	transition-delay:400ms;
}

#fullsize2 {
	display:inline-block;
	float: left;
	height: 587px;
	width:auto;
	margin-left: 355px;
	z-index:5;
	transition:ease-in 400ms;
	transition-delay:600ms;
}

#shift{
display:block;
width:100%;
}

.thumbnailclick{
display:inline-block;
float: left;
z-index:5;
width:1000px;
height: 533px;
margin-left: 0px;
padding-bottom: 54px;
transition:ease-out 400ms;
transition-delay:400ms;
}

#shift:hover .fullsize{
width:1000px;
height: 533px;
margin-left: 0px;
transition:ease-out 400ms;
transition-delay:400ms;
padding-bottom: 54px;
}

#shift:hover #fullsize2{
width:auto;
height: 533px;
margin-left: 30px;
transition:ease-out 400ms;
transition-delay:200ms;
padding-bottom: 54px;
}

.sidebarbox {
	position:absolute;
	display:block;
	visibility:hidden;
	float:left;
	opacity:0;
	margin-top:80px;
	padding-left:1000px;
	transform:scale(0.9,0.9);
	transition:ease-in 400ms;
	z-index:0;
}

#sidebarbox2 {
	position:absolute;
	display:block;
	visibility:hidden;
	float:left;
	opacity:0;
	margin-top:100px;
	padding-left:680px;
	transform:scale(0.9,0.9);
	transition:ease-in 400ms;
	transition-delay:400ms;
	z-index:0;
}

#sidebarbox3 {
	position:absolute;
	display:block;
	visibility:hidden;
	float:left;
	opacity:0;
	margin-top:100px;
	padding-left:1000px;
	transform:scale(0.9,0.9);
	transition:ease-in 400ms;
	z-index:0;
}

.sidebarclick{
position:absolute;
display:block;
float:left;
visibility:visible;
margin-top:80px;
padding-left:1000px;
transition:ease-in 400ms;
opacity:1;
transform:scale(1,1);
z-index:0;
transition:ease-out 400ms;
transition-delay:800ms;
}

#shift:hover .sidebarbox{
visibility:visible;
opacity:1;
transform:scale(1,1);
transition:ease-out 400ms;
transition-delay:800ms;
}

#shift:hover #sidebarbox2{
visibility:visible;
opacity:1;
transform:scale(1,1);
transition:ease-out 400ms;
transition-delay:600ms;
}

#shift:hover #sidebarbox3{
visibility:visible;
opacity:1;
transform:scale(1,1);
transition:ease-out 400ms;
transition-delay:800ms;
}

.thumbnail {
	height: 75px;
	width: auto;
	margin:5px;
	clear:both;
	opacity: 0.4;
	border-radius:6px;
	transition:ease-in 400ms;
}

.thumbnail:hover, .active {
	transform:scale(1.1,1.1);
	transition:ease-out 400ms;
	pointer-events: none;
	opacity:1;
	
	box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
}

#slider{
	padding: 10px;
	white-space:nowrap;
	background-image:
	linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0.6));
	display:inline-block;
 	clear: both;
	max-width:1300px;
	height: 85px;
	text-align:center;
	border-radius: 12px;
	cursor:pointer;
	overflow:auto;
	overflow-y:hidden;
}

/*Text CSS*/
#page{
	display:inline-block;
	clear:left;
	position:fixed;
	background-image:
	linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.7));
	height: 40px;
	margin-top:50px;
	margin-left:-10px;
	padding-left: 60px;
	padding-bottom:-40px;
	width: 100%;
	z-index:9;
	
	box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	
    -webkit-animation-name: pageShift;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-out;
    -webkit-animation-duration: 400ms;

    animation-name: pageShift;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 400ms;
}

@-webkit-keyframes pageShift {
    0% {
        -webkit-transform: translateY(-120px);
		opacity:0;
    }
    100% {
        -webkit-transform: translateY(0);
		opacity:1;
    }
}
@keyframes pageShift {
    0% {
        transform: translateY(-120px);
		opacity:0;
    }
    100% {
        transform: translateY(0);
		opacity:1;
    }
}



h1 {
	margin-top:10px;
	font-family:"condensedultralight";
	font-size:21px;
	text-align:left;
	color:rgba(255,255,255,1);
}


h2{
	font-family:"condensedbold";
	font-size:21px;
	margin-top:0px;
	text-align:left;
	color:#999;
}

h3{
	font-family:"condensedbold";
	font-size:21px;
	margin-top:0px;
	text-align:left;
	color:#FFF;
}

h5{
	display:block;
	clear:both;
	font-family:"condensedbold";
	font-size:42px;
	padding-top:0px;
	margin-bottom:100px;
	text-align:center;
	color:#000;
}

h6{
	display:block;
	clear:both;
	font-family:"condensedbold";
	font-size:24px;
	padding-top:0px;
	margin-bottom:0px;
	text-align:left;
	color:rgba(246,146,30,.92);
}

p {
	display:block;
	text-align:left;
	width: 800px;
	font-size:15px;
	color:#CCC
}

hr {
	border-style:solid 1px;
	background-color: #999;
	margin-bottom: -40px;
}

#copyright{
	display:block;
	margin:auto;
	font-size:9px;
	color:#000;
	text-align:center;
	padding-top:170px;
	
}

/*ABOUT US CSS*/

#info {
color: #999;
font-size:18px;
width:600px;
}

#infoboxtext {
display: inline-block;
margin-top: -5px;
font-family:"condensedultralight";
color: #FFF;
font-size:14px;
width: 200px;
text-indent: -1em;
padding-left:1em;
}


#infobox{
	display:block;
	float:left;
	position:absolute;
	font-size:14px;
	height: 350px;
	width: 220px;
	padding: 20px;
	margin-top:-220px;
	margin-left:680px;
	margin-bottom:0px;
	border-radius: 12px;
	overflow: hidden;
	background-image:
	linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.7));
	opacity:0;
	transform:scale(0.9,0.9);
	transition:ease-in 400ms;
	-webkit-transition-delay: 20s;
	transition-delay: 20s;
	
	box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
}



#infobox2{
	display:block;
	float:left;
	font-size:14px;
	height: 350px;
	width: 220px;
	padding: 20px;
	margin-top:-220px;
	margin-left:1020px;
	margin-bottom:0px;
	border-radius: 12px;
	overflow: hidden;
	background-image:
	linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.7));
	opacity:0;
	transform:scale(0.9,0.9);
	transition:ease-in 400ms;
	-webkit-transition-delay: 20s;
	transition-delay: 20s;
	
	box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
}

#chart1 {
display:inline-block;
position:absolute;
float:left;
margin-left:650px;
margin-top:-270px;
width: 660px;
height:auto;
opacity:0;
transform:scale(0.9,0.9);
transition:ease-in 400ms;
transition-delay: 20s;
}

#chart2 {
display:block;
float:left;
margin-top:30px;
margin-left:270px;
width: 800px;
opacity:0;
transform:scale(0.9,0.9);
transition:ease-in 400ms;
transition-delay: 20s;
}

.section1 {
margin-left:-150px;
margin-top:-150px;
height:350px;
}

.section2 {
margin-left:-150px;
margin-top:-150px;
height: 150px;
}

.section3 {
margin-left:-50px;
height: 500px;
margin-bottom:-50px;

}

.section1, .section2, .section3{
display:block;
clear:both;
opacity:0;
width: 100%;
padding-top:100px;
transition:ease-in 400ms;

-webkit-transition-delay: 30s;
transition-delay: 30s;
}

.section1:hover, .section2:hover, .section3:hover{
opacity:1;
transition:ease-out 200ms;
margin-left: 0px;
}

.section1:hover #infobox{
	opacity:1;
	transform:scale(1,1);
	transition:ease-out 400ms;
	transition-delay: 400ms;
}

.section1:hover #infobox2{
	opacity:1;
	transform:scale(1,1);
	transition:ease-out 400ms;
	transition-delay: 600ms;
}

.section2:hover #chart1{
	opacity:1;
	transform:scale(1,1);
	transition:ease-out 400ms;
	transition-delay: 400ms;
}

.section3:hover #chart2{
	opacity:1;
	transform:scale(1,1);
	transition:ease-out 400ms;
}


/*Navigation CSS*/
header {
	z-index:10;
	display:block;
	float:both;
	position:fixed;
	height: 60px;
	width:100%;
	background-image:
	linear-gradient(to bottom, rgba(246,146,30,.92), rgba(239,110,37,.92));
	margin-top:-9px;
	margin-left:-16px;
	vertical-align:middle;
	padding-right:10px;
	
	box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
}

#nav-icon3 {
display:none;
}

#strata {
	float:right;
	position:fixed;
	margin-top:-85px;
	margin-left:65px;
	margin-top: 15px;
	transition:ease-in 400ms;
}

#strata:hover{
	transform:scale(1.05,1.05);
	transition:ease-out 400ms;
}

li{
	display:block;
	float:left;
	list-style-type:none;
}

li a{
font-family:"condensedbold";
text-decoration:none;
color:#FFF;
padding-top: 23px;
padding-right: 20px;
padding-left: 20px;
padding-bottom:21px;
opacity:1;
transition: ease-in 400ms;

}

li a:hover{
	color:rgba(246,146,30,.92);
	background-color:#000;
	opacity:1;
	cursor:pointer;
	transition: ease-out 400ms;
}

#dropdownmenu{
	display:block;
	width:117px;
	background-image:
	linear-gradient(to bottom, rgba(239,110,37,.92), rgba(246,146,30,.92));
	visibility:hidden;
	opacity: 0;
	margin-top:-100px;
	z-index:8;
	transition: ease-in 400ms;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

#dropdownlist{
	display:block;
	clear:both;
	font-size:12px;
	text-decoration:none;
	color:#FFF;
	padding-top: 13px;
	padding-bottom: 12px;	
	transition: ease-in 400ms;
}

#dropdownlist:last-of-type{
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

#dropdownlist:hover{
font-family:"condensedbold";
color:rgba(246,146,30,.92);
background-image:
	linear-gradient(to bottom, rgba(0,0,0,.6), rgba(0,0,0,1));
transition: ease-out 400ms;
}

#ourwork:hover {
cursor:pointer;
}

#ourwork:hover #dropdownmenu {
	opacity:1;
	transition: ease-out 200ms;
	transition-delay: 200ms;
}

#ourwork:hover #dropdownmenu {
	visibility:visible;
	margin-top:19px;
	transition: ease-out 400ms;
	transition-delay: 200ms;
	
	box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
}


#slide {
	visibility:hidden;
	display:inline-block;
	float:right;
	padding-right:700px;
	padding-bottom: 20px;
	padding-top: 22px;
	margin-top:0px;
	transition:ease-in 400ms;
	transition-delay: 800ms;
	opacity:0;
	z-index:10;
}

header:hover #slide{
	opacity:1;
	visibility:visible;
	transition:ease-out 400ms;
	padding-right:70px;
	float:right;
}

/*Footer CSS*/

footer {
    display:block;
	clear:both;
	height: 200px;
    min-width: 1300px;
	width: 100%;
	alignment-adjust:middle;
	background-image:
	linear-gradient(to bottom, rgba(246,146,30,.92), rgba(239,110,37,.92));
	margin-left:-16px;
	padding-right:30px;
	margin-bottom:-10px;
	
box-shadow: 0px -4px 5px rgba(0,0,0,0.2);
-moz-box-shadow: 0px -4px 5px rgba(0,0,0,0.2);
-webkit-box-shadow: 0px -4px 5px rgba(0,0,0,0.2);
}


/*Contact form CSS*/
#contactform {
display:inline-block;
width: 100%;
text-align:center;
}

form{
	width: 400px;
	padding: 30px;
	padding-top:0px;
	display:inline-block;
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.7));
	border-radius: 12px;
	
box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
-webkit-box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
	
}

label{
	font-family:"condensedultralight";
	font-size:21px;
	color:#FFF;
	display:inline-block;
	float:left;
	margin-top: 20px;
	margin-bottom: 0px;
}



input{
	font-family:"condensed";
	font-size:16px;
	display:inline-block;
	float:left;
	width: 390px;
	height:20px;
	color:#000;
	background-color: rgba(255,255,255,0.4);
	border:none;
	border-radius: 12px;
	padding: 10px;
	padding-right: 0px;
	
	transition: border-color 1s; 
    -webkit-transition: border-color 1s;
    -o-transition: border-color 1s;
	
	transition: background-color 1s;  
    -webkit-transition: background-color 1s; 
    -o-transition: background-color 1s; 

}

input:focus{
	color: rgba(246,146,30,.92);
	outline:none;
	background-color: #FFF;
}

#submit{
	font-family:"condensedbold";
	display:inline-block;
	float:left;
	width: 150px;
	height:40px;
	border-radius: 12px;
	padding: 10px;
	padding-top: 12px;
	margin-top: 20px;
	margin-left:130px;
    color:#FFF;
    background:#000;
	cursor:pointer;
	
	transition: ease-out 400ms;
}

#submit:hover{
	font-family:"condensedbold";
    color: #FFF;
	background-image: linear-gradient(to bottom, rgba(246,146,30,.92), rgba(239,110,37,.92));
	transition: ease-out 400ms;
}

select {
	font-family:"condensed";
	display:inline-block;
	float:none;
	width: 400px;
	height: 40px;
	border:none;
	border-radius: 12px;
	padding: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-size:16px;
	font-size:16px;
	background-color: rgba(255,255,255,0.4);
	color: rgba(0,0,0,0.4);
	outline: none;
	cursor:pointer;
	-webkit-appearance:none;
	-moz-appearance: none;
	appearance: none;
	
		transition: border-color 1s; 
    -moz-transition: border-color 1s;
    -webkit-transition: border-color 1s;
    -o-transition: border-color 1s;
	
	transition: background-color 1s; 
    -moz-transition: background-color 1s; 
    -webkit-transition: background-color 1s; 
    -o-transition: background-color 1s;
	
}

select:focus{
	outline:none;
	border: 2px solid;
	border-color: rgba(246,146,30,.92);
	background-color:#FFF;
	color: rgba(246,146,30,.92);

}


textarea{
	font-family:"condensed";
	font-size: 16px;
	width: 380px;
	min-height: 150px;
	max-height: 500px;
	padding: 10px;
	overflow:auto;
	border:none;
	border-radius: 12px;
	resize: none;
	color:#000;
	background-color: rgba(255,255,255,0.4);
	
	transition: border-color 1s; 
    -moz-transition: border-color 1s;
    -webkit-transition: border-color 1s;
    -o-transition: border-color 1s;
	
	transition: background-color 1s; 
    -moz-transition: background-color 1s; 
    -webkit-transition: background-color 1s; 
    -o-transition: background-color 1s; 
}

textarea:focus{
	outline:none;
	background-color: #FFF;
	border: 2px solid;
	border-color: rgba(246,146,30,.92);
	color: rgba(246,146,30,.92);
}



/*FADE PAGE*/
#fade{
	 animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
}

@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}