/*Website Name:- Metrolina

***Index***

1. Homepage

	1.1 Navigation

	1.2 Carousel

	1.3 welcome

	1.4 video

	1.5 slider

	1.6 newsletter

	1.7 footer

*/

body, html {

font-family: 'Lato', sans-serif;

font-size:100%;

color:#7f7979;
background: #fff url(images/noise.png) repeat 0 0;

font-weight:400;

}

::-moz-selection { background: #ee2e24; color:white; }

::selection { background: #ee2e24; color:white; }

h1, h2, h3{ 

font-family: 'Roboto Slab', serif;
font-weight: 400;

color:#000;

text-transform:capitalize;

text-align:left;
line-height: 28px;
}
h1 {
font-size: 1.2em;	
}
h2 {
	font-size: 1em;
}
.site-header, section, .site-footer, .carousel  {

width:100%;

float:left;

overflow: hidden;	

}

a:active, a:hover, a:focus {

text-decoration:none;

color:inherit;	

outline:none !important;

}

.btn-warning, .btn-warning:hover, .btn-warning:active, .btn-warning:focus {

background: #ee2e24 !important;

text-shadow: none;

border: 0;	

box-shadow:0px 3px 0 #B85402;

position: relative;

overflow: hidden;

outline:none !important;

}

.btn-warning:active  {

box-shadow:none;

}

/*Preloader starts here*/

#loading{

	background-color:#fff;

background-image:linear-gradient(-45deg, rgba(238,46,36,0.02) 25%, transparent 25%, transparent 50%, rgba(238,46,36,0.02) 50%, rgba(238,46,36,0.02) 75%, transparent 75%, transparent);

-webkit-background-size: 40px 40px;

background-size: 40px 40px;

	height: 100%;

	width: 100%;

	position: fixed;

	z-index: 1000000;

	margin-top: 0px;

	top: 0px;

	text-align: center;

	display:flex;

	flex-direction:column;

	align-items:center;

	justify-content:center;

  -webkit-font-smoothing: antialiased;

  animation:1s linear 0s normal none infinite running progress-bar-stripes;

}

.skype-loader {

  width: 80px;

  height: 80px;

  position: relative;

  margin: 50px auto 0;

}



.skype-loader .dot {

  position: absolute;

  top: 0;

  left: 0;

  width: 80px;

  height: 80px;

  animation: 1.7s dotrotate cubic-bezier(0.775, 0.005, 0.310, 1.000) infinite;

}



.skype-loader .dot:nth-child(1) {

  animation-delay: 0.2s;

}



.skype-loader .dot:nth-child(2) {

  animation-delay: 0.35s;

}



.skype-loader .dot:nth-child(3) {

  animation-delay: 0.45s;

}



.skype-loader .dot:nth-child(4) {

  animation-delay: 0.55s;

}



.skype-loader .dot:after, .skype-loader .dot .first {

  content: "";

  position: absolute;

  width: 8px;

  height: 8px;

  background: #ee2e24;

  border-radius: 50%;

  left: 50%;

  margin-left: -4px;

}



.skype-loader .dot .first {

  background: #ee2e24;

  margin-top: -4px;

  animation: 1.7s dotscale cubic-bezier(0.775, 0.005, 0.310, 1.000) infinite;

  animation-delay: 0.2s;

}



@keyframes dotrotate { 

  from { transform: rotate(0deg); } 

  to { transform: rotate(360deg); }

}



@keyframes dotscale { 

  0%, 10% { width: 16px; height: 16px; margin-left: -8px;  margin-top: -4px; } 

  50% { width: 8px; height: 8px; margin-left: -4px; margin-top: 0; }

  90%, 100% { width: 16px; height: 16px;  margin-left: -8px;  margin-top: -4px; }

}

/*1. Homepage Starts here*/

/*1.1 Navigation statrs here*/
.site-content {
float: left;
width: 100%;
margin-bottom: 35px;	
}
.affix + .site-content {

margin-top: 242px;	

}
.site-header {

	padding-bottom: 10px ;


	top: 0;

	overflow:visible ;

}

.site-header.affix {

	box-shadow:1px 1px 3px #333;

	left: 0;

	right: 0;

	top: -150px;

	margin: auto;

	z-index:16;
	padding-bottom: 0;
	background: white;

}
.top-social {
background: #151515;
float: left;
width: 100%;	
}
.top-social ul {
margin: 0;
padding: 0;	
}
.top-social li {

list-style: none;

display: inline-block;	

}
.top-social li a {
display: inline-block;
transition:0.2s all ease-in-out;
}
.social li a {
background: #000;
color: #808080;	
padding:5px 11px;
}
.social li a:active, .social li a:focus, .social li a:hover {
background: #808080;
color: #000;	
transition:0.2s all ease-in-out;
}
.login a {
color: #fff;
padding:3px 0;	
}
.login li:not(:first-child)  {
margin-left: 15px;
padding-left: 16px;
border-left: 1px solid #808080;	
}
.header-search {
background: #f7f7f7;
border-bottom: 1px solid #e6e6e6;
padding:10px 0;
float: left;
width: 100%;	
}
.header-search input {
border-right: 0;	
}
.header-search button {
border-left: 0;
background: none;	
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.header-search p {
margin-bottom: 0;	
}
.marq {
background: white;
margin:19px 0 13px ;
float: left;
box-shadow:0 0 2px 2px #e0e0e0;
	
}
.marquee-title {
background: #5a9e25;
 color: #fff;
    font-size: 0.9em;
    font-weight: 800;
    margin-right: 15px;
    padding: 5px 0;
    text-align: center;
    width: 140px;	
}
marquee {
width:calc(100% - 155px);
padding-top: 2px;	
}


.navbar-default {

background:none !important;

box-shadow:none !important;	

border:none;

-webkit-border-radius: 0;

-moz-border-radius: 0;

border-radius: 0;

margin-bottom: 5px;

width: 100%;

float: left;

}

.navbar-brand {
padding: 0;	
padding-left: 15px;
}

.navbar-default .collapse {
background: #333;	
}
.navbar-default .navbar-nav > li > a {

font-family: 'Roboto Slab', serif;
color:#808080;
text-shadow:none;

text-transform: uppercase ;

font-size: 0.9em;

padding:30px 19px;

background: #333 !important;

box-shadow:none !important;

transition:0.2s all ease-in-out;

}

.navbar-default .navbar-nav > li:not(:first-child) a{

	border-left: 1px solid #444 ;

}

.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.current-menu-item > a, .navbar-default .navbar-nav > .current_page_item > a, .navbar-default .navbar-nav > .current_page_item > a:focus, .navbar-default .navbar-nav > .current_page_item > a:hover {

color:#fff !important;	
background: #212121 !important;

transition:0.2s all ease-in-out;

}

/*Navigation ends here*/

.topmost {
margin-bottom: 7px;
float: left;
width: 100%;	
}
.topmost img {
width: 49%;
height: auto;	
}
.topmost .detail {
margin-top: 15px;	
}
/*news category starts here*/
.news-cat + .news-cat {
margin-top: 30px;	
}
.news-cat img {
width: 100%;
max-width: 100%;
height: auto;	
}
.detail { 
background: #f3f3f3;
padding:0 15px 13px 15px;
float: left;	
}
.news-meta {
font-size: 0.75em;	
}
.news-meta a {
color: #7f7979;	
}
.news-cat .media-left img {
width: 72px;
max-width:72px;
height: 72;	
}
.section-heading {
color: #fff;
padding: 12px 0 12px 23px;	
margin-top: 0;
margin-bottom: 0;
}
.news-cat .media {
background: white;	
padding: 8px;
margin-top: 0;
}
.news-cat .media:nth-child(even) {
background: #f8f8f8;	
}
.news-cat .media-heading {
line-height: 23px;
font-size: 1em;
margin-top: 0;	
}
/*news category ends here*/

/*homepage sidebar starts here*/
.homepage-sidebar h1 + *{
	background: #f3f3f3;
	border: transparent;
	border-top: 0;
	padding:8px;
	margin-bottom: 20px;
}
.homepage-sidebar .widget_wysija {
display: block !important;	
}
.homepage-sidebar .wysija-paragraph {
margin-bottom: 0;	
}
.homepage-sidebar .section-heading:first-of-type {
	background: #19c78d !important;
}
.homepage-sidebar .section-heading:nth-of-type(3) {
	background: #30317a !important;
}
.wpp-list li + li {
padding-top: 15px;	
}
.wpp-post-title {
display: inline-block;
width: calc(100% - 70px);
}
.wpp-list li span {
font-size: 0.8em;	
}
.homepage-sidebar .awpcp-listings-widget-items-list {
    padding: 0 !important;
    width: 100%;
	margin-bottom: 20px !important;
}
.homepage-sidebar .awpcp-listings-widget-items-list li {
margin-bottom: 0 !important;	
}
.homepage-sidebar .awpcplatestthumb{float: left;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%!important;
}
.homepage-sidebar form {
position: relative;	
}
.homepage-sidebar .formError {
left: 0 !important;
top: 30px !important;	
}
/*homepage sidebar ends here*/


/*1.7 footer starts here*/

.site-info {

	background: #333;

    padding: 10px 0px;

}

.site-info p {

    padding-top: 20px;

	color: white;

	font-size: 0.9em;

	margin:0; padding:0;
	font-weight: 300;
	line-height: 20px;

}
.site-info p:first-child {
font-family: 'Roboto Slab', serif;
color: #9a9595;
font-size: 1em;	
font-weight: 400;
margin-bottom: 7px;
}

.scrollToTop {

background:#333;

border-radius:7px;

position:fixed;

right:15px;

color:#fff;

transition:0.5s all ease-in-out;

padding:6px 12px;

font-size: 22px;

bottom: -60px;
z-index:99;

}

.scrollToTop:hover, .scrollToTop:focus {

color:#fff;

transition:0.5s all ease-in-out;

}

/*footer ends here*/

/*1. Homepage ends here*/
/**********************new***************************/
.entry-header {
border-bottom: 1px solid #e2e2e2;	
padding: 15px 0;
}
.entry-content {
background: #fafafa;
margin: 20px 0;
padding: 15px;	
}
.entry-title {
	font-size: 1.5em;
}
.site + p {
display: none;	
}
.home .col-md-9 .awpcp-listings-widget-items-list {
    float: right;
    width: 50%;
}
.home .col-md-9 .awpcp-listings-widget-items-list, .home .awpcplatestthumb{ margin: 0px!important; }
.home .col-md-9 .awpcp-listings-widget-item-listing-link.self > img{width:100%!important;   height: 100%;}
.home .col-md-9 .awpcplatestthumb{width:100%!important;  padding: 0;   height: 257px;}

.rpwwt-widget a, .wpp-list a , .archive-page .col-md-4 a{
      font-size: 1em;
    line-height: 23px;
    margin-top: 0;
	color: #000;
	  margin-bottom: 5px;
	  text-transform: capitalize;
}
.archive-page .attachment-post-thumbnail{max-width:100%;height: auto;}
.archive-page .col-md-4{min-height:270px;}
.page-header{ font-size: 1.5em; margin-top: 0;}
.post-thumbnail {
	display: block;
text-align:center;	
}
.entry-content > p {
    text-align: justify;
	margin-top: 15px;
	line-height: 25px;
}
/*custom css*/
/*single news page*/
.whitebg {
background: white;
padding:1px 15px 25px 15px	
}
.single .entry-header {
font-size: 1.5em;
margin-bottom: 30px;	
}
.post-navigation {
display: none;	
}
/*single news page*/

/*search page */
.search .entry-title a {
font-size: 1.1em;
color: #5c5c5c;	
}
.search article {
min-height:470px;	
}
.search .post-thumbnail img {
margin: auto;
margin-bottom: 20px;	
width: 100%;
}
.search .entry-summary p {
text-align: justify;	
}
.rpwwt-widget ul li{margin:0px !important;}
/*search page */

/*404 starts here*/
.error-404 .page-content {
    float: left;
    margin-top: 35px;
    margin-bottom: 35px;
    width: 100%;
	position: relative;
	padding:130px 0 50px;
}
.error-404 .page-content::before {
position: absolute;
left: 0;
top: 0;
width: 100%;
content: '404';
font-size: 17em;
opacity: 0.07;
color: #333;	
font-weight: bold;
margin-top: -80px;
}
.error-404 .page-content * {
position: relative;	
}
.error-404 .page-content p, .no-results .page-content p {
	font-size: 1.4em;
	margin-top: 40px;
}
.error-404 .page-content form, .no-results .page-content form {
	margin: 40px 0;
}
.error-404 .page-content .form-control, .no-results .page-content .form-control {
width: 500px;
height: 55px;
}
 .page-content .btn,  .page-content .btn:active, .page-content .btn:hover,  .page-content .btn:focus {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;	
height: 55px;
    background: #0d1522;
	color: #fff;
	min-width: 110px;
	padding: 16px;
}
/*404 ends here*/

/***new*********/
a.awpcp-listings-widget-item-listing-link{width:100%; height:100%}



/* Wp-Clouds */
#wpc-weather .location_name, #wpc-weather.small .now .location_name{font-size:18px; font-weight:bold;}
#wpc-weather .short_condition, #wpc-weather .infos{width:60%; float:right; text-align:right !important; text-transform:capitalize;}
#wpc-weather .infos div{text-align:right !important;}
#wpc-weather .wpc-highlight{display:inline-block; margin-left:10px;}
#wpc-weather .forecast{border-top: 1px solid #fff; padding-top: 15px; margin: 0 -10px;  display: block;  clear: both; width:auto;}
#wpc-weather .forecast div.first{width:49%; text-align:center; float:left; padding:10px;}
#wpc-weather .forecast div.second{border-left:1px solid #fff; text-align:center; float:right;width:49%; padding:10px;}
#wpc-weather .wpc-last-update{display:none;}
#TB_closeWindow {
display: none;	
}
.awpcp-ad-primary-image a  {
border: 0;	
}