body
{
	color: #ffffff;  
	background-color: #fff;
	padding:20px 30px 20px 20px;
	font-family:"futura-pt-book",sans-serif;
}
#page {
    background-color: #2e2e2e;
    border: 4px solid #EAEAE9;
    height: auto;
    margin: 0 auto;
    width: 100%;
}
.logoImg
{
	width:196px;
	height:auto;
}

/* unvisited link */
a:link {
    color: white;
}

/* visited link */
a:visited {
    color: black;
}

/* mouse over link */
a:hover {
    color: black;
}

/* selected link */
a:active {
    color: white;
}

/*** MENU ***/
#menu {
    clear: both;
    /*margin: 10px 0;
    overflow: auto;*/
	height:50px;
	margin: 0 auto;
    text-align: center;
    width: 100%;
}
#menu img{width:35px !important;}
.toggleMenu {
    color: #ffffff;
    font-size: 13px;
    padding: 10px;
    text-decoration: none;
    /*text-transform: uppercase;*/
}
/*.nav {
	list-style: none;	
 	*zoom: 1;	

}
.nav:before, .nav:after {
	content: " ";
	display: table;
}
.nav:after {
	clear: both;
}
.nav ul {
	list-style: none;
	width: 14em;
}
.nav a {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
    padding:10px;
    text-decoration: none;
	text-align:center;
	
	
}
.nav a:hover {	
	 opacity:0.8;
	 filter:alpha(opacity=20);
	 position:relative;
	
}
.nav li {
    border-right: 1px solid #fff;
    display: inline;
    position: relative;
}

.nav1 {
	border-left:1px solid #fff;
}

.nav > li {
	border-top: 0px solid #104336;
	
}

.nav > li > a {
}
.nav li ul {
	position: absolute;
	left: -9999px;
}
.nav > li.hover > ul {
	left: 0;
}
.nav li li.hover ul {
	left: 100%;
	top: 0;
}
.nav li li a {
	display: block;
	background: #fffdee;
	position: relative;
	z-index:100;
	border-bottom: 2px solid #b6b2a7;
}
.nav li li li a {
	background:#fffdee;
	z-index:200;
	border-top: 0px solid #1d7a62;
}
*/
h1 { font-size:30px; color:#ffffff; }
h2 { font-size:24px; color:#ffffff; }
 h3{ font-size:18px; color:#ffffff; }
 h4 { font-size:12px; color:#ffffff; }
 h5 { font-size:10px; color:#ffffff; }
 /*img{width:100%;}*/
 img{height: auto;
    max-width: 100%;
    width: auto;}
 
.footer
{
	text-align:center;padding:30px;color:#ffffff;
} 
.footer #socialico{
	float:left;
	margin: 18px 0 0 0;
}
.footer #socialico img{border:0;margin-right:5px;}
#backtotop {
	float: right;
    margin: -25px 0 0 0;
}

.backBtn {
	float: left;
}

.backBtnTxt {
    color: #fff;
    float: left;
    margin: 3px 0 0;
    width: 80px;
}

.backImg {
	float: left;
    width: 30px;
}
.outerContnr {
    background-image: url("http://richardkeilphotography.com/shopping/images/richardkeil/richardkeilbg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
	background-attachment: fixed;
}
.container
{
	/*background-color:#2e2e2e;
	opacity:0.8;*/
	background-color:rgba(0, 64, 122, 0.8);
	width:900px;
	margin:0 auto;
	height:auto;
	padding:30px;
}
.content-1
{
	float:left;width:56%;
}
.content-2
{
	float:right;width:40%;
}

/************* form css **************/
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"] {
	font:400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contact-form {
	padding:0 0px 5% 0;
}
#contact-form h3 {
	color:#000;
	display:block;
	font-size:28px;
}
#contact-form h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}
#contact-form label span {
	cursor:pointer;
	color:#ffffff;
	display:block;
	margin:5px 0;
	font-weight:900;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="url"],
#contact-form textarea {
	/*width:93%;*/
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #9db1bc;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #9db1bc;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #9db1bc;
	border:1px solid #9db1bc;
	background:#FFF;
	margin:0 0 5px;
	/*padding:10px;*/
	border-radius:5px;

    padding:10px 3%;
    width: 75%;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
#contact-form textarea {
	height:100px;
	max-width:100%;
}
#contact-form button[type="submit"] {
    background: #FD8D02 url("http://www.richardkeilphotography.com/shopping/images/richardkeil/send.png") no-repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 17px;
    font-weight: bold;
    margin:16px 0 5px;
    padding: 16px;
    width: 87px;
}
#contact-form button[type="submit"]:hover {
	/*background-image:linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-moz-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
	background-image:-webkit-linear-gradient(bottom, #9C215A 0%, #A82767 52%);*/
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {
	outline:0;
	border:1px solid #999;
}
.splfield{display:none;}

