/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,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{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
@font-face {
    font-family: 'pfuniuversal'; /*a name to be used later*/
    src: url('/css/pfuniversal/PFUniversal-Regular.otf'); /*URL to font*/
}
@font-face {
    font-family: 'pfuniuversal'; /*a name to be used later*/
    src: url('/css/pfuniversal/PFUniversal-Bold.otf'); /*URL to font*/
    font-weight:bold;
}
@font-face {
    font-family: 'pfuniuversal'; /*a name to be used later*/
    src: url('/css/pfuniversal/PFUniversalLight-Regular.otf'); /*URL to font*/
    font-weight:lighter;
    }
@font-face {
    font-family: 'pfuniuversal'; /*a name to be used later*/
    src: url('/css/pfuniversal/PFUniversalMedium-Regular.otf'); /*URL to font*/
    font-weight:medium;
}
html,body
{
  font-size:100%;
  height: 100%;
  min-width: 1024px;
}
header
{
	background-image:url('/images/base/header.png');      
	position:relative;
  background-size: 100% 100%;
	width:auto;
  max-width:1260px;
  margin: auto;
	height:135px;
  overflow: hidden;
}

header h4
{
        font-size:0.80em;
        color:#207a92;
        font-family: 'Tahoma';
}
header h4 a
{
  color:#BD5E65;
}

nav
{
  height:100%;
  width:90%;
  display:block;
}
nav ul
{
  height:100%;
}
nav ul li
{
  font-size:0.9375em;
	color:#207a92;
  margin: 6% 4%;
  font-family: 'pfuniuversal';
	list-style-type: none;
	text-decoration:none;
	
}

nav ul li > a, #mapmenu span
{
  position: relative;
	color:#fff;
  font-family: 'pfuniuversal';
	font-weight:bold;
	list-style-type: none;
	text-decoration:none;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;

  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;

  background: -webkit-linear-gradient(#207a92, #2EA7C7); 
  background: -moz-linear-gradient(#207a92, #2EA7C7); 
  background: -ms-linear-gradient(#207a92, #2EA7C7); 
  background: -o-linear-gradient(#207a92, #2EA7C7); 
  background: linear-gradient(#207a92, #2EA7C7); 
}

nav ul li a:hover, nav ul li a:focus, #mapmenu span:hover, #mapmenu span:focus, #MGpro:focus, #world_hist:focus, #models:focus, #MGpro:hover, #world_hist:hover, #models:hover
{
  outline: 0;

  background: -webkit-linear-gradient(#2EA7C7, #207a92); 
  background: -moz-linear-gradient(#2EA7C7, #207a92); 
  background: -ms-linear-gradient(#2EA7C7, #207a92); 
  background: -o-linear-gradient(#2EA7C7, #207a92); 
  background: linear-gradient(#2EA7C7, #207a92); 

  -webkit-box-shadow: 0px 0px 8px #185E70;
  -moz-box-shadow: 0px 0px 8px #185E70;
  -ms-box-shadow: 0px 0px 8px #185E70;
  -o-box-shadow: 0px 0px 8px #185E70;
  box-shadow: 0px 0px 8px #185E70;

  -webkit-transition: box-shadow 0.2s 0.1s ease-in-out;
  -moz-transition: box-shadow 0.2s 0.1s ease-in-out;
  -ms-transition: box-shadow 0.2s 0.1s ease-in-out;
  -o-transition: box-shadow 0.2s 0.1s ease-in-out;
  -kthtml-transition: box-shadow 0.2s 0.1s ease-in-out;
  transition: box-shadow 0.2s 0.1s ease-in-out;
}

footer {
  
  display: block;
  width:auto;
  max-width:1255px;
  height: 50px;
  background-color: #7BC3D2;
  border: 0px solid #207a92;
  border-radius: 6px 6px 0 0;
  text-align:center;
  margin-top: 50px;
  padding: 5px;

  background: -webkit-linear-gradient(#2EA7C7, #207a92); 
  background: -moz-linear-gradient(#2EA7C7, #207a92); 
  background: -ms-linear-gradient(#2EA7C7, #207a92); 
  background: -o-linear-gradient(#2EA7C7, #207a92); 
  background: linear-gradient(#2EA7C7, #207a92); 
}

footer li:hover {
  text-decoration: underline;
}

#center_column{
  min-height: 100%;  
  height: 100%;
  margin: 0 auto -4em;
  }
  #tabs{
   min-height: 100%;
  height: 100%; 
  }
.footer {
clear: both;
width:auto;
max-width:1260px;
margin:auto;
}

.tab-links {
  width: 100%;
  float: right;
}
/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
    float: left;
    padding-top: 2%;
}

.tabs h4 {  
  display: block;
  width: 20%;
  height: 30px;
  float: left;
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
  color: #207a92;
  overflow: hidden;
}

h4 + .tab-links {
  width: 80%;
}

h4 + .tab-links li {
  width: 18%;
}
 
    /*----- Tab Links -----*/
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
    .tab-links li {
        margin: 0 0.7%;
	      height:50px;
        width: 15%;
        float:left;
        list-style:none;
    }
 
    #tab-list li a span{
      display: block;
      width: 25px;
      height: 20px;
      background-image: url('/images/base/7days.png');
      margin: auto;
    }

        .tab-links a {
            width: 85%;
            height: 44px;
            padding-top: 5px;
            display:inline-block;
            border-radius: 10px 10px 0 0;
            background:#fff;
            font-size: 15px;
            font-weight:bold;
            line-height: 40px;
            color:#4c4c4c;
            text-align: center;
            text-decoration: none;
            border: 3px solid #207a92;
            outline-color:#09404F; 
            color: #207a92;
            overflow: hidden;
            cursor: pointer;

            /*-webkit-transition: all ease-in-out 0.15s;
            -moz-transition: all ease-in-out 0.15s;
            -o-transition: all ease-in-out 0.15s;
            transition: all ease-in-out 0.15s;*/
        }
 
        .tab-links a:hover, #eurosub a:hover {
            background:#a7cce5;
        }
 
    li.active a, li.active a:hover, #eurosub li.active a {
        background:#207a92;
        color:#fff;     
    }

    #todaytb a, #currenttb a, #seventb a{
      line-height: 20px;
    }
 
    /*----- Content of Tabs -----*/
    .tab-content {
        float: left;
        width: 95%;
        min-height: 450px;
        padding:15px;
        border-radius: 10px 10px 0px 0px; 
        color: #044759;
        overflow-x: auto;

        background: -webkit-linear-gradient(#207a92 1%, #ADEDEC 35%, #fff); 
        background: -moz-linear-gradient(#207a92 1%, #ADEDEC 35%, #fff); 
        background: -ms-linear-gradient(#207a92 1%, #ADEDEC 35%, #fff); 
        background: -o-linear-gradient(#207a92 1%, #ADEDEC 35%, #fff); 
        background: linear-gradient(#207a92 1%, #79C5D9 35%, #fff); 
    }
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }

      .tab-content.alone {
        margin: 10px 5px 0;
        width: 94%;
        min-height: 300px;
      } 
#menu
{
  height:88.363%;
  width:100%;
  display:block;
}

#menu span {
  display: inline-block;
  float: left;
  margin: 5px;
  margin-right: 0;
}

#search_box {
 display:inline-block;
 position:relative;
 left:33%;
 top: 31px;
 width:35%;
 height:60%;
}

#search_box input {
  padding: 1px 10px;
}


#searchform {
  height:70%;
}

.searchButton {
  background-color:#FFFFFF;
  border:1px ridge #207a92;
  cursor:pointer;
  height:35px;
  width:20%;
  color:#207a92;
  margin-top:1px;
  padding-top:0px;
  font-size:0.75em;
  font-family: 'Tahoma';
}

.searchText {
  background-color:#FFFFFF;
  border:1px ridge #207a92;
  width:60%;
  height:31px;
  line-height:100%;
  color:#207a92;
  font-size:0.80em;
  font-family: 'Tahoma';
}
#settings
{
 display:block;
 position: absolute;
 top: 0;
 right: 0;
 width: 400px;
 height: 100px;
 font-family: 'Tahoma';
 font-size:1em;
}

.el-gr #settings {
  width: 500px;
}
#mapmenu li span{
  cursor:pointer;
}
#uvbtn{
  cursor:pointer;
}
#uvbtn span{
  background-image:url('/images/small-icons/sun.png'); width:21px; height:30px;
}
#home span{
  background-image:url('/images/small-icons/home.png'); width:28px; height:25px;
}
#mapbtn span{
  background-image:url('/images/small-icons/map.png'); width:21px; height:30px;
}
#forecastlnk span{
  background-image:url('/images/small-icons/thermo.png'); width:21px; height:35px;
}
#historylnk span{
  background-image:url('/images/small-icons/stat.png'); width:21px; height:30px;
}
#globallnk span{
background-image:url('/images/small-icons/up.png'); width:27px; height:28px;}
#healthlnk span{
background-image:url('/images/small-icons/heart.png'); width:28px; height:25px;}
#popular span{
  background-image:url('/images/small-icons/places.png'); width:27px; height:28px;
}
#settings.small {
  width: 300px;
}

