@charset "utf-8";

/* CSS Document */

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




* {
    margin: 0;
    padding: 0;
}


body{
	color: #333;
	font-family: Oxygen, sans-serif;
	background-color:#efefef;
	font-size: 11pt;
}

p.spacing{
		padding: 10px;
	
}

h1{
	font-size: 13pt;
}

h2{
	font-size: 11pt;
}

h3{
	font-size: 9pt;
	color:#666;
	
}

a {
	color:#999;
	text-decoration:none;
}

.wrapper {
	width: 100%;
	height: auto;

	position: relative;


	
}



header {
	width: auto;
	/*width: 100%;*/
	height: 65px;
	background-color:#efefef;
	position: relative;
	overflow:visible;
	
	border-bottom: 1px solid #ccc;
	
}


.topmenumain {
	width: 960px;
	height: 65px;
	background-color:#efefef;
	position: relative;
	margin: 0 auto;
	z-index: 110;
	overflow:visible;
	
}


.content {
	width: 100%;
	height: 100%;
	padding-top:50px;
/*background:#fff url('images/pattern4.png') left top;*/
	background-color:#fff;
	position: relative;
}


.contentmain {
	width: 960px;
	/*height: 100%;*/

	height: 1030px;	
	/*background-color:#fff;*/
	position: relative;
	margin: 0 auto;
}




footer {
	width: auto;
	/*width: 100%;*/
	height: 150px;
	background-color:#efefef;
	/*position: fixed;*/
	z-index: 200;

	bottom: 0px;
	overflow: hidden;

	border-top: 1px solid #ccc;
}


.footermain {
	width: 960px;
	height: 150px;
	background-color:#efefef;
	/*position: fixed;*/
	bottom: 0px;
	overflow: hidden;
	margin: 0 auto;


	
}



/*logo*/

.logomain{
    
    height: 65px;
	position: relative;
	overflow:visible;
	float:left;
	z-index: 2;
}
 




/*nav code*/

.nav {
    background-color: #efefef;
    height: 65px;
    display: inline-block;
	overflow:visible;
	
	float:right;
}
 
.nav li {
    float: left;
    list-style-type: none;
    position: relative;
	overflow:visible;
	
}

.nav li a {
    font-size: 15px;
    color: #333;
    display: block;
    line-height: 65px;
    padding: 0 24px;
    text-decoration: none;
    border-left: 1px solid #ccc;
    font-family: Oxygen, sans-serif;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.nav li a:hover {
    background-color: #ccc;
    -webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
 
 .nav li a:active {
    background-color: #efefef;

}
 
 .current{
	background-color: #efefef; 

    color: #999;
    display: block;
    line-height: 65px;
    padding: 0 24px;
    text-decoration: none;
    border-left: 1px solid #ccc;
    font-family: Oxygen, sans-serif;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.5); 
	 
	 
	 
 }
 
 .logo {

		border-width: thin;
		border: none;		
	}


	
/*#logo a {
    padding: 18px;
    height: 24px;
    font-size: 10px;
    line-height: 24px;
}



*/

#contactus a{
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;


}
#contactus>a {
    background-image: url(images/triangle.png);
    background-position: 85% center;
    background-repeat: no-repeat;
    padding-right: 42px;
}

/*#contactus.test1{
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
    background-image: url(images/triangle.png);
    background-position: 85% center;
    background-repeat: no-repeat;
    padding-right: 42px;


}
#contactus >.test1 {
    background-image: url(images/triangle.png);
    background-position: 85% center;
    background-repeat: no-repeat;
    padding-right: 42px;
}*/




.subnav {
    visibility: hidden;
    position: absolute;
    top: 110%;
    right: 0;
    width: 212px;
    height: auto;
    opacity: 0;/**/
    -webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
    background: #efefef;

	display:table-cell; 
	vertical-align:middle;

}
.subnav li {
    float: none;
}
.subnav li a {
    border-bottom: 1px solid #ccc;
	 border-top: 1px solid #ccc;
}
/*#contactus:hover .subnav {
    visibility: visible;
    top: 100%;
    opacity: 1;
}*/



.icons{
	
    float: right;
	padding-top: 8px;

   opacity:0.6;
	border-width: thin;
	border: none;

}

.icons:hover{
	
    float: right;





}


.fadeicons{
	
   opacity:0.4;

border-width: thin;
	border: none;

}

.fadeicons:hover{
	border-width: thin;
	border: none;
   opacity:1;
    -webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}


/*main content boxes*/



