/*
------------------
Template Name: PROME PORTFOLIO LANDINGPAGE THEMES
Author: rasourav01
Author Email: rasourav01@gmail.com
Version: 1.00
------------------

----------------
Table of Content
----------------
1.header part
2.banner part
3.about part
4.service part
5.counter up part
6.portfolio part
7.priching part
8.blog part
9.testimonial part
10#partners part
11.contact part
12.footer part
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600');
/* === link end == */

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .5px;
    color: #838383;
    font-family: 'Montserrat', sans-serif;
}

ul,
li {
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover,
a:focus {
    text-decoration: none;
}
#excel_tanfolyam, #online_kurzus, #excel_oktatoanyag {
	background: #f9f9ff;
}
.section_space {
    padding: 70px 0;
}

.section_header h2 {
	padding-top: 50px;
	padding-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
}

.section_header p {
    padding: 0 200px 60px 200px;
}

.button a {
    color: #fff;
    overflow: hidden;
    text-transform: uppercase;
    padding: 12px 28px;
    border-radius: 0 0 0 0;
    background: #217346;
    position: relative;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 1;
}

.button a:hover {
    color: #9fd567;
}
.button a::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #f9f9ff;
    border-bottom: 2px solid #217346;
    z-index: -1;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.button a:hover::after {
    width: 100%;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #222222;
    z-index: 100000;
    height: 100%;
}

#status {
    width: 250px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}
/* back to top */
#gotop {
    z-index: 99999;
    border: 2px solid#217346;
    border-radius: 50%;
    color: #217346 !important;
    background: none !important;
    bottom: 10.5% !important;
}

#gotop:hover {
    background: #217346 !important;
    color: #fff !important;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
}
/* back to top end */
.active{
  /*  color: #9fd567 !important;
	background-color: #217346;
	color: #fff !important; */
}

/* ===== MAIN CSS START ===== */

