/*WebDesignAndSuch.com*/

@charset "UTF-8";

/*STYLES FOR CSS POPUP*/




#blanket {
   background-color:#111;
   opacity: 0.65;
   *background:none;
   position:absolute;
   z-index: 9001;
   top:0px;
   left:0px;
   width:100%;
}

#popUpDiv {
	position:absolute;
	background:url(gallery/pop-back.jpg) no-repeat;
	background-size: 400px 500px; width:400px;
	height:500px;
	
border:5px solid #000;
	z-index: 9002;
}


#popUpDiv a {position:relative; top:20px; left:400px}

body	{
		margin:0px;
		padding:0px;
		background:url('images/_bg0.jpg') top left;
		overflow:auto
		}
td		{
		font-family:tahoma;
		font-size:11px;
		color:#555555;
		}
form 	{
		margin:0px;
		padding:0px;
		size:auto;
		}


b		{
		color:#3D93D3;
		font-size:13px;
		}		
a		{	
		color:#3D93D3;
		text-decoration:underline;
		}
		
a:hover{
		text-decoration:none;
		}		
/* strong	{
		color:#3D93D3;
		} */		
		
.tt		{
		height:28px;
		margin:45 0 0 56px;
		font-size:9px;
		line-height:12px;
		color:#787465
		}		
.tt strong{
		color:#787465;
		}
		
.tm		{
		margin:43 0 0 34px;
		}		
		
.bt1	{
		line-height:13px;
		margin:13 0 0 52px;
		}
.bt1 img{
		margin:0 0 3 0px;
		}
.bt1 strong{
		color:#555555;
		}
		
.more	{
		color:#898989;
		}
.more img{
		margin:0 3 0 0px;
		}
.more a	{
		color:#206DC9;
		text-decoration:none;
		}
.more a:hover{
		text-decoration:underline;
		}
		
.priv	{
		padding:40 0 0 40px;
		line-height:13px;
		}
.priv a	{
		color:#555555;
		text-decoration:none
		}
.priv a:hover{
		text-decoration:underline;
		}
		
.p1_text	{
		width:474px;
		margin:10 0 0 31px;
		}
.p1_text .left{
		margin:0 20 0 0px;
		}
.p1_text .t2 {
		margin:11 0 0 20px;
		}
.p1_text .t2 .left{
		margin:3 14 0 0px;
		}
		

/****** PAGE 2 *****/
.p2_text	{
		width:474px;
		margin:0 0 0 31px;
		}
.p2_text .t2{
		margin:10 0 0 20px;
		}
.p2_text .left{
		margin:0 14 0 0px;
		}
input{
		width:230px;
		height:22px;
		border-style:solid;
		border-width:1px;
		border-color:#8A8A8A;
		background:#FFFFFF;
		font-family:tahoma;
		font-size:11px;
		color:#555555;
		padding:2 0 0 7px
		}
		
textarea{
		width:230px;
		height:157px;
		border-style:solid;
		border-width:1px;
		border-color:#8A8A8A;
		background:#FFFFFF;
		font-family:tahoma;
		font-size:11px;
		color:#555555;
		padding:2 0 0 7px;
		overflow:auto
		}
.form	{
		margin:17 0 0 0px;
		} 
		
/****** Menu border: 1px solid #000; *****/		
		
.dropbtn {
    background-color: #FF3333;
    color: white;
    padding: 20px;
    font-size: 20px;
    border: none;
	width:150px;
	height:60px;
    cursor: pointer;
}

.dropdown {
    position: relative;
	z-index: 500;
	font-family:Trebuchet MS;
	font-size: 14px;
    display: inline-block;
	height:75px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 192px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #A68DC8}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #491297;
}

