/*
Theme Name: Bátaszéki Klímaőr
Theme URI: https://
Description: A Bátaszéki Klímaőr weboldalának alapértelmezett sablonja
Author: Effix Marketing
Author URI: https://effix.hu
Version: 1.0
*/

*{
margin: 0;
padding: 0;
border: 0;
text-decoration: none; 
}

body{
 background-color: #f1f5e8;
}
/* tables by mark */
table, td, th {border: 1px solid black;}table {width: 100%;border-collapse: collapse;}


*, *:after, *::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

body { max-width: 2000px; margin: auto; font-family: 'Lora', serif; font-size: 20px; font-weight: 400; color: #333; line-height: 30px; overflow-x: hidden; }
body.rwd_menu__opened { overflow: none; }

textarea, input, select, button { font-family: 'Lora', serif; font-size: 15px; outline: none; }

h1, h2, h3, h4 { font-weight: normal; line-height: 100%; }

hr { margin: 30px 0; border-top: 5px solid #efefed; }

/* Classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
/* mark: max width modified from 1200px, and left margin added by default */
/* mark: max width reversed, because of footer, header specific rule added */
.inner { padding-left: 30px;max-width: 1200px; margin-left: auto; margin-right: auto; position: relative; }
header .inner { max-width: initial}

.inner_900 { max-width: 900px; }
.alignleft { margin: 0 20px 5px 0; float: left; }
.alignright { margin: 0 0 5px 20px; float: right; }
.aligncenter { margin: 0 auto 20px auto; display: block; }
.vertical_middle { top: 50%; position: relative; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
.uppercase { text-transform: uppercase; }
.center { text-align: center; }
.hide { display: none !important; }
.red { color: #f1655c; }
.b_r_50p { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
.sec_font { font-family: 'PT Sans', sans-serif; }

/* Cols */
.row { font-size: 0; }
.row .col { font-size: 20px; vertical-align: top; display: inline-block; }
.row .col_50 { width: 50%; }
.row .col_33 { width: 33.3333333333%; }

.row.row_table { width: 100%; display: table; table-layout: fixed; }
.row.row_table .col { display: table-cell; }

/* Animation */
.anim, #header ul.menu li a:after, .gallery_chooser .gallery_article a.thumbnail:after, ul.single_gallery li a:after { -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; }
.anim_cubic { -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }

/* Button */
.button { height: 50px; padding: 0 20px; font-size: 17px !important; text-decoration: none !important; text-align: center; text-transform: uppercase; color: white !important; line-height: 50px; display: inline-block; position: relative; cursor: pointer; -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; }
.button:hover { background: #333; }
.button:disabled { opacity: 0.4; }
.button:disabled:hover { border-color: #38a8ea; }

.button.button_big { height: 60px; padding: 0 40px; font-size: 18px !important; line-height: 60px; }

/* Lines */
.lines { width: 200px; margin: 0 auto 50px; border-top: 1px solid #333; position: relative; }
.lines:before, 
.lines:after { width: 100px; height: 1px; left: 50px; top: -8px; background: #333; position: absolute; content: ''; }
.lines:after { top: auto; bottom: -8px; }

/* Checkbox and radio */
input[type="checkbox"], 
input[type="radio"] { width: 24px; height: 24px; margin: -4px 4px 0 0 !important; padding: 0 !important; text-align: center !important; background-color: white; border: 1px solid #828282; clear: none; cursor: pointer; display: inline-block; line-height: 0; outline: 0; vertical-align: middle !important;  -webkit-appearance: none; -webkit-box-shadow: none; box-shadow: none; -webkit-transition: .05s border-color ease-in-out; transition: .05s border-color ease-in-out; }
input[type="radio"] { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

input[type="radio"]:checked:before { width: 14px; height: 14px; left: 4px; top: 4px; text-align: center; background: #38a8ea; position: relative; border-radius: 8px; display: block; content: ''; }
input[type="checkbox"]:checked:before { width: 14px; height: 14px; left: 4px; top: 4px; text-align: center; background: #38a8ea; position: relative; display: block; content: ''; }


/*
-------------------
	NAVIGATION
-------------------
*/
#rwd_menu { width: 100%; left: 0; top: 80px; bottom: 0; font-size: 18px; color: white; position: fixed; z-index: 100; visibility: hidden; opacity: 0; overflow: hidden; }
#rwd_menu p { margin-bottom: 10px; }
#rwd_menu p:last-child { margin-bottom: 0; }
#rwd_menu p label { margin-bottom: 5px; font-size: 15px; font-weight: 700; text-transform: uppercase; color: #dde0e4; display: block; }
#rwd_menu p a { font-size: 20px; color: white; }
#rwd_menu hr { max-width: none; margin: 0 0 30px 0; border-top-width: 1px; border-top-color: rgba(255,255,255,0.15); }

#rwd_menu .rwd_menu_overlay { width: 100%; height: 100%; left: 0; top: 0; position: absolute; }
#rwd_menu .rwd_menu_wrapper { max-height: 100%; margin-top: -30px; padding: 50px 30px 30px 30px; position: relative; overflow-y: auto; opacity: 0; }

/* Menu */
#rwd_menu .rwd_menu_wrapper ul { margin-bottom: 20px; position: relative; z-index: 1; } 
#rwd_menu .rwd_menu_wrapper ul li { list-style: none; } 
#rwd_menu .rwd_menu_wrapper ul li a { padding: 5px 0; font-size: 40px; color: white; line-height: 1; display: block; position: relative; }

#rwd_menu .rwd_menu_wrapper ul.menu_footer li a { font-size: 20px; }

/* RWD nav opened */
body.rwd_menu__opened #rwd_menu { visibility: visible; opacity: 1; }
body.rwd_menu__opened #rwd_menu .rwd_menu_wrapper { margin-top: 0; opacity: 1; }


/*
---------------
	HEADER
---------------
*/
/* 2020 szechenyi logo */
.szechenyi-logo {
	height: 150px; position: fixed; top:90px; right: 0
}

#header { width: 100%; height: 90px; left: 0; top: 0; position: fixed; z-index: 99; }
#header:before { width: calc((100% - 1200px) /2); height: 100%; left: 0; top: 0; background: white; position: absolute; content: ''; }
#header .inner { height: 100%; background: white; }

/* Logo */
#header .logo { line-height: 30px; font-weight: 700; display: inline-grid; }
#header .logo span { font-size: 30px; color: #222; }

/* Menu */
#header ul.menu { height: 100%; right: 0; top: 0; font-size: 0; position: absolute; }
#header ul.menu li { height: 100%; margin-left: 30px; vertical-align: top; display: inline-block; }
#header ul.menu li a { height: 100%; font-size: 19px; font-weight: 700; line-height: 90px; display: block; position: relative; }
#header ul.menu li a:hover { text-decoration: underline; }

#header ul.menu li.current-post-parent a, 
#header ul.menu li.current-menu-item a, 
#header ul.menu li.current_page_item a { color: #222; }

#header ul.menu li.current-post-parent a:before, 
#header ul.menu li.current-menu-item a:before, 
#header ul.menu li.current_page_item a:before { width: 0; height: 0; top: 0; left: 50%; margin-left: -6px; border: solid transparent; pointer-events: none; border-color: transparent; border-top-color: #222; border-width: 6px; position: absolute; content: ''; }

#header ul.menu li.current-post-parent a:hover, 
#header ul.menu li.current-menu-item a:hover, 
#header ul.menu li.current_page_item a:hover { text-decoration: none !important; }

#header ul.menu li.contact { padding: 0 30px; }
#header ul.menu li.contact a { padding-left: 35px; color: white; background: url(images/icon_mail_white.svg) no-repeat left center; background-size: 25px auto; }

body.rwd_menu__opened #header ul.menu li.contact { background: #222; }

/* RWD menu */
#header .rwd_button { width: 80px; height: 80px; right: 0; top: 0; position: absolute; cursor: pointer; }
#header .rwd_button .burg { width: 30px; height: 2px; left: 25px; background: white; 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: 30px; height: 2px; background: white; position: absolute; content: ''; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

#header .rwd_button .burg:before { top: -8px; left: 0; }
#header .rwd_button .burg:after { top: 8px; right: 0; }

body.rwd_menu__opened #header .rwd_button .burg { background: transparent; }
body.rwd_menu__opened #header .rwd_button .burg:before { top: 0; -webkit-transform: rotate(45deg); }
body.rwd_menu__opened #header .rwd_button .burg:after { top: 0; -webkit-transform: rotate(-45deg); }


/*
-------------
	SLIDE
-------------
*/
#slide { height: 100vh; max-height: 800px; position: relative; }
#slide:before { width: 100%; height: 40%; left: 0; bottom: 0; position: absolute; content: ''; }

#slide .row { height: 100%; }
#slide .row .col { height: 100%; }
#slide .row .col.col_text { padding-left: calc((100% - 1200px) /2); position: relative; z-index: 2; }
#slide .row .col.col_text .text_wrapper { height: 100%; position: relative; }
#slide .row .col.col_text .text_wrapper:before { width: 100%; height: 100%; left: 0; top: 0; display: none; position: absolute; content: ''; opacity: 0.6; }
#slide .row .col.col_text .text_top { left: 0; bottom: 40%; padding-bottom: 40px; font-size: 70px; font-weight: 700; line-height: 1; position: absolute; }
#slide .row .col.col_text .text_bottom { height: 40%; left: 0; bottom: 0; padding-top: 40px; padding-right: 40px; position: absolute; }
#slide .row .col.col_text .text_bottom:before { width: 100%; height: 100%; left: 0; top: 0; position: absolute; content: ''; z-index: -1; opacity: 0.7; }
#slide .row .col.col_text .text_bottom .scroll_somewhere { width: 100px; height: 100px; right: -100px; bottom: 0; background: url(images/icon_arrow_down_white.svg) no-repeat center; background-size: auto 32px; position: absolute; }
#slide .row .col.col_text .text_bottom .scroll_somewhere:hover { background-color: #222; }

#slide .row .col.col_image { position: relative; z-index: 1; }
#slide .row .col.col_image .image { left: -200px; top: 0; right: 0; bottom: 0; background-color: #333; background-repeat: no-repeat; background-position: center; background-size: cover; position: absolute; }


/*
----------------
	ABOUT US
----------------
*/
#aboutus { padding: 100px 0; }
#aboutus .inner { max-width: 800px; }
#aboutus .subtitle { margin-bottom: 20px; font-size: 14px; font-weight: 700; color: #333; line-height: 1; letter-spacing: 5px; }
#aboutus .title { margin-bottom: 30px; font-size: 70px; font-weight: 700; line-height: 1; }


/*
------------
	NEWS
------------
*/
#news { padding-bottom: 100px; position: relative; }
body.home #news:before { width: 100%; height: 300px; left: 0; top: 0; position: absolute; content: ''; }
#news .title { margin-bottom: 30px; font-size: 50px; font-weight: 700; color: #333; line-height: 1; }

#news .news_wrapper { margin-bottom: 30px; margin-left: -20px; margin-right: -20px; font-size: 0; }
#news .news_wrapper .news { width: 33.3333333333%; margin-top: 50px; padding-left: 20px; padding-right: 20px; vertical-align: top; display: inline-block; }
#news .news_wrapper .news:nth-child(-n+3) { margin-top: 0; }
#news .news_wrapper .news .thumbnail { width: 100%; height: 100%; display: block; position: relative; overflow: hidden; }
#news .news_wrapper .news .thumbnail img { width: 100%; height: auto; display: block; position: relative; z-index: 1; transform: scale(1) translateZ(0); transition: all 1s cubic-bezier(0.19, 1, 0.22, 1); }
#news .news_wrapper .news .thumbnail:hover img { -ms-transform: scale(1.05) translateZ(0); -webkit-transform: scale(1.05) translateZ(0); transform: scale(1.05) translateZ(0); }

#news .news_wrapper .news .entry { padding: 25px; }
#news .news_wrapper .news .entry h3 { margin-bottom: 30px; }
#news .news_wrapper .news .entry h3 a { font-size: 25px; font-weight: 700; color: #333; line-height: 30px; display: block; }
#news .news_wrapper .news .entry a.read_more { padding-right: 25px; font-size: 18px; text-decoration: underline; line-height: 20px; background-image: url(images/icon_arrow_right.svg); background-repeat: no-repeat; background-position: right center; background-size: 16px auto; }
#news .news_wrapper .news .entry a.read_more:hover { padding-right: 30px; color: #333; }


/*
----------------------
	BEFORE CONTENT
----------------------
*/
#before_content { height: 290px; font-size: 17px; font-weight: 700; color: white; line-height: 20px; background-color: #222; background-repeat: no-repeat; background-position: center; background-size: cover; }
#before_content .cover { width: 100%; height: 100%; left: 0; top: 0; background: rgba(34,34,34,0.4); }
#before_content .inner { height: 100%; padding-top: 90px; }
#before_content a { font-weight: normal; text-decoration: underline; color: white; }
#before_content a:hover { text-decoration: none; }
#before_content h1 { margin-bottom: 20px; font-size: 50px; font-weight: 700; line-height: 1; }


/*
----------------
	CONTENT
----------------
*/
#content { padding: 50px 0; }

#content p { margin-bottom: 30px; }

#content ul { margin-bottom: 30px; margin-left: 50px; }
#content ul li { list-style: disc; }

/* Gallery */
#content ul.single_gallery { margin-left: -10px !important; margin-right: -10px; font-size: 0; }
#content ul.single_gallery li { width: 20%; margin-top: 20px; padding-left: 10px; padding-right: 10px; vertical-align: top; display: inline-block; }
#content ul.single_gallery li:nth-child(-n+5) { margin-top: 0; }
#content ul.single_gallery li a { display: block; position: relative; overflow: hidden; }
#content ul.single_gallery li a:after { width: 100%; height: 100%; left: 0; top: 0; border-width: 0; border-style: solid; position: absolute; content: ''; z-index: 2; }
#content ul.single_gallery li a:hover:after { border-width: 5px; }
#content ul.single_gallery li img { width: 100%; height: auto; display: block; position: relative; z-index: 1; }

/* Gallery chooser */
#content .gallery_chooser { margin-left: -20px; margin-right: -20px; font-size: 0; }
#content .gallery_chooser .gallery_article { width: 25%; margin-top: 50px; padding-left: 20px; padding-right: 20px; vertical-align: top; display: inline-block; }
#content .gallery_chooser .gallery_article:nth-child(-n+4) { margin-top: 0; }
#content .gallery_chooser .gallery_article a.thumbnail { margin-bottom: 20px; display: block; position: relative; overflow: hidden; }
#content .gallery_chooser .gallery_article a.thumbnail:after { width: 100%; height: 100%; left: 0; top: 0; border-width: 0; border-style: solid; position: absolute; content: ''; z-index: 2; }
#content .gallery_chooser .gallery_article a.thumbnail:hover:after { border-width: 5px; }
#content .gallery_chooser .gallery_article img { width: 100%; height: auto; display: block; position: relative; z-index: 1; }
#content .gallery_chooser .gallery_article h3 { margin-bottom: 0; text-align: left; line-height: 25px; }
#content .gallery_chooser .gallery_article h3 a { font-size: 25px; font-weight: 700; line-height: 1; display: block; }
#content .gallery_chooser .gallery_article .count { font-size: 16px; color: #999; }

/* Iframe wrapper */
#content .iframe_wrapper { height: 0; margin-bottom: 30px; padding-bottom: 56.25%; padding-top: 25px; position: relative; }
#content .iframe_wrapper iframe { width: 100%; height: 100%; left: 0; top: 0; position: absolute; }


/*
---------------
	FOOTER
---------------
*/
#footer { font-size: 18px; color: white; }

/* Footer top */
#footer .footer_top { padding-top: 100px; }
#footer .footer_top .title { margin-bottom: 100px; font-size: 50px; font-weight: 700; }
#footer .footer_top .row { border: 1px solid rgba(255,255,255,0.2); }
#footer .footer_top .row .col { padding: 80px 50px; color: #ced8d3; position: relative; }
#footer .footer_top .row .col:before { width: 80px; height: 80px; left: 50%; top: -40px; margin-left: -40px; background-repeat: no-repeat; background-position: center; background-size: 24px auto; position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }
#footer .footer_top .row .col a { margin-top: 30px; font-size: 30px; font-weight: 700; color: white; line-height: 1; display: inline-block; }
#footer .footer_top .row .col a:hover { text-decoration: underline; }

#footer .footer_top .row .col.col_phone { border-right: 1px solid rgba(255,255,255,0.2); }
#footer .footer_top .row .col.col_phone:before { background-image: url(images/icon_phone_white.svg); }
#footer .footer_top .row .col.col_email:before { background-image: url(images/icon_mail_white.svg); }

/* Footer bottom */
#footer .footer_bottom { padding: 20px 0; }
#footer .footer_bottom ul { font-size: 0; }
#footer .footer_bottom ul li { margin-left: 20px; vertical-align: top; display: inline-block; }
#footer .footer_bottom ul li a { font-size: 18px; color: white; }
#footer .footer_bottom ul li a:hover { text-decoration: underline; }


/*
-------------------
	RWD DESIGN
-------------------
*/
@media only screen and (max-width: 1440px) { 

	/* SLIDE */
	#slide .row .col.col_text .text_top { font-size: 60px; }
	
	/* ABOUT US */
	#aboutus .title { font-size: 60px; }
}
/* mark: after the defined size, logo jumps up next to the menu */
@media only screen and (min-width: 1600px) {
	/* header szechenyi logo */
	.szechenyi-logo {
		top: 0;
	}
	#header .inner {
		max-width: 1200px;
	}
}
@media only screen and (max-width: 1200px) {

	/* DEFAULT */
	.p_l_30 { padding-left: 30px; }
	.p_r_30 { padding-right: 30px; }
	
	/* HEADER: Menu */
	#header ul.menu li { margin-left: 20px; }
	#header ul.menu li a { font-size: 18px; }
	
	/* SLIDE */
	#slide .row .col.col_text { padding-left: 30px; }
}

@media only screen and (max-width: 960px) {

	/* header szechenyi logo */
	.szechenyi-logo {
		top:80px;
	}

	/* DISPLAY: None */
	.hide_in_960 { display: none !important; }
	
	/* DISPLAY: Block */
	.show_in_960 { display: block !important; }
	
	/* HEADER */
	#header { height: 80px; }
	
	/* HEADER: Menu */
	#header ul.menu { right: 80px; }
	#header ul.menu li { display: none !important; }
	#header ul.menu li.contact { display: block !important; }
	#header ul.menu li a { line-height: 80px; }
	
	/* SLIDE */
	#slide { height: auto; }
	#slide:before { display: none; }

	#slide .row { display: block; }
	#slide .row .col { width: 100%; display: block; }
	#slide .row .col.col_text { padding-left: 0; }
	#slide .row .col.col_text .text_wrapper { padding-top: 80px; text-align: center; }
	#slide .row .col.col_text .text_wrapper:before { display: block; }
	#slide .row .col.col_text .text_top { left: auto; bottom: auto; margin-bottom: 20px; padding-bottom: 0; padding-top: 150px; position: relative; }
	#slide .row .col.col_text .text_bottom { height: auto; left: auto; bottom: auto; padding-top: 0; padding-right: 80px; padding-left: 80px; padding-bottom: 50px; position: relative; }
	#slide .row .col.col_text .text_bottom:before { display: none; }
	#slide .row .col.col_text .text_bottom .scroll_somewhere { width: 80px; height: 80px; right: 0; bottom: 0; }

	#slide .row .col.col_image { width: 100%; height: 100%; left: 0; top: 0; position: absolute; }
	#slide .row .col.col_image .image { left: 0; }
	
	/* ABOUT US */
	#aboutus { padding: 50px 0; }
	
	/* NEWS */
	#news { padding-bottom: 50px; }
	body.home #news:before { height: 200px; }

	#news .news_wrapper { margin-left: -10px; margin-right: -10px; }
	#news .news_wrapper .news { margin-top: 40px; padding-left: 10px; padding-right: 10px; }

	#news .news_wrapper .news .entry { padding: 10px; }
	#news .news_wrapper .news .entry h3 { margin-bottom: 20px; }
	#news .news_wrapper .news .entry h3 a { font-size: 20px; line-height: 25px; }
	
	/* BEFORE CONTENT */
	#before_content { height: 450px; }
	#before_content .inner { padding-top: 80px; }
	
	/* CONTENT: Gallery */
	#content ul.single_gallery li { width: 25%; }
	#content ul.single_gallery li:nth-child(-n+5) { margin-top: 20px; }
	#content ul.single_gallery li:nth-child(-n+4) { margin-top: 0; }
	
	/* CONTENT: Gallery chooser */
	#content .gallery_chooser .gallery_article { width: 33.3333333333%; }
	#content .gallery_chooser .gallery_article:nth-child(-n+4) { margin-top: 40px; }
	#content .gallery_chooser .gallery_article:nth-child(-n+3) { margin-top: 0; }
	
	/* FOOTER: Footer top */
	#footer .footer_top { padding-top: 50px; }
	#footer .footer_top .row .col { padding: 60px 30px; }
	#footer .footer_top .row .col a { font-size: 25px; }

	/* FOOTER: Footer bottom */
	#footer .footer_bottom .left, 
	#footer .footer_bottom .right { float: none; }
	#footer .footer_bottom ul li { margin-left: 10px; margin-right: 10px; }
}

@media only screen and (max-width: 768px) { 

	/* DEFAULT */
	.p_l_30 { padding-left: 20px; }
	.p_r_30 { padding-right: 20px; }
	
	/* NAVIGATION */
	#rwd_menu .rwd_menu_wrapper { padding: 50px 20px 20px 20px; }
	
	/* SLIDE */
	#slide .row .col.col_text .text_top { font-size: 8vw; }
	#slide .row .col.col_text .text_bottom { padding-left: 20px; padding-right: 20px; }
	#slide .row .col.col_text .text_bottom .scroll_somewhere { display: none; }
	
	/* ABOUT US */
	#aboutus { padding: 30px 0; }
	#aboutus .title { font-size: 7vw; }
	
	/* NEWS */
	#news { padding-bottom: 30px; }
	#news .title { font-size: 7vw; }
	
	#news .news_wrapper .news { width: 50%; }
	#news .news_wrapper .news:nth-child(-n+3) { margin-top: 40px; }
	#news .news_wrapper .news:nth-child(-n+2) { margin-top: 0; }
	
	body.home #news .news_wrapper .news:nth-child(3) { display: none; }
	
	/* BEFORE CONTENT */
	#before_content h1 { font-size: 7vw; }
	
	/* CONTENT */
	#content { padding: 30px 0; }
	
	#content ul { margin-left: 30px; }

	/* CONTENT: Gallery */
	#content ul.single_gallery li { width: 33.3333333333%; }
	#content ul.single_gallery li:nth-child(-n+4) { margin-top: 20px; }
	#content ul.single_gallery li:nth-child(-n+3) { margin-top: 0; }
	
	/* FOOTER: Footer top */
	#footer .footer_top { padding-top: 50px; }
	#footer .footer_top .title { margin-bottom: 80px; font-size: 7vw; }
	#footer .footer_top .row { display: block; }
	#footer .footer_top .row .col { width: 100%; padding: 80px 50px; display: block; }
	#footer .footer_top .row .col.col_phone { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.2); }
}

@media only screen and (max-width: 640px) { 

	/* SLIDE */
	#slide .row .col.col_text .text_top { font-size: 9vw; }
	
	/* NEWS */	
	#news .news_wrapper { margin-left: 0; margin-right: 0; }
	#news .news_wrapper .news { width: 100%; max-width: 400px; margin-left: auto; margin-right: auto; padding-left: 0; padding-right: 0; display: block; }
	#news .news_wrapper .news:nth-child(-n+2) { margin-top: 40px; }
	#news .news_wrapper .news:nth-child(1) { margin-top: 0; }
	
	body.home #news .news_wrapper .news:nth-child(3) { display: block; }
	
	/* BEFORE CONTENT */
	#before_content h1 { font-size: 8vw; }
	
	/* CONTENT: Gallery chooser */
	#content .gallery_chooser { margin-left: -10px; margin-right: -10px; }
	#content .gallery_chooser .gallery_article { width: 50%; padding-left: 10px; padding-right: 10px; }
	#content .gallery_chooser .gallery_article:nth-child(-n+3) { margin-top: 40px; }
	#content .gallery_chooser .gallery_article:nth-child(-n+2) { margin-top: 0; }
	#content .gallery_chooser .gallery_article h3 { line-height: 20px; }
	#content .gallery_chooser .gallery_article h3 a { font-size: 20px; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .row .col { padding: 60px 20px; }

	/* FOOTER: Footer bottom */
	#footer .footer_bottom ul { margin-top: 20px; }
	#footer .footer_bottom ul li { margin-left: 0; margin-right: 0; display: block; }
}

@media only screen and (max-width: 480px) { 

	/* DISPLAY: None */
	.hide_in_480 { display: none !important; }
	
	/* DEFAULT */
	body { font-size: 18px; line-height: 25px; }
	
	/* DEFAULT: Cols */
	.row .col { font-size: 18px; }
	
	/* NAVIGATION */
	#rwd_menu .rwd_menu_wrapper { padding: 20px 20px; }

	/* NAVIGATION: Menu */
	#rwd_menu .rwd_menu_wrapper ul li a { font-size: 30px; }
	
	/* BEFORE CONTENT */
	#before_content {  }
	#before_content .vertical_middle {  -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
	#before_content .inner { padding-top: 120px; padding-bottom: 40px; }
	
	#before_content h1 { margin-bottom: 0 !important; font-size: 9vw; }
	#before_content .breadcrumb { display: none; }
	
	/* FOOTER: Footer top */
	#footer .footer_top .row .col a { font-size: 20px; }
}

@media only screen and (max-width: 320px) { 

	/* CONTENT: Gallery */
	#content ul.single_gallery li { width: 50%; }
	#content ul.single_gallery li:nth-child(-n+3) { margin-top: 20px; }
	#content ul.single_gallery li:nth-child(-n+2) { margin-top: 0; }
}
