/*
Theme Name: kaira
Theme URI: http://kairaweb.com
Description: Origami is a simple, responsive media blogging theme that places strong emphasis on your content. It looks great on mobile devices, even the videos and galleries scale to fit small screens. The options panel is easy to understand with a minimal set of options. Origami includes a powerful drag and drop page builder for creating unlimited page layouts. So you can use Origami as a simple blog or a complete business website.
Tags: one-column, flexible-width, post-formats, custom-menu, theme-options, threaded-comments, translation-ready, photoblogging
Author: Kaira
Author URI: http://kairaweb.com
Version: 1.0.0
License: GPL v2.0
License URI: license.txt

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: none;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

@font-face {
  font-family: 'SquareFont';
  src: url('fonts/SquareFont.eot');
  src: url('fonts/SquareFont.eot?#iefix') format('embedded-opentype'),
       url('fonts/SquareFont.woff2') format('woff2'),
       url('fonts/SquareFont.woff') format('woff'),
       url('fonts/SquareFont.ttf') format('truetype'),
       url('fonts/SquareFont.svg#SquareFont') format('svg');
  font-weight: normal;
  font-style: normal;
}

body,
button,
input,
select,
textarea {
	color: #333333;
	line-height: 1.5;
	font-family: inherit;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
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: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	color: #ADADAD;
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .5em 1.2em .6em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"] {
	padding: 2%;
	width: 96%;
}
textarea {
	font-size: 13px;
    overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
    padding: 0.5% 1%;
    vertical-align: top; /* Improves readability and alignment in all browsers */
    width: 87%;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.navigation-main {
	display: block;
	float: right;
    
    text-align: right;
	padding: 55px 0 0;
}
.navigation-main ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navigation-main li {
	display: inline-block;
    float: none;
	position: relative;
}
.navigation-main a {
	background-image: url(images/nav_line.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	text-decoration: none;
	font-size: 19px;
	padding: 15px 8px 15px 5px;
	text-transform: uppercase;
	color: #b62226;
}
.navigation-main li:last-child a {
    background-image: none;
}
.navigation-main ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
}
.navigation-main ul ul ul {
	left: 100%;
	top: 0;
}
.navigation-main ul ul a {
	width: 200px;
}
.navigation-main ul ul li {
}
.navigation-main li:hover > a {
}
.navigation-main ul ul :hover > a {
}
.navigation-main ul ul a:hover {
}
.navigation-main ul li:hover > ul {
	display: block;
}
.navigation-main li.current_page_item a,
.navigation-main li.current-menu-item a {
}

/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

.main-small-navigation ul {
	display: none;
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-content .gallery dd {
	margin: 0;
}
.site-content .gallery-columns-4 .gallery-item {
}
.site-content .gallery-columns-4 .gallery-item img {
}

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


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

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

/* Search widget */
.widget_search .submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .navigation-paging, /* 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;
}



/* = cxStyle Starts here
----------------------------------------------- */

/* ---- Default Styling ---- */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #000;
	font-weight: 400;
	line-height: 1.0em;
    word-wrap: break-word;
}

h1 {
    font-size: 32px;
    margin-bottom: .5em;
    margin-top: .5em;
}

h2 {
    font-size: 30px;
    margin-bottom: .75em;
    margin-top: .75em;
}

h3 {
    font-size: 26px;
    margin-bottom: .857em;
    margin-top: .857em;
}

h4 {
    font-size: 20px;
    margin-bottom: 1em;
    margin-top: 1em;
}

h5 {
    font-size: 16px;
    margin-bottom: 1.125em;
    margin-top: 1.125em;
}

h6 {
    font-size: 14px;
    margin-bottom: 1.285em;
    margin-top: 1.285em;
}



/* ---- Structure Styling ---- */

body {
    font-size: 14px;
	color: #000000;
	font-family: 'Roboto Condensed', sans-serif;
}

.body-bg {
    background-position: center center;
    background-size: cover;
}

a {
	color: inherit;
	outline: none;
	text-decoration: none;
}

img {
    display: block;
    margin: 0;
}

.clearboth {
	clear: both;
}

.site-container {
	margin: 0 auto;
    
	max-width: 1280px;
	padding: 0 20px;
}

.main-content {
	background-color: #FFFFFF;
	border: 15px solid #b72227;
	margin: 20px auto 185px;
	max-width: 1150px;
	/*min-height: 436px;*/
}
.site-container.main-content {
    padding: 12px;
}
.main-content-left {
    max-width: 550px;
    float: left;
    width: 50%;
}
.main-content-right {
    max-width: 550px;
    float: left;
    width: 45%;
    margin: 0 0 0 16px;
}
.main-content-right-text {
    font-size: 17px;
    line-height: 1.4em;
}

