/*
Theme Name: Center Print Nyomda Debrecen
Theme URI: http://centerprint.hu/
Description: A Center Print Nyomda Debrecen weboldalának alapértelmezett sablonja
Author: ReklámGuru
Author URI: http://reklamguru.hu
Version: 1.0
*/

*{
margin: 0;
border: 0;
padding: 0;
flex-wrap: wrap;
text-decoration: none; 
}

*, 
*:after, 
*::before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

:root {
	--color-red: #C72213;
	--color-red-a10: rgba(219 8 49 / 5%);
	--color-body-text: #27282d;
	--color-silver: #f8f8f8;
	--color-silver-line: #dddddd;
}

body { font-family: 'Roboto', sans-serif; font-size: 16px; color: var(--color-body-text); line-height: 30px; background: var(--color-silver); }
body.home { background: white; }

textarea, input, select, button { font-family: 'Roboto', sans-serif; font-size: 18px; color: #23315a; outline: none; }

h1, h2, h3, h4 { font-weight: normal; line-height: 100%; }

hr { height: 30px; border-top: 2px dotted #222528; clear: both; }

/* Classes */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.inner { max-width: 1200px; margin-left: auto; margin-right: auto; position: relative; }
.inner_600 { max-width: 600px; }
.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; }
.t_a_c { text-align: center; }
.t_a_r { text-align: right; }
.hide { display: none !important; } 

.b_r_3 { -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }

.b_r_5 { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.b_r_50p { -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

.red { color: #fe0000; }

.sec_font, h3 { font-family: 'Ubuntu', sans-serif; font-weight: 700; }



/* Cols */

.row { width: 100%; font-size: 0; display: block; }

.col { font-size: 16px; vertical-align: top; display: inline-block; position: relative; }

.col_75 { width: 75%; }

.col_66 { width: 66%; }

.col_60 { width: 60%; }

.col_50 { width: 50%; }

.col_40 { width: 40%; }

.col_33 { width: 33.3333333333%; }

.col_25 { width: 25%; }



.row_table { width: 100%; display: table; }

.row_table > .col { display: table-cell; }



/* Animation */

#header menu ul li ul, 

#header menu ul li a:after, 

#content ul.sidebar_list li a, 

.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; }

.anim_1 { -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s 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 30px; font-size: 17px !important; font-weight: 700; text-transform: uppercase; text-decoration: none !important; color: white !important; line-height: 50px; background-color: var(--color-red); display: inline-block; position: relative; cursor: pointer; -webkit-border-radius: 25px; -moz-border-radius: 25px; border-radius: 25px; }

.button:hover { background-color: #222528; }



.button_white_hover:hover { color: #222528 !important; background-color: white; }



.button_60 { height: 60px; line-height: 60px; }

.button_full { width: 100%; padding: 0; display: block; }



/* ID */

#website { left: 0; position: relative; }

body.rwd_menu__opened #website { left: -260px; }





/*

-------------

	MODAL

-------------

*/

.mfp-container { padding: 0 20px; }

.white-popup { width: auto; max-width: 840px; margin: 20px auto; padding: 20px; background: white; position: relative; }

.white-popup .mfp-close { width: 40px; height: 40px; background: white; }

.white-popup img { width: 100%; max-width: 800px; height: auto; display: block; }





/*

-------------------

	NAVIGATION

-------------------

*/

#rwd_menu { width: 260px; height: 100%; right: -260px; top: 0; background: #222528; position: fixed; z-index: 9; overflow: auto; -moz-box-shadow: inset 3px 0 3px rgba(0,0,0,0.15); -webkit-box-shadow: inset 3px 0 3px rgba(0,0,0,0.15); box-shadow:         inset 3px 0 3px rgba(0,0,0,0.15); }



#rwd_menu .rwd_menu_wrapper {  }



/* Menu */

#rwd_menu .rwd_menu_wrapper ul li {  }

#rwd_menu .rwd_menu_wrapper ul li.menu-item-has-children.open {  }

#rwd_menu .rwd_menu_wrapper ul li { border-bottom: 1px solid rgba(255,255,255,0.1); }

#rwd_menu .rwd_menu_wrapper ul li a { padding: 10px 20px; font-size: 20px; font-weight: 700; color: white; display: block; position: relative; }

#rwd_menu .rwd_menu_wrapper ul li.menu-item-has-children.open a { color: #000; }

#rwd_menu .rwd_menu_wrapper ul li.menu-item-has-children > a:after { width: 30px; height: 30px; right: 20px; top: 10px; background: rgba(255,255,255,0.1) url(images/icon_arrow_down_open_white.svg) no-repeat right center; background-size: cover; position: absolute; content: ''; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

#rwd_menu .rwd_menu_wrapper ul li.menu-item-has-children.open > a:after { background-color: #000; ms-transform: rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg); }

#rwd_menu .rwd_menu_wrapper ul li ul { padding: 10px 0; color: #999; display: none; }

#rwd_menu .rwd_menu_wrapper ul li ul li { padding: 0; }

#rwd_menu .rwd_menu_wrapper ul li ul li:last-child { border-bottom: none; }

#rwd_menu .rwd_menu_wrapper ul li ul li a { padding: 2px 20px; font-size: 17px; font-weight: normal; color: white; line-height: 100%; opacity: 0.7; }

#rwd_menu .rwd_menu_wrapper ul li ul li a:hover { opacity: 1; }

#rwd_menu .rwd_menu_wrapper ul li ul li > a:after { width: 20px !important; height: 20px !important; top: 5px !important; right: 5px !important; background-color: transparent !important; background-image: url(images/icon_arrow_down_open.svg) !important; }

#rwd_menu .rwd_menu_wrapper ul li ul li ul li a { padding: 2px 20px; font-size: 19px; text-decoration: underline; color: #777 !important; }

#rwd_menu .rwd_menu_wrapper ul li ul li ul li a:hover { color: #333 !important; }



body.rwd_menu__opened #rwd_menu { right: 0; }





/*

--------------

	HEADER

--------------

*/

#header { width: 100%; height: 80px; left: 0; top: 0; position: fixed; z-index: 20; }

#header hgroup { height: 100%; background: #222528; }



/* Logo */

#header .logo { width: 230px; height: 110px; left: 0; top: 0; padding-top: 20px; position: absolute; }

#header .logo:before { width: 100%; height: 100%; left: 0; top: 0; background: white; position: absolute; content: ''; z-index: 1; -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%); }

#header .logo img { width: auto; height: 54px; display: inline-block; position: relative; z-index: 2; }



/* Menu */

#header menu { left: 250px; top: 0; position: absolute; }

#header menu ul { font-size: 0; }

#header menu ul li { margin: 0 3px; vertical-align: top; display: inline-block; position: relative; list-style: none; }

#header menu ul li:first-child { margin-left: 0; }

#header menu ul li:last-child { margin-right: 0; }

#header menu ul li a { padding: 0 10px; font-size: 20px; font-weight: 700; color: #bdc0c2; line-height: 80px; display: block; position: relative; }

#header menu ul li a:hover { color: white; }

#header menu ul li a:after { width: 0; height: 6px; left: 0; bottom: 0; background: var(--color-red); position: absolute; content: ''; }

#header menu ul li a:hover:after { width: 100%; }

#header menu ul li.menu-item-has-children > a { padding-right: 25px; background: url(images/icon_arrow_down_white.svg) no-repeat right center; background-size: auto 15px; }



#header menu ul li.current_page_item a, 

#header menu ul li.current_page_parent a { color: white; }



#header menu ul li.current_page_item a:after, 

#header menu ul li.current_page_parent a:after { width: 100%; }



#header menu ul li ul { width: max-content; left: 0; top: 100%; padding: 20px 30px; background: white; position: absolute; opacity: 0; visibility: hidden; -moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2); box-shadow: 0 3px 3px rgba(0,0,0,0.2); }

#header menu ul li ul li { margin: 0; padding: 5px 0; display: block; }

#header menu ul li ul li a { padding: 5px 0; font-size: 16px; font-weight: 700; text-transform: uppercase; color: #222528 !important; line-height: 20px; }

#header menu ul li ul li a:hover { color: var(--color-red) !important; }

#header menu ul li ul li a:after { display: none; }

#header menu ul li ul li.current_page_item a { color: var(--color-red) !important; border-bottom: 2px solid var(--color-red); }



#header menu ul li.menu-item-has-children:hover a:after { width: 100%; }

#header menu ul li.menu-item-has-children:hover ul { opacity: 1; visibility: visible; }



/* Language switcher */

#header ul.wpm-language-switcher { height: 80px; right: 0; top: 0; padding-top: 80px; position: absolute; overflow: hidden; }

#header ul.wpm-language-switcher:hover { height: auto; }

#header ul.wpm-language-switcher li { width: 80px; height: 80px; font-size: 20px; font-weight: 700; text-align: center; color: white; line-height: 80px; background: var(--color-red); }

#header ul.wpm-language-switcher li.active { right: 0; top: 0; position: absolute; }

#header ul.wpm-language-switcher li a { width: 80px; height: 100%;  color: white; display: block; }

#header ul.wpm-language-switcher li a:hover { text-decoration: underline; }

#header ul.wpm-language-switcher li img { display: none; }

#header ul.wpm-language-switcher li span { color: white; }



/* RWD menu */

#header .rwd_button { width: 80px; height: 80px; right: 0; font-size: 30px; background: white; position: absolute; cursor: pointer; }

#header .rwd_button .burg { width: 40px; height: 2px; left: 20px; background: #222528; 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: #222528; 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.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); }



/* Fixed header */

body.fixed_header #header hgroup { -webkit-box-shadow: 0 4px 2px -2px rgba(0,0,0,0.1); -moz-box-shadow: 0 4px 2px -2px rgba(0,0,0,0.1); box-shadow: 0 4px 2px -2px rgba(0,0,0,0.1); }

body.fixed_header #header .logo { height: 80px; padding-top: 10px; }

body.fixed_header #header .logo:before { -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }





/*

--------------

	SLIDER

--------------

*/

#slider { height: 90vh; height: calc(100vh - 40px); position: relative; }

#slider .slider_for { height: 100%; }

#slider .slick-list, 

#slider .slick-track, 

#slider .slick-slide { height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; }

#slider .slick-slide .cover { width: 100%; height: 100%; left: 0; top: 0; background: rgba(34,37,40,0.5) url(images/pattern.png) repeat left top; position: absolute; }

#slider .slick-slide .title { margin-bottom: 10px; font-size: 60px; color: white; line-height: 100%; }

#slider .slick-slide .text { font-size: 16px; color: white; line-height: 150%; }

#slider .slick-slide .button { margin-top: 50px; }



#slider .slider_nav_wrapper { width: 100%; left: 0; bottom: 0; position: absolute; z-index: 2; }

#slider .slider_nav_wrapper .slider_nav { height: 140px; position: relative; }

#slider .slider_nav_wrapper .slider_nav:before { width: 100%; height: 1px; left: 0; top: 0; background: #505152; position: absolute; content: ''; }

#slider .slider_nav_wrapper .slider_nav .slick-track { font-size: 0; }

#slider .slider_nav_wrapper .slider_nav .slick-slide { width: 33.3333333333%; padding-top: 30px; padding-left: 30px; vertical-align: top; border-top: 1px solid transparent; display: inline-block; cursor: pointer; outline: none; }

#slider .slider_nav_wrapper .slider_nav .slick-slide .info { padding-left: 30px; font-size: 20px; font-weight: 900; color: white; line-height: 20px; position: relative; }

#slider .slider_nav_wrapper .slider_nav .slick-slide .info .count { left: 0; top: 0; font-size: 15px; font-weight: normal; color: white; opacity: 0.5; position: absolute; }

#slider .slider_nav_wrapper .slider_nav .slick-slide .info .small { font-size: 15px; font-weight: normal; color: white; opacity: 0.5; display: block; }



#slider .slider_nav_wrapper .slider_nav .slick-slide.slick-current { border-top-color: white; }

#slider .slider_nav_wrapper .slider_nav .slick-slide.slick-current .info .count { color: var(--color-red); opacity: 1; }



#slider ul.slick-dots { width: 100%; left: 0; bottom: 0; margin-left: 0 !important; text-align: center; position: absolute; }

#slider ul.slick-dots li { margin: 0 7px; padding-left: 0; vertical-align: top; display: inline-block; }

#slider ul.slick-dots li:before { display: none; }

#slider ul.slick-dots li button { width: 20px; height: 20px; text-indent: -9999px; background: white; cursor: pointer; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

#slider ul.slick-dots li.slick-active button { background: var(--color-red); }



#scroll_to { height: 40px; font-size: 14px; color: #999; line-height: 40px; border-bottom: 1px solid #e1e1e1; display: block; }

#scroll_to img { width: 20px; height: 20px; margin-bottom: 4px; margin-right: 5px; vertical-align: middle; display: inline-block; }





/*

----------------

	SERVICES

----------------

*/

#services { padding: 70px 0; }

#services .services_wrapper { margin-left: -10px; margin-right: -10px; font-size: 0; }

#services .services_wrapper .service { width: 33.3333333333%; margin-bottom: 20px; padding-left: 10px; padding-right: 10px; vertical-align: top; display: inline-block; }

#services .services_wrapper .wrapper { height: 380px; padding: 50px 20px 0; border: 3px solid #f2f3f3; display: block; position: relative; }

#services .services_wrapper .wrapper img { width: auto; max-width: 100px; height: auto; max-height: 80px; margin-bottom: 20px; display: inline-block; }

#services .services_wrapper .wrapper .title { margin-bottom: 20px; font-size: 30px; color: #222528; }

#services .services_wrapper .wrapper .text { font-size: 16px; color: #999; line-height: 25px; }

#services .services_wrapper .wrapper .read_more { width: 100%; left: 0; bottom: 0; position: absolute; }

#services .services_wrapper .wrapper .read_more a { width: 44px; height: 44px; font-size: 16px; font-weight: 700; background: var(--color-red); display: inline-block; position: relative; overflow: hidden; -webkit-border-radius: 22px; -moz-border-radius: 22px; border-radius: 22px; }

#services .services_wrapper .wrapper .read_more a:before { width: 32px; height: 32px; left: 6px; top: 6px; background: white url(images/icon_plus.png) no-repeat center; position: absolute; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

#services .services_wrapper .wrapper:hover .read_more a { width: 220px; }

#services .services_wrapper .wrapper:hover .read_more a:hover { background: #222528; }

#services .services_wrapper .wrapper .read_more a span { height: 44px; left: 45px; color: white; line-height: 46px; white-space: nowrap; display: block; position: absolute; }





/*

----------------

	ABOUT US

----------------

*/

#aboutus { padding: 70px 0; }



#aboutus .aboutus_top { margin-bottom: 70px; }

#aboutus .aboutus_top .image { width: 90%; height: 470px; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; z-index: 1; }

#aboutus .aboutus_top .text { padding: 50px; background: white; -moz-box-shadow: 0 20px 30px rgba(0,0,0,0.1); -webkit-box-shadow: 0 20px 30px rgba(0,0,0,0.1); box-shadow: 0 20px 30px rgba(0,0,0,0.1); }

#aboutus .aboutus_top .text.has_image { max-width: 900px; margin-top: -150px; float: right; position: relative; z-index: 2; }

#aboutus .aboutus_top .text .col_title { width: 260px; }

#aboutus .aboutus_top .text .col_text { font-size: 20px; font-weight: 300; color: #999; line-height: 170%; }



#aboutus .aboutus_bottom .col_text_2 { padding-right: 100px; font-size: 20px; font-weight: 700; color: #222528; line-height: 170%; }

#aboutus .aboutus_bottom .col_text_3 { font-size: 16px; color: #666; line-height: 170%; }




/*

--------------------

	CONTACT FORM

--------------------

*/

#contact_form { padding: 70px 0; background: var(--color-silver); }

#contact_form h2 { font-size: 40px !important; }

#contact_form textarea { height: 200px; }

#contact_form .col.col_textarea { padding-left: 20px; }





/*

------------------

	MAIN TITLE

------------------

*/

#main_title { height: 500px; background-repeat: no-repeat; background-position: center; background-size: cover; position: relative; z-index: 1; }

#main_title .cover { width: 100%; height: 100%; left: 0; top: 0; padding-top: 80px; background: rgba(34,37,40,0.5) url(images/pattern.png) repeat left top; position: absolute; content: ''; }

#main_title .inner { height: 200px; }


/*
---------------
	CONTENT
---------------
*/
#entry { min-height: 300px; margin-top: -220px; margin-bottom: 70px; padding: 50px; background: white; position: relative; z-index: 2; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
#entry.nopadding { padding: 0; }
#entry a { text-decoration: underline; color: var(--color-red); }
#entry a:hover { color: #222528; }

#content h1 { padding-bottom: 20px; font-size: 50px; color: white; position: relative; }
#content h1:after { width: 50px; height: 2px; left: 50%; bottom: 0; margin-left: -25px; background: var(--color-red); position: absolute; content: ''; }

#content h2 { margin-bottom: 50px; font-size: 40px; font-weight: 300; color: #222528; position: relative; }
#content h2.has_line { padding-bottom: 30px; }
#content h2.has_line:after { width: 50px; height: 2px; left: 50%; bottom: 0; margin-left: -25px; background: var(--color-red); position: absolute; content: ''; }
#content h2.has_line_left:after { left: 0; margin-left: 0; }

#content h3 { margin-bottom: 20px; font-size: 25px; line-height: 120%; clear: both; }
#content h4 { margin-bottom: 10px; font-size: 15px; font-weight: 700; clear: both; }

#content p { margin-bottom: 20px; }

/* Table */
#content table { width: 100%; margin-bottom: 30px; text-align: left; border-collapse: collapse; border-spacing: 0; }
#content table thead th { padding: 10px; font-size: 12px; text-transform: uppercase; color: white; line-height: 15px; background: var(--color-red); }
#content table tbody td { padding: 10px; font-size: 15px; line-height: 15px; border: 1px solid #ddd; }

/* Images */
#content img.alignnone, 
#content img.aligncenter, 
#content img.alignleft, 
#content img.alignright { max-width: 100%; height: auto; }
#content img.alignnone { margin-bottom: 30px; display: block; }

/* List */
#content ul { margin-bottom: 20px; margin-left: 30px; }
#content ul li { padding-left: 20px; position: relative; list-style: none; }
#content ul li:before { width: 6px; height: 6px; left: 0; top: 12px; background: var(--color-red); position: absolute; content: ''; }

#content ul.nomargin { margin-left: 0; }
#content ul.nomargin li { padding-left: 0; }
#content ul.nomargin li:before { display: none; }

#content ul.gallery { margin-left: -10px; margin-right: -10px; font-size: 0; }
#content ul.gallery li { width: 33.3333333333%; margin-bottom: 20px; padding-left: 10px; padding-right: 10px; vertical-align: top; display: inline-block; }
#content ul.gallery li a { border: 2px solid #dbdbdb; display: block; }
#content ul.gallery li a:hover { border-color: #b2b2b2; }
#content ul.gallery li img { width: 100%; height: auto; display: block; }



#content ul.sidebar_list { margin-left: 0; }

#content ul.sidebar_list li { padding-left: 0; line-height: 18px; border-bottom: 1px dotted #ddd; list-style: none; }

#content ul.sidebar_list li:before { display: none; }

#content ul.sidebar_list li a { padding: 15px 0; font-size: 17px; font-weight: 900; text-decoration: none; color: #222528; line-height: 18px; display: block; }

#content ul.sidebar_list li a:hover { padding-left: 15px; }

#content ul.sidebar_list li.current_page_item a { padding: 15px; color: white; background: var(--color-red); }

#content ul.dc { margin-left: 0; border-top: 1px solid #ddd; }
#content ul.dc li { padding: 10px 10px 10px 40px; background: url(images/icon_document.svg) no-repeat center left; background-size: auto 32px; border-bottom: 1px solid #ddd; list-style: none; }
#content ul.dc li:before { display: none; }

/* Contact */
#content .contact_wrap { display: flex; }
#content .contact_wrap .wrap_left { width: 50%; padding-right: 50px; }
#content .contact_wrap .wrap_right { width: 50%; }

#content .maps_wrap { min-height: 600px; display: flex; }
#content .maps_wrap .wrap_left { width: 50%; background: url(images/centerprint_debrecen_bejarat.jpg) no-repeat center; background-size: cover; }
#content .maps_wrap .wrap_right { width: 50%; }
#content .maps_wrap .wrap_right iframe { height: 100%; }
#content .maps_wrap .wrap_right .cmplz-placeholder-parent { height: 100% !important; }

/* Has sidebar */
#content .row_has_sidebar .col_sidebar { width: 380px; padding: 50px; position: relative; }
#content .row_has_sidebar .col_sidebar h4 { margin-bottom: 40px; font-size: 18px; color: var(--color-red); }
#content .row_has_sidebar .col_entry { padding: 50px; }
#content .row_has_sidebar .col_entry:before { width: 20px; height: 100%; left: 0; top: 0; position: absolute; -moz-box-shadow: -5px 0 15px -5px rgba(0,0,0,.1); -webkit-box-shadow: -5px 0 15px -5px rgba(0,0,0,.1); box-shadow: -5px 0 15px -5px rgba(0,0,0,.1); content: ''; }

/* Video wrapper */

#content .video_wrapper { height: 0; padding-bottom: 56.25%; padding-top: 25px; position: relative; }

#content .video_wrapper iframe { width: 100%; height: 100%; left: 0; top: 0; position: absolute; }



/* History */

#content .history { position: relative; }

#content .history article { width: 50%; margin-bottom: 80px; padding-right: 70px; float: left; position: relative; }

#content .history article:nth-child(2) { margin-top: 200px; }

#content .history article:nth-child(2n) { padding-left: 70px; padding-right: 0; float: right; }

#content .history article .history_wrapper { background: #ececec; }

#content .history article .history_wrapper .image { position: relative; }

#content .history article .history_wrapper .image img { width: 100%; height: auto; display: block; }

#content .history article .history_wrapper .entry { padding: 40px; }

#content .history article .history_wrapper .entry:before { width: 70px; right: 0; top: 50%; border-bottom: 3px dotted var(--color-red); position: absolute; z-index: 1; content: ''; }

#content .history article .history_wrapper .entry:after { width: 30px; height: 30px; right: -16px; top: 50%; margin-top: -13px; background: white; border: 5px solid var(--color-red); position: absolute; z-index: 2; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

#content .history article:nth-child(even) .history_wrapper .entry:before { left: 0; right: auto; }

#content .history article:nth-child(even) .history_wrapper .entry:after { left: -14px; right: auto; }

#content .history article .history_wrapper .entry .year { margin-bottom: 20px; font-size: 40px; }

#content .history article .history_wrapper .entry .text { font-size: 16px; color: #666; line-height: 25px; }



#content .history article.has_image .image:before { width: 70px; right: -70px; top: 50%; border-bottom: 3px dotted var(--color-red); position: absolute; z-index: 1; content: ''; }

#content .history article.has_image .image:after { width: 30px; height: 30px; right: -86px; top: 50%; margin-top: -13px; background: white; border: 5px solid var(--color-red); position: absolute; z-index: 2; content: ''; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; }

#content .history article.has_image:nth-child(even) .image:before { left: -70px; right: auto; }

#content .history article.has_image:nth-child(even) .image:after { left: -84px; right: auto; }



#content .history article.has_image .entry:before { display: none; }

#content .history article.has_image .entry:after { display: none; }



#content .history article:nth-child(1) { order: 1; }

#content .history article:nth-child(2) { order: 2; }

#content .history article:nth-child(odd) { clear: both; }

#content .history article:nth-child(odd) .history_wrapper .entry:before { top: 30px; }

#content .history article:nth-child(odd) .history_wrapper .entry:after { top: 30px; }



/* Portfolio */

#content .portfolio .portfolio_wrapper { margin-left: -10px; margin-right: -10px; }

#content .portfolio .portfolio_wrapper article { padding-left: 10px; padding-right: 10px; }



/* Blog archive */

#content .blog_archive { margin-left: -20px; margin-right: -20px; font-size: 0; }

#content .blog_archive article { width: 50%; margin-top: 30px; padding-left: 20px; padding-right: 20px; vertical-align: top; display: inline-block; }

#content .blog_archive article:nth-child(-n+2) { margin-top: 0; }

#content .blog_archive article a.thumbnail { display: block; overflow: hidden; }

#content .blog_archive article a.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); }

#content .blog_archive article a.thumbnail:hover img { -ms-transform: scale(1.05) translateZ(0); -webkit-transform: scale(1.05) translateZ(0); transform: scale(1.05) translateZ(0); }

#content .blog_archive article .entry { padding-top: 20px; }

#content .blog_archive article .entry .datetime { margin-bottom: 10px; font-size: 14px; color: #777; line-height: 14px; }

#content .blog_archive article .entry h3 a { text-decoration: none; }





/*

---------------

	FOOTER

---------------

*/

#footer { height: 200px; font-size: 16px; color: #bdc0c2; background: #222528; border-top: 10px solid var(--color-red); }

#footer .inner { height: 100%; }

#footer .logo { left: 0; display: inline-block; position: absolute; }

#footer .logo img { width: 250px; height: auto; display: block; }



#footer .footer_right { right: 0; text-align: right; position: absolute; }

#footer .footer_right ul { margin-bottom: 5px; font-size: 0; text-align: right; border-bottom: 1px solid rgba(255,255,255,0.15); }

#footer .footer_right ul li { margin: 0 10px; vertical-align: top; display: inline-block; }

#footer .footer_right ul li:first-child { margin-left: 0; }

#footer .footer_right ul li:last-child { margin-right: 0; }

#footer .footer_right ul li a { font-size: 18px; font-weight: 700; color: #bdc0c2; }

#footer .footer_right ul li a:hover, 

#footer .footer_right ul li.current_page_item a { color: white; }


/* 
----------------------
	SZÉCHENYI 2020
----------------------
*/
#szechenyi2020 { width: 20%; max-width: 300px; right: 0; bottom: 0; display: block; position: fixed; z-index: 99; }
#szechenyi2020 img { width: 100%; height: auto; display: block; }


/*
------------
	FORM
------------
*/
.form-row { margin-bottom: 20px !important; }
.form-row.fields_info { font-size: 15px; text-align: right; line-height: 50px; }
.form-row.form-row-first { width: 48%; float: left; }
.form-row.form-row-last { width: 48%; float: right; }
.form-row.form-row-wide { width: 100%; float: none; clear: both; }

.form-row br { display: none; }
.form-row label { margin-bottom: 5px; font-size: 15px; font-weight: 700; color: var(--color-body-text); line-height: 16px; display: block; }

.form-row select,
.form-row textarea,
.form-row input[type=tel],
.form-row input[type=date],
.form-row input[type=text],
.form-row input[type=email],
.form-row input[type=number],
.form-row input[type=password] { width: 100%; height: 50px; padding-left: 15px; font-size: 16px; background: white; outline: 1px solid var(--color-silver-line); }

.form-row select:focus,
.form-row textarea:focus,
.form-row input[type=tel]:focus,
.form-row input[type=date]:focus,
.form-row input[type=text]:focus,
.form-row input[type=email]:focus,
.form-row input[type=number]:focus,
.form-row input[type=password]:focus { background: var(--color-silver); outline: 2px solid var(--color-body-text); outline-offset: 1px; }

.form-row input[type=tel].small,
.form-row input[type=date].small,
.form-row input[type=text].small,
.form-row input[type=email].small,
.form-row input[type=number].small,
.form-row input[type=password].small { width: 100px; }

.form-row select { min-width: 100px; }
.form-row select.small { width: auto; margin-right: 10px; }

.form-row input[type=file] { font-size: 15px; }
.form-row textarea { height: 150px; padding: 15px; resize: vertical; }

.form-row.white_input textarea,
.form-row.white_input input[type=tel],
.form-row.white_input input[type=text],
.form-row.white_input input[type=email],
.form-row.white_input input[type=password] { background: white; }

.wpcf7-list-item { margin: 0 20px 0 0 !important; }

input.wpcf7-not-valid, 
select.wpcf7-not-valid, 
textarea.wpcf7-not-valid { border-color: var(--color-red) !important; }


/*
------------------
	RWD DESIGN
------------------
*/
@media only screen and (max-width: 1200px) { 
	
	/* DISPLAY: Block */
	.show_in_1200 { display: block !important; }

	/* DEFAULT */
	.p_l_30, .p_l_20 { padding-left: 30px; }
	.p_r_30, .p_r_20 { padding-right: 30px; }

	/* HEADER */
	#header { position: relative; }

	/* HEADER: Logo */
	#header .logo { width: 220px; }
	#header .logo img { height: 50px; }

	/* HEADER: Menu */
	#header menu { left: 250px; }
	#header menu ul li { margin: 0; }
	#header menu ul li a { font-size: 19px; }

	#header menu ul li.menu-item-72 { display: none; }

	#header menu ul li.menu-item-92 { display: none; }

	

	/* HEADER: Language switcher */

	#header ul.wpm-language-switcher { right: 80px; }

	

	/* SLIDER */

	#slider { height: 90vh; }

	#slider .slick-slide .cover { padding: 0 30px; }

	#slider .slick-slide .title { font-size: 48px; }

	#slider .slider_nav_wrapper .slider_nav .slick-slide { padding-left: 20px; }

	

	/* SERVICES */

	#services .services_wrapper .wrapper .title { font-size: 23px; }

	

	/* CONTACT FORM */

	#contact_form h2 { text-align: center; }

	#contact_form h2.has_line:after { left: 50%; margin-left: -25px; }

	#contact_form h2 br { display: none; }

	#contact_form .row { display: block; }

	#contact_form .row .col { width: 100%; display: block; }

	#contact_form .col.col_textarea { padding-left: 0; }

	#contact_form .form-row.t_a_r { text-align: center; }

	

	/* MAIN TITLE */

	#main_title { height: 300px; }

	#main_title .cover { padding-top: 0; }

	#main_title .inner { height: 100%; }



	/* CONTENT */

	#entry { margin-top: 0; margin-bottom: 0; padding: 30px; }

	

	/* CONTENT: Has sidebar */

	#content .row_has_sidebar .col_sidebar { width: 280px; padding: 30px; }

	#content .row_has_sidebar .col_entry { padding: 30px; }

	

	/* FOOTER */

	#footer .logo { left: 30px; }

	#footer .footer_right { right: 30px; }

	#footer .footer_right ul li.menu-item-92 { display: none; }

}



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

	/* DISPLAY: None */
	.hide_in_960 { display: none !important; }

	/* SLIDER */
	#slider .slider_nav_wrapper .slider_nav { height: 100px; }
	#slider .slider_nav_wrapper .slider_nav .slick-slide { padding-top: 20px; padding-right: 10px; }
	#slider .slider_nav_wrapper .slider_nav .slick-slide .info { padding-left: 0; }

	/* SERVICES */

	#services { padding: 50px 0; }

	#services .services_wrapper .service { width: 50%; }

	#services .services_wrapper .wrapper .text { line-height: 20px; }

	

	/* ABOUT US */

	#aboutus { padding: 50px 0; }

	#aboutus .aboutus_top { margin-bottom: 30px; }

	#aboutus .aboutus_top .image { width: 100%; }

	#aboutus .aboutus_top .text { padding: 30px 0 0; background: transparent; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; }

	#aboutus .aboutus_top .text.has_image { max-width: none; margin-top: 0; float: none; }

	

	/* CONTENT: Contact */
	#content .contact_wrap .wrap_left { width: 100%; padding-right: 0; }
	#content .contact_wrap .wrap_right { width: calc(100%  + 60px); margin-left: -30px; margin-right: -30px; margin-bottom: 30px; padding: 50px 30px; background: var(--color-silver); }
	
	#content .maps_wrap { min-height: inherit; }
	#content .maps_wrap .wrap_right { width: 100%; }
	#content .maps_wrap .wrap_right iframe { width: 100% !important; height: 300px !important; }

	/* CONTACT FORM */
	#contact_form { padding: 50px 0; }

	/* MAIN TITLE */
	#main_title { height: 250px; }

	/* CONTENT: Has sidebar */
	#content .row_has_sidebar { display: block; }
	#content .row_has_sidebar .col_entry { display: block; }

	

	/* CONTENT: History */

	#content .history article .history_wrapper .entry { padding: 30px; }

	#content .history article .history_wrapper .entry .year { font-size: 30px; }

	

	/* FOOTER */

	#footer { height: auto; padding: 30px 0; font-size: 16px; text_align: center; color: #bdc0c2; background: #222528; border-top: 10px solid var(--color-red); }

	#footer .vertical_middle { top: auto; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }

	#footer .logo { left: auto; margin-bottom: 30px; text-align: center; display: block; position: relative; }

	#footer .logo img { display: inline-block; }

	#footer .footer_right { right: auto; text-align: center; position: relative; }

	#footer .footer_right ul { text-align: center; }

}



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



	/* DISPLAY: None */

	.hide_in_768 { display: none !important; }

	

	/* HEADER: Logo */

	#header .logo { height: 80px; padding-top: 10px; background-color: white; }

	#header .logo:before { display: none; }



	/* SLIDER */

	#slider .slick-slide .title { font-size: 7vw; line-height: 120%; }

	#slider .slick-slide .text { font-size: 18px; }

	#slider .slick-slide .button { margin-top: 30px; }



	/* SERVICES */

	#services { padding: 30px 0; }

	#services .services_wrapper .wrapper .read_more a { width: auto; padding: 0 20px; }

	#services .services_wrapper .wrapper .read_more a:before { display: none; }

	#services .services_wrapper .wrapper:hover .read_more a { width: auto; }

	#services .services_wrapper .wrapper .read_more a span { left: auto; position: relative; }

	

	/* ABOUT US */

	#aboutus { padding: 30px 0; }

	#aboutus .aboutus_top .image { height: 400px; }

	#aboutus .aboutus_top .text .row { display: block; }

	#aboutus .aboutus_top .text .col_title { width: 100%; display: block; }

	#aboutus .aboutus_top .text .col_text { width: 100%; display: block; }

	

	#aboutus .aboutus_bottom .row { display: block; }

	#aboutus .aboutus_bottom .col_text_2 { width: 100%; padding-right: 0; font-size: 16px; line-height: 30px; display: block; }

	#aboutus .aboutus_bottom .col_text_3 { width: 100%; line-height: 30px; display: block; }

	

	/* CONTACT FORM */

	#contact_form h2 { font-size: 6vw !important; }

	

	/* MAIN TITLE */

	#main_title { height: 200px; }

	

	/* CONTENT */

	#content h1 { font-size: 7vw; }

	#content h2 { font-size: 6vw; }

	

	/* CONTENT: History */

	#content .history:before { display: none; }

	#content .history article { width: 100%; margin-bottom: 30px; padding-right: 0; float: none; }

	#content .history article:nth-child(2) { margin-top: 0; }

	#content .history article:nth-child(2n) { padding-left: 0; float: none; }

	#content .history article .history_wrapper .entry:before { display: none; }

	#content .history article .history_wrapper .entry:after { display: none; }



	#content .history article.has_image .image:before { display: none; }

	#content .history article.has_image .image:after { display: none; }

	

	/* CONTENT: Blog archive */

	#content .blog_archive { margin-left: 0; margin-right: 0; }

	#content .blog_archive article { width: 100%; margin-top: 30px !important; padding-left: 0; padding-right: 0; display: block; }

	#content .blog_archive article:first-child { margin-top: 0 !important; }

#content .blog_archive article a.thumbnail { display: block; overflow: hidden; }

#content .blog_archive article a.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); }

#content .blog_archive article a.thumbnail:hover img { -ms-transform: scale(1.05) translateZ(0); -webkit-transform: scale(1.05) translateZ(0); transform: scale(1.05) translateZ(0); }

#content .blog_archive article .entry { padding-top: 20px; }

#content .blog_archive article .entry .datetime { margin-bottom: 10px; font-size: 14px; color: #777; line-height: 14px; }

#content .blog_archive article .entry h3 a { text-decoration: none; }



}



@media only screen and (max-device-width: 768px) and (orientation: portrait) { 



	/* SLIDER */

	#slider { height: 60vh; }

}



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



	/* DISPLAY: None */

	.hide_in_640 { display: none !important; }

	

	/* SLIDER*/ 

	#slider .slick-slide .title { font-size: 8vw; }

	#slider .slick-slide .button { margin-top: 20px; }



	/* SERVICES */

	#services .services_wrapper .wrapper .title { margin-bottom: 10px; font-size: 20px; line-height: 110%; }

	#services .services_wrapper .wrapper .text { font-size: 15px; line-height: 18px; }

	#services .services_wrapper .wrapper .read_more { padding: 0 10px; }

	#services .services_wrapper .wrapper .read_more a { width: 100%; padding: 0; font-size: 15px; }

	#services .services_wrapper .wrapper:hover .read_more a { width: 100%; }

	

	/* ABOUT US */

	#aboutus .aboutus_top .image { height: 350px; }

	

	/* CONTACT FORM */

	#contact_form h2 { font-size: 7vw !important; }



	/* CONTENT */

	#content h1 { font-size: 8vw; }

	#content h2 { font-size: 7vw; }

	

	/* FORM */

	.form-row.form-row-first, 

	.form-row.form-row-last { width: 100%; float: none; }

}



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



	/* DISPLAY: None */

	.hide_in_480 { display: none !important; }



	/* HEADER: Logo */

	#header .logo { width: calc(100% - 160px); }

	#header .logo img { max-width: 80%; }

	

	/* SLIDER*/ 

	#slider .slick-slide .title { font-size: 9vw; }



	/* SERVICES */

	#services .services_wrapper { margin-left: 0; margin-right: 0; }

	#services .services_wrapper .service { width: 100%; padding-left: 0; padding-right: 0; }

	#services .services_wrapper .wrapper { height: auto; }

	#services .services_wrapper .wrapper .title { margin-bottom: 20px; font-size: 30px; color: #222528; }

	#services .services_wrapper .wrapper .text { margin-bottom: 20px; font-size: 16px; color: #999; line-height: 25px; }

	#services .services_wrapper .wrapper .read_more { left: auto; bottom: auto; position: relative; }

	

	/* ABOUT US */

	#aboutus .aboutus_top .image { height: 250px; }

	

	/* MAIN TITLE */

	#main_title { height: 150px; }

	

	/* CONTENT: Blog archive */

	#content .blog_archive article .entry .datetime { margin-bottom: 4px; font-size: 13px; }

	#content .blog_archive article .entry h3 { font-size: 18px; }

}



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

	

	/* CONTENT: Blog archive */

	#content .blog_archive article .entry h3 { font-size: 16px; line-height: 20px; }

}

