
html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;	
}

img{
	max-width:100%;
}

h1{
	font-size:40px;
}

.btn{
	white-space:normal !important;
	border-radius: 8px;
}

.white-header{
	color:#fff !important;
	text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
}
.white-header *{
	color:#fff !important;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}


/* Custom Button Styles */

.btn-dark {
    border-radius: 8px;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 8px;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

/* Side Menu */

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 250px;
    height: 100%;
    margin-right: -250px;
    overflow-y: auto;
    background: #222;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}



.sidebar-wrapper hr {
    border-top:1px #666 solid;
	margin:10px 0;
}


.sidebar-search{
	padding:10px 20px 10px 20px;
}
.sidebar-search input{
	background:#565656;
	border:1px #666 solid;
	border-radius:0;
	font-size:14px;
	padding:5px;
	color:#fff;
}
.sidebar-search .btn{
	background:#222;
	border:1px #666 solid;
	border-radius:0;
	font-size:14px;
	color:#fff;
}



.sidebar-nav {
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}


.sidebar-nav li {
    text-indent: 20px;
    line-height: 30px;
}

.sidebar-nav li ul {
    list-style:none;
	padding-left:20px;
}
.sidebar-nav li ul li {
     text-indent: 0;
}
.sidebar-nav.sidebar-language li ul li{
	line-height: 25px;
}
.sidebar-nav.sidebar-language .flagicon{
	padding-right:5px;
}


.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}



.toggle {
    margin: 5px 5px 0 0;
}

/* Header */

.header {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    background: url(/img/weatherbg/1.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	
	-webkit-transition: 1s background-image ease-in-out;
	-moz-transition: 1s background-image ease-in-out;
	-o-transition: 1s background-image ease-in-out;	
	transition: 1s background-image ease-in-out;
	/*-ms-transition: -ms-transform 1s; not supported by IE9 */
}

/* About */

.about {
    padding: 50px 0;
}

/* Services */

.services {
    padding: 50px 0;
}

.service-item {
    margin-bottom: 30px;
}



@media(max-width:768px) {
    .map {
        height: 75%;
    }
}

/* Footer */

footer {
    padding: 50px 0;
	background:#eee;
}




.input-icon > i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    z-index: 3;
    width: 22px;
    height: 22px;
    font-size: 22px;
    text-align: center;
}
.input-icon > .form-control {
    padding-left: 40px;
}


.aforecast-contrylist{
	margin:40px 0;
}
.aforecast-contrylist h2{
	margin-top:0;
}
.aforecast-contrylist .flag{
	float:left;
	margin-right:10px;
}

.aforecast-contrylist ul{
	margin:0;
	padding:0;
}
.aforecast-contrylist ul li{
	padding:0;
	list-style:none;
}



.aforecast-startpage{
	padding-top:40px;
	padding-bottom:40px;
}


.aforecast-overview{
	margin-top:60px;
}
.aforecast-item{
    background: rgba(0,0,0,0.3);
	padding:20px;
	text-align:right;
	line-height:1;
	display:block;
	text-decoration:none;
	color:#fff;
	margin-bottom:30px;
	
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;	

    background-size:100% 100%;	
	
	position:relative;
	min-height:190px;
}



.aforecast-item-cnt-inactive{
	opacity:0.2;
}

.aforecast-item:hover, .aforecast-item:active, .aforecast-item:focus{
    background: rgba(0,0,0,0.6);
	text-decoration:none;
	color:#fff;
}

.aforecast-item span{
	display:block;
}

.aforecast-item-cnt{
    background-size:150px 150px;
	background-repeat:no-repeat;
	background-position:0 50%;
	min-height:170px;
	
}

.aforecast-item-today{
	font-size:10px;
	text-transform:uppercase;
}

.aforecast-item-day{
	text-transform:uppercase;
	padding-top:30px;
}

.aforecast-item-header{
	margin:0;
	font-size:24px;
}
.aforecast-item-temp{
	font-size:50px;
}
.aforecast-item-desc{
	font-size:14px;
}
.aforecast-item-desc2{
	font-size:14px;
	margin-top:5px;
}
.aforecast-item-lnk{
	font-size:14px;
	margin-top:10px;
	text-decoration:underline;
}

.aforecast-item .aforecast-item-fullview{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	text-align:left;
	background: #666;
	padding:20px;
	z-index:100;
	display:none;
	opacity:0;
	
}
.aforecast-item:hover .aforecast-item-fullview{
	display:block;
	opacity:1;
}



.aforecast-item:hover .aforecast-complete{
	display:block;
}

.aforecast-complete{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
	color:#666;
	display:none;
}

.aforecast-complete-icon{

}
@media(max-width:768px) {
	.aforecast-complete-icon{
		width:80px;
	}
}

.aforecast-complete-cnt{
	padding:10px;
	text-align:center;
}

.aforecast-complete-day{
	font-size:16px;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px #eee solid;
}

.aforecast-complete-time{
	font-size:12px;
	margin-bottom:5px;
}

.aforecast-complete-temp{
	font-size:20px;
	margin-top:5px;
}

.aforecast-complete-box{
	border:1px #eee solid;
	padding:15px;
	text-align:center;
	margin-bottom:25px;
	margin-left:-1px;
}

.aforecast-complete-box .aforecast-complete-time{
	font-size:16px;
	font-weight:bold;
}
.aforecast-complete-box .aforecast-complete-temp{
	font-size:30px;
}
.aforecast-complete-forecast .aforecast-complete-day{
	font-size:16px;
	font-weight:bold;
	border-bottom:0;
}

/* Spinner */

.spinner-wrap{
	padding:60px 0;
	position:absolute;
	width:100%;
	top:0;
	left:0;
}

.spinner {
  display:inline-block;
  vertical-align:middle;
  height: 64px;
  width: 64px;
  animation: spinneranimation 0.8s infinite linear;
  border: 5px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  opacity:0.2;
  margin:auto;
}

@keyframes spinneranimation {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}


/* ----------------------------------- Autocomplete */		
	
.autocomplete-suggestions { border: 1px solid #999; background: #FFF; cursor: default; overflow: auto; -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); }
.autocomplete-suggestion { padding: 2px 5px; white-space: nowrap; overflow: hidden; }
.autocomplete-selected { background: #F0F0F0; }
.autocomplete-suggestions strong { font-weight: normal; color: #3399FF; }




.aforecast-startsearch{
	margin:40px 0 0 0;
}

@media(min-width:768px) {
	.aforecast-startsearch{
		margin:115px 0 0 0;
	}
}

.aforecast-startsearch input, .aforecast-startsearch button{
	border-radius:0;
}

.nopadding{
	padding:0 !important;
	margin:0 !important;
}

.hideforu{
	display:none;
}



.aforecast-weathercams-header{
	padding-top:20px;
}


.aforecast-weathercams{
	padding-bottom:80px;
}

.aforecast-weathercams a.aforecast-weathercam{
	display:inline-block;
	text-align:center;
	padding:15px;
}
.aforecast-weathercams a.aforecast-weathercam img{
	padding-bottom:5px;
}