#settings ul
{
  background-color:#207a92;
  height:20px;
  width:100%;
  text-align: center;
  text-decoration: none;
  border-bottom-left-radius: 5px;
  padding-top: 5px;
}
.grams{
  width: 100%; 
  height: 250px; 
  margin: 0 auto
}
#settings-options {
  background: #2EA7C7 !important;
  border: 1px solid #207a92;
  position: relative;
  top: 3px;
  right: -400px;
  z-index: 100;
  width: 200px !important;

  -webkit-transition: right ease-in-out 0.25s;
  -moz-transition: right ease-in-out 0.25s;
  -ms-transition: right ease-in-out 0.25s;
  -o-transition: right ease-in-out 0.25s;
  transition: right ease-in-out 0.25s;
}

#hidden-settings:hover #settings-options
/*, #hidden-settings:focus #settings-options */
{
  cursor: pointer;
  right: -198px;

  -webkit-transition: right ease-in-out 0.25s;
  -moz-transition: right ease-in-out 0.25s;
  -ms-transition: right ease-in-out 0.25s;
  -o-transition: right ease-in-out 0.25s;
  transition: right ease-in-out 0.25s;
}

#hidden-settings, #settings-options label, #settings-options input {
  cursor: pointer;  
  position: relative;
}

footer ul{
  height:20%;
  width:100%;
  text-align: center;
  text-decoration: none;
}
#fsitemap a {
  text-decoration: none;
}
#settings ul li,footer ul li {
 font-family: 'Tahoma';
 color:#FFFFFF;
 display: inline;
 list-style-type: none;
 text-decoration: none;
 width:33%;
 height:20%;
 font-size:1em;
 padding: 0 10px;
}