.contentbox{
	position: relative;
	height: 300px;
	width: 300px;
	margin: 27px 27px 0px 0px;
	border: 1px solid #ccc;
	background-color:#efefef;
	float: left;
	

	
	/*opacity:1;
	-webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;*/
	


}



/*

.contentbox:hover{
	height: 300px;
	width: 300px;
	margin: 27px 27px 0px 0px;
	border: 1px solid #ccc;
	background-color:#efefef;
	float: left;
	opacity:0;


}*/

.contentbox2{
	position: relative;
	height: 300px;
	width: 300px;
	margin: 27px 0px 0px 0px;
	border: 1px solid #ccc;
	background-color:#efefef;
	float: left;
	

}
.contentbox3{
	position: relative;
	height: 300px;
	width: 300px;
	margin: 27px 0px 0px 0px;
	border: 1px solid #ccc;
	background-color:#efefef;
	float: right;
	

}

.contentboxrow{
	position: relative;
	display: inline;

	height: 300px;


}
/*
.contentboxrowlast{
	position: relative;
	display: inline;

	height: 300px;


}

.rollovercolor{
	width:300px;
	height:300px;
	background-color:rgba(215,60,155,1);
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
	
	
}

.rollovercolor:hover{
	
	background-color:rgba(255,22,130,0.6);
	-webkit-transition: all 1s ease-in;
	-moz-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in;
	
	
}*/



.rollovermain{
	
	/*	 opacity:1;
    -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
*/

	cursor:pointer;
	position: absolute;
	z-index: 100;

	
}


/*.rollovermain2{
	

filter: blur(3px); 
-webkit-filter: blur(3px); 
-moz-filter: blur(3px);
-o-filter: blur(3px); -ms-filter: blur(3px);
filter: url(blur.svg#blur);
filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');

	
}*/

.rollovermain:hover{
	
	/*	 opacity:1;
	    -webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;*/
	
	position: absolute;
	z-index: 100;

}


/*main content boxes*/


.rowbox{
	height: 69px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	background-color: #efefef;
	visibility: hidden;
	
		
}
.rowbox p{
	padding:5px;
	font-size: 11px;
	
}

.rowboximg{
	height: 90px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	background-color: #d2d2d2;
	visibility: hidden;
		
}
.rowboximg p{
	padding:5px;	

}
#h1box{
	padding: 3px;
	font-weight: bold;
}


.headingrowbox,.headingrowbox2,.headingrowbox3,.headingrowbox4,.headingrowbox5,.headingrowbox6,.headingrowbox7,.headingrowbox8,.headingrowbox9{
	height: 45px;
	width: 100%;
	cursor:pointer;
	position: absolute;
	z-index: 102;
	opacity:0;
	border-bottom: 1px solid #ccc;
	background-color:#d2d2d2;
	top: 70px;
	
	
	/*background-color:rgba(255,0,0,0);

	
 	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;*/
	
}


.headingrowboxwrapper,.headingrowboxwrapper2,.headingrowboxwrapper3,.headingrowboxwrapper4,.headingrowboxwrapper5,.headingrowboxwrapper6,.headingrowboxwrapper7,.headingrowboxwrapper8,.headingrowboxwrapper9{
	height: 300px;
	width: 100%;
	cursor: pointer;
	position: absolute;
	z-index: 101;
	opacity: 0;
	background-color: #fff;	
}




.headingrowbox p,.headingrowbox2 p,.headingrowbox3 p,.headingrowbox4 p,.headingrowbox5 p,.headingrowbox6 p,.headingrowbox7 p,.headingrowbox8 p,.headingrowbox9 p{
	padding:5px;	
}


.headingsidebox{
	float:left;
	width:40px;
	height:40px;
	padding:2.5px;
	margin:0;
	border-bottom: 1px solid #ccc;
	background: #efefef;
	
	
}

.clienttitle{
	padding: 5px 5px 0px 15px;
	float:left;
	
}

.closebox{
	height: 30px;
	width: 30px;
	float: right;
	top:0px;
	padding:0px;
	margin:0px 0px 0px 5px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background:#efefef;
	cursor:pointer;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;

	
}

.closebox:hover{
	height: 30px;
	width: 30px;
	padding:0px;

	background:#ccc;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}


#floatright{

	float: left;
	
}

.projectthumbs{
		
	border: 2px solid #333;
	padding:0px;
	margin:6px;
	float: left;
	-webkit-transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	transition: all 0.6s ease-in;
}


.projectthumbs:hover{
	
	border: 2px solid #269b4f;
	
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	/*float: right;*/
}




/*profile page content content*/