/* Main Page Content */

#main-content { padding: 50px 0; margin-bottom: 50px; }

#main-content a {font-weight: 700; color: var(--color-red); }

#main-content .printing-house-debrecen, #main-content #main-services, #main-content .center-print-debrecen { margin-bottom: 75px;}

#main-content .main-services .col_text_2, #main-content .center-print-debrecen-description .col_text_2 { padding-right: 100px; font-size: 0.875rem; color: #27282d; line-height: 170%; }

#main-content .main-services .col_text_3, #main-content .center-print-debrecen-description .col_text_3 { font-size: 0.875rem; color: #27282d; line-height: 170%; }

#main-content .main-services .row, #main-content .center-print-debrecen-description .row { display: block; }

#main-content .main-page-cta {margin-top: 35px; padding: 25px; text-align: center; font-size: 1.25rem; font-weight: 700; color: #27282d; border: 3px solid #f2f3f3; }

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

	#main-content .main-services .col_text_2, #main-content .center-print-debrecen-description .col_text_2 { width: 100%; padding-right: 0; font-size: 16px; line-height: 30px; display: block; }

	#main-content .main-services .col_text_3, #main-content .center-print-debrecen-description .col_text_3 { width: 100%; line-height: 30px; display: block; }

	#main-content .main-services .row, .center-print-debrecen-description .row { display: block; }

}