footer ul li {
  padding-right: 40px;
}

#settings ul li a ,footer ul li a
{
    color:#FFFFFF;
    font-family: 'Tahoma';
    text-decoration:none;
    font-size:1em;
}

#settings a:hover {
  text-decoration: underline;
}

#language
{
 background-color: #207a92;
 float: right;
 margin-top: 20px;
 color: #FFFFFF;
 display: none;
}

#conteiner img {
  border-radius: 20px 20px 4px 4px;
  padding-top: 11px;
}

#core
{
  width:auto;
  max-width:1260px;
  margin: auto;
  min-height: 75%;
} 
#left
{
 width:17.9365%;
 display:block;
 float: left;
 border-bottom-left-radius: 5px;


  background: -webkit-linear-gradient(left, #79C5D9 85%, #fff); 
  background: -moz-linear-gradient(left, #79C5D9 85%, #fff); 
  background: -ms-linear-gradient(left, #79C5D9 85%, #fff); 
  background: -o-linear-gradient(left, #79C5D9 85%, #fff); 
  background: linear-gradient(left, #79C5D9 85%, #fff); 

  -webkit-transition: height ease-in-out 0.5s;
  -moz-transition: height ease-in-out 0.5s;
  -ms-transition: height ease-in-out 0.5s;
  -o-transition: height ease-in-out 0.5s;
  transition: height ease-in-out 0.5s;

}

#mapmenu {
  position: relative;
  top: -1px;
  width: 95%;
  height: 0px;
  max-height: 220px;
  display: block;
  float: right;
  overflow: hidden;
  
  -webkit-transition: height ease-in-out 0.5s;
  -moz-transition: height ease-in-out 0.5s;
  -ms-transition: height ease-in-out 0.5s;
  -o-transition: height ease-in-out 0.5s;
  transition: height ease-in-out 0.5s;
}

#popularmenu {
  position: relative;
  top: -1px;
  left: 10px;
  width: 90%;
  height: 0px;
  max-height: 175px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
  
  -webkit-transition: height ease-in-out 0.5s;
  -moz-transition: height ease-in-out 0.5s;
  -ms-transition: height ease-in-out 0.5s;
  -o-transition: height ease-in-out 0.5s;
  transition: height ease-in-out 0.5s;

  -webkit-box-shadow: 0px 0px 8px #185E70;
  -moz-box-shadow: 0px 0px 8px #185E70;
  -ms-box-shadow: 0px 0px 8px #185E70;
  -o-box-shadow: 0px 0px 8px #185E70;
  box-shadow: 0px 0px 8px #185E70;
}

#popularmenu li {
  list-style: initial;
  height: 30px;
  margin: 5px 30px;  
}
#popularmenu li a{
  background:#fff;
  text-decoration: none;
  color:#207a92;
}
a:hover + #mapmenu, a:focus + #mapmenu, #mapmenu:hover {
  height: 220px;
}

