html {overflow: auto; scrollbar-color: #FF0000 #FFFFFF ;    scrollbar-width: thin; }

@font-face {
	font-family:		Lobster;
	src:				url( '../fonts/gigi.ttf ');
}

@font-face {
	font-family:		Content-Title;
	src:				url( '../fonts/Content-Title.ttf ');
}

body {
    background-color:   #FFF;
    margin:             0;
    font-family:        Verdana;
    cursor:             default;
    color:              #909090;
    background-color:   #F72828;
	background:			linear-gradient(to bottom,#FFFFFF ,#F72828);

}

h1 {
	background-color:	#EB7D7C;
	padding: 			10px;		
	color:				#373737;
	font-family: 		Content-Title;
	font-size: 			18pt;
}

h2,
.news_headline  {
	background-color:	#F7F7F7;
	padding: 			10px;
	color:				#373737;
    font-family: 		Content-Title;
    font-size: 			18pt;
}



a, .link {
	cursor: 			pointer;
    border-radius: 		3px;
    color:  			#909e9e;
	font-size: 			10pt;
    font-weight:    	bold;
	text-decoration:	none;
	padding:			3px 10px; 
}

a:hover, .link:hover {
    background-color: #F72828;
    color:  #FFFFFF;
    box-shadow: 3px 3px 5px #a0a0a0;
}

#ret_webform_contact input[type="text"]
{
	width: 500px;
	padding: 10px;
	font-size:12pt;
}

#ret_webform_contact textarea
{
	width: 500px;
	padding: 10px;
	font-size:12pt;
	height: 160px;
}

#ret_webform_contact button
{
	cursor: 			pointer;
    border-radius: 		10px;
    color:  			#909e9e;
	font-size: 			10pt;
    font-weight:    	bold;
	text-decoration:	none;
	padding:			15px; 	
}

#ret_webform_contact button:hover {
    background-color: #F72828;
    color:  #FFFFFF;
    box-shadow: 3px 3px 5px #a0a0a0;
}



#header {
    height:             118px;
    background-color:   #BFCED7;
    color:              #FFF;
    top:                0;
    z-index:            100;
    
}

#navigation {
    height:             50px;
    background-color:   #fff;
    color:              #000;
    #position:           absolute;
    top:                0px;
    box-shadow:         0px 5px 10px -3px #c0c0c0;
    left:               0;
    right:              0;
	z-index:            10;
    position:           fixed !important;
    margin:				auto;
    height:             125px;
    padding-top:        10px;    
	
}

#navigation table {
    width: 1440px;        
	margin:	auto;
}

#navigation table tr {
    vertical-align: top;
}

#navigation table tr:first-child {
    height: 30px !important;
    
}

#navigation table tr:first-child td:nth-child(1) {
    width: 325px;
	height: 30px !important;
	border-right-style: solid;
    border-width: 1px;
    border-color:   #eaeaea;
}

#navigation table tr:first-child td:nth-child(2) {
    border-right-style: solid;
    border-width: 1px;
    border-color:   #eaeaea;
    padding-left: 20px;
}

#navigation table tr:first-child td:nth-child(3) {
    width: 200px;
}

#navigation table tr:first-child td:first-child img {
    width:  120px;
    height: 120px;
}


#navigation table tr:nth-child(2) td:first-child {
    vertical-align: middle;
    padding-left:   5%;
    border-top-style: solid;
    border-width: 1px;
    border-color:   #eaeaea;
    height:     65px;
}

#slider_outer {
	background-color:		#add8e6;
	background:				linear-gradient(to top,#F72828,#E96F6E);
	
}

#slider {
    height:             400px;
    box-shadow:         0px 10px 35px -3px rgba(0,0,0,0.43);
    object-fit:         fill !important;       
	max-width: 			1440px;
	margin: 			auto;
	background-color:			#FFFFFF !important;
}

#slider img {
    height:             400px !important;
    max-height:         400px !important;
    opacity:            0.7;
    
}

#page_outer {
	background:			linear-gradient(to top,#F72828,#E96F6E);	
#	width:              100%;   
}

#page
{
    background-color:   #FFFFFF;
	padding:			20px;
     
}


#footer {
    height:             65px !important;
    color:              #000;
    width:              100%;
	background-color:	#FFF;
	background:			linear-gradient(to bottom,#FFFFFF 90% ,#F72828);
}





.mySlides {display: none}
img {vertical-align: middle; }

/* Slideshow container */
.slideshow-container {
  max-width: 3960px;
  position: relative;
  margin: 125px auto;  
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none; 
  
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
  
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);  
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}













/* Let's get this party started */ ::-webkit-scrollbar { width: 12px; } /* Track */ ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); -webkit-border-radius: 10px; border-radius: 10px; } /* Handle */ ::-webkit-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background: rgba(255,0,0,0.8); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } ::-webkit-scrollbar-thumb:window-inactive { background: rgba(255,0,0,0.4); }




