/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.cn-button.bootstrap {
    color: #fff;
    background: #d1701a;
}

.szechenyi-container {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.szechenyi-container .szechenyi-logo {
    z-index: 10;
}
.szechenyi-container .szechenyi-logo img {
	height: 150px;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.szechenyi-container .szechenyi-logo img {
		height: 100px;
		width: auto;
	}
}

@media only screen and (max-width: 479px) {
	.szechenyi-container .szechenyi-logo img {
		height: 80px;
		width: auto;
	}
}

#top-link {
    text-align: center;
    bottom: 115px;
    cursor: pointer;
	color: #fff;
    border-color: #d1701a;
    background-color: #d1701a;
    position: fixed;
    right: 20px;
    z-index: 11;
}