.profile {

	/*top:50px; 	background-color: #D8E0CE;*/
	
	width: 100%;
	height: 100%;

	background:#e8efe9 url('images/pattern4.png') left top;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	border-bottom: 1px solid #637065;
		animation:logoanimateback 2s;
		-webkit-animation:logoanimateback 2s; /* Safari and Chrome  */ 
}

@keyframes logoanimateback
	{
		from {background:#fff;}
		to {background:#e8efe9 url('images/lines_main.png') left top; }
	}
	
	@-webkit-keyframes logoanimateback /* Safari and Chrome */
	{
		from {background:#fff;}
		to {background:#e8efe9 url('images/pattern4.png') left top;}
	}

.profilecontent {

	padding:80px 10px 10px 10px;
	width: 960px;

	position: relative;
	margin: 0 auto;


}

.profiletext {

	float:left;
	width: 420px;
	/*padding: 20px;
	background:#e8efe9;
	border: 1px solid #637065;*/
	
	color: #637065;

}
.profiletext2 {
	float:right;
		width: 450px;

		opacity: 1;
		animation:logoanimate 3s;
		-webkit-animation:logoanimate 3s; /* Safari and Chrome */
	
	
/*background: url('images/Will_circ_edit_test_or.png') no-repeat right top ;	*/


}

@keyframes logoanimate
	{
		from {opacity: 0.3;}
		to {opacity: 1;}
	}
	
	@-webkit-keyframes logoanimate /* Safari and Chrome */
	{
		from {opacity: 0.3;}
		to {opacity: 1;}
	}


/*.profiletext2:hover {
	float:right;
		width: 500px;
	height: 600px;

background: url('images/Will_circ_edit_test.png') no-repeat right top ;	
}*/


.profiletext h1 {

/*text-align:center;	*/
font-size:30px;
	


}

/*.linestyle {
	
	display:inline;
	 padding: 0 12px 20px 12px;

	
}*/
	
.skills {


	width: 100%;
height: 800px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
	margin: 0 auto;

border-top: 1px solid #ccc;

}





/*footer content*/

.footerTitle {
	 
     /*height: 100%;*/
     margin: 0pt auto;
     padding: 15px 0px 0px 0px;
     position: relative;
     text-align: left;
     
}

.footerImage {

     margin: 0pt auto;
     padding: 2px 0px;
     position: relative;
}

.footerContentLeft {
	
	 margin: 0pt auto;
     padding: 5px 0px;
     position: relative;
     text-align: left;
    
}

.footerTextLeft {
     
     float: left;

     font-size: 8pt;
     margin: 0px auto;
	 padding: 5px 0px;
     position: relative;
     border-width: thin;
	border: none;
}




.footerTextFarRight {
border-width: thin;
	border: none;
     float: right;

     font-size: 8pt;
     margin: 0pt auto;
     padding: 0px;
     position: relative;
     
}

.copyright{
	margin:0px;
	padding: 0px;
}



















/*test*/

.test_Nav {
    background-color: #efefef;
    height: 65px;
    display: inline-block;
	overflow:visible;
	
	float:right;
}
 
.test_Nav li {
    float: left;
    list-style-type: none;
    position: relative;
	overflow:visible;
	
}

.test_Nav li a {
    font-size: 15px;
    color: #333;
    display: block;
    line-height: 65px;
    padding: 0 24px;
    text-decoration: none;
    border-left: 1px solid #ccc;
    font-family: Oxygen, sans-serif;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
.test_Nav li a:hover {
    background-color: #ccc;
    -webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
}
 
 .test_Nav li a:active {
    background-color: #efefef;

}
 




*/

.test_contact a{
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;


}
.test_contact>a {
    background-image: url(images/triangle.png);
    background-position: 85% center;
    background-repeat: no-repeat;
    padding-right: 42px;
}





.test_subcontact {
    visibility: hidden;
    position: absolute;
    top: 110%;
    right: 0;
    width: 212px;
    height: auto;
    opacity: 0;/**/
    -webkit-transition: all 0.6s ease-out;
	-moz-transition: all 0.6s ease-out;
	-o-transition: all 0.6s ease-out;
	transition: all 0.6s ease-out;
    background: #efefef;

	display:table-cell; 
	vertical-align:middle;

}
.test_subcontact li {
    float: none;
}
.test_subcontact li a {
    border-bottom: 1px solid #ccc;
	 border-top: 1px solid #ccc;
}
/*.test_contact:hover .test_subcontact {
    visibility: visible;
    top: 100%;
    opacity: 1;
}*/