a:hover + #popularmenu, a:focus + #popularmenu, #popularmenu:hover {
  height: 200px;
}

#center
{
 width:66.1905%;
 display:block;
 float: left;
}
#right
{
  width:15.873%;
  height:180px;
  display:block;
  float: right;
  position: relative;
}

#right strong {
  color: #bd5e65;
}

#route
{
  display: inline-block;
  padding-top: 2%;
}

select {
  border-radius: 4px;
  border: 0;
  margin: 0;
  height: 30px;
  background-color: #207a92;
  color: #fff;
}

select:hover {
  cursor: pointer;
}

select:focus{
  outline-color:#09404F;
}

select option:checked {
  background:#a7cce5;
  color: #09404F;
}

#route-ul li {
  float: left;
  list-style: none;
}
#social
{
  display: inline-block;
  width: 10%;
  text-align: right;
  padding: 2% 2% 0 1%;
  white-space: nowrap;
}
#social img{
  width:24px;
  height:24px;
}
#widget_ban_top {
  display: block;
  height: 50px;
  width: 180px;
  position: absolute;
  background: url("/images/base/widget.png") no-repeat;
  bottom: 0;
  right: 0;
}

#widget_ban_left {
height:auto;
display:block;

}
#widget_ban_left img {
  margin: 15% 0 1% 5%;
  width:72.566%;
  opacity: 0.8;
  height:37px;
}

#widget_ban_left img:hover, #widget_ban_left img:focus {
  opacity: 1;

  -webkit-transition: opacity 0.1s ease-in-out;
  -moz-transition: opacity 0.1s ease-in-out;
  -ms-transition: opacity 0.1s ease-in-out;
  -o-transition: opacity 0.1s ease-in-out;
  -kthtml-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

#map_canvas
{
  display:inline-block;
  text-align:left;
  width:50%;
  height:400px;
  margin: 0 auto;
  float:left;
 }
#fcast{
  height:430px;
  display:block;
  margin-bottom: 50px;
} 
#qualitytbl{
  width:100%;
}
#forecast
{
  display:inline-block;
  text-align:center;
  width:39%;
  min-width: 250px;
  float:right;
  margin-top: 2%;
  padding: 1% 3%;
  border-radius: 10px;
  background-color:#6F98A3;
  box-shadow: 0px 0px 10px #207a92;

  background: -webkit-linear-gradient(#207a92 1%, #ADEDEC 35%, #fff); 
  background: -moz-linear-gradient(#207a92 1%, #ADEDEC 35%, #fff); 
  background: -ms-linear-gradient(#207a92 1%, #ADEDEC 35%, #fff); 
  background: -o-linear-gradient(#207a92 1%, #ADEDEC 35%, #fff); 
  background: linear-gradient(#207a92 1%, #79C5D9 35%, #fff); 

}

#MGpro, #world_hist, #models {  
  display: block;
  width: 100%;
  height: 30%;
  border:none;
  margin-top: 5%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-family: 'pfuniuversal';
  font-weight: bold;
  border-radius: 5px;
  overflow: hidden;

  background: -webkit-linear-gradient(#207a92, #2EA7C7); 
  background: -moz-linear-gradient(#207a92, #2EA7C7); 
  background: -ms-linear-gradient(#207a92, #2EA7C7); 
  background: -o-linear-gradient(#207a92, #2EA7C7); 
  background: linear-gradient(#207a92, #2EA7C7); 
}

#MGpro p, #world_hist p, #models p {
  position: relative;
  float: right;
  width: 60%;
  padding-right: 10%;
  white-space: nowrap;
}

#MGpro p {top:-41px;}
#world_hist p {top:-30px}
#models p {top:-27px;}

#MGpro span{
  display: block;
  position: relative;
  background-image:url('/images/base/pro.png');
  height: 53px;
  width: 48px;
  left: 3%;
}
#MGpro strong{
  color:#FDD404;
}

#world_hist span {
  display: block;
  position: relative;
  background-image:url('/images/base/wordwide.png');
  height: 41px;
  width: 49px;
  top: 10%;
  left: 4%;
} 

#models span {
  display: block;
  position: relative;
  background-image:url('/images/base/model.png');
  height: 38px;
  width: 52px;
  top: 10%;
  left: 3%;
}

#pdf {
  position: relative;
  float: right;
  width: 14%;
  color: #fff;
  text-decoration:none;
  font-weight: bold;
}

#pdf img {
  width:50px;
  height:50px;
}

#pdf:hover {
  text-decoration: underline;
}

#pdf:hover img {
opacity: 0.75;

  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -kthtml-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

#copyrights {
  margin-top: 25px;
}

