/*
Theme Name: The Best
Theme URI: http://minathemes.com/the-best/
Author: Minathemes
Author URI: http://minathemes.com/
Description: The Best is a free Multi-Purpose WordPress theme. The Best is powerful business theme that provides a fast way for companies or freelancers to create an awesome online presence. It's perfect for web agency business,corporate business,personal and parallax business portfolio, photography sites and freelancer.
Version: 1.3.1
Tested up to: 5.5.3
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-best
Tags: one-column, two-columns, right-sidebar, left-sidebar, grid-layout, flexible-header, buddypress, custom-background, custom-header, custom-logo, custom-menu, custom-colors, editor-style, featured-image-header, featured-images, full-width-template, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, blog, news, photography
*/

@import url('https://fonts.googleapis.com/css?family=Droid+Serif');
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700,300);

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
#Footer
# Media Query
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
* {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
	font-family: sans-serif;	
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
	word-wrap: break-word;	
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-family: 'Montserrat', sans-serif;		
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 4px;
	border: 1px solid #eee;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Droid Serif', serif;
	font-size: 16px;
	font-size: 1rem;
}

article p {
	line-height: 24px;	
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;		
	clear: both;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	padding: 0;
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #333333;
	color: #eee;
	line-height: 1.6;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #555555;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px;
	box-shadow: none;	
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.site-header {
	max-width: 1200px;
	margin: 10px auto 10px auto;
}

.site-header .site-branding {
	font-family: 'Montserrat', sans-serif;		
	max-width: 100%;
	float: left;	
	padding: 10px;
	margin-top: 5px;
}

header .site-branding .site-title {
	margin: 0;	
}

.site-header .main-navigation {
	max-width: 70%;
	float: right;
}

.dotted {
    position: absolute;
    width: 100%;
	display: inline-block;
    height: 100%;
    z-index: 3;
	background-image: url(images/transperant1.png);
	background-repeat: repeat;
}

.tb-header-image { 
    position: relative;
	width: 100%;

    background-repeat: no-repeat;
    background-size: cover;
}

.site-title {
	font-size: 20px;
	text-transform: uppercase;
    font-weight: bold;	
}

.button_1 {
	position: absolute;
	z-index: 7;
	display: inline-block;
	top: 65%;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}

.button_2  {
	position: absolute;	
	display: inline-block;
	top: 25%;
	text-align: center;
	margin: 0 auto;
	width: 100%;	
	text-transform: uppercase;
    font-weight: bold;
	z-index: 7;
}

.button_1 a {
	background-color: rgba(255,255,255,0.8);
	color: #333;
	padding: 12px 15px 12px 15px;
	border: 1px solid #333;
	text-align: center;
	margin: O auto;	
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;		
}

.button_2 a {
	text-transform: uppercase;
    font-weight: bold;	
	z-index: 6;
	color: #fff;
	font-size: 4vw;
	text-align: center;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;	
}

.button_2 a:hover {
	color: #EAEAEA;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;	
}


.button_1 a:hover {
	opacity: 0.8;
	color: #333;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;		
}

.site-description {
	font-size: 13px;
}

.tb-top {
    background-color: #ffffff;
    font-size: 12px;
    color: #747474;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;	
}

.tb-hr {
	clear: both;
    border-bottom: 1px solid #e5e5e5;

}

.tb-top .main-navigation {
	float: left;	
}

.tb-social {
	display: inline-block;
	float: right;
	font-size: 16px;
	padding: 10px;	
}

.tb-social .fa {
	padding:0 2px 0 2px;
	font-size: 20px;
	line-height: 25px;
	color: #333;
}

.tb-social .fa:hover {
	opacity: 0.6;	
}

.banner-db {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;	
}

.banner-db img{
	max-width: 76vw;
	display: block;
	text-align: center;
	margin: 0 auto;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

.main-navigation ul {
	display: inline-table;	
	position: relative;
	list-style: none;
	z-index: 9999;
}

	
.main-navigation ul ul {
	display: none;
	position: absolute;
	padding: 0;
}

.main-navigation ul li:hover > ul {
	display: block;
}

.main-navigation ul:after {
	content: "";
	clear: both; 
	display: block;
}

.main-navigation ul li {
	float: left;
	margin: 5px 5px 0 0;
}
	
.main-navigation ul li a {
	font-family: 'Montserrat', sans-serif;	
	display: block; 
	font-weight: 700;
	font-size: 12px;
	text-decoration: none;
	color: #757575;	
	padding: 10px;
    text-transform: uppercase;
    text-decoration: none;	
}

.main-navigation ul li a:hover {
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
	color: #333333;
}

.main-navigation ul ul li {
	position: relative;
	float: none;
	z-index: 9999;
	text-align: left;
	margin: 0;
	border-bottom: 1px solid #ededed;		
	border-left: 1px solid #ededed;		
	min-width: 150px;
}

.main-navigation ul ul li a {
	background: #fff;
}

.main-navigation ul ul ul {
	position: absolute; 
	left: 100%;
	top: 0;
	min-width: 100%;
}

.main-navigation:after {
	content: "";
	clear: both; 
	display: block;
}

.menu {
	padding: 0;
	margin: 0;
}

/********* Menu Animation **********/


#secondary ul li > a:before,
.menu-item-has-children a:after,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	speak: none;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
}

.main-navigation ul li > a:after {
    color: #DEDEE2;
	content: "›";
	font-size: 16px;
	left: 10px;
	bottom: 0px; 
	position: relative;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);	
}