.redbutton {background-color: #D20707;} 
.ylwbutton {background-color: #E6C013;} 
.grnbutton {background-color: #0AD011;} 
.grybutton {background-color: #7B7E85;} 
.blckbutton {background-color: #000000;} 
.orngbutton {background-color: #F1721A;} 
.blubutton {background-color: #033AB1;} 
.blsbutton {background-color: #19BEEA;} 
.pnkbutton {background-color: #E58DD8;} 



/****** Map *****/	

#map {
        height: 400px;
        width: 100%;
       }

/****** Breaking *****/	

.breaking-news-headline {
  display: block;
  position: absolute;
  font-family: arial;
  font-size: 20px;
  margin-top: -32px;  
  color: white;
  margin-left: 420px;
  
}

.breaking-news-title {
  background-color: #FFEA00;
  display: block;
  height: 30px;  
  width: 180px;
  font-family: arial;
  font-size: 20px;
  position: absolute; 
  top: 0px;
  margin-top: 0px;
  margin-left: 20px;
  padding-top: 10px;
  padding-left: 10px;
  z-index: 3;
  &:before {
    content:"";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    top: 0;
    left: -12px;
    border-left:12px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 30px solid #FFEA00;
  }
  &:after {
    content:"";
    position: absolute;
    display: block;
    width: 0px;
    height: 0px;
    right: -12px;
    top: 0;
    border-right:12px solid transparent;
    border-left: 0px solid transparent;
    border-top: 30px solid #FFEA00;
  }
}

#breaking-news-colour {
  height: 40px;
  width: 1200px;
  background-color: #3399FF;
}

#breaking-news-container {
  height: 40px;
  width: 1200px;
  overflow: hidden;
  position: absolute;
  &:before {
    content: "";
    width: 30px;
    height: 30px;
    background-color: #3399FF;
    position: absolute;
    z-index: 2;
  }
}

.animated {
  -webkit-animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.2s;
  -moz-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
}

.delay-animated {
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.4s;
  -moz-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -webkit-animation-delay: 0.3s; 
  animation-delay: 0.3s;
}

.scroll-animated {
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 3s;
  -moz-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1; 
  -moz-animation-iteration-count: 1;
  -webkit-animation-delay: 0.5s; 
  animation-delay: 0.5s;
}

.delay-animated2 {
  -webkit-animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.4s;
  -moz-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1; 
  -moz-animation-iteration-count: 1;
  -webkit-animation-delay: 0.5s; 
  animation-delay: 0.5s;
}

.delay-animated3 {
  -webkit-animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 5s;
  -moz-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1; 
  -moz-animation-iteration-count: 1;
  -webkit-animation-delay: 0.5s; 
  animation-delay: 3s;
}

.fadein {
  -webkit-animation-name: fadein;
  -moz-animation-name: fadein;
  -o-animation-name: fadein;
  animation-name: fadein;
}

@-webkit-keyframes fadein {
  from {
    margin-left: 1000px
  }
  to {
    
  } 
}  
@-moz-keyframes fadein {
  from {
    margin-left: 1000px
  }
  to {
    
  }  
}

.slidein {
  -webkit-animation-name: slidein;
  -moz-animation-name: slidein;
  -o-animation-name: slidein;
  animation-name: slidein;
}

@keyframes marquee {
  0% { 
    left: 0;
  }
  20% { 
    left: 0; 
  }
  100% { left: -100%; }
}

.marquee {
  animation: marquee 10s linear infinite;
  -webkit-animation-duration: 10s;
  -moz-animation-duration: 10s;
  -webkit-animation-delay: 0.5s; 
  animation-delay: 3s;
}

@-webkit-keyframes slidein {
  from {
    margin-left: 800px
  }
  to {
    margin-top: 0px
  } 
}  
@-moz-keyframes slidein {
  from {
    margin-left: 800px
  }
  to {
    margin-top: 0px
  }  
}

.slideup {
  -webkit-animation-name: slideup;
  -moz-animation-name: slideup;
  -o-animation-name: slideup;
  animation-name: slideup;
}
@-webkit-keyframes slideup {
  from {
    margin-top: 30px
  }
  to {
    margin-top: 0;
  } 
}  
@-moz-keyframes slideup {
  from {
    margin-top: 30px
  }
  to {
    margin-top: 0;
  } 
}

.blink_text {

    animation:1s blinker linear infinite;
    -webkit-animation:2s blinker linear infinite;
    -moz-animation:3s blinker linear infinite;

     color: red;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

	   


	   




