/*
Theme Name: SignalSEC
Author: Anas Naqvi
Author URI: https://www.freelancer.com/u/AnusNaqvi.html
Description: Custom Blog Theme For SignalSEC Pvt Ltd.
Version: 1.1
*/

/* CSS Rules: Sorted alphabetically for better organization. */

/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
body{
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	background-color:#f1f1f1;
}
a{
	color:#666;
	text-decoration:none;
}
a:hover{
	color:#f90;
}

ul {
  padding-left: 20px;
}
ul li {
  line-height: 22px;
}
.main-container {
  margin: 0px auto 30px;
  overflow: hidden;
  width: 980px;
}
header{
	padding:10px 0px;
	overflow:hidden;	
}


header #flags-container {
  float: right;
  overflow: hidden;
}
header #logo {
  float: left;
  width: 240px;
  margin-top:-5px;
}
header #logo img {
  height: 62px;
  width: 240px;
}
header #flags-container .flags {
  float: left;
  width: 25px;
  overflow:hidden;
  margin-right:15px;
}
header #flags-container .flags img {
	height:18px;
	width:100%;
}
#navigation {
  float: right;
  margin-top: 25px;
}
.nav-items {
  color: #666;
  cursor: pointer;
  float: left;
  font-size: 14px;
  margin-right: 30px;
  padding-bottom: 30px;
}
.nav-items a{
  color: #666;
  text-decoration:none;
}
.nav-items:hover > .nav-sub{
	   -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
	display:block;
}
.nav-sub {
	display:none;
	    -webkit-transition: opacity 300ms;
    -moz-transition: opacity 300ms;
    -ms-transition: opacity 300ms;
    -o-transition: opacity 300ms;
    transition: opacity 300ms;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -ms-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
    opacity: 0;
	  -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
  background-color: #f1f1f1;
  margin-top: 10px;
  position: absolute;
  border:1px solid #ccc;
  z-index:999;
}
.nav-sub-top {
  height: 10px;
  margin-left: 10px;
  margin-top: -10px;
  position: absolute;
  width: 20px;
}
.nav-sub a {
	color:#666;
  display: block;
  padding: 10px 30px 10px 15px;
}
.nav-sub a:hover {
	background:#f9f9f9;
}
.flexslider{
	margin-top:20px !important;
}
.featured-game{
	height:250px;
	position: relative;
	z-index: 1;
	font-family: sans-serif;
}
.slider-text {
  color: #fff;
  left: 30px;
  position: absolute;
  top: 50px;
  width: 500px;
}
.slider-text > .title {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
}
.slider-text > .slogan {
  color: #fff;
  font-size: 20px;
}
.featured-game > .background {
	height:100%;
	width:100%;
  
}
.slider-text > a > .more {
  margin-top: 30px;
 border:1px solid #44adc6; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF; background-color: #6bbed2; background-image: -webkit-gradient(linear, left top, left bottom, from(#6bbed2), to(#50abc4));
 background-image: -webkit-linear-gradient(top, #6bbed2, #50abc4);
 background-image: -moz-linear-gradient(top, #6bbed2, #50abc4);
 background-image: -ms-linear-gradient(top, #6bbed2, #50abc4);
 background-image: -o-linear-gradient(top, #6bbed2, #50abc4);
 background-image: linear-gradient(to bottom, #6bbed2, #50abc4);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6bbed2, endColorstr=#50abc4);
}
.slider-text > a > .more:hover{
border:1px solid #67bcd1; background-color: #92cfde; background-image: -webkit-gradient(linear, left top, left bottom, from(#92cfde), to(#76bdd1));
 background-image: -webkit-linear-gradient(top, #92cfde, #76bdd1);
 background-image: -moz-linear-gradient(top, #92cfde, #76bdd1);
 background-image: -ms-linear-gradient(top, #92cfde, #76bdd1);
 background-image: -o-linear-gradient(top, #92cfde, #76bdd1);
 background-image: linear-gradient(to bottom, #92cfde, #76bdd1);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#92cfde, endColorstr=#76bdd1);
 }
.featured-game > .images-videos {
  position: absolute;
  right: 70px;
  top: 0px;
  width: 350px;
}

.player .title{
	display:none !important;
}
.images-videos > img {
  margin:auto;
  display:block;
}
#services {
  margin: 60px 0 0;
  overflow: hidden;
}
#services > .sub-service {
	margin-bottom:30px;
	margin-right:10px;
	width: 298px;
	border:1px solid #d7dada;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
	padding:15px 10px;
	text-decoration:none;
	float:left;
	color: #666;
	background-color: #fff;
}
#services > .sub-service2 {
  width: 628px;
  padding:5px 10px;
}
#services > .sub-service2 > .body {
  height: 312px;
}
.sub-service p{
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.sub-service > .icon {
  float: left;
  height: 50px;
  width: 50px;
}
.sub-service > .icon > img {
  height: 100%;
  width: 100%;
}
.sub-service > .title {
	color:#333;
  float: left;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-top: 15px;
}
.sub-service > .body {
  height: 200px;
  margin-top: 20px;
}
#read-more {
 border:1px solid #44adc6; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block; font-weight:bold; color: #FFFFFF; background-color: #6bbed2; background-image: -webkit-gradient(linear, left top, left bottom, from(#6bbed2), to(#50abc4));
 background-image: -webkit-linear-gradient(top, #6bbed2, #50abc4);
 background-image: -moz-linear-gradient(top, #6bbed2, #50abc4);
 background-image: -ms-linear-gradient(top, #6bbed2, #50abc4);
 background-image: -o-linear-gradient(top, #6bbed2, #50abc4);
 background-image: linear-gradient(to bottom, #6bbed2, #50abc4);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#6bbed2, endColorstr=#50abc4);
}
#read-more:hover{
border:1px solid #67bcd1; background-color: #92cfde; background-image: -webkit-gradient(linear, left top, left bottom, from(#92cfde), to(#76bdd1));
 background-image: -webkit-linear-gradient(top, #92cfde, #76bdd1);
 background-image: -moz-linear-gradient(top, #92cfde, #76bdd1);
 background-image: -ms-linear-gradient(top, #92cfde, #76bdd1);
 background-image: -o-linear-gradient(top, #92cfde, #76bdd1);
 background-image: linear-gradient(to bottom, #92cfde, #76bdd1);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#92cfde, endColorstr=#76bdd1);
 }
#clients-area {
	margin-bottom:30px;
  overflow: hidden;
  border:1px solid #d7dada; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:14px; padding:15px 10px;
 background-color: #fff; 
}
.clients {
  background-color: #fff;
  display: block;
  margin: auto;
  position: relative;
  width: 900px;
}
.clients-items{
  height: 50px !important;
}
.clients-items > img {
  height: 100%;
  width: 80%;
}
.slick-slider {
	margin-bottom:0px !important;  
}
#company-area {
	margin-bottom:30px;
	border:1px solid #d7dada;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:14px;
	padding:15px 20px;
	color: #333;
	background-color: #fff;
	overflow:hidden;
}
#company-area a{
	color:#069;
}
#company-area a:hover{
	text-decoration:underline;
	color:#666;
}
#company-area > .page-title{
	background-image:url(../images/slider-bg.jpg);
	background-size:100%;
	padding:10px 0px;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
}
#company-area > .page-title > .title {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  padding: 0px 0 0 20px;
}
#company-area > .page-title > .slogan {
  color: #fff;
  font-size: 16px;
  padding-left: 22px;
}
#company-area > .info-area {
  float: left;
  margin: 40px 0;
  width: 640px;
}
#company-area > .info-area  > .intro {
  color: #666;
  font-size: 18px;
}
#company-area > .info-area  > .heading {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0;
}
#company-area > .info-area > .press-handler {
  clear: both;
  display: block;
  margin: 0 0 40px;
  overflow: hidden;
}
#company-area > .info-area > .press-handler > .sub-body {
  color: #666;
  float: left;
  font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans","DejaVu Sans",Verdana,sans-serif;
  font-size: 14px;
  margin-left: 30px;
}
#company-area > .info-area >  .press-handler > .sub-body > .press-handler > .heading {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}
#company-area > .info-area > .press-handler > .sub-body > .heading a{
	color:#069;
}
#company-area > .info-area > .press-handler > .sub-body > #video{
	height:250px;
}
#company-area > .info-area > .press-handler > .sub-body > #video > object{
	height:100%;
}
#company-area > .info-area > .press-handler > .sub-body >.heading a:hover{
	color:#333;
}
#company-area > .info-area > .press-handler > .logo {
  margin: 10px 0;
  width: 100px;
  float:left;
}
#company-area > .info-area > .details {
  white-space: pre-wrap;
  font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