.main-navigation ul ul li > a:after, .main-navigation ul ul ul li > a:after {
     padding-left: 10px;
    color: #DEDEE2;
	content: "›";
	font-size: 14px;
	left: 1px;	bottom: 1px; 
	line-height: 11px;
	position: relative;
	display: inline-block;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);		
}

.main-navigation li > a:only-child:after {
    content: '';
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
	font-family: 'Montserrat', sans-serif;	
	text-decoration: none;
	color: #005796;
}

a:hover {
	color: #005796;
}

.postpagination a, .postpagination span {
	padding: 3px 6px;
    margin: 0;
    display: inline-block;
    color: #fff;
	font-size: 12px;
    background-color: #333333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 1px;		
}


.postpagination a:hover,
.postpagination span:hover {
    color: #eee;	
	background: #555555;
}

.postpagination {
	width: 100%;
	font-family: 'Oswald', sans-serif;
	margin-left: 10px;
}

.postpagination a {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

.postpagination a {
	font-size: 14px;
}

.nextpage {
	padding: 10px 0 10px 0;
}

.prevpost {
	float: left;
}

.nextpost {
	float: right;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

#content main {
	padding: 20px;
}

#content article {
	padding: 10px;	
}

#content aside {
	padding-left: 20px;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

aside ul li {
	list-style-type: none;
	padding-top: 10px;
	font-size:13px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.site-content {
	max-width: 1200px;
	margin: 0 auto;
}

#primary {
	width: 65%;
	float: left;
	margin-right: 40px;
}

#secondary {
	width: 30%;
	float: right;
	margin-top: 40px;
}

.entry-header, .entry-footer {
	font-size: 13px;
}

#secondary .widget-title {
	margin: 0;
	font-size: 18px;
}