nav {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

nav.navbar-fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    -ms-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    -o-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.30);
}
nav.navbar-fixed .navbar-brand img {
    max-width: 70px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
.navbar-light .navbar-nav .active > .nav-link {
    color: #217346;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 99999;
    padding: 0 !important;
	background: #F7F8FD;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #217346;
}

.navbar-brand img {
    max-width: 100px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0 15px 0px 15px;
    text-decoration: none;

    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    outline: none;
    line-height: 50px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.navbar-light .navbar-nav li{
	margin-right: 20px;
	background-color: #fff;
}

.navbar-light .navbar-nav li.sarga{
	border: 2px solid #fcae18;
}

.navbar-light .navbar-nav li.piros{
	border: 2px solid #e44d14;
}

.navbar-light .navbar-nav li.zold{
	border: 2px solid #9fd567;
}

.navbar-light .navbar-nav li.sotetzold{
	border: 2px solid #217346;
}

.navbar-light .navbar-nav li.szurke{
	border: 2px solid #838383;
}

/* ===== nav css end ===== */

#banner {
    overflow: hidden;
    /* background: url(../images/Untitled-2_c-01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat; */
}
div.sargacsik:before {
	background-color: #fcae18;
	width: 200vw;
	height: 29%;
	position: absolute;
	bottom: 0;
	left: -100vw;
    content: "";
	display: block;
}

.fullscreen {
    height: 750px;
}
.banner_left {
	margin-left: 60px;
	position: relative;
	z-index: 1;
}
.banner_left h3 {
	color: #fff;
	font-weight: bold;
    font-size: 28px;
	margin-bottom: 28px;
	letter-spacing: 0px;
	line-height: 0.9;
	/* font-variant: small-caps; */
	text-transform: uppercase;
}

.banner_left h3 span {
	padding: 10px;
	margin-top: -10px;
	display: inline-block;
}
.banner_left h3 span.sarga, .about_left_img.sarga, .button a.sarga {
    background-color: #fcae18;
}
.banner_left h3 span.piros, .about_left_img.piros, .button a.piros{
    background-color: #e44d14;
}
.banner_left h3 span.zold , .about_left_img.zold, .button a.zold{
    background-color:  #9fd567;  /* #9fd567 */
}

.navbar-light .navbar-nav li.sarga a.nav-link, .navbar-light .navbar-nav li.piros a.nav-link, .navbar-light .navbar-nav li.zold a.nav-link, .navbar-light .navbar-nav li.sotetzold a.nav-link, .navbar-light .navbar-nav li.szurke a.nav-link{
	color: #222222;

}

.banner_left h6 {
    font-weight: 500;
    font-size: 14px;
    color: #222222;
    padding-bottom: 10px;
}

.banner_left h1 {
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.banner_left_info p {
    text-align: justify;
    padding-bottom: 40px;
}
/* ===== banner css end ===== */


.about_section_right h5 {
    font-weight: 500;
    font-size: 14px;
    color: #222222;
    padding: 0px 0 15px 0;
    text-transform: capitalize;
}

.about_section_right h4 {
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
    padding-bottom: 20px;
}

.about_section_right p {
    padding-bottom: 50px
}
.about_section_right ul li {
    list-style-type: disc ;
	margin-left: 20px;
	line-height: 2em;
}

.about_section_left_wrap {
    position: relative;
    width: 375px;
    margin: 0 auto;
}

.about_left_img {
    /* background: #9fd567; */
    overflow: hidden;
    display: inline-block;
    text-align: right;
    border-radius: 50%;
    max-width: 375px;
    max-height: 375px;
    margin: 0 auto;
    position: relative;
}

.about_left_img img {
    padding-top: 0px;
}

.about_dots_img {
    position: absolute;
    width: 250px;
    height: 100px;
    bottom: 0px;
    left: 0px;
    background: url(../images/about2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
/* ===== about css ===== */
#service_section{
    padding: 20px;
}
.service_left_item {
    position: relative;
    margin-bottom: 50px;
}

.service_item_icon i {
    font-size: 24px;
    color: #222222;
    position: absolute;
    top: 5px;
    right: 0;
}

.service_left_item h3 {
    padding: 0 40px 20px 0;
    font-size: 24px;
    text-transform: capitalize;
    color: #222222;
}

.service_left_item p {
    padding: 0 40px 25px 0;
}

.service_left_item .button {
    padding-right: 40px;
}

.service_left_item .button a {
    padding: 8px 15px;
    font-size: 12px;
}

.service_middle_part img {
    padding-top: 40px;
}

.service_right .service_item_icon i {
    left: 0;
}

.service_right .service_left_item h3 {
    padding-left: 40px;
    padding-right: 0;
}

.service_right .service_left_item p {
    padding-left: 40px;
    padding-right: 0;
}

.service_right .service_left_item .button {
    padding-left: 40px;
    padding-right: 0;
}
/* ===== service css end ===== */

#counterup {
    background: url(../images/counterup.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.counterup_single_part {
    text-align: center;
}

.counterup_single_part .counter {
    font-size: 28px;
    color: #222222;
    padding-bottom: 15px;
}

.counterup_single_part h4 {
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    color: #74748a;
}
/* ===== counter up css ===== */
#portfolio_section{
    padding-bottom: 40px;
}
.iso-nav{
    margin-bottom: 40px;
}
.iso-nav ul li{
    display: inline-block;
    text-transform: capitalize;
    margin-right: 5px;
    border-radius: 3px;
    font-size: 14px;
}
.iso-nav ul li .btn{
    font-size: 14px;
}
.portfolio_item {
    position: relative;
    margin-bottom: 30px;
}

.portfolio_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.portfolio_info i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.portfolio_info i:hover {
    color: #217346;
}

.portfolio_item:hover .portfolio_info {
    width: 100%;
}

.portfolio_item:hover .portfolio_info i {
    visibility: visible;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
/* ===== portfolio css end ===== */

#pricing_section {
    background: #f9f9ff;
}

.pricing {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

.pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
}

.pricing-action {
    color: inherit;
    border: none;
    background: none;
}

.pricing-action:focus {
    outline: none;
}

.pricing-feature-list {
    text-align: left;
}

.pricing-palden .pricing-item {
    font-family: 'Open Sans', sans-serif;
    cursor: default;
    color: #84697c;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
}

@media screen and (min-width: 66.25em) {
    .pricing-palden .pricing-item {
        margin: 1em -0.5em;
    }

    .pricing-palden .pricing__item--featured {
        margin: 0;
        z-index: 10;
        box-shadow: 0 0 20px rgba(34, 34, 34, 0.23);
    }
}

.pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    background: rgba(255, 59, 73, 0.98);
    padding: 4em 0 9em;
    position: relative;
}

.pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.pricing-palden .pricing-title {
    font-size: 0.75em;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

.pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
}

.pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
}

.pricing-palden .icon {
    font-size: 2.5em;
}

.pricing-palden .pricing-price {
    font-size: 5em;
    font-weight: bold;
    padding: 0;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
}

.pricing-palden .pricing-currency {
    font-size: 0.15em;
    vertical-align: top;
}

.pricing-palden .pricing-period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;
    font-style: italic;
}

.pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
}

.pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
}

.pricing-palden .pricing-feature {
    padding: 1em 0;
}

.pricing-palden .pricing-action {
    font-weight: bold;
    margin: auto 3em 2em 3em;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: #217346;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    cursor: pointer;
}

.pricing-palden .pricing-action:hover,
.pricing-palden .pricing-action:focus {
    background-color: #222222;
}

.pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
}
/* ===== pricing css end ===== */
#blog_section{
    padding-bottom: 40px;
}
.blog_wrap .blog_img {
    overflow: hidden;
}

.blog_wrap {
    box-shadow: 0 0 20px rgba(34, 34, 34, 0.23);
    margin-bottom: 30px;
}

.blog_wrap .blog_img img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.blog_wrap:hover .blog_img img {
    transform: scale(1.1);
}

.blog_wrap .blog_info h4 {
    font-size: 30px;
    color: #222222;
    font-weight: 500;
    padding: 0px 0 10px 0;

}

.blog_wrap .blog_info {
    padding: 0 0 30px 15px;
}

.blog_wrap .blog_info p {
    padding-bottom: 15px;
}

.blog_post_time {
    position: relative;
    padding-top: 20px;
    padding-bottom: 15px;
    padding-left: 15px;
}

.blog_post_time i {
    position: absolute;
    top: 24px;
    left: 15px;
    font-size: 18px;
    color: #217346;
}

.blog_post_time p {
    padding-left: 25px;
    text-transform: capitalize;
    color: #217346;
}

.blog_btn a {
    color: #222222;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.blog_btn a:hover {
    color: #217346;
}
/* ===== blog css end ===== */

#partners {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
#partners h4 {
    text-align: center;
    margin-bottom: 15px;
}
/* ===== partners css end ===== */

.contact_header h4 {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    padding: 20px 0 30px 0;
    text-transform: uppercase;
}

.contact_header p {
    padding-right: 70px;
    padding-bottom: 30px;
}

.address_info li {
    position: relative;
    padding-bottom: 10px;
}

.address_info li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 18px;
}

.address_info li a {
    padding-left: 35px;
    color: #222222;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.address_info li a:hover {
    color: #217346;
}

.contact_form_wrap {
    position: relative;
}

.contact_form {
    position: absolute;
    top: 0;
    left: 20%;
}

.from_title {
    font-size: 18px;
    color: #222222;
    font-weight: 500;
    padding: 20px 0 30px 0;
    text-transform: uppercase;
}

.contact_form {
    background: #f9f9ff;
    box-shadow: 0px 0px 20px 0px rgba(157, 157, 157, 0.2);
    padding: 40px 80px 50px 80px;
}

.send_btn .form-control {
    background: #217346 !important;
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
}

.form-control:focus {
    box-shadow: none;
    border-color: #222222;
}

.contact_form input {
    background: transparent;
    border: 0;
    font-size: 12px;
    text-transform: capitalize;
    border: 1px solid rgba(255, 59, 73, 0.69);
    border-radius: 0;
    margin-bottom: 20px;
}

.contact_form textarea {
    background: transparent;
    border: 0;
    border-radius: 0;
    font-size: 12px;
    text-transform: capitalize;
    border: 1px solid rgba(255, 59, 73, 0.69);
    margin-bottom: 20px;
    resize: none;
}
/* ===== contact css end ===== */

#testimonial {
    background: #f9f9ff;
}

.test-thumbnail img {
    border: 0;
    max-height: 70px;
    max-width: 70px !important;
    margin: 40px 0 0 15px;
}

.single_testimonial {
    background: #fff;
}