/**---Responsive Css---**/
@media screen and (max-width:1066px) {
	.container { width:90%; padding:25px 10px;}
}
@media screen and (max-width:999px) {	
	.container { width:90%; padding:25px 10px;}
	.content-1{	width:50%; }
	.content-2{	width:47%; margin-top:10px;}	
}
@media screen and (max-width: 768px) {
	#backtotop { margin: 15px 0 0;  }	
	body{padding:10px 20px 10px 10px;}
	.container { width:90%; padding:25px 10px;}
	.content-1{	width:50%; }
	.content-2{	width:47%;}	
	.footer{ padding:10px 10px 55px 10px;} 
}
@media screen and (max-width: 749px) { 	
	body{padding:10px 20px 10px 10px;}	
	.container { width:90%; padding:35px 10px;}
	.content-1{	width:50%; }
	.content-2{	width:47%;}	
	.footer{ padding:10px 10px 55px 10px;} 
	
}
@media screen and (max-width: 640px) {	
	body{padding:10px 20px 10px 10px;}
	#backtotop {
    margin: 15px 0 0 41%;
	float:left;
   }
   /*.nav1 {
    	border-left: 0 none #fff;
		margin-left:0px;
	}
	.nav > li {
		display:block;
	}
	.nav > li > a {
		border: 0 solid #FF0000;
		color: #FFFFFF;
		font-size: 13px;
		font-weight: normal;
		padding: 0px;
		text-decoration: none;
	}
	.nav li {
		background:none;
		border-top:solid 1px #ffffff;
		padding:10px;
	}
	
	.nav > li {
		float: none;
	}*/
	.logoImg{ width:196px;	}
	.toggleMenu{ margin:0; }
	.outerContnr { padding:15px; }
	.container { width:90%; padding:25px 10px;}
	.content-1{	width:100%; }
	.content-2{	width:100%; margin-top:10px;}	
	.footer{ padding:10px 10px 55px 10px;} 
	.footer #socialico{ float:none; margin:10px;}
}

@media screen and (max-width: 480px) {
	.logoImg{ width:196px;	}
	.footer{ padding:10px 10px 55px 10px;} 
	#backtotop {
	    float: left;
	    margin: 15px 0 0 34%;
	}
	.footer #socialico{ float:none; margin:10px;}
}

@media screen and (max-width: 320px) {
	body{padding:10px 20px 10px 10px;}
	.logoImg{ width:196px;	}		
	.outerContnr
	{
		background-image:url(http://www.richardkeilphotography.com/shopping/images/richardkeil/richardkeilbg.jpg);
		padding:30px;
	}
	.toggleMenu {  margin: 0;}
	.outerContnr { padding:15px; }
	.container { width:auto; padding:25px 5px;}
	.content-1{	width:100%; }
	.content-2{	width:100%;margin-top:10px; }
	.footer{ padding:10px 10px 55px 10px;} 
	
	#backtotop {
	    float: left;
	    margin: 15px 0 0 34%;
	}
	.footer #socialico{ float:none; margin:10px;}
}