/*
Theme Name: Patents Wanted
*/

body{
	margin: 0;
	border-top: #093479 3px solid;
	font-family: arial;
}

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

img{
	border: none;
}

.container{
	width: 80%;
	margin: 0 auto;
	padding: 10px 0px;
}

.logo-wrapper{
	width: 45%;
	float: left;
}

#logo{
	width: 11%;
	float: left;
}

#logo img{
	border: none;
}

.headline{
	color: #093479;
	font-size: 35px;
	position: relative;
	top: -7px;
/*	width: 88%;*/
/*	float: left;*/
	font-weight: bold;
}

#header-menu{
	width: 55%;
	float: right;
}

#header-menu ul{
	display: inline-block;
	float: right;
}

#header-menu li{
	display: inline;
}

#header-menu ul li{
	list-style: none;
	color: #2f2e2e;
	margin-left: 15px;
}


#header-menu li:hover a{
	color: #093479;
}

.index-image{
	width: 100%;
	float: left;
	/*background: url(images/index.jpg) no-repeat;
	height: 600px;
*/	background-size: 100% 100%;
	margin-top: 10px;
	box-shadow: 0 -1px 3px #333333;
}

.index-image img{
	width: 100%;
}

.shout-header{
	text-align: center;
	background-color:rgba(255,0,0,0.7);
	color: white;
	padding: 15px 0;
	font-size: 40px;
	font-weight: bold;
	/*margin-top: 468px;*/
	margin-top: -185px;
	position: relative;
}

.shout-captions{
	color: #333;
	text-align: center;
	background-color:rgba(255,255,255,0.7);
	padding: 20px;
	font-weight: bold;
	font-size: 20px;
	/*height: 33px;*/
	position: relative;
}

.footer-wrapper{
	width: 100%;
	color: #ffffff;
	/*text-align: center;*/
	float: left;
	background: #093479;
	padding: 10px 0;
}

.page-title{
	font-size: 20px;
	color: #fff;
	background: #093479;
	width: 100%;
	float: left;
	margin-top: 10px;
	box-shadow: 0 -1px 3px #333333;
}

.page-content{
	float: left;
	width: 100%;
	line-height: 25px;
	text-align: justify;
}

.page-content img{
	width: 40%;
	height: 159px;
}

.current-menu-item a{
	color: #093479;
}

.contact{
	background: #1a2c30;
	box-shadow: 0 -1px 3px #333333;
	width: 100%;
	float: left;
	margin-top: 10px;
}

.contact-image{
	width: 60%;
	float: left;
}

.contact-image img{
	width: 100%;
}

.contact-content{
	width: 30%;
	float: left;
	background: white;
	border-radius: 3px;
	margin: 20px 0;
	padding: 10px;
}

.half{
	width: 45%;
}

#menu-footer-menu{
	padding: 0px;
	display: inline;
	margin: 0px;
}

.menu-footer-menu-container{
	display: inline-block;
	float: right;
}

#menu-footer-menu  li{
	list-style: none;
	display: inline;
	color: #fff;
	padding: 1px 8px;
	border-left: 2px solid #fff;
}

#menu-footer-menu li:first-child{
	border-left: none;
}

#menu-footer-menu  li a{
	color: #fff;
}

.submit-now{
	font-size: 20px;
}

input, textarea, select{
	width: 95%;
}

.wpcf7-submit{
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0f4588), to(#072a69));
	background-image: -webkit-linear-gradient(top, #0f4588, #072a69);
	background-image:    -moz-linear-gradient(top, #0f4588, #072a69);
	background-image:      -o-linear-gradient(top, #0f4588, #072a69);
	background-image:         linear-gradient(to bottom, #0f4588, #072a69);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0f4588', endColorstr='#072a69');/*For IE7-8-9*/
	color: white;
	border: 1px solid #072968;
	border-radius: 5px;
	padding: 5px 0;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .wpcf7-form-control {
    border: 1px solid #DEDEDE;
    border-radius: 5px 5px 5px 5px;
    padding: 5px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus, textarea.wpcf7-form-control:focus, select.wpcf7-form-control:focus{
	border-color: rgba(82, 168, 236, 0.8);
	outline: 0 none;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
	-webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-ms-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	-o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

#toTop {
    background: url("images/up.png") repeat scroll 0 0 transparent;
    bottom: 0;
    color: #FFFFFF;
    display: none;
    height: 63px;
    position: fixed;
    right: 5px;
    width: 58px;
    z-index: 5;
}

img.alignright {float:right; margin:0 0 1em 1em}
img.alignleft {float:left; margin:0 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}


@media (max-width: 1270px) {
	.shout-captions{
		padding: 20px 70px;
	}
}

@media (max-width: 1117px) {
	.logo-wrapper{
		width: 100%;
		text-align: center;
		float: left;
	}

	.headline{
		width: auto;
	}

	#logo img {
	    width: auto;
	}

	#header-menu {
	    width: 100%;
	    text-align: center;
	}
	#header-menu ul {
	    display: inline-block;
	    float: none;
	    margin-left: -50px;
	}
}

@media (max-width: 710px){
	.shout-header{
		font-size: 25px;
	}

	.shout-captions {
	    padding: 20px 5px;
	    font-size: 14px;
	}
}