.test_decs p {
    padding: 40px 50px 15px 0;
    color: #838383;
}

.test_decs h4 {
    font-size: 18px;
    color: #222222;
    text-transform: capitalize;
}

.test_decs h6 {
    padding: 4px 0 40px 0;
    font-size: 13px;
    text-transform: capitalize;
    color: #838383;
}

.owl-carousel .owl-nav button.owl-prev {
    margin-right: 5px;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    font-size: 20px;
    background: #fff;
    height: 30px;
    width: 30px;
    border: 1px solid #f5f5f5;
    box-shadow: 0px 0px 20px 0px rgba(157, 157, 157, 0.2);
    outline: 0;
    margin-top: 15px;
    border-radius: 3px;
}

.owl-carousel .owl-nav button {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.owl-carousel .owl-nav button:hover {
    background: #217346;
    color: #fff;
}
/* ===== testimonial css end ===== */

footer {
    background: #217346;
    padding: 40px 0 40px 0;
}

.footer_left h5 {
    color: #fff;
    font-size: 30px;
}

.footer_left p {
    color: #fff;
    padding-top: 5px;
    padding-right: 50px;
    font-size: 12px;
    color: #f9d7d9;
}

.footer_middle {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}

.footer_middle p {
    color: #f9d7d9;
    padding-top: 15px;
    font-size: 12px;
}

.social_icons {
    margin-top: 40px;
}

.social_icons li {
    display: inline-block;
    float: right;
    padding-left: 25px;
}

.social_icons li i {
    font-size: 30px;
    color: #ff737d;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.social_icons li i:hover {
    color: #fff;
}
/* ===== footer css end ===== */

#copy_right_section {
    background: #217346;
   /* padding-bottom: 80px; */
}

.footer-menu ul li {
    display: inline-block;
}

.footer-menu ul li a {
    padding: 5px 10px;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.footer-menu ul li a:hover {
    color: #222222;
}

.footer-menu ul li:first-child a {
    padding-left: 0;
}

.copy_right_text {
    text-align: right;
    color: #fff;
}
/* ===== copyright css end ===== */

.tananyagfontsize{
    font-size: 20px;
}

@media screen and (max-width: 992px) {
    .tananyagfontsize{
        font-size: 14px;
    }
  }
div.linkek {
	background-color: #fff;
	margin-top: 20px;
	padding: 20px;
}


.responsive {
    width: 100%;
    max-width: 400px;
    height: auto;
  }

  .bogremargin{
    bottom: 25%;
    right: 0%;
  }

  .notebookposition{
    bottom: 15%;
    right: 0%;
  }

  .positioncsoportkep{
    bottom: 15%;
    right: 0%;
    width: 100%;
    position: relative;
  }

  .positionbogre{
    position: absolute !important;
  }

  @media screen and (max-width: 480px) {
    .banner_left h3 span {
        padding: 5px 10px;
    }
  }

.kapcsolatfelvetel-gomb {
	position: fixed;
	right: 0px;
	bottom: 10px;
	z-index: 98;
}
.kapcsolatfelvetel-gomb .img-top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	animation-name: cf3FadeInOut;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 10s;
	animation-direction: alternate;
}
.kapcsolatfelvetel-gomb .kep-link {
	width: 185px;
}
.kapcsolatfelvetel-gomb .kep-link:hover {
	cursor: pointer;
}


h2.contact_title{
    padding-top: 0px;
}

.section_contact_space {
    padding: 30px 0;
}

footer{
    padding: 20px 0!important;
}

.copy_right_section{
    padding-bottom: 0!important;
}
.copy_right_text{
    text-align: center;
    color: #fff;
}

.fullscreen {
    height: 500px!important;
    padding-top: 100px!important;
}

@media(max-width: 992px){
    .fullscreen {
        height: 810px!important;
        padding-top: 130px!important;
    }
}

@media(max-width: 767px){
    .fullscreen {
        height: 590px!important;
        padding-top: 90px!important;
    }
}

@media(max-width: 575px){
    .fullscreen {
        height: 550px!important;
        padding-top: 40px!important;
    }
}

@media(max-width: 450px){
    .fullscreen {
        height: 480px!important;
        padding-top: 20px!important;
    }
}