/*
Theme Name: megjavitom.com
Theme URI: http://megjavitom.com/
Description: A megjavitom.com webáruház alapértelmezett sablonja
Author: Digitalform
Author URI: http://digitalform.hu
Version: 1.0
*/

@font-face { font-family: 'BebasNeueRegular'; font-weight: normal; font-style: normal; src: url('font/bebasneueregular.eot?#iefix') format('font/embedded-opentype'),  url('font/bebasneueregular.otf')  format('opentype'), url('font/bebasneueregular.woff') format('woff'), url('font/bebasneueregular.ttf')  format('truetype'), url('font/bebasneueregular.svg#BebasNeueRegular') format('svg'); }

* { margin: 0; padding: 0; border: 0; }
*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body { font-family: 'Open Sans', sans-serif; font-size: 15px; line-height: 20px; }

html { background: #e3ecf5 url(images/bgr_body.png) no-repeat center top; }
html, body { height: 100%; }

h1, h2, h3, h4 { line-height: 100%; }

h2 { margin-bottom: 20px; font-family: 'BebasNeueRegular', sans-serif; font-size: 40px; color: #1b448b; }
h2 span { font-size: 60px; color: #64a5d8; }

h3 { font-size: 20px; font-weight: 500; color: #000; }
strong { font-weight: 700; }

input, button, select, textarea { font-family: 'Open Sans', sans-serif; font-size: 16px; font-weight: 400; outline: 0; }
input[type=submit] { cursor: pointer; }


/*
-----------------
	CLASSES
-----------------
*/
.clr, .clear { clear: both; }
.left { float: left; }
.right { float: right; }
.inner { max-width: 1100px; margin: auto; position: relative; }

.clearfix:before, 
.clearfix:after { display: table; content: ' '; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

.dbi { display: inline-block; }
.pt10 { padding-top: 10px; }
.line { width: 100%; height: 33px; border-top: 3px solid #d2e0f2; }
.hide { display: none !important; }
.vertical_middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

/* Col */
.row { font-size: 0; }
.row .col { vertical-align: top; display: inline-block; }
.row .col_25 { width: 25%; }
.row .col_33 { width: 33.3333333333%; }
.row .col_50 { width: 50%; }

/* Button */
.button { height: 50px; padding: 0 20px; text-decoration: none !important; text-align: center; font-family: 'BebasNeueRegular', sans-serif; font-size: 20px; color: white !important; line-height: 50px; background-color: #1b448b; display: inline-block; cursor: pointer; }
.button:hover { background-color: #123573; }
.button.light_blue { background: #64a5d8; }
.button.light_blue:hover { background: #123573; }
.button.button_40 { height: 40px; padding: 0 15px; line-height: 40px; }
.button.button_30 { height: 30px; padding: 0 10px; line-height: 30px; }

/* Font */
.t_a_c { text-align: center; }
.embed_font { font-family: 'BebasNeueRegular', sans-serif; }
.uppercase { text-transform: uppercase; }

/* Anim */
.anim { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }


/*
----------------
	RWD NAV
----------------
*/
.rwd_menu { width: 265px; right: -265px; top: 0; bottom: 0; padding-bottom: 80px; position: fixed; z-index: 1; background: white; overflow: auto; }
.rwd_menu:after { width: 5px; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.07); position: absolute; z-index: 2; content: ''; }

/* Search */
.rwd_menu form { height: 80px; background: #f6f6f6; position: relative; }
.rwd_menu form input[type=text] { width: 100%; height: 100%; left: 0; top: 0; padding-left: 30px; background: transparent; position: absolute; z-index: 1; }
.rwd_menu form input[type=submit] { width: 55px; height: 100%; right: 0; top: 0; background: url(images/icon_search_silver.svg) no-repeat center; background-size: 20px 20px; position: absolute; z-index: 2; cursor: pointer; }

/* Menu */
.rwd_menu .menu { }
.rwd_menu .menu ul li.hide_in_rwd { display: none; }
.rwd_menu .menu ul li a { padding: 3px 10px 3px 30px; color: #111; display: block; }

/* Primary menu */
.rwd_menu .menu.primary_menu ul li a { padding: 12px 10px 12px 30px; font-size: 25px; text-decoration: none; border-bottom: 1px solid #e6e6e6; }

/* Secondary menu */
.rwd_menu .menu.secondary_menu { padding-top: 30px; }
.rwd_menu .menu.secondary_menu ul li a { font-size: 18px; font-weight: 700; text-decoration: none; }

/* Button */
.rwd_menu .button { width: 265px; right: -265px; bottom: 0; padding: 0; text-align: center; position: fixed; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; }

body.is-open .rwd_menu { right: 0; }
body.is-open .rwd_menu .button { right: 0; }


/*
---------------
	WEBSITE
---------------
*/
#website { left: 0; position: relative; }
body.is-open #website { left: -265px; }


/*
----------------
	HEADER
----------------
*/
#header { height: 130px; position: relative; }

/* Logo */
#header .logo { height: 50px; left: 0; display: block; position: absolute; }
#header .logo img { width: auto; height: 50px; display: block; }

/* Help */
#header .help p { padding-top: 37px; padding-bottom: 15px; color: #1b448b; }
#header .help a { height: 40px; padding: 0 10px 0 50px; text-decoration: none !important; color: white; line-height: 40px; background: #1b448b; display: inline-block; position: relative; }
#header .help a:hover { background: #123573; }
#header .help a:before  { width: 40px; height: 100%; left: 0; top: 0; background: #123573 url(images/icon_phone.svg) no-repeat center; background-size: auto 20px; position: absolute; content: ''; }

/* Search */
#header .search { margin-left: 20px; }
#header .search form { width: 260px; height: 40px; border: 1px solid #c6ddec; position: relative; }
#header .search form input[type=text] { width: 100%; height: 38px; text-indent: 14px; border: 0; background: white; position: relative; z-index: 1; }
#header .search form input[type=submit] { width: 40px; height: 38px; right: 0; top: 0; background: #fdfefe url(images/icon_search.svg) no-repeat center; background-size: auto 17px; border-left: 1px solid #c6ddec; position: absolute; z-index: 2; }
#header .search form input[type=submit]:hover { background-color: #ebf1f5; }

/* Login */
#header .login { width: 30px; height: 40px; margin-left: 20px; text-indent: -9999px; background: url(images/icon_user.svg) no-repeat center; background-size: 30px 30px; display: block; }

/* Cart */
#header .ajax_cart { height: 40px; margin-left: 20px; text-decoration: none !important; }
#header .ajax_cart .cart { height: 100%; padding-left: 50px; font-size: 20px; color: #153369; line-height: 40px; background: url(images/icon_cart.svg) no-repeat left center; }
#header .ajax_cart .cart .count { min-width: 20px; height: 20px; padding: 0 5px; left: 20px; top: 0; font-size: 13px; text-align: center; color: white; line-height: 20px; background: #64a5d8; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

/* RWD menu */
#header .rwd_button { width: 60px; height: 60px; right: 20px; font-size: 30px; background: transparent; position: absolute; cursor: pointer; }
#header .rwd_button .burg { width: 40px; height: 2px; left: 10px; background: #1b448b; display: block; position: relative; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd_button .burg:before, 
#header .rwd_button .burg:after
{ width: 40px; height: 2px; background: #1b448b; position: absolute; content: ''; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd_button .burg:before { top: -10px; left: 0; }
#header .rwd_button .burg:after { top: 10px; right: 0; }

body.is-open #header .rwd_button .burg { background: transparent; }
body.is-open #header .rwd_button .burg:before { top: 0; -webkit-transform: rotate(45deg); }
body.is-open #header .rwd_button .burg:after { top: 0; -webkit-transform: rotate(-45deg); }



/*
--------------
	MENU
--------------
*/
menu { height: 50px; margin-bottom: 10px; line-height: 50px; background: #1b448b; }
menu ul { font-size: 0; }
menu ul li { height: 100%; vertical-align: top; display: inline-block; position: relative; border-right: 1px solid #153369; border-left: 1px solid #2353ab; }
menu ul li:first-child { border-left: none; }
menu ul li:last-child { border-right: none; }
menu ul li:hover { background-color: #153369; border-right-color: #153369; border-left-color: #153369; }
menu ul li a { padding: 0 10px; font-size: 20px; text-decoration: none; color: white; display: block; }
menu > ul > li > a { font-family: 'BebasNeueRegular', sans-serif; }

menu ul li.home { width: 50px; padding: 0; font-size: 0; background: url(images/icon_home.svg) no-repeat center; background-size: 50%; }
menu ul li.home a { font-size: 0; }

menu ul li.current_page_item { background-color: #153369; }

menu .menu-item-has-children > a:after { width: 12px; height: 12px; top: 19px; right: 10px; background: url(images/icon_menu_li.svg) no-repeat center; background-size: 12px 12px; position: absolute; content: ''; opacity: .5; }

menu ul li ul.sub-menu { min-width: 350px; left: -1px; top: 100%; padding: 15px 20px; line-height: normal !important; position: absolute; z-index: 1; background: #153369 url(images/menu_shadow.png) no-repeat; visibility: hidden; opacity: 0; }
menu ul li ul.sub-menu li { display: block; border: 0; }
menu ul li ul.sub-menu li a { padding: 5px 0 5px 15px; font-size: 14px; }
menu ul li ul.sub-menu li a:hover { text-decoration: underline; }
menu ul li ul.sub-menu li:before { width: 4px; height: 4px; left: 0; top: 13px; background: #64a5d8; position: absolute; content: ''; }

menu ul li.menu-item-has-children { padding-right: 20px; }
menu ul li.menu-item-has-children:hover ul.sub-menu { visibility: visible; opacity: 1; }


/*
-------------------
	FRONTPAGE
-------------------
*/

/* Slider */
#slider { height: 400px; margin-bottom: 60px; background: #1b448b; position: relative; }

#slider .slick-list, 
#slider .slick-track, 
#slider .slick-slide { height: 100%; }

#slider .item_left { width: 100%; width: calc(100% - 300px); max-width: 800px; height: 100%; background-repeat: no-repeat; background-position: left center; background-size: cover; }
#slider .item_right { width: 300px; height: 100%; padding: 30px 20px 0 20px; color: #d0dded; }
#slider .item_right .title { margin-bottom: 20px; font-size: 30px; color: white; line-height: 100%; }
#slider .item_right .text { margin-bottom: 20px; }

#slider ul.slick-dots { width: 100%; left: 0; bottom: -40px; text-align: center; position: absolute; }
#slider ul.slick-dots li { width: 20px; height: 20px; margin: 0 5px; text-indent: -9999px; vertical-align: top; background: #64a5d8; display: inline-block; cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#slider ul.slick-dots li.slick-active { background: #1b448b; }

/* Why us */
#whyus { margin-left: -10px; margin-right: -10px; margin-bottom: 30px; font-size: 0; }
#whyus article { width: 33.333333333%; padding-left: 10px; padding-right: 10px; vertical-align: top; display: inline-block; }
#whyus article h4 { min-height: 40px; }
#whyus article h4 a { font-size: 15px; font-weight: 700; text-decoration: none; line-height: 100%; }
#whyus article img { width: 100%; height: auto; margin-bottom: 20px; display: block; }
#whyus article .excerpt { font-size: 13px; color: #777; line-height: 20px; }
#whyus article .button { width: 100%; display: block; }


/* Pagination */
.page-numbers { list-style: none; }
.page-numbers li { line-height: 30px; display: inline-block; width: 30px; height: 30px; margin-top: 20px; text-align: center; background: #e6eef6; }
.page-numbers li:hover { -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; background: #1b448b; }
.page-numbers li a { display: block; color: #123573; }
.page-numbers li a:hover { display: block; color: white; }
.page-numbers li span.current { display: block; color: white; background: #1b448b; }

/*
#slider > div.owl-wrapper-outer > div > div:nth-child(3) > div > div{ background: transparent; left:60px; }
#slider > div.owl-wrapper-outer > div > div:nth-child(3) > div > div .title, #slider > div.owl-wrapper-outer > div > div:nth-child(3) > div > div .text{ color:white; padding-left:0; text-align: left; }
#slider > div.owl-wrapper-outer > div > div:nth-child(4) > div > div{ background: transparent; right:60px; left:auto; }
#slider > div.owl-wrapper-outer > div > div:nth-child(4) > div > div .title, #slider > div.owl-wrapper-outer > div > div:nth-child(4) > div > div .text{ color:#1b448b; padding-left:0; text-align: right; padding-right:0; }
*/

#custom_1 .caption{ background: transparent; left:60px; }
#custom_1 .caption .title, 
#custom_1 .caption .text{ color:white; padding-left:0; text-align: left; }

/*
#custom_2 .caption{ background: transparent; left:60px; right: 0; top: auto; bottom: -40px; }
#custom_2 .caption .title, 
#custom_2 .caption .text{ color:white; padding-left:0; text-align: left; padding-right:0; }
*/

#custom_2 .caption{ background: transparent; right:60px; left: auto; bottom: -40px; top: auto; }
#custom_2 .caption .title, 
#custom_2 .caption .text{ color:white; padding-left:0; text-align: right; }


/*
----------------
	CONTENT
----------------
*/
#container { background: white url(images/bgr_content.png) repeat-y right top; padding-bottom: 20px; }
#container.full { background: white; }

/* Content */
#content { width: 100%; width: calc(100% - 300px); max-width: 800px; padding: 30px; line-height: 25px; float: left; } 
.full #content { width: 100%; max-width: none; float: none; } 

#content a { color: #153569; } 
#content p { margin-bottom: 20px; }
#content strong { color: #003777; }

#content h1 { max-width: 80%; margin-bottom: 10px; font-family: 'BebasNeueRegular', sans-serif; font-size: 40px; color: #1b448b; line-height: 40px; display: inline-block; }
#content h1:after { font-family: 'BebasNeueRegular', sans-serif; font-size: 60px; content: '.'; color: #64a5d8; }
#content h3 { margin-bottom: 10px; font-size: 25px; font-weight: 400; color: #000; }  

/* List */
#content ul { margin-bottom: 20px; padding-left: 25px; list-style: square; }
#content ul.result { padding-left: 0; list-style: none; }
#content ul.result li { height: 80px; margin-bottom: 20px; padding-left: 80px; border-bottom: 1px solid #d2e0f2; position: relative; }
#content ul.result li img { width: auto; height: 60px; left: 0; top: 0; display: block; position: absolute; }
#content ul.result li h3 { font-size: 20px; }
#content ul.result li h3 a { text-decoration: none; line-height: 60px; }
#content ul.result li h3 a:hover { text-decoration: underline; }

/* Table */
#content table.custom_1 { margin-bottom: 30px; text-align: left; border-spacing: 0; border-collapse: collapse; }
#content table.custom_1 thead th { padding: 5px 10px; font-size: 14px; color: white; line-height: 18px; background: #1b448b; }
#content table.custom_1 tbody td { padding: 5px 10px; font-size: 14px; line-height: 18px; border: 1px solid #ddd; }

/* Social */
#content .social { float: right; margin-bottom: 20px; padding-top: 10px; }
#content .social li { font-size: 18px; line-height: 30px; display: inline-block; width: 30px; height: 30px; text-align: center; background: #d2e0f2; }
#content .social li a { text-decoration: none; color: #1b448b; }
#content .social li:hover { background: #1b448b; }
#content .social li:hover a { color: white; }
#content .entry { font-weight: 400; line-height: 30px; color: #666; }
#content .tags a { color:#153569; text-decoration: underline;  }
#content .tags a:hover { text-decoration: none; }

table.aligncenter{margin:0px auto}

.cta { line-height: 40px;display: block;max-width: inherit; width:auto; margin:0px auto; min-height: 40px;color: #fff!important;background: #1b448b; display:inline-block; padding:0 20px;}


/*
-----------------
	PRODUCTS
-----------------
*/
ul.products { margin-left: -10px; margin-right: -10px; padding-left: 0 !important; font-size: 0; }
ul.products li { width: 25%; margin-bottom: 30px; padding-left: 10px; padding-right: 10px; vertical-align: middle; display: inline-block; }
body.home ul.products li { width: 33.3333333333%; }
ul.products li a { text-decoration: none; }
ul.products li a:hover { text-decoration: underline; }
ul.products li .wrapper { min-height: 400px; position: relative; }
ul.products li .thumbnail { height: 150px; text-align: center; display: block; }
ul.products li .thumbnail img { width: auto; max-width: 100%; height: auto; max-height: 150px; top: 50%; display: block; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

/* Short description */
ul.products li .short_description { font-size: 14px; line-height: 17px; }

/* Price */
ul.products li .price { left: 0; bottom: 10px; font-size: 25px; text-decoration: none; color: #64a5d8; position: absolute; }
ul.products li .price del { font-size: 18px; color: #999; line-height: 18px; display: block; }

/* Button */
ul.products li .add_to_cart_button { width: 100px; right: 0; bottom: 0; position: absolute; }
ul.products li .add_to_cart_button.loading { text-indent: -9999px; background-color: #123573; background-image: url(images/button_loader.gif); background-repeat: no-repeat; background-position: center; }
ul.products li .added_to_cart { display: none !important; }


/*
----------------
	SIDEBAR
----------------
*/
#sidebar { width: 300px; padding-top: 30px; padding-left: 20px; background: #f0f5fa; float: right; } 
#sidebar .head_group { width: 290px; height: 50px; font-weight: 400; padding-top: 12px; text-indent: 15px; color: white; background: url(images/head_group.png) no-repeat; }
#sidebar .head_group a { color: white; }
#sidebar .list { padding-top: 3px; padding-bottom: 30px; list-style: none; }
#sidebar .list li { line-height: 25px; }
#sidebar .list li:before { font-family: fontAwesome; margin-right: 6px; content: '\f105'; color: #1b448b; }
#sidebar .list li a { text-decoration: underline; color: #1b448b; }

#sidebar h3.widget_title { width: 290px; height: 50px; padding-top: 10px; font-size: 20px; font-weight: normal; text-indent: 15px; color: white; background: url(images/head_group.png) no-repeat; }

/* Tags */
#sidebar .tagcloud a { padding-left: 10px; color: #1b448b; font-size: 14px!important; text-decoration: none; line-height: 25px; display: block; position: relative; }
#sidebar .tagcloud a:before { width: 4px; height: 4px; left: 0; top: 11px; background: #64a5d8; position: absolute; content: ''; }
#sidebar .tagcloud a:hover{ text-decoration: underline; }


/*
---------------
	FOOTER
---------------
*/
#footer { color: white; background: #153569; position: relative; }
#footer a:hover { text-decoration: none !important; } 

/* Footer top */
#footer .footer_top { padding: 30px; background: #1b448b; }
#footer .footer_top a { text-decoration: underline; color: white; }
#footer .footer_top a:hover { text-decoration: none; }
#footer .footer_top h3 { margin-bottom: 20px; font-size: 25px; color: white; }
#footer .footer_top strong { color: #64a5d8; }
#footer .footer_top ul li { padding-left: 15px; position: relative; list-style: none; }
#footer .footer_top ul li:before { width: 4px; height: 4px; left: 0; top: 9px; background: #64a5d8; position: absolute; content: ''; }
#footer .footer_top ul li a { font-size: 14px; }
#footer .footer_top .col { font-size: 14px; }
#footer .footer_top .col.logo img { width: auto; max-width: 90%; height: 40px; margin-bottom: 30px; display: block; }

/* Footer bottom */
#footer .footer_bottom { padding: 20px 0; }


/*
--------------------------
	ALTERNATIVE PANEL
--------------------------
*/
#alt_panel { width: 100%; height: 70px; left: 0; bottom: -100px; position: fixed; z-index: 98; }
#alt_panel .inner { height: 100%; /*background: #468cc7;*/ background: rgba(70,140,199,0.95); }
#alt_panel .button { right: 20px; position: absolute; }
#alt_panel .col { height: 100%; color: white; line-height: 70px; position: relative; }

/* Contact */
#alt_panel .col_contact { padding-left: 140px; }
#alt_panel .col_contact img { left: 20px; bottom: 0; position: absolute; }
#alt_panel .col_contact span { font-size: 30px; }

/* Cart */
#alt_panel .col_cart { padding-left: 20px; border-left: 1px solid rgba(255,255,255,0.2); }
#alt_panel .col_cart .ajax_cart { height: 40px; top: 50%; padding-left: 50px; font-size: 20px; text-decoration: none; color: white; line-height: 40px; background: url(images/icon_cart_white.svg) no-repeat left center; background-position: auto 40px; display: block; position: relative; float: none !important; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
#alt_panel .col_cart .ajax_cart .count { min-width: 20px; height: 20px; padding: 0 5px; left: 20px; top: 0; font-size: 13px; text-align: center; color: white; line-height: 20px; background: #64a5d8; position: absolute; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; }

body.fixed_header #alt_panel { bottom: 0; }


/*
-----------------
	INFÓBLOKK
-----------------
*/
a.infoblokk { right: 0; bottom: 0; border-left: 1px solid #64a5d8; border-top: 1px solid #64a5d8; position: fixed; z-index: 100; }
a.infoblokk img { width: auto; height: 100px; display: block; }


/*
-----------
	RWD
-----------
*/
@media only screen and (max-width: 1100px) {
	
	/* DISPLAY: None */
	.hide_in_1100 { display: none; }
	
	/* HEADER */
	#header { padding-right: 20px; }
	
	/* HEADER: Logo */
	#header .logo { left: 20px; }
	
	/* CONTENT */
	#container { background-image: url(images/bgr_content_250.png); }
	#content { width: 100%; width: calc(100% - 250px); }
	
	/* SIDEBAR */
	#sidebar { width: 250px; } 
	#sidebar h3.widget_title { width: 230px; }
}

@media only screen and (max-width: 960px) {
	
	/* DISPLAY: None */
	.hide_in_960 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_960 { display: block !important; }
	
	/* HEADER */
	#header { height: 100px; padding-right: 100px; }
	
	/* FRONTPAGE: Slider */
	#slider { height: 350px; }
	
	/* CONTENT */
	#container { background: white; }
	#content { width: 100%; max-width: none; float: none; }
	
	/* PRODUCTS */
	ul.products li { width: 33.3333333333%; }
}

@media only screen and (max-width: 768px) {
	
	/* DISPLAY: None */
	.hide_in_768 { display: none !important; }
	
	/* FRONTPAGE: Slider */
	#slider { height: auto; }
	#slider .item_left { width: 100%; max-width: none; height: 300px; float: none; }
	#slider .item_right { width: 100%; height: auto; padding: 20px; float: none; }
	
	/* FRONTPAGE: Why us */
	#whyus article { width: 50%; }
	#whyus article:nth-child(3) { display: none; }
	
	/* PRODUCTS */
	ul.products li { width: 50%; }
	body.home ul.products li { width: 50%; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .col_33 { width: 50%; }
}

@media only screen and (max-width: 640px) {
	
	/* HEADER: Logo */
	#header .logo { height: 40px; }
	#header .logo img { height: 40px; }
	
	/* FRONTPAGE: Slider */
	#slider .item_left { height: 250px; }
	
	/* CONTENT */
	#content h1 { max-width: none; }
	#content .entry { font-size: 15px; }

	/* CONTENT: Social */
	#content .social { float: none; padding-top: 0; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .col_33 { width: 100%; display: block; }
	#footer .footer_top .col_contact { margin-bottom: 30px; }
}

@media only screen and (max-width: 480px) {
	
	/* HEADER */
	#header { padding-right: 90px; }
	
	/* HEADER: Logo */
	#header .logo { height: 30px; }
	#header .logo img { height: 30px; }
	
	/* HEADER: Cart */
	#header .ajax_cart .cart_total { display: none; }
	
	/* FRONTPAGE: Slider */
	#slider .item_left { height: 200px; }
	
	/* CONTENT */
	#content .entry { font-size: 16px; }

	/* FRONTPAGE: Why us */
	#whyus { margin-left: 0; margin-right: 0; }
	#whyus article { width: 100%; margin-bottom: 30px; padding-left: 0; padding-right: 0; display: block; }
	
	/* PRODUCTS */
	ul.products { margin-left: 0; margin-right: 0; }
	ul.products li { width: 100%; padding-left: 0; padding-right: 0; display: block; }
	body.home ul.products li { width: 100%; }
	
	/* INFÓBLOKK */
	a.infoblokk { width: 80%; }
	a.infoblokk img { width: 100%; height: auto; }
}