#tbltoday, #tbltommorow, #tbldetail, #tbl7d {
  width: 100%;
}
#pdf7d {
  width:1000px;
  text-align:center;
  margin:0;
}
#seven h1 {
  font-size:large;
  text-align:center;
  margin:0;
  width:1000px;
}
#tbltoday td {
  padding: 5px 2px;
  text-align: center;
  border-right: 1px solid #207a92;
}

#tbltoday th, #tbltommorow th, #tbl7d th{
  text-align: center;
  color: #fff;
  font-weight: bold;
}

#tbltoday tr td:first-child {
  text-align: left;
  font-weight: bold;
  color: #09404F;
  border-right: 0;
}

#temptof, #temptoc, #wspeedms, #wspeedkm{
color:#bd5e65;
}

#tbltommorow td {
  padding: 5px 2px;
  text-align: center;
  border-right: 1px solid #207a92;
}

#tbltommorow tr td:first-child {
  text-align: left;
  font-weight: bold;
  color: #09404F;  
  border-right: 0;
}

#tbl7d td, #pdf7d td {
  padding: 5px 2px;
  width: 14%;
  text-align: center;
  border-right: 1px solid #207a92;
}

#tbl7d td:last-child,#pdf7d td:last-child {
  border-right: 0;
}

#pdf7d th {
  text-align: center;
  color: #09404F;
}
#tbl7d span, #pdf7d span {
  font-weight: bold;
}

#tbl7d span:hover, #pdf7d span:hover {
  text-decoration: underline;
}

#tbl7d tr:first-child button, #allmaps button {
  width: 25%;
  height: 30px;
  background: #fff;
  color: #207a92;
  border: 0;
  outline: 0;
  font-weight: bold;
  text-align: center;
  margin: 10px; 
  cursor: pointer;
  border-radius: 3px;
}

#tbl7d tr:first-child button:hover, #tbl7d tr:first-child button:focus, #allmaps button:hover, #allmaps button:focus {
  
  -webkit-box-shadow: 0px 0px 20px #185E70;
  -moz-box-shadow: 0px 0px 20px #185E70;
  -ms-box-shadow: 0px 0px 20px #185E70;
  -o-box-shadow: 0px 0px 20px #185E70;
  box-shadow: 0px 0px 20px #185E70;

  -webkit-transition: box-shadow 0.2s 0.1s ease-in-out;
  -moz-transition: box-shadow 0.2s 0.1s ease-in-out;
  -ms-transition: box-shadow 0.2s 0.1s ease-in-out;
  -o-transition: box-shadow 0.2s 0.1s ease-in-out;
  -kthtml-transition: box-shadow 0.2s 0.1s ease-in-out;
  transition: box-shadow 0.2s 0.1s ease-in-out;
}

#tbl7d tr:first-child button.active, #allmaps button.active {
  color: #fff;
  background: #207a92;

  -webkit-box-shadow: 0px 0px 10px #185E70;
  -moz-box-shadow: 0px 0px 10px #185E70;
  -ms-box-shadow: 0px 0px 10px #185E70;
  -o-box-shadow: 0px 0px 10px #185E70;
  box-shadow: 0px 0px 10px #185E70;
}

#tbldetail td {
  padding: 5px 2px;
  text-align: center;
  border-right: 1px solid #207a92;
}

#tbldetail th {
  text-align: center;
  color: #fff;
}

#tbldetail tr td:first-child {
  text-align: left;
  font-weight: bold;
  color: #09404F;  
  border-right: 0;
}

#tbldetail tr:first-child td {
  text-align: left;
  font-weight: bold;
  color: #fff;  
  border-right: 0;
}

#tbldetail tr:last-child td:last-child {
  text-align: right;
}

