@charset "UTF-8";
/**

/* @import must be at top of file, otherwise CSS will not work */


html, body, div, span, applet, object, iframe,
h1,
h2, h2, h3, h4, h5, h6, p, .modal-content ul, .modal-content ol, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small,
figcaption, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }


ol {
  list-style: none; }


blockquote {
  margin: 10px 10px 0px 10px; }
  
blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

blockquote p::before {
    content: '\201C';
    color: rgba(1, 0, 0, 1.0);
}
blockquote p::after {
    content: '\201D';
    color: rgba(1, 0, 0, 1.0);
}
blockquote p {
    	font-family: 'neue_frutiger_worldregular',sans-serif;
		font-size: 22px;
		line-height: 27px;
    	color: rgba(1, 0, 0, 1.0);
    	margin-bottom: 20px;
		text-align: center;
}



input {
    background-color:transparent;
    border: 0px solid;
}
input:focus {
    outline:none;
}

strong {
			font-family: 'neue_frutiger_worldbold',sans-serif;
		}

a {
    color: rgba(102,1,36, 1.0);
			  font-family: 'neue_frutiger_worldregular',sans-serif;
						 			cursor: pointer;
    letter-spacing: 0.02em;
    text-decoration: none;
    -webkit-transition: all 0.6s;
			  -moz-transition: all 0.6s;
			  -ms-transition: all 0.6s;
			  -o-transition: all 0.6s;
			  transition: all 0.6s;
}
a:hover {

		color: rgba(241,234,188, 1.0);
						 			cursor: pointer;
    
    -webkit-transition: all 0.6s;
			  -moz-transition: all 0.6s;
			  -ms-transition: all 0.6s;
			  -o-transition: all 0.6s;
			  transition: all 0.6s;
}

