@import url("https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css");


body{
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(230, 218, 218), rgb(39, 64, 70)) repeat scroll 0% 0%;
}
html {  
	-ms-overflow-style: scrollbar; 
}
.alltrans,
a, 
input[type="button"], 
input[type="submit"], 
button, 
table th, 
table td,
.navigation-menu > li > a span:after,
.btn,
.btn:after,
.section-title:after,
.service-icon,
.owl-dot,
.owl-nav > div,
.blog-img img,
.owl-nav > div:before,
.portfolio-box:after,
.portfolio-box img,
.portfolio-content {	
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
a {
	color: #e52225;
	text-decoration: none;
}
a:hover, 
a:focus {
	color: #e52225;
	outline: none;
	text-decoration: none;
}
button:hover, 
button:focus {
	outline: none;
}

.link-dark {
	color: #0f0f0f;	
}
.link-dark:hover, .link-dark:focus {
	color: #e52225;
	text-decoration: none;
}
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
a:active {
	background-color: transparent;
}
}
strong {
	font-weight: 700;
}
small, 
.small {
	font-size: 85%;
}
sub, 
sup {
	font-size: 80%
}
p {
	margin: 0 0 20px;
}
h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	line-height: 1.3;
	margin: 0 0 15px;
	font-weight: 700;
	color: #0f0f0f;
	text-transform: capitalize;
	font-family: 'Montserrat', sans-serif;
}
h1, 
h2 {
	font-size: 60px;
}
h3 {
	font-size: 30px;
	font-weight: 600;
}
h4 {
	font-size: 24px;
	font-weight: 600;
}
h5 {
	font-size: 22px;
	margin-bottom: 10px;
	font-weight: 600;
}
h6 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 600;
}



/*--- Login/Signup Modal ---*/


.weathar-box{
	padding: 30px 0px;
}
.weathar-box .title-wb{
	text-align: center;
	font-size: 28px;
	text-transform: capitalize;
	margin-bottom: 30px;
	color: #ffffff;
	font-weight: 500;
}
.col-widget-3{
	background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(240, 194, 123), rgb(75, 18, 72)) repeat scroll 0% 0%;
	position: relative;	
	border-radius: 6px;
	padding: 5px 5px;
	box-shadow: 0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);
}
.currentWeather{
	background: rgba(255, 255, 255, 0.09);
	margin-bottom: 10px;
}
.currentWeather h2{
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 0px;
	color: #ffffff;
}
.currentWeather h2 span{
	display: block;
	color: #ffffff;
}
.temp-desc{
	text-align: center;
}
.temp-desc h5{
	font-size: 16px;
	margin-bottom: 0px;
	color: #ffffff;
}
.temp-desc p{
	font-size: 11px;
	margin-bottom: 0px;
	color: #ffffff;
}
.icon-c{
	text-align: center;
}
.icon-c img{
	max-width: 60px;
}
.weatherforecast{
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 12;
	-ms-flex-positive: 12;
	flex-grow: 12;
	font-size: 0.8em;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.day{
	background: rgba(255, 255, 255, 0.02);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 5px;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffffff;
}
.day.old-in{
	background: none;
}
.day .dayname{
	color: #ffffff;
	text-transform: capitalize;
	width: 41%;
	text-align: left;
}
.sm-day-icon{
	width: 35px;
}
.day .temps-day{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.sm-day-icon img{
	max-width: 35px;
}
.temps-day .temp-day{
	width: 50%;
}
.temps-day{
	display: flex;
}
.temps-day .temp-m-day{
	width: 50%;
}

.copyright.text-center{
	margin-top: 30px;
	margin-bottom: 0px;
	color: #ffffff;
}
.copyright.text-center a{
	color: #333333;
}
.copyright.text-center a:hover{
	color: #4b1248;
}






