.main-content {
    position: relative;
    z-index: 9;
    padding: 12px 6px;
    min-height: 436px;
}

.site {
    margin: 0 15px;
    padding: 0 20px;
}

.content-area {
	width: 70%;
	float: left;
	box-shadow: 1px 0 0 #D8D8D8;
}

.site-header {
    background-color: #f6e700;
    padding: 23px 0 0;
    position: relative;
    z-index: 10;
}

.fixed-header {
	background-color: #fff;
	position: fixed;
	width: 100%;
}

.site-content {
	padding: 35px 35px 35px 0px;
}

.site-branding {
	float: left;
	clear: none;
	max-width: 390px;
}

.site-title {
	font-size: 40px;
    margin: 14px 0 5px;
}

.site-description {
	font-size: 14px;
	font-weight: 300;
	margin: 0 0 15px;
}

.page-title {
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
}

.page-title,
h1.tax-title {
    font-family: 'SquareFont', sans-serif;
    font-size: 42px !important;
    font-weight: 500 !important;
}

.landing-page-content {
    background-color: #00809c;
    background-image: url(images/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    position: fixed;
        top: 0;
        left: 0;
    height: 100%;
    width: 100%;
}

.landing-page-block {
    background-position: center center;
    background-size: cover;
    position: fixed;
        top: 0;
        left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

h1.tax-title {
    margin: 0 0 10px;
    padding: 0;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}

h1.tax-title span {
    position: relative;
}

.navigation-paging {
    
}
.nav-previous {
    position: absolute;
    top: -45px;
    font-size: 14px;
    left: 16%;
    width: 121px;
    height: 41px;
    background-image: url(images/nav_prev_bg.png);
    padding: 3px 0 0 13px;
}
.nav-next {
    position: absolute;
    top: -42px;
    font-size: 14px;
    right: 16%;
    width: 125px;
    height: 44px;
    background-image: url(images/nav_next_bg.png);
    padding: 0 9px 0 0;
}
.nav-previous a {
    color: #FFF;
    text-align: right;
    font-size: 17px;
    display: inline-block;
}
.nav-next a {
    color: #FFF;
    text-align: right;
    font-size: 17px;
    display: inline-block;
}


a.product-block {
    display: block;
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 0 6px;
    margin: 0 0 20px;
}
a.product-block h3 {
    margin: 5px 0 0;
    padding: 0;
    font-size: 18px;
    text-transform: uppercase;
}


/* ---- Widget Styling ---- */

.widget-area {
	width: 30%;
	float: left;
	padding: 35px 0;
}

.widget-area .widget {
	margin: 0 0 35px;
    padding: 0 0 0 35px;
}

.widget-title {
	color: #000;
	font-size: 16px;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.widget ul li a {
	color: inherit;
}

/* -- Calendar Widget -- */
.widget_calendar table {
	width: 100%;
	border-top: 1px solid rgba(0, 0, 0, 0.15);
	border-left: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 0), 1px 1px 1px rgba(0, 0, 0, 0);
}

.widget_calendar caption {
	padding: 4px 0;
	text-align: center;
}

.widget_calendar th {
	font-weight: bold;
	text-align: center;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	background-color: rgba(0, 0, 0, 0.14);
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.05), 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
}

.widget_calendar td {
	background-color: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.05), 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
    padding: 10px 0;
    text-align: center;
}

.widget_calendar #today {
	background-color: rgba(0, 0, 0, 0.15);
}

/* ---- Archive / List Styling ---- */

.post {
	border-bottom: 1px solid #EBEBEB;
    margin: 0 0 30px;
    padding: 0 0 20px;
}

.post:last-child {
	border-bottom: 0;
	padding: 0;
}

.format-aside {
	padding: 5px 0 20px;
}

.entry-header {
	
}

.entry-title {
	margin: 0 0 10px;
}

article.no-results {
    max-width: 500px;
    min-height: 200px;
    margin: 40px auto 50px;
    text-align: center;
}
article.no-results .entry-header {
    
}
article.no-results .entry-content {
    
}


/* ---- Comments Styling ---- */

.comments-area {
	
}

.comments-title {
	font-size: 18px;
}

.comment-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.comment-list li {
	margin: 0;
	padding: 0 0 10px;
}

.comment {
	
}

.comment-author {
	float: left;
    padding: 4px 0 0;
    width: 60px;
}