#company-area > .info-area > .product-images {
  height: 350px;
  width: 600px;
}
#company-area > .info-area > .product-images2 {
  height: 200px;
  margin:15px 0px;
  width: 400px;
}
#company-area > .page-title > .logo {
  float: right;
  margin-right: 25px;
  margin-top: 15px;
  width: 150px;
}
#company-area .li-links {
  line-height: 30px;
}

#company-area  .li-links a:hover{
	color:#f90;
	text-decoration:underline;
}
.contact-form {
  background-color:#333;
  color: #fff;
  float: right;
  margin-top: 40px;
  padding: 15px 20px;
  border-radius:2px;
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  -ms-border-radius:2px;
  -o-border-radius:2px;
  width:200px;
}
.contact-form > .title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-form > .fields > input {
  border: 0 none;
  height: 20px;
  margin: 5px 0;
  padding: 5px;
  width: 190px;
}
 .contact-form > .fields > textarea {
  border: 0 none;
  height: 20px;
  margin: 5px 0;
  padding: 5px;
  width: 190px;
  max-width:190px;
  min-width:190px;
  height:100px;
  min-height:100px;
}
 .contact-form > .fields > #submit {
 }
 .contact-form > .fields > #submit {
	 margin-top:20px;
border:1px solid #d7dada; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 10px 10px 10px 10px; text-decoration:none; display:inline-block;font-weight:bold; color: #333;
 background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}
 .contact-form > .fields > #submit:hover {