a:focus {
		outline: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

::-moz-selection {
  background: rgba(151, 150, 150, 0.0); }

::selection {
  background: rgba(151, 150, 150, 0.0); }

::-moz-selection {
  background: rgba(151, 150, 150, 0.0); }

html {
  							scroll-behavior: smooth;
						}
						
html,
body {
  font: normal 20px 'neue_frutiger_worldbold', sans-serif;
  color: rgba(1, 0, 0, 1.0);
  overflow-x: hidden;
  }
  
  @media (max-width: 568px) {
    html,
    body {
      font-size: 16px; } }
  @media (min-width: 569px) {
    html,
    body {
      font-size: 18px; } }
  @media (min-width: 768px) {
    html,
    body {
      font-size: 20px; } }

	.main {
		position:relative;
		display: inline-block;
  		clear: both;
		width: 100%;
		z-index:7;
		min-height: 15vh;
		padding: 0px;
		margin: 0 auto;
					background-repeat: no-repeat;
					background-size: 100%;
					background-position: top center; 
					
				-webkit-transition: all 1.6s;
			  -moz-transition: all 1.6s;
			  -ms-transition: all 1.6s;
			  -o-transition: all 1.6s;
			  transition: all 1.6s;
	}
	.main-empty {
		min-height: 65vh;
	}
	.fn-grid {
		clear: both;
		margin: 46px auto;
		width: 80%;
		}

img {
  max-width: 100%;}

.nomargin {
				margin: 0px;
		}
.noborderleftright {
				border-left: 0px solid rgba(255,255,255, 0.0) !important;
    			border-right: 0px solid rgba(255,255,255, 0.0) !important;
		}

.col-1-1 {
  width: 100%;}




@font-face {
    font-family: 'bauhaus_stdmedium';
    src: url('./letters/bauhausstd-medium-webfont.woff2') format('woff2'),
         url('./letters/bauhausstd-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'minion_proregular';
    src: url('./letters/minionpro-regular-webfont.woff2') format('woff2'),
         url('./letters/minionpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neue_frutiger_worldregular';
    src: url('./letters/neuefrutigerworld-regular-webfont.woff2') format('woff2'),
         url('./letters/neuefrutigerworld-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neue_frutiger_worldmedium';
    src: url('./letters/neuefrutigerworld-medium-webfont.woff2') format('woff2'),
         url('./letters/neuefrutigerworld-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neue_frutiger_worldlight';
    src: url('./letters/neuefrutigerworld-light-webfont.woff2') format('woff2'),
         url('./letters/neuefrutigerworld-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neue_frutiger_worldbook';
    src: url('./letters/neuefrutigerworld-book-webfont.woff2') format('woff2'),
         url('./letters/neuefrutigerworld-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neue_frutiger_worldbold';
    src: url('./letters/neuefrutigerworld-bold-webfont.woff2') format('woff2'),
         url('./letters/neuefrutigerworld-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'neue_frutiger_worldblack';
    src: url('./letters/neuefrutigerworld-black-webfont.woff2') format('woff2'),
         url('./letters/neuefrutigerworld-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




 
p:empty:before {
    content: "";
    display:none;
}

p  {
	font-family: 'neue_frutiger_worldregular',sans-serif;
	letter-spacing: 0.02em;
	font-size: 16px;line-height: 25px;
	margin-bottom: 21px;
	
	}
	p a  {
		color: rgba(255,255,255, 1.0);
		text-decoration: underline;
	
		}
	p a:hover  {
		color: rgba(1, 0, 0, 1.0);
		text-decoration: none;
		}
	
li  {
	font-family: 'neue_frutiger_worldregular',sans-serif;
	letter-spacing: 0.02em;
	font-size: 16px;line-height: 25px;
	
	}
ul  {
	margin-left:18px;
	    margin-bottom: 33px;
	}

em {
    font-style: italic;
}


h1,
h2,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'neue_frutiger_worldbold', sans-serif;
	letter-spacing: -0.01em;
							color: rgba(165,3,68, 1.0);
      -ms-hyphens: none;
          hyphens: none; }
h1 {
	font-size: 40px;
    line-height: 51px;
	margin-bottom: 33px;
  }

h2 {
  	font-size: 28px;
    line-height: 40px;
	margin-bottom: 33px;
    }
    
h3 {
	font-family: 'neue_frutiger_worldregular', sans-serif;
    font-size: 24px;
    line-height: 31px;
	margin-bottom: 12px;
    }

h4 {
    font-family: 'neue_frutiger_worldmedium', sans-serif;
    font-size: 21px;
    line-height: 28px;
	margin-bottom: 18px;
    }
  
h5 {
    font-size: 19px;
    line-height: 30px;
	margin-bottom: 0px;
    }

h6 {
  	font-size: 16px;
    line-height: 21px;
	margin-bottom: 22px;
    }




				 /* Turn on a 13x13 scrollbar */
				 .modal::-webkit-scrollbar {
					 width: 30px;
				 }
 
				 .modal::-webkit-scrollbar-button:vertical {
					 background-color: red;
				 }
 
				 /* Turn on single button up on top, and down on bottom */
				 .modal::-webkit-scrollbar-button:start:decrement,
				 .modal::-webkit-scrollbar-button:end:increment {
					 display: block;
				 }
 
				 /* Turn off the down area up on top, and up area on bottom */
				 .modal::-webkit-scrollbar-button:vertical:start:increment,
				 .modal::-webkit-scrollbar-button:vertical:end:decrement {
					 display: none;
				 }
 
				 /* Place The scroll down button at the bottom */
				 .modal::-webkit-scrollbar-button:vertical:increment {
					 background-color: #fff;
					 height: 38px;
					 background-image: url("/wp-content/themes/cools-theme/assets/images/scroll-down.png;");background-repeat: no-repeat;background-position: center;
				 }
 
				 /* Place The scroll up button at the up */
				 .modal::-webkit-scrollbar-button:vertical:decrement {
					 background-color: #fff;
					 height: 38px;
					 background-image: url("/wp-content/themes/cools-theme/assets/images/scroll-up.png;");background-repeat: no-repeat;background-position: center;
				 }
 
				 .modal::-webkit-scrollbar-track:vertical {
					 background-color: #fff;
				 }
 
				 /* Top area above thumb and below up button */
				 .modal::-webkit-scrollbar-track-piece:vertical:start {
					 border: 0px solid rgba(1, 0, 0, 1.0);
				 }
 
				 /* Bottom area below thumb and down button */
				 .modal::-webkit-scrollbar-track-piece:vertical:end {
				 }
 
				 /* Track below and above */
				 .modal::-webkit-scrollbar-track-piece {
					 background: rgba(255, 255, 255, 1.0);
				 }
 
				 /* The thumb itself */
				 .modal::-webkit-scrollbar-thumb:vertical {
					 height: 50px;
					 background-color: rgba(1, 0, 0, 1.0);
					 border-radius:0px;
				 }
 
				 /* Corner */
				 .modal::-webkit-scrollbar-corner:vertical {
					 background-color: black;
				 }
 
				 /* Resizer */
				 .modal::-webkit-scrollbar-resizer:vertical {
					 background-color: gray;
				 }

				
					  
				::-webkit-input-placeholder { /* Chrome/Opera/Safari */
				  color: rgba(1, 0, 0, 1.0);
				  opacity: 1;
										font-size: 16px;
				}
				::-moz-placeholder { /* Firefox 19+ */
				  color: rgba(1, 0, 0, 1.0);
				  opacity: 1;
										font-size: 16px;
				}
				:-ms-input-placeholder { /* IE 10+ */
				  color: rgba(1, 0, 0, 1.0);
				  opacity: 1;
										font-size: 16px;
				}
				:-moz-placeholder { /* Firefox 18- */
				  color: rgba(1, 0, 0, 1.0);
				  opacity: 1;
										font-size: 16px;
				}	 





		 /* ==================================================
			Responsive Media Queries
		 ================================================== */
		 
		 
		 @media (min-width: 1200px) {body.boxed .is-sticky .full-width-menu{width:1080px;}
		 
		 									
		 										
											 	
		 											
		 					}
		 											
		 @media (min-width: 992px) and (max-width: 1199px) {
									
							
												
		 }

		 @media only screen 
		 and (min-device-width : 768px) 
		 and (max-device-width : 1024px) 
		 and (orientation : landscape) { /* STYLES GO HERE */

							 
		 }


		 @media (max-width: 1680px){
		 
							
															
		 }
		 @media (max-width: 1580px){
		 
							
															
		 }
		 @media (max-width: 1480px){
		 
							
															
		 }
		 @media (max-width: 1280px){
		 
														
		 }
		 @media (max-width: 1200px){
												
		 }

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


					p  {
	font-size: 17px;line-height: 24px;
	
	}
	li  {
	font-size: 17px;line-height: 24px;
	
	}
					h1 {
						font-size: 45px;
						line-height: 55px;
						margin-bottom: 30px;
						word-break: word-break;
					}
					
					h2 {
						 font-size: 27px;
						 line-height: 34px;
						 margin-bottom: 25px;
						word-break: break-word;
					 }
					 h3 {
						  font-size: 25px;
						  line-height: 31px;
						  margin-bottom: 9px;
					  }
					 
					
		 }
		 
		 @media only screen and (min-width: 320px) and (max-width: 480px) {



		 }