.comment-container {
	margin-left: 65px;
}

.comment-author .avatar {
	border: 2px solid #DCDCDC;
}

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

.comment-meta > a {
	font-size: 11px;
}

.comment-content {
	
}

.comment .reply {
	text-align: right;
}

.children {
	margin: 0;
    padding: 0 0 0 30px;
}

.children li {
	margin: 0;
    padding: 0;
	list-style-type: none;
}

.comments-area label {
	float: left;
    min-width: 10.5%;
    padding: 6px 0 0;
}

.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="password"],
.comments-area input[type="search"] {
    padding: 0.8% 1%;
    width: 75%;
}







/* ---- Footer Styling ---- */

.site-footer {
	background-color: #121210;
	position: relative;
    z-index: 11;
}
.site-footer .site-container {
    position: relative;
    height: 94px;
}
.site-footer-inner-img {
    background-image: url(images/busy-image.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 bottom;
    height: 795px;
    position: absolute;
    bottom: 94px;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}

.footer-left {
	float: left;
	min-height: 20px;
	padding: 23px 0 22px;
	position: relative;
	z-index: 8;
}
.fb-link {
    background-image: url(images/fb_img.png);
    background-size: 100% 100%;
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 0 12px 0 0;
}
.tw-link {
    background-image: url(images/tw_img.png);
    background-size: 100% 100%;
    display: inline-block;
    width: 44px;
    height: 44px;
    margin: 0;
}

.footer-right {
	float: right;
	text-align: right;
	min-height: 20px;
	font-size: 18px;
	color: #FFFFFF;
	padding: 47px 0 0;
}


@media only screen and (max-width: 1320px) {
	
    .site-header {
        padding: 2px 0 0;
    }
    .site-branding {
        max-width: 320px;
        padding: 17px 0 0;
    }
    
}

@media only screen and (max-width: 1250px) {
    
    .navigation-main {
        padding: 58px 0 0;
    }
    .navigation-main a {
        font-size: 16px;
    }
    
}

@media only screen and (max-width: 1230px) {
    
    .main-content-right {
        width: 42%;
    }
    
}

@media only screen and (max-width: 1140px) {
    
    .site-header {
        padding: 0;
    }
    .site-branding {
        width: 100%;
        float: none;
        padding: 8px 0 0;
        text-align: center;
        margin: 0 auto;
    }
    
    .navigation-main {
        width: 100%;
        float: none;
        padding: 0;
        text-align: center;
    }
    
}

@media only screen and (max-width: 840px) {
    
    .menu-toggle,
    .main-small-navigation ul.nav-menu.toggled-on {
        display: block;
    }
    .navigation-main ul {
        display: none;
    }
    .menu-toggle {
        cursor: pointer;
        font-size: 20px;
        font-weight: 600;
        margin: 0;
        padding: 18px 0 16px;
        text-transform: uppercase;
    }
    .main-small-navigation {
        text-align: center;
    }
    .main-small-navigation ul {
        margin: 0;
        padding: 0;
    }
    .main-small-navigation ul li {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .main-small-navigation ul li a {
        display: block;
        padding: 5px 0 6px;
    }
    .main-small-navigation ul li a:hover {
        background-color: rgba(0, 0, 0, 0.04);
    }
    .main-small-navigation ul ul {
        background-color: #F8F8F8;
    }
    .navigation-main {
        width: 100%;
        float: none;
        text-align: center;
        min-height: inherit;
        padding: 0;
        margin: 0;
    }
    
    .site-container.main-content {
        margin: 20px auto;
    }
    
    .main-content-left {
        float: none;
        width: 100%;
        max-width: none;
        min-height: inherit;
        text-align: center;
        margin: 0 0 20px;
    }
    .main-content-left img {
        display: inline-block;
    }
    .main-content-right {
        float: none;
        width: 100%;
        max-width: 80%;
        margin: 0;
    }
    
    a.product-block {
        width: 50%;
    }
	
    .site-footer {
        position: relative;
    }
    .site-footer .site-container {
        height: auto;
    }
    .site-footer-inner-img {
        display: none;
    }
	.footer-left {
		float: none;
		padding: 15px 0 2px;
		text-align: center;
		width: 100%;
	}
	.footer-right {
		float: none;
        padding: 5px 0 15px;
        text-align: center;
        width: 100%;
	}
    
}

@media only screen and (max-width: 560px) {
    
    a.product-block {
        width: 100%;
    }
    
}

@media only screen and (max-width: 520px) {
    
    .main-content-right {
        max-width: 100%;
    }
    
}