#tbltoday td:last-child, #tbltommorow td:last-child, #tbldetail td:last-child, #detrowNav td {
  border-right: 0;
}

#progntbl th {
  color: #fff;
}

#progntbl th, #progntbl tr td:first-child {
  font-weight: bold;
}

#progntbl td {
  padding: 8px 0 0 2px;
}

#progntbl tr:last-child td{
  font-weight: normal;
}

#progntbl tr:nth-child(5) td:first-child,
#progntbl tr:nth-child(6) td:first-child,
#progntbl tr:nth-child(7) td:first-child,
#progntbl tr:nth-child(8) td:first-child,
#progntbl tr:nth-child(9) td:first-child,
#progntbl tr:nth-child(10) td:first-child,
#progntbl tr:nth-child(11) td:first-child
{
  text-align: left;
}

#temptbls{
  position: relative;
 display:block;
 margin: 0 10%; 
 text-align: center;
}

#temptbls tr td:first-child {
  text-align: left;
}

#maxtemp
{
 display: inline-block;
 width: 45%;
}

#maxtemptbl th, #mintemptbl th {
  font-weight: bold;
}

#mintemp
{
 display: inline-block;
  width: 45%;
  float: right;
}

#slidercont {
  width: 700px;
  
}

#slidermodel{
  width: 700px;
  
}
#sliderValue {
    position:absolute;
    width: 50px;
}
#sidemapsimg{
  display:none;
}

#sidemaps, #allmaps {
  text-align: center;
  padding: 2% 1% 15%;
}
#modelimg , #sideimg{
  width:90%;
  display:inline-block;
}
#slider1{
  height:620px;
  width:15%;
}

#toolbar {
  margin: 20px 0;
  background: -webkit-linear-gradient(#207a92, #2EA7C7); 
  background: -moz-linear-gradient(#207a92, #2EA7C7); 
  background: -ms-linear-gradient(#207a92, #2EA7C7); 
  background: -o-linear-gradient(#207a92, #2EA7C7); 
  background: linear-gradient(#207a92, #2EA7C7); 
  border-color: #185E70;
}

#eurosub {
  position: relative;
  display: block;
  width: 100%;
  z-index: -1;
  opacity: 0;
  top: -12px;  
}

#eurosub li {
  width: 100%;
  height: 40px;
}

#eurosub a {
  position: relative;
  height: 37px;
  width: 125%;
  border-radius: 0px;
  background: #fff;
  color: #207a92;
  padding: 0;

  -webkit-box-shadow: 0px 5px 8px #185E70;
  -moz-box-shadow: 0px 5px 8px #185E70;
  -ms-box-shadow: 0px 5px 8px #185E70;
  -o-box-shadow: 0px 5px 8px #185E70;
  box-shadow: 0px 5px 8px #185E70;
}

#eurosub li:last-child a {
  border-radius: 0 0 6px 6px;
}

.tab-links a:hover + #eurosub, #eurosub:hover {
  opacity: 1;
  z-index: 10;

  -webkit-transition: opacity ease-in-out 0.25s;
  -moz-transition: opacity ease-in-out 0.25s;
  -ms-transition: opacity ease-in-out 0.25s;
  -o-transition: opacity ease-in-out 0.25s;
  transition: opacity ease-in-out 0.25s;
}

.jath-table {
  border-collapse:collapse;
  table-layout:auto;
  font-size:.917em;
  width:100%;
  text-align:center;
  border:2px solid #88acce;
  margin:5px
}

.jath-table table {
  border-collapse:collapse;
  table-layout:auto;
  text-align:center;
  width:100%;
  margin:0
}

.jath-table caption {
  font-size:1.364em;
  font-weight:400;
  line-height:1.6;
  margin:0;
  text-align:left
}

.jath-table a {
  text-decoration:none
}

.jath-table thead {
  background-color:#d5adf7
}

.jath-table tbody th {
  font-size:1.091em;
  font-weight:600;
  vertical-align:middle
}

.jath-table tbody th strong {
  display:block
}
.jath-table tbody td,.jath-table tfoot td {
  padding: 3px 4px;
  vertical-align:middle
}

.jath-table th,.jath-table td
{
  border-width:1px 0 0 1px;
border-color:#88acce;
border-style:solid;
line-height:1.34
}

.jath-table thead th {
  font-weight:bold;
  background:#d5edf7;
  padding:4px 6px;
  line-height:1.1
}