article .entry-title {
	margin-top: 0;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.comment-meta {
	font-size: 13px;
}

.comment-metadata {
	padding: 5px 0 5px 0;	
}

.comment-reply-link,
.comment-notes,
.comment-form-comment label,
.comment-form-email label,
.comment-form-author label,
.comment-form-url label {
	display: block;
	font-size: 13px;
	padding-bottom: 4px;
}

.comment-form-comment,
.comment-form-email,
.comment-form-author,
.comment-form-url {
	width: 100%;
}

.comment-reply-title {
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 16px;
}

.children {
	padding-left: 20px;
    list-style: none;	
}

.comments-title {
	font-size: 16px;
	padding-top: 10px;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

.entry-meta {
	margin: 8px 0 0 0;
}

.site-footer {
	max-width: 100%;
	background-color: rgba(17,17,17,1);
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	font-size: 11px;	
	float: none;
	position: relative;
}

.site-info {
	text-align: center;
	padding: 10px;
}

.site-footer .site-info a {
	color: #ffffff;
}

.site-footer .site-info a:hover {
	opacity: 0.7;

}

.site-footer .search-form input {
	line-height: 19px;
}

.entry-footer,
.entry-meta {
	font-size: 12px;
}

.entry-footer {
	padding-top: 20px;	
	padding-bottom: 10px;	
}

.entry-meta a {
	color: #555555;
}

.footer-center {
	margin: 0 auto;
    width: 100%;
	text-align:center;
}

.footer-widgets {
	vertical-align: top;
	width: 20.4%; 
	font-size: 12px;
	line-height: 20px;
	height: auto;
	text-align: left;
	word-wrap: break-word;
    margin: 0 auto;
	padding: 20px;
	display: inline-block;
}

.footer-widgets a{
	color: #B5B5B5;
}

.footer-widgets  a:hover {
	color: #FFFFFF;
}

.footer-widgets  .widget-title {
	border: none;
}

.footer-widgets ul {
	list-style-type: none;
	padding: 5px 0 0 0;
	margin: 0 10px 0 0;
}

.footer-widgets ul li{
	padding: 0 0 5px 0;
}

.footer-widgets ul li a {
	width: 100%;
}

.footer-widgets h2{
	margin-top: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
	margin-top: 0;
}

.footer-widgets .widget {
    margin: 0 2.5em 2.5em;
}

.border-footer {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #232323;
	min-width: 100%;	
	display: inline-block;
	margin: 20px 40px 20px 0;
}

.footer-widgets .thumb-news img {
	margin-top: 8px;
}

/*--------------------------------------------------------------
Media queries 
--------------------------------------------------------------*/


@media screen and (max-width: 770px) {

	.site-header .main-navigation, .site-header .site-branding {
		width: 100%;	
		float: none;
		display: block;
		position: static;
	}

	.site-header .site-branding {
		padding: 10px;
	}

	#primary, #secondary {
		float:none;
		width:100%;
		display:block;
	}

	.nav-ico ul{
		display: none;
    }


	.menu-icon {
		width: 52px;
		height: 44px;
		display: block;
    }

	.main-navigation .nav-ico {
		width: 100%;
		padding:0;
		margin: 0;
    }
	
	.nav-ico:hover ul,
	.nav-ico:hover ul li,
	.nav-ico:hover ul ul,
	.nav-ico:hover ul ul li {
		display: block;
		position: relative;
		border: none;
		float: none;
		width: 100%;
		text-align: left;
		left: 0;
    }

	.main-navigation ul li a, 
	.main-navigation ul li, 
	.main-navigation ul ul li a {
		border: none;
    }

	.main-navigation a:hover {
		color: #2B9BC4;
		-webkit-transition: all 0.4s linear 0s;
		-moz-transition: all 0.4s linear 0s;
		-o-transition: all 0.4s linear 0s;
		transition: all 0.4s linear 0s;
    }

	.menu-button {
		background: #333;
		border: 1px solid #333;
		border-radius: 2px;
		margin: 8px 0 0 10px;
		width: 40px;
		height: 4px;	
		display: block;
    }
	
	.main-navigation ul li {
		margin: 0;
    }
	
	.main-navigation ul li:hover > ul {
		-webkit-animation-name: none !important;
		animation-name: none !important;
		-webkit-transform-origin: none !important;
		transform-origin: none !important;
    }
	
	.main-navigation ul ul {
		top: 0;
    }
	
	.main-navigation ul li, .main-navigation ul li a{ 
		border-right: none !important;
	}
	
	.site-title img {
		height: auto !important;
	}	
	
	#content main {
			padding: 0 !important;	
	}
	
	.site-main, body #primary {
		float: none !important;
		width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	#page {
	display: inline-block;
	max-width: 100% !important;
	}
	
	.footer-widgets, body #content aside, body #secondary, body #primary {
		width: 100% !important;
		float: none !important;
		text-align: center !important;
	}	

}