border:1px solid #bfc4c4;
 background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
 background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
  }
.contact-form > #results {
  color: #f90;
  margin-top: 15px;
}
.contact-form > #results >img {
	width:30px;
	height:30px;
}
.main-container > .blog {
  overflow: hidden;
}
.main-container > .blog > .content {
  background-color: #fff;
  border: 1px solid #d7dada;
  border-radius: 3px;
  color: #666;
  float: left;
  font-size: 14px;
  margin-bottom: 30px;
  margin-left: 5px;
  margin-right:5px;
  padding: 15px 10px 0px;
  text-decoration: none;
  width: 294px;
}
.main-container > .blog > .content > .img > img {
  height: 200px;
  width: 294px;
}
.main-container > .blog > .content > .body {
  height: 245px;
  position: relative;
}
.main-container > .blog > .content > .body > .title a {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0px;
}
.main-container > .blog > .content > .body > .title a:hover {
	color:#999;
}
.blog-single {
  background-color: #fff;
  border: 1px solid #d7dada;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 20px;
}
.blog-single > .title {
  font-size: 24px;
}

.blog-single > .body {
  color: #333;
}
.blog-single > .date {
  font-size: 14px;
  margin-bottom: 30px;
}
.blog-single > .img {
  margin-bottom: 30px;
}
.blog-single > .img > img {
  height: 350px;
  width: 100%;
}
.moretag {
  background-color: #6bbed2;
  background-image: linear-gradient(to bottom, #6bbed2, #50abc4);
  border: 1px solid #44adc6;
  border-radius: 3px;
  bottom: 15px;
  color: #ffffff;
  display: inline-block;
  font-family: arial,helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  text-decoration: none;
}
.moretag a{
	color:#fff;
}
.moretag:hover {
border:1px solid #67bcd1; background-color: #92cfde; background-image: -webkit-gradient(linear, left top, left bottom, from(#92cfde), to(#76bdd1));
 background-image: -webkit-linear-gradient(top, #92cfde, #76bdd1);
 background-image: -moz-linear-gradient(top, #92cfde, #76bdd1);
 background-image: -ms-linear-gradient(top, #92cfde, #76bdd1);
 background-image: -o-linear-gradient(top, #92cfde, #76bdd1);
 background-image: linear-gradient(to bottom, #92cfde, #76bdd1);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#92cfde, endColorstr=#76bdd1);
 }
 .wp-pagenavi {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #d7dada;
  border-radius: 3px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  text-align: center;
  margin-bottom:30px;
}
.comments_div
{
	width: 60%;
	margin:50px 0px 0px 0px;
}
#comments_h1
{
	font-size:20px;
	margin:0px 0px 20px 0px;
}
.comment_area
{
	border: thin solid #CCC;
	border-radius: 4px;
	padding:40px 20px;
}
.comment_area ul{
	list-style:none;
	padding:0px;
}
.comment_area ul li .comment_li{
	margin-bottom:10px;
	border:thin solid #ccc;
	padding:15px;
	overflow:hidden;
}
.comment_area ul.children{
	margin:20px 0px 20px 30px;
}
.comment_area header img{
	float:left;
	margin-right:10px;
	border-radius:30px;

}
.comment_area header .fn{
	font-size: 22px;
	text-transform: capitalize;
	font-family: Arial, Helvetica, sans-serif;
}
.comment_area header .fn a{
	color:#666;
	text-decoration:none;
}
.comment_area header .fn a:hover{
	text-decoration:underline;
}
 .comment_area header #date{
	font-size:12px;
}
.comment_area header #date a{
	color:#999;
	text-decoration:none;
}
.comment_area header #date a:hover{
	text-decoration:underline;
}
.comment_area .comment-body{
	font-size:14px;
	clear:both;
	margin:30px 0px 0px 0px;
	color:#555;
}
.comment-respond {
  background-color: #333;
  color: #fff;
  padding: 25px;
}
.comment-respond input {
  border: 0 none;
  height: 30px;
  margin-top: 5px;
  padding: 0 5px;
  width: 100%;
}
.comment-respond textarea {
  padding: 5px;
  width: 99%;
}
.comment-respond #submit{
	 text-align:center;
 border:1px solid #d7dada; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:14px;font-family:arial, helvetica, sans-serif; width:70px; height:30px; line-height:30px; text-decoration:none; font-weight:bold; color: #333;
 background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}
.comment-respond #submit:hover{
border:1px solid #bfc4c4;
 background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
 background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
  }
  #cancel-comment-reply-link {
  color: #fff;
  float: right;
}
#cancel-comment-reply-link:hover {
  color: #f90;
}
.logged-in-as a {
color: #f90;
}
.logged-in-as a:hover {
	color:#fff;
}
.comment_area .reply{
	 margin-top:20px;
	 text-align:center;
 border:1px solid #d7dada; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; width:60px; height:25px; line-height:25px; text-decoration:none; font-weight:bold; color: #333;
 background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
 background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
 background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
}
.comment_area .reply:hover{
border:1px solid #bfc4c4;
 background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
 background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
 background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
  }

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