.jath-table thead span {
  font-weight:400
}

.jath-table .table-fixed {
  table-layout:fixed
}

.jath-table h2 {
  border-color:#88acce
}

.jath-table th,.jath-table-stats td {
  border-color:#88bcce
}

.jath-table thead th {
  background:#add1e1
}

.jath-table thead tr:first-child th {
  border-top-color:#88bcce;
  font-size:1.182em;
  line-height:17px;
  vertical-align:top
}

.jath-table tbody th {
  background:#add1e1;
  font-weight:600
}

.jath-table tr:nth-child(even) td {
  background-color:#f4f4f4
}

#conteiner {
  width: 100%;
  text-align: center;
}

#temperature, #precipitation {
  width: 50%;
  height:400px;
  margin: 10px auto 0;
  float : left;
  display:inline-block;
}

/**********  history.php  **********/
#hist_selects {
  width: 100%;
  padding: 2%;
}
#country, #stations, #month, #year {
  margin-top: 2%;
}

#histinfo, #stationname, #notes, #description, #textbody {
  display: block;
  padding: 20px 10px 0;
  font-weight: bold;
  font-style: italic;
  color: #09404F;
  text-align: center;
}

#textbody {
  padding: 2% 0 10%;
  text-align: initial;
}

#textbody + a {
  font-weight: bold;
  font-size: 20px;
  color: #207a92;
  text-decoration: none;
  padding-bottom: 10%;
  display: block;
}

#textbody + a:hover {
  text-decoration: underline;
}

#description.alone {
  margin-bottom: 20%;
}

#description {
  text-align: left;
}

#description h1 {
  font-size: 20px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

#info, #aquality {
  display:inline-block;
  font-weight: bold !important;
  text-align: center;
  color: #09404F;
  width: 30%;
  min-width: 100px;
  margin: 2% 33%;
  padding: 5px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px #207a92;
  cursor: default;

  background: -webkit-linear-gradient(#207a92 1%, #ADEDEC 35%, #fff); 
  background: -moz-linear-gradient(#207a92 1%, #ADEDEC 35%, #fff); 
  background: -ms-linear-gradient(#207a92 1%, #ADEDEC 35%, #fff); 
  background: -o-linear-gradient(#207a92 1%, #ADEDEC 35%, #fff); 
  background: linear-gradient(#207a92 1%, #79C5D9 35%, #fff); 
}

#table {
  width: 95%;
  margin: 1% auto 4%;
}

#table thead td {
  text-align: center!important;
  color: #207a92;
  font-weight: bold;
  padding: 5px 2px;
}

#table tbody td {
  padding: 1%;
  text-align: center;
  color: #207a92;
  width: 12.5%
}

#table tbody tr:nth-child(odd) td{
  color: #fff;
  background-color: #79C5D9;
}

#table tr td:first-child {
  text-align: left;
  font-weight: bold;
  color: #09404F !important;
}
/**************************************/


/*************  UV php  ***************/
#uv {
  display:none;
}

#uvtable, #uvexplain {
  width: 95%;
  text-align: center;
  margin: 2% 2% 5%;
}

#uvtable td, #uvexplain td {
  border-bottom: 1px dotted #000;
  padding: 5px 2px;
  vertical-align: middle;
}

#uvtable th, #uvtable tr td:first-child, #uvexplain th, #uvexplain tr td:first-child {
  font-weight: bold;
  color: #207a92;
  padding: 1%;
  border: 0;
}

#uvexplain tr td:first-child {
  color: #09404F;
}

#uvtable tr td:first-child, #uvexplain tr td:first-child {
  width: 40px;
}

#uvtable tr:last-child td, #uvexplain tr:last-child td {
  border-bottom: 0;
}

#uvexplain tr td:last-child {
  border-left: 1px solid #000;
}

.green {
  background: #00FF00;
}

.yellow {
  background: #FFFF00;
}

.orange {
  background: #FFAA00;
}

.red {
  background: #FF0000;
}
.purple {
  background: #FF00FF;
}
/**************************************/
/*metar map*/
#map-container {
	width:95%;
	margin:0;
  padding: 6px;
  border-width: 0px;
  border-style: solid;
  border-color: #ccc #ccc #999 #ccc;
  -webkit-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
  -moz-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
  -ms-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
  -o-box-shadow: rgba(64, 64, 64, 0.5) 0 2px 5px;
  box-shadow: rgba(64, 64, 64, 0.1) 0 2px 5px;
}
#metarmap {
  width: 100%;
  height: 800px;
	margin:0;
}

