@import url(http://fonts.googleapis.com/css?family=Roboto);

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #404040;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
   color:#404040;
}
h1 {
  font-size: 28px;
  margin: 0 0 10px;
  padding: 0;
}
h2{
	font-size:22px;
	color: #404040;
	font-weight:500;
}
h2 a{
	color: #404040;
}
a{
	color:#0000c0;
}
img{
	max-width:100%;
	height:auto;
}
.navbar-default{
	background:#FFF;
	border:none;

}
a.navbar-brand{
	padding:0px 10px 10px;
	margin-right:20px;
}
a.navbar-brand img{
	max-width:100%;
}
.navbar-default .container{
	border-bottom:1px solid #c0c0c0;
	margin-top:15px;
	min-height:60px;
}
.navbar-default .navbar-nav {
  font-family: 'Roboto', sans-serif;
  color: #a0a0a0;
  text-transform:lowercase;
  font-size:18px;
  font-weight:400;

}
.navbar-nav{
	margin-bottom:10px;
}




.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background:none;
}
.navbar-default .nav > li > a {
	 font-family: 'Roboto', sans-serif;
  	 color: #a0a0a0;
}

.navbar-default .nav > li > a:hover {
	background:none;
	text-decoration:none;
}

.navbar-default .nav > .open > a,
.navbar-default .nav > .open > a:hover,
.navbar-default .nav > .open > a:focus {
	background:none;

}
ul.navbar-right{
	margin-top:-5px;
}
.social-icons > li > a {
	padding-left:5px;
	padding-right:5px;
}
.social-icons > li > a img:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;

}
.dropdown-menu {
   background-color:none;
	font-size:14px;
}
.dropdown-menu > li > a,
.dropdown-header {
	color: #a0a0a0;
}

.content {
}

.post{
	padding-bottom:10px;
	border-bottom:2px solid #c0c0c0;
}
.entry-meta, .entry-meta a, .author-info, .archive-meta, .archive-meta a, .comments-link{
	color:#808080;
	font-size:14px;
	margin-bottom:10px;
}
a.more-link{
	color:#404040;
	font-size:18px;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus, .pagination > li > a, .pagination > li > span{
	background:#e6e4e4;
	margin:1px;
	color:#404040;
	font-weight:500;
	border-color:#c0c0c0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus
{
	background:#09B7B5;
	border-color:#c0c0c0;
}
.pagination > li:first-child > a, .pagination > li:first-child > span{
	border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.pagination > li:last-child > a, .pagination > li:last-child > span{
border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.footer .container{
	background:#e6e4e4;
	padding:30px 20px 25px 15px;
}

.footer, .footer a{
	color:#8b8b8b;
}
.footer a:hover{
color:#09b7b5;
}
.footer ul{
	margin:0px;
	padding:0px;
}
.footer ul li{
	list-style:none;
	padding:10px 5px 5px 0px;
	text-transform:lowercase;
}
.footer ul.social-icons{
	margin:0px auto;
	width:150px;

}
.footer .navbar-nav > li > a{
	padding:5px 4px;
}
.footer .navbar-nav > li > a:hover{
	background:none;
}

.footer ul.social-icons li{
	margin:0px;
	padding:0px 2px 0px 2px;
}
.form-control{
	width:50%;
	margin:0px auto;
}
.navbar-toggle{
	margin-left:15px;
	margin-right:10px;
}
.mobile-footer{
	display:none;
}
.nav-single{
	margin:10px;
}
.nav-next a, .nav-previous a{
	background:#E6E4E4 !important;
	border-color:#C0C0C0 !important;
	border:1px solid;
	margin:1px;
	color:#404040;
	font-weight:500;
	padding:5px 10px;
	font-size:18px;

}
.nav-next a, .nav-previous a{
	text-decoration:none;
	background:#07cbc9;
}
.comments-area{
	margin-top:10px;
	border-top:1px dashed #c0c0c0;
}
#buttonPro{
	-moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
	background-color: #c0c0c0;
    border-color: #bab9b9;
	color:#FFF;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
a.navbar-brand img{
	max-width:180px;
	height:auto;
	display:inline-block;
	float:left;
	margin-top:5px;
}
.footer{
	text-align:center;
}
.footer ul.navbar-nav li{
	float:left;
}
.footer ul{
	margin:0px;
	padding:0px;
}
.footer ul.social-icons{
	text-align:center;
	margin:0px auto;
	width:136px;
}
ul.navbar-right{
	display:none;
}
.mobile-footer{
	display:block;
}
.desk-top{
	display:none;
}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {

.footer{
	text-align:center;
}


.footer ul{
	margin:0px;
	padding:0px;
}
.footer .navbar-nav{
	float:none;
}
.footer ul.social-icons{
	width:136px;
	margin:0px auto;
	display:block;
}

ul.navbar-right{
	display:none;
}
.mobile-footer{
	display:block;
}
.desk-top{
	display:none;
}

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
.navbar-right li a img{
	max-width:32px;
}
.footer ul.social-icons{
	width:120px;
  float: right;
}
#menu-footer-right-menu-pages {
  text-align: right;
}
.navbar-right > li > a {
	padding-left:2px;
	padding-right:2px;
}
.footer ul.social-icons > li > a {
	padding-left:2px;
	padding-right:2px;
}
.footer ul.social-icons > li > a img{
	max-width:26px;
}
.container{
	width:980px;
}
.content .container{
	width:800px;
	margin:0px auto;
	padding:0;
}
.form-control{
	width:75%;

}
.footer .container{
	background:#e6e4e4;
	padding:30px 60px 25px 60px;
}
.footer ul#menu-footer-right{
	margin-left:50px;
}
.footer ul.social-icons{
	margin-left:50px;
}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
.container{
	width:980px;
}
.content .container{
	width:800px;
	margin:0px auto;
	padding:0;
}
.form-control{
	width:75%;

}
.footer .container{
	background:#e6e4e4;
	padding:30px 60px 25px 60px;
}
.footer ul#menu-footer-right{
	margin-left:50px;
}
.footer ul.social-icons{
	width:132px;
  float: right;
}
#menu-footer-right-menu-pages {
  text-align: right;
}
ul#menu-footer-right-menu-pages { margin-left:0px !important; }
}

/* Internet Explorer 10 doesn't differentiate device width from viewport width,
and thus doesn't properly apply the media queries in Bootstrap's CSS. */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

.banners_between_posts { margin-top:20px; padding-bottom:20px; border-bottom:2px solid #C0C0C0; }
.post_page_banners { margin-top:20px; padding-bottom:20px; }
#div-gpt-ad-1420361207534-0, #div-gpt-ad-1420360261238-0 { border-bottom:0 !important; }
ul#menu-footer-right-menu-pages { margin-left:56px !important; }