.wp-pagenavi .extend{
    display: none;
}
.wp-pagenavi .pages{
    display: none;
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:visited, .wp-pagenavi span.current{
    border: 1px solid #CCC;
    color: #666;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
    -moz-box-shadow: inset 0 0 1px #fff;
    -ms-box-shadow: inset 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 1px #fff;
    box-shadow: inset 0 0 1px white;
    background: #FAFAFA; /* For IE and older browsers */
    background-image: -moz-linear-gradient(top,#FAFAFA 0,#d5d4d4 100%);
    background-image: -ms-linear-gradient(top,#FAFAFA 0,#d5d4d4 100%);
    background-image: -o-linear-gradient(top,#FAFAFA 0,#d5d4d4 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#FAFAFA),color-stop(100%,#d5d4d4));
    background-image: -webkit-linear-gradient(top,#FAFAFA 0,#d5d4d4 100%);
    background-image: linear-gradient(to bottom,#FAFAFA 0,#d5d4d4 100%);
    display: inline-block;
    line-height: 1.8em;
    height: 1.7em;
    text-decoration: none;
    margin: 0 .3em 12px;
    padding: 0 .5em;
    font-size: 14px;
    text-shadow: 0 1px 0 #fff;
}
.wp-pagenavi span.current{
    background: #d5d4d4; /* For IE and older browsers */
    background-image: -moz-linear-gradient(top,#d5d4d4 0,#FAFAFA 100%);
    background-image: -ms-linear-gradient(top,#d5d4d4 0,#FAFAFA 100%);
    background-image: -o-linear-gradient(top,#d5d4d4 0,#FAFAFA 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#d5d4d4),color-stop(100%,#FAFAFA));
    background-image: -webkit-linear-gradient(top,#d5d4d4 0,#FAFAFA 100%);
    background-image: linear-gradient(to bottom,#d5d4d4 0,#FAFAFA 100%);
    border: 1px solid #999;
    moz-box-shadow: inset 0 0 10px rgba(0,0,0,.35);
    -ms-box-shadow: inset 0 0 10px rgba(0,0,0,.35);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,.35);
}
.wp-pagenavi a:hover{
    border: 1px solid #aeacac !important;
    -moz-box-shadow: 0 0 3px rgba(0,0,0,.25);
    -ms-box-shadow: 0 0 3px rgba(0,0,0,.25);
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,.25);
    box-shadow: 0 0 3px rgba(0,0,0,.25);
}

.float-left{
	float:left;
}
.last{
	margin:0px !important;
}
.clear{
	clear:both !important;
}

#footer {
	padding:20px 0px 0px;
  background-color:#333;
  border: 1px solid #333;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
  width: auto;
}
#footer > .widgets {
  float: left;
  margin-left: 20px;
  padding: 0px 10px;
}
#footer > .widgets > .title {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
#footer > .widgets > .title > img {
  height: 62px;
  margin-top: -13px;
  width: 240px;
}
#footer > .widgets > .body {
  color: #999;
  font-size: 14px;
  line-height: 24px;
  margin-top: 20px;
}
#footer > .widgets > .body > .links {
  margin-bottom: 7px;
}
#footer a {
  color: #999;
}
#footer a:hover {
  color: #f90;
}
#footer > #copyright {
  background-color: #222;
  color: #999;
  font-size: 14px;
  margin-top: 25px;
  overflow: hidden;
  padding: 10px 0;
}
#copyright > #left {
  float: left;
  margin-left: 25px;
}
#copyright > #right {
  float: right;
  margin-right: 47px;
}