/************************************/

/*********** ribbon *****************/
#ribbon {
  position: relative;
  margin: 50px 0;  
}

#ribbondata {
  border: 1px solid #207a92;
  border-radius: 15px;
  padding: 10px;
  margin-top: 2px;
  text-decoration:none;
  background: #F7F9FF;
  color: #207a92;

  -webkit-box-shadow: 0px 0px 5px #185E70;
  -moz-box-shadow: 0px 0px 5px #185E70;
  -ms-box-shadow: 0px 0px 5px #185E70;
  -o-box-shadow: 0px 0px 5px #185E70;
  box-shadow: 0px 0px 5px #185E70;
}

#camtbl td, #camtbl th {
  padding: 5px 10px;
  text-align: center;
  width: 25%;  
}

#camtbl a > img:hover {
  opacity: 0.75;

  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -kthtml-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

#credits a {
  text-decoration: none;
  font-weight: bold;
  color: #044759;
}

#credits a:hover {
  text-decoration: underline;
}
/*********** JD cams tooltip *****************/
#campreview a {
  position: relative;
}

#campreview span{
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
/*#campreview img:hover span{*/
#campreview td:hover span{
  display: block;
  position: absolute;
  top: -350px;
  left: -100px;
  z-index: 100;
  overflow:hidden;
}

#campreviewmob {
  display: none;
}

/*********** JD cams tooltip end*****************/
#separator {
  clear: both;
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 30px;


  background: -webkit-linear-gradient(#207a92, #2EA7C7); 
  background: -moz-linear-gradient(#207a92, #2EA7C7); 
  background: -ms-linear-gradient(#207a92, #2EA7C7); 
  background: -o-linear-gradient(#207a92, #2EA7C7); 
  background: linear-gradient(#207a92, #2EA7C7); 
}

#separator ul {
  width: 100%;
  height: 100%;
  display: block;
  float: left;
}

#separator ul li {
 display: inline;
 list-style-type: none;
 display: block;
 width: 49.9%;
 height: 100%; 
}

#separator a {

  font-family: 'Tahoma';
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-weight: 700;
  font-size: 1em;
  padding-top: 20px;
  overflow: hidden;
  white-space: nowrap;
}

#separator li:hover {
  -webkit-box-shadow: inset 0px 0px 50px #185E70;
  -moz-box-shadow: inset 0px 0px 50px #185E70;
  -ms-box-shadow: inset 0px 0px 50px #185E70;
  -o-box-shadow: inset 0px 0px 50px #185E70;
  box-shadow: inset 0px 0px 50px #185E70;

  -webkit-transition: box-shadow 0.2s ease-in;
  -moz-transition: box-shadow 0.2s ease-in;
  -ms-transition: box-shadow 0.2s ease-in;
  -o-transition: box-shadow 0.2s ease-in;
  -kthtml-transition: box-shadow 0.2s ease-in;
  transition: box-shadow 0.2s ease-in;
}

#camtab,#prometeog {
       float: left;
       border-right: 1px solid #207a92;
       border-radius: 30px 0 0 30px;
}

#condtab ,#protest{
       float: right;
       border-radius: 0 30px 30px 0;
}
/************************************/
/********contact form *****/

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

#form-div {
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 450px;
	float: left;
	left: 50%;
	position: absolute;
  margin-top:30px;
	margin-left: -260px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;

  background: -webkit-linear-gradient(#207a92, #2EA7C7); 
  background: -moz-linear-gradient(#207a92, #2EA7C7); 
  background: -ms-linear-gradient(#207a92, #2EA7C7); 
  background: -o-linear-gradient(#207a92, #2EA7C7); 
  background: linear-gradient(#207a92, #2EA7C7); 
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
  -o-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}
#butpro {
height: 183px;
padding-top: 50px;
}
#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #207a92;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
  -ms-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}
/***************************************/

/*********** @MEDIA ********************/

@media screen and (max-width: 1300px) {
  #campreview {
    display: none;
  }

  #campreviewmob {
    display: table-row;
  }
}

@media screen and (max-width: 1200px) {
  a {
    font-size: 12px;
  }

  #forecast {
    margin-top: 0;
  }

  #temperature {
    float: none;
  }

  #precipitation {
    float: none;
  }
}

@media screen and (max-width: 1131px) {
  .tabs h4 {
    padding-top: 10px;
  }
}

/***************************************/