@charset "UTF-8";
/*  GENERAL */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; -webkit-font-smoothing: subpixel-antialiased; word-wrap: break-word; height: 100%; }
body { height: 100%; margin: 0; padding: 0; background-color: #000;
font-family: 'Roboto', sans-serif; font-weight: 400; font-size: 17px; line-height: 1.3; color: #FFFFFF; 
background-color: #0F1A2D;
}
a { color: #F83A44; font-weight: 500; text-decoration: none; }
a:hover { color: #fff; text-decoration: none; transition: .5s ease }
img { display: block; width: 100%; }
.clearing {	clear: both; }
.mobile-tablet-off { display: block; }
.mobile-tablet-on { display: none; }
.mobile-off { display: block; }
.mobile-on { display: none; }
.aname-offset { top: -50px; position: relative; visibility: hidden; }
#ontop { color: #F83A44; font-size: 27px; transition: bottom 1s; bottom: -100px; right: 30px; display: block; position: fixed; z-index: 10000; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -o-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); text-decoration: none!important; }
#ontop:hover { color: #FFFFFF; transition: .5s ease; }	
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.content-align-frame { display: block; width: 100%; height: 100%; }
.content-middle-right { display: block; position: absolute; top: 50%; right: 30px; transform: translate(0, -50%); z-index: 50; width: 100%; text-align: right; }
.content-bottom-center { display: block; position: absolute; bottom: 0; left: 50%; transform: translate(-50%, 0); z-index: 50; width: 100%; }
.content-bottom-left { display: block; position: absolute; bottom: 0; left: 0; z-index: 50; width: 100%; }
.scroll-down { display: block; position: relative; margin: 0 auto 30px auto; text-align: center; text-decoration: none; text-shadow: 0; width: 30px; height: 30px; border-bottom: 5px solid #F83A44; border-right: 5px solid #F83A44; -webkit-transform: translate(-50%, 0%) rotate(45deg); -moz-transform: translate(-50%, 0%) rotate(45deg); transform: translate(-50%, 0%) rotate(45deg); -webkit-animation: fade_move_down 2s ease-in-out infinite; -moz-animation: fade_move_down 2s ease-in-out infinite; animation: fade_move_down 2s ease-in-out infinite; }
@-webkit-keyframes fade_move_down { 0%   { -webkit-transform:translate(0,-10px) rotate(45deg); opacity: 0;  } 50%  { opacity: 1;  } 100% { -webkit-transform:translate(0,10px) rotate(45deg); opacity: 0; } }
@-moz-keyframes fade_move_down { 0%   { -moz-transform:translate(0,-10px) rotate(45deg); opacity: 0;  } 50%  { opacity: 1;  } 100% { -moz-transform:translate(0,10px) rotate(45deg); opacity: 0; } }
@keyframes fade_move_down { 0%   { transform:translate(0,-10px) rotate(45deg); opacity: 0;  } 50%  { opacity: 1;  } 100% { transform:translate(0,10px) rotate(45deg); opacity: 0; } } 

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

@media only screen and (max-width: 1024px) {
body { font-size: 15px; }
.mobile-tablet-off { display: none; }
.mobile-tablet-on { display: block; }
}
	
@media only screen and (max-width: 768px) {
body { font-size: 13px; line-height: 19px; }
.mobile-off { display: none; }
.mobile-on { display: block; }
}



.front-image { margin: 0 0 30px 0; position: relative; width: 100%; padding-bottom: 56.25%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; border-radius: 30px 30px 0 0; }
.front-image-overlay { background-color: #000; opacity: 0; filter: alpha(opacity=0); width: 100%; height: 100%; position: absolute; cursor: pointer; border-radius: 30px 30px 0 0; }
.front-image-overlay:hover { opacity: 0.3; filter: alpha(opacity=30); transition: .5s ease; }
.front-headline { font-family: "Barlow", serif; font-weight: 800; font-style: normal; display: block; padding: 30px; margin: 0; text-decoration: none; font-size: 40px; line-height: 1; color: #fff; text-transform: uppercase; }
.front-intro { display: block; margin: 15px 0 0 0; color: #fff; }
.front-readmore { display: block; margin: 15px 0 0 0; font-weight: 700; font-size: 17px; color: #F83A44; }
.front-readmore:hover { color: #fff; }
.front-header { padding: 30px; }
.button-1 { font-family: "Barlow", serif; font-size: 30px; line-height: 1; font-weight: 800; color: #fff; background-color: #F83A44; display: inline-block; padding: 10px 15px 15px 15px; margin: 60px 0 0 20px; border-radius: 5px; }
.button-1:hover { color: #F83A44; background-color: #fff; }    
.button-2 { font-family: "Barlow", serif; font-size: 20px; line-height: 1; font-weight: 800; color: #fff; background-color: #F83A44; display: inline-block; padding: 8px 12px 12px 12px; margin: 15px 0 15px 0; border-radius: 3px; }
.button-2:hover { color: #F83A44; background-color: #fff; } 
.button-3 { font-family: "Barlow", serif; font-size: 17px; line-height: 1; font-weight: 800; color: #fff; background-color: #F83A44; display: inline-block!important; padding: 6px 10px 8px 10px!important; margin: 15px 0 15px 0; border-radius: 3px; }
.button-3:hover { color: #F83A44; background-color: #fff; } 

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

@media only screen and (max-width: 1024px) {
.front-header { padding: 15px; }
.button-1 { font-size: 25px; padding: 8px 12px 12px 12px; margin: 30px 0 0 0; border-radius: 5px; }
.button-2 { font-size: 17px; padding: 6px 10px 10px 10px; margin: 20px 0 0 0; border-radius: 4px; }
.front-image { margin: 0 0 20px 0; border-radius: 20px 20px 0 0; }
.front-headline { padding: 15px; font-size: 30px; }
.front-intro { margin: 10px 0 0 0!important; }
.front-readmore { font-size: 15px; }
}
	
@media only screen and (max-width: 768px) {
.front-header { padding: 0px; }
.button-1 { font-size: 15px; padding: 4px 7px 7px 7px; margin: 30px 0 0 0; border-radius: 4px; }
.button-2 { font-size: 15px; padding: 5px 7px 5px 7px; margin: 15px 0 0 0; border-radius: 4px; }
.front-image { margin: 0 0 15px 0; border-radius: 15px 15px 0 0; }
.front-headline { font-size: 20px; }
.front-readmore { font-size: 13px; }
}

#commentary { border-collapse: collapse; width: 100%; }
#commentary td, #customers th { border: 0; padding: 10px; }
#commentary tr:nth-child(even){background-color: rgb(49,85,147,0.2); }
#commentary tr:hover {background-color: rgb(49,85,147,0.6);}
#commentary a { color: #F83A44; font-weight: 500; text-decoration: none; }
#commentary a:hover { color: #fff; text-decoration: none; transition: .5s ease }

/*  TEXT */
.text { }
.text p { margin: 0 0 15px 0; }
.text p:last-child { margin-bottom: 0px!important; }
.text a {	font-weight: 700; color: #fff; text-decoration: none; text-decoration: underline; }
.text a:hover { color: #F83A44; transition: .5s ease; }
.text ol { padding: 0; margin-top: 0; margin-left: 30px; margin-bottom: 15px; list-style: none; counter-reset: my-awesome-counter; }
.text ol li { margin-left: 0px; text-indent: 0em; padding-bottom: 15px; counter-increment: my-awesome-counter; }
.text ol li::before { color: #F83A44;  font-weight: 900; content: counter(my-awesome-counter) ". "; }
.text ol li:last-child { padding-bottom: 0px; }
.text ul { list-style: none; padding: 0; margin-top: 0; margin-right: 0; margin-left: 30px; margin-bottom: 15px; }
.text ul li::before { content: "• "; font-weight: 900; color: #F83A44!important; padding-right: 5px; padding-left: 15px;}
.text ul li { padding-left: 15px; text-indent: -1.5em; padding-bottom: 15px; }
.text ul li:last-child { padding-bottom: 0px; }
h1 { font-family: "Barlow", serif; font-weight: 800;  font-size: 60px; line-height: 0.9; padding: 30px; margin: 0; display: block; text-transform: uppercase; }
.text h2 { font-family: "Barlow", serif; font-weight: 800; font-size: 35px; line-height: 1; margin: 30px 0 15px 0; display: block; }
.text h3 { font-family: "Barlow", serif; font-weight: 800; font-size: 25px; line-height: 1; margin: 30px 0 15px 0; display: block; }
.text h4 { font-family: "Barlow", serif; font-weight: 800; font-size: 20px; line-height: 1; margin: 30px 0 15px 0; display: block; }
.text h5 { font-family: "Barlow", serif; font-weight: 800; font-size: 18px; line-height: 1; margin: 30px 0 15px 0; display: block; }
.text h6 { text-align: center; font-weight: 400; font-size: 12px; line-height: 16px; color: #000; width: 66.66%; padding-top: 10px; margin-top: -30px; margin-bottom: 30px; margin-left: auto; margin-right: auto; display: block;  }
.text .info { font-weight: 500; font-size: 16px; line-height: 16px; color: #999; display: block; margin-top: 0px; margin-bottom: 15px; padding-top: 5px; border-top: 1px solid #ccc; }
.text .intro { font-weight: 700; display: block; margin-top: 0px; margin-bottom: 30px; }
.text blockquote p {	font-style: italic; font-weight: 500; font-size: 18px; line-height: 25px; color: #fff; margin-top: 30px!important; margin-right: 0; margin-left: 30px; margin-bottom: 30px!important; padding-left: 15px; text-align: left!important; border-left: 5px solid #F83A44; }
.text img { margin-bottom: 30px; margin-top: 30px; display: block; width: 100%; margin-left: auto; margin-right: auto; }
.text .main-image { position: relative; display: block; width: 100%;  margin-bottom: 30px; padding-bottom: 56.25%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }

@media only screen and (max-width: 1220px) { 
h1 { font-size: 40px; line-height: 0.9; padding: 30px; }
}

@media only screen and (max-width: 1024px) { 
h1 { font-size: 30px; }
}
	
@media only screen and (max-width: 768px) {
.text p { margin-bottom: 10px; }
.text ol {  margin-left: 15px; margin-bottom: 5px; }
.text ol li { padding-bottom: 5px; }
.text ul { margin-left: 15px; margin-bottom: 5px; }
.text ul li::before { padding-left: 15px;}
.text ul li { text-indent: -1.9em; padding-bottom: 5px; }
h1 { font-size: 20px; line-height: 0.9; padding: 15px; }
.text h2 { font-size: 20px; margin: 20px 0 10px 0; }
.text h3 { font-size: 18px; margin: 20px 0 10px 0; }
.text h4 { font-size: 16px; margin: 20px 0 10px 0; }
.text h5 { font-size: 14px; margin: 20px 0 10px 0; }
.text .intro { margin-bottom: 15px; }
.text .info { font-size: 13px; line-height: 13px; margin-bottom: 15px; }
.text blockquote p { font-size: 16px; line-height: 18px; margin-top: 15px!important; margin-left: 0px; margin-bottom: 15px!important; padding-left: 15px; }
.text img { margin-bottom: 15px; margin-top: 15px; }
.text .main-image { margin-bottom: 15px; }
}



/*  LAYOUT */
.block { display: block; position: relative; width: 100%; padding: 30px; background: rgb(49,85,147); background: linear-gradient(0deg, rgba(49,85,147,1) 0%, rgba(15,26,45,1) 100%); }
.block-hero { background-image: url('https://nobelfortrump.com/fajls/nft-background.jpg'); position: relative; height: 100%; background-repeat: no-repeat!important; background-size: cover!important; background-position: center!important; }
.frame { display: block; position: relative; padding: 30px; }
@media only screen and (max-width: 1220px) { }
@media only screen and (max-width: 1024px) {
.block { padding: 20px;  }
.frame { padding: 20px; }
}
@media only screen and (max-width: 768px) {
.block { padding: 15px;  }
.frame { padding: 15px; }
}



.cells { max-width: 1440px; margin-left: auto; margin-right: auto; text-align: center; }
[class*="cell-"] { vertical-align: top; display: inline-block; position: relative; text-align: left; }
.cell-1-1 { width: 100%; }
.cell-1-2 { width: 50%; }
.cell-1-2v1 { width: 50%; }
.cell-1-3 { width: 33.33%; }
.cell-1-4 { width: 25%; }
.cell-1-5 { width: 20%; }
.cell-1-6 { width: 16.66%; }
.cell-1-7 { width: 14.28%; }
.cell-1-8 { width: 12.5%; }
.cell-2-3 { width: 66.67%; }
.cell-3-4 { width: 75%; }
.cell-4-5 { width: 80%; }
.cell-5-6 { width: 83.34%; }
.cell-6-7 { width: 85.72%; }
.cell-7-8 { width: 87.5%; }
@media only screen and (max-width: 1220px) {
.cells {width: 100%;}
}
@media only screen and (max-width: 1024px) {
.cell-1-1 { width: 100%; }
.cell-1-2 { width: 50%; }
.cell-1-2v1 { width: 50%; }
.cell-1-3 { width: 33.33%; }
.cell-1-4 { width: 33.33%; }
.cell-1-5 { width: 25%; }
.cell-1-6 { width: 25%; }
.cell-1-7 { width: 25%; }
.cell-1-8 { width: 25%; }
.cell-2-3 { width: 66.67%; }
.cell-3-4 { width: 100%; }
.cell-4-5 { width: 100%; }
.cell-5-6 { width: 100%; }
.cell-6-7 { width: 100%; }
.cell-7-8 { width: 100%; }
}	
@media only screen and (max-width: 768px) {
.cell-1-1 { width: 100%; }
.cell-1-2 { width: 100%; }
.cell-1-2v1 { width: 50%; }
.cell-1-3 { width: 33.33%; }
.cell-1-4 { width: 50%; }
.cell-1-5 { width: 33.33%; }
.cell-1-6 { width: 33.33%; }
.cell-1-7 { width: 33.33%; }
.cell-1-8 { width: 33.33%; }
.cell-2-3 { width: 100%; }
.cell-3-4 { width: 100%; }
.cell-4-5 { width: 100%; }
.cell-5-6 { width: 100%; }
.cell-6-7 { width: 100%; }
.cell-7-8 { width: 100%; }
}
/*  SIDE MENU */
.side-menu-block { display: block; text-align: center; }
.side-menu-links { display: block; margin: 0 0 15px 0; }
.side-menu-link { font-family: "Barlow", serif; font-weight: 700; font-size: 19px; color: #fff; text-decoration: none!important; text-transform: uppercase; display: block; }
.side-menu-link:hover { color: #F83A44; transition: 0.5s;}
.side-menu-divider { display: block; width: 30px; height: 3px; background-color: #F83A44; margin: 10px auto 10px auto; }
.side-menu-icon { display: block; width: 80%; margin: 0 auto 30px auto; }
.side-menu-logo { display: block; width: 80%; margin: 0 auto 30px auto; }
.side-menu-hide { display: block; }
@media only screen and (max-width: 1024px) {
.side-menu-hide { display: none!important; }
.side-menu-logo { display: block; width: 120px; margin: 15px 0 10px 0!important; }
}
/*  DESKTOP MENU */
.desktop-menu-block { position: absolute; z-index: 1000; display: block; width: 100%; padding-top: 10px; padding-bottom: 10px; padding-left: 30px; padding-right: 30px; }
.desktop-menu-container-menu { display: block; position: relative; width: 100%; height: 80px; }
.desktop-menu-container-menu-inside { display: block; position: absolute; top: 50%; right: 0; transform: translate(0, -50%); z-index: 50; }
.desktop-menu-navigation { text-align: right; }
.desktop-menu-main { position: relative; display: inline-block; vertical-align: middle; margin: 5px; }
.desktop-menu-img { display: inline-block; vertical-align: middle; width: 30px; }
.desktop-menu-item { font-family: "Barlow", serif; font-weight: 800; font-size: 19px; color: #fff; text-decoration: none!important; }	
.desktop-menu-item:hover { color: #F83A44; transition: .5s ease; }		
.desktop-menu-divider { font-size: 19px; margin: 0 10px 0 10px; color: #F83A44; }
/*  MOBILE MENU */
.mobile-menu-block { display: block; padding: 10px;  }
.mobile-menu-container { display: block; height: 60px; text-align: center; }
.mobile-menu-logo-1 { display: inline-block; width: auto; height: 60px; margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 50; }
.mobile-menu-logo-2 { display: block; height: 80px; width: auto; margin: 0 auto 15px auto; }
.mobile-menu-button-1 { display: block; position: fixed; top: 30px; right: 30px; z-index: 50; color: #F83A44; font-size: 40px; line-height: 1; cursor: pointer; }
.mobile-menu-overlay { height: 0%; width: 100%; position: fixed; z-index: 5000; top: 0; left: 0; background: rgb(49,85,147); background: linear-gradient(0deg, rgba(49,85,147,1) 0%, rgba(15,26,45,1) 100%); overflow-y: hidden; transition: 0.5s; }
.mobile-menu-overlay-content { position: relative; width: 100%; height: 100%; overflow-y: scroll; }
.mobile-menu-overlay-content-frame { position: absolute; top: 0%; left: 50%; transform: translate(-50%, 0); z-index: 50; text-align: center; padding: 60px 0 60px 0; }
.mobile-menu-overlay a { font-family: "Barlow", serif; font-weight: 700; font-size: 19px; color: #fff; text-decoration: none!important; text-transform: uppercase; padding-bottom: 20px; display: block; }
.mobile-menu-overlay a:hover, .mobile-menu-overlay a:focus { color: #F83A44; transition: 0.5s;}
.mobile-menu-overlay .mobile-menu-closebtn { display: block; text-align: right; font-size: 50px; color: #F83A44; position: absolute; z-index: 9999; top: 40px; right: 40px; margin: 0; padding: 0; }
.mobile-menu-divider { display: block; width: 30px; height: 3px; background-color: #F83A44; margin: -10px auto 10px auto; }
.mobile-menu-social { display: block; }
.mobile-menu-social ul { list-style: none; padding: 0; margin: 15px 0 0 0; text-align: center; }
.mobile-menu-social ul li { display: inline-block; vertical-align: middle; }
.mobile-menu-social .mobile-menu-social-razmak { display: inline-block; padding-left: 5px; padding-right: 5px; }
.mobile-menu-social ul li img { display: block; width: 30px; margin: 0; }
/*  FOOTER */
.footer { padding: 30px; }
.footer-text { font-weight: 400!important; font-size: 14px!important; line-height: 1!important; color: #7294D0; text-align: center; display: block; width: 66.66%; margin-left: auto; margin-right: auto; margin-top: 15px; margin-bottom: 0; }
.footer-logo { display: block; width: 120px; margin: 15px auto 15px auto; }
.footer-navigation-social { }
.footer-navigation ul { list-style: none; padding: 0px; margin-top: 15px; margin-bottom: 0; text-align: center; font-weight: 700!important; font-size: 15px!important; color: #555; }
.footer-navigation ul li { display: inline-block; vertical-align: middle; padding: 0px; margin: 0px; }
.footer-navigation li::before { content: none; }
.footer-navigation .footer-navigation-divider-1 { padding-left: 5px; padding-right: 5px; padding-top: 0; padding-bottom: 0; font-weight: 300; font-size: 18px; color: #999; }
.footer-navigation .footer-navigation-divider-2 { padding-left: 5px; padding-right: 5px; padding-top: 0; padding-bottom: 0;  }
.footer-navigation ul li a { margin: 0!important; padding: 0!important; font-weight: 700!important; font-size: 13px!important; line-height: 13px!important; color: #ccc; text-decoration: none; text-transform: uppercase; }
.footer-navigation ul li a:hover { color: #fff; text-decoration: none; transition: .5s ease; }
.footer-navigation ul li img { display: block; width: 24px; margin: 0; }
@media only screen and (max-width: 1220px) { }
@media only screen and (max-width: 1024px) { }
@media only screen and (max-width: 768px) {
.footer-text { font-size: 11px!important; width: 90%; }
}