
/* css reset */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none!important;
}
a:focus{
	text-decoration: none!important;
}
body {
	line-height: 1;
	background-color: rgb(247,247,247)!important;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
header{
	padding-top: 7px;
    padding-left: 11px;
    padding-right: 11px;
    position: fixed;
    width: 100%;
    z-index: 99;
	box-shadow: 0 3px 9px 0 rgba(0,0,0,0.10), 0 0 0 1px rgba(0,0,0,0.04);
	background-color:#fff;
}
main{
	padding-top: 75px; /* 135 */
}
.mobile-nav{
	width: 100px;
	display: inline-block;
	float: left;
}
header .logo{
  float: left;
	width: 210px !important;
  margin: 6px 0;
	display: inline-block;
}
header .logo small {
	font-size: 98%;
	color: #4285f4;
	display: inline-block;
}
header .logo img{
	width: 100%;
}
.slide-body{
	padding-left: 15px!important;
}
.swiper-container2 {
  width: 100%;
  height: 100%;
}
.swiper-container2 .swiper-slide{
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
  border-radius: 2px;
}
.swiper-container2 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
  bottom: -23px;
}
.search{
  float: right;
	width: 240px;
	display: inline-block;
	position: relative;
}
.search form{
	max-width: 720px;
	margin: 0 auto;
  position: relative;
}
.search form input[type="search"]{
	width: 100%;
	height: 42px;
	padding-left: 45px;
	background: rgb(245, 245, 245);
    border: 1px solid rgba(0,0,0,0);
    border-radius: 4px;
}
.search form input[type="search"]::placeholder{
	color: #ccc;
	font-size: 20px;
	font-weight: 300;

}
.search form input[type="submit"]{
    position: absolute;
    background: url(https://cdn1.iconfinder.com/data/icons/hawcons/32/698627-icon-111-search-512.png) 13px 9px;
    width: 50px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: 25px;
    border: 0;
    top: 0px;
    left: 0px;
}
.wrapper-mobile-nav {
	height: 100%;
	width: 50px;
	margin-left: 20px;
	transition: all 300ms ease-in-out;
	padding: 0;
}

.wrapper-mobile-nav .background--blur {
  	background: #004d40;
}

.wrapper-mobile-nav .menu {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: #616161;
}
.wrapper-mobile-nav .menu p{
	text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    margin-left: 1em;
    margin-bottom: 1em;
    color: #616161;
}

.wrapper-mobile-nav .menu div {
    padding: 5px 0px 5px 15px;
    font-size: 14px;
    font-weight: 300;
}
.wrapper-mobile-nav .menu .change-href{
	  color: #727272;
}
.wrapper-mobile-nav .menu div a i{
	font-size: 20px;
    position: relative;
    top: 3px;
    padding-right: 15px;
}
.wrapper-mobile-nav .menu div:hover{
	cursor: pointer;
	background: rgb(238,238,238);
}
.wrapper-mobile-nav .menu div:hover a{
	color: #000;
}
.wrapper-mobile-nav .menu a {
  	text-decoration: none;
  	color: #3367d6;
}

.wrapper-mobile-nav .menu a:hover {
  	text-decoration: underline;
}

.wrapper-mobile-nav .menu div:last-child {
  	border-bottom: 1px solid #ccc;
}

.wrapper-mobile-nav .menu--off {
  	position: absolute;
  	left: -50%;
  	width: 200px;
  	top: 120px;
  	display: block;
  	min-height: 600px;
  	height: 125%;
  	transition: all 300ms;
}

.wrapper-mobile-nav .menu--on {
  	   left: 0;
 	    top: 85px; /* 150 */
      overflow: scroll;
  	transition: all 300ms;
}

.wrapper-mobile-nav .material-design-hamburger button {
  	display: block;
  	border: none;
  	background: none;
  	outline: 0;
}

.wrapper-mobile-nav .material-design-hamburger__icon {
    padding: 2rem 1rem;
    position: relative;
    top: 0px;
    cursor: pointer;
}
.wrapper-mobile-nav .material-design-hamburger__icon:hover{
	background-color: rgba(0,0,0,0.071);
	border-radius: 50%;
}
.material-design-hamburger__layer {
	display: block;
    width: 20px;
    height: 2px;
    background: rgb(117,117,117);
    position: relative;
    animation-duration: 300ms;
    animation-timing-function: ease-in-out;
}
.wrapper-mobile-nav .material-design-hamburger__layer:before{
	top: -5px;
}
.wrapper-mobile-nav .material-design-hamburger__layer:after{
	top: 5px;
}
.wrapper-mobile-nav .material-design-hamburger__layer:before, .wrapper-mobile-nav .material-design-hamburger__layer:after {
  	display: block;
  	width: inherit;
  	height: 2px;
  	position: absolute;
  	background: inherit;
  	left: 0;
  	content: '';
  	animation-duration: 300ms;
  	animation-timing-function: ease-in-out;
}

.wrapper-mobile-nav .material-design-hamburger__layer:before {
  	bottom: 200%;
}


.wrapper-mobile-nav .material-design-hamburger__icon--to-arrow {
  	animation-name: material-design-hamburger__icon--slide;
  	animation-fill-mode: forwards;
}

.wrapper-mobile-nav .material-design-hamburger__icon--to-arrow:before {
  	animation-name: material-design-hamburger__icon--slide-before;
  	animation-fill-mode: forwards;
}

.wrapper-mobile-nav .material-design-hamburger__icon--to-arrow:after {
  	animation-name: material-design-hamburger__icon--slide-after;
  	animation-fill-mode: forwards;
}

.wrapper-mobile-nav .material-design-hamburger__icon--from-arrow {
  	animation-name: material-design-hamburger__icon--slide-from;
}

.material-design-hamburger__icon--from-arrow:before {
  	animation-name: material-design-hamburger__icon--slide-before-from;
}

.wrapper-mobile-nav .material-design-hamburger__icon--from-arrow:after {
  	animation-name: material-design-hamburger__icon--slide-after-from;
}

@keyframes material-design-hamburger__icon--slide {
  0% {
  }
  100% {
    transform: rotate(180deg);
  }
}

@keyframes material-design-hamburger__icon--slide-before {
  0% {
  }
  100% {
    transform: rotate(45deg);
    margin: 3% 37%;
    width: 75%;
  }
}

@keyframes material-design-hamburger__icon--slide-after {
  0% {
  }
  100% {
    transform: rotate(-45deg);
    margin: 3% 37%;
    width: 75%;
  }
}

@keyframes material-design-hamburger__icon--slide-from {
  0% {
    transform: rotate(-180deg);
  }
  100% {
  }
}

@keyframes material-design-hamburger__icon--slide-before-from {
  0% {
    transform: rotate(45deg);
    margin: 3% 37%;
    width: 75%;
  }
  100% {
  }
}

@keyframes material-design-hamburger__icon--slide-after-from {
  0% {
    transform: rotate(-45deg);
    margin: 3% 37%;
    width: 75%;
  }
  100% {
  }
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  outline: 0 none;
}
 .swiper-container {
      width: 100%;
      height: 100%;
			margin-top: 0px;
    }
    .swiper-slide {
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
.navbar{
    margin-bottom: 0px!important;
    border:0!important;
}
header .navbar {
  float: left;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
}
.navbar .container-fluid{
  float: left;
	text-align: center;
}
.navbar .navbar-collapse {
    text-align: center;
}
.navbar-nav > li > a {
    position: relative;
    top: 5px;
    color: #757575;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
}
.nav > li > a:hover, .nav > li > a:focus{
	background: none!important;
	color: #4285f4!important;
}
.active-menu{
	color: #4285f4!important;
	border-bottom: 2px solid #4285f4
}
.active-menu-2{
	    color: #000;
	background: rgb(238,238,238)!important;
}
.active-menu-2 a{
	color: #000!important;
}
.active-form{
	background-color: #fff!important;
	    box-shadow: 0px 1px 7px 0px #ccc;
}

.top_heading{
	display: inline-block;
	float: left;
    width: 100%;
    color: #212121;
    font: 500 20px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: 24px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-top: 50px;
}
.top_heading:hover {
    color: #3b78e7;
}
.text-container {
    display: block;
    float: left;
    width: 100%;
    padding: 16px;
    margin-bottom:8px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
    -webkit-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    background-color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    position: relative;
}
.text-container:hover{
	-webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
    cursor: pointer;

}
.text-container:hover h2{
	color: #4285f4
}
.text-container:hover .visible-heading .subheading a{
	color: #4285f4
}
.text-container:hover .tags p{
	color: #4285f4
}
.text-container:hover .more-news .subheading a{
	color: #4285f4
}
.text-container:hover .visible-heading h2 a{
  color: #4285f4
}
.text-container img{
	width: 144px;
    height: 144px;
    float: left;
    margin-right: 16px;
    object-fit: cover;
}
.text-container.leading {
	background: rgb(238,238,238) !important;
}

.text-container.on_home {
  background: #dfdfdf !important;
}

.more-text {
  max-height: 0;
  overflow: hidden;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.show-more .more-text {
  max-height: 1000px;
  padding-top: 16px;
  float: left;
  width: 100%;
}

.more-link {
    position: absolute;
    right: 9px;
    font-size: 20px;
    padding: 3px;
    text-align: center;
    bottom: 5px;
    width: 160px;
    height: 30px;
    color: rgb(214,214,214);
}
.more-link:hover {
  color: #4285f4!important;
}
.more-link:after {
	font-family: 'FontAwesome';
  content: "\f107";
  float: right;
  position: relative;
  top: -2px;
}
.mobile-share{
  display: none;
}
.show-more .more-link:after {
	font-family: 'FontAwesome';
  content: "\f106";
  float: right;
}
.hover-social-2:hover .share{
	opacity: 1;
}
.hover-social:hover .share{
	opacity: 1;
}
.visible-heading{
	width: 75%;
    display: inline-block;
}
.visible-heading h2{
	margin-top: 0px;
    margin-bottom: 0px;
	vertical-align: top;
    font-weight: 500;
    font-size: 18px;
    max-height: 45px;
    overflow: hidden;
    line-height: 24px;
}
.visible-heading h2 a{
  color: #000;
}
.visible-heading h2 a:hover{
  text-decoration: underline!important;
}
.visible-heading .inline-underheading{
	    font-size: 12px;
    line-height: 20px;
    color: #757575;
}
.visible-heading .inline-underheading-2{
	margin-bottom: 3px;
}
.visible-heading .inline-underheading span{
	padding-right: 10px;
}
.visible-heading .subheading a{
	color: #000;
}
.visible-heading .subheading a:hover{
  text-decoration: underline!important;
}



@media only screen and (min-width: 991px) {
	main > div.sidebar {	
		width: 330px;
	}
	

	main > div.col-md-9:first-of-type {
		width: calc(100% - 350px);
	}
	
	.text-container .visible-heading {
    width: calc(100% - 160px);

}

#sidebar-banner-3 {
	float: left;
	width: 100%;
	margin-top: 20px;
	padding: 0;
	position: -webkit-sticky;
	position: -moz-sticky;
	position: -ms-sticky;
	position: -o-sticky;
	position: sticky;

	top: 80px;
}

 
main > div.sidebar {
	position: absolute;
	right: 0;
	height: 100%;
	padding-bottom: 60px;
}
main.container {
	position: relative;
}


}

.share{
	opacity: 0;
	position: relative;

}
.share a{
	color: #757575;
}
.tags{
	width: 144px;
	float: left;
	margin-right: 16px;
}
.tags span{
	font-size: 12px;
    line-height: 16px;
    color: #757575;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.tags a{
	font-size: 14px;
    line-height: 20px;
    color: rgba(0,0,0,0.87);
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding: 3px 8px;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 5px;
}
.small-descriptioin{
    font-size: 14px;
    max-height: 100px;
    color: #757575;
    overflow: hidden;
}
#js-see-more{

}
#js-see-more:focus, #js-see-more:active{
  border: none!important;
  outline:none!important;
}
.more-news{
	width: 75%;
    display: inline-block;
}
.more-news .inline-underheading span{
	    padding-right: 10px;
	font-size: 12px;
    line-height: 20px;
    color: #757575;
}
.more-news .subheading a {
    color: #000;
}
.city-tag{
	    font-weight: 700;
    color: #212121;
}
.video-news{
	overflow:hidden;
}
.video-news .player{
	width: 42px;
	margin-right: 10px;
	display: inline-block;
}
.video-news .player a{
	color: rgb(253,0,23);
}
.video-news .player-desc{
	width: 87%;
    display: inline-block;

}
.video-news .player-desc .subheading a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sidebar h3{
	color: #000;
    font-size: 18px;
    line-height: 28px;
    padding-left: 16px;
}
.sidebar img {
  max-width: 100%;
}

.sidebar-box-1{
	width: 100%;
    float: left;
    background-color: #fff;
    padding: 16px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
}
.sidebar-box-1:hover .tags a p{
	color: #4285f4;
}
.sidebar-box-1 .tags{
	width: auto;
}
.sidebar-box-1 .tags p{
	width: auto;
}
.oyJxcb{
	float: left;
	width: 100%;
	font-size: 14px;
    line-height: 16px;
    padding-left: 16px;
    margin-bottom: 10px;
    color: #212121;
}
.oyJxcb span i{
	padding-left: 10px;
}
.oyJxcb:hover span{
	color:#4285f4;
}
.inline-underheading {
    font-size: 12px;
    line-height: 20px;
    color: #757575;
    margin-bottom: 10px;
}
.sidebar-box-1 .subheading{
  /*height: 40px;*/
  overflow: hidden;
  margin-top: 5px;
}
.sidebar-box-1 .subheading a{
   font-size: 14px;
   color: #000;
   cursor: pointer;
}
.sidebar-row-2:hover .subheading a{
  color: #4285f4;

}
.sidebar-row-2 .subheading a:hover {
  text-decoration: underline!important;
}
.news__home{
  float: left;
}
.single_news{
      -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
    -webkit-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
    background-color: #fff;
    padding: 16px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}
.single_news_heading{
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 0;
    padding-left: 0 !important;
    color: #212121;
    font: 500 20px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: 24px;
    line-height: 28px;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.single_news_heading2{
    display: inline-block;
    float: left;
    margin-top: 0px;
    width: 100%;
    color: #212121;
    font: 500 18px Roboto,RobotoDraft,Helvetica,Arial,sans-serif;
    font-size: 24px;
    line-height: 28px;
    padding-left: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.single_news .img-top{
  width: 100%;
  height: auto;
}
.single_news iframe{
	width: 100%;
}
.single_news p{
	 font-size: 16px;
    text-align: left!important;
    line-height: 25px;
    color: #5f5f5f;
}
.single_news .single_description{
    font-size: 17px;
    line-height: 28px;
    margin: 20px 0px;
}
.single_news .video_iframe{
    width: 100%;
}

.single_news img,
.single_news iframe,
.single_news video {
	max-width: 100%;
}

.author{
  float: left;
  margin: 5px 15px 10px 0;
  font-size: 13px;
}
.author p{
  margin-bottom: 0px;
  color: #757575;
}
.author p span{
  color: #000;
  padding: 0px 5px;
}
.author .fa-clock-o {
  margin-left: 10px;
}
.social-share{
  float: left;
  width: 100%;
  margin: 10px 0;
}
.icon-button {
  background-color: white;
  border-radius: 3.6rem;
  box-shadow: 0px 0px 4px 0px #ccc;
  cursor: pointer;
  display: inline-block;
  font-size: 2.0rem;
  height: 3.6rem;
  line-height: 3.6rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 3.6rem;
}

.social-share .icon-button.facebook:hover {
  background: #337ab7;
}
.social-share .icon-button.twitter:hover {
  background: #4198ff;
}
.social-share .icon-button.google-plus:hover {
  background: #db5a3c;
}
.social-share .icon-button.email:hover {
  background: #59bb0d;
}

/* Circle */
.icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 0;
}
.icon-button:hover span {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 3.6rem;
  margin: -1.8rem;
}
.icon-button:hover i{
  color: #fff;
}
.twitter span {
  background-color: #4099ff;
}
.facebook span {
  background-color: #3B5998;
}
.google-plus span {
  background-color: #db5a3c;
}
.email span{
  background-color: #59bb0d;
}
/* Icons */
.icon-button i {
  background: none;

  height: 3.6rem;
  left: 0;
  line-height: 3.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 3.6rem;
  z-index: 10;
}
.icon-button.twitter i {
  color: #4198ff;
}
.icon-button.twitter:hover i{
  color: #fff!important;
}
.icon-button .icon-facebook {
  color: #3B5998;
}
.icon-button.google-plus i {
  color: #db5a3c;
}
.icon-button.email i{
  color: #59bb0d;
}
.icon-button.email:hover i{
  color: #fff!important;
}
.icon-button.google-plus:hover i{
  color:#fff!important;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
  color: white;
}
.detailBox {
    width: 100%;
    float: left;
    margin-top: 20px;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
    -webkit-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
}
.titleBox {
    background-color:#fdfdfd;
    padding:10px;
}
.titleBox label{
  color:#444;
  margin:0;
  display:inline-block;
}
#slise-form{
  padding-bottom: 10px;
}
.all-respond-content.all-cont-answer #button-slide, .all-respond-content.all-cont-answer .btn.btn-link.all-responds.form-responds.float-left{
      color: #8c8c8c;
}
.related-news{
    width: 100%;
    float: left;
    padding: 10px;
    padding-bottom: 25px;
    overflow-x:hidden;
    position: relative;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
    -webkit-transition: box-shadow .3s ease-in-out;
    transition: box-shadow .3s ease-in-out;
}
.related-news .col-xs-12{
  padding: 0px;
}
.related-box{
  width: 100%;
}
.related-box img{
  width: 100%;
  height: 120px;
  object-fit: cover;
}
.related-box p{
  padding: 10px;
}
.related-box .ds{
    font-size: 16px;
    margin-bottom: 0px;
    min-height: 80px;
    max-height: 80px;
    overflow: hidden;
}
.related-box p:nth-child(3){
    color: #8c8c8c;
    margin-bottom: 0px;
    padding-top: 0px;
}
.commentBox {
    padding:10px;
    border-top:1px dotted #bbb;
}
.commentBox .form-group:first-child, .actionBox .form-group:first-child {
    width: 49%;
    margin-right: 6px;
    float: left;
    margin-bottom: 20px;
}
.commentBox .form-group:nth-child(2), .actionBox .form-group:nth-child(2) {
    width: 48%;
    float: left;
}
.actionBox .form-group * {
    width:100%!important;
}
.taskDescription {
    margin-top: 10px;
}
.commentList {
    padding:0;
    list-style:none;
    max-height:200px;
    overflow:auto;
}
.commentList li {
    margin:0;
    margin-top:10px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.32);
}
.commentList li:last-child{
  border:0;
}
.commentList li > div {
    display:table-cell;
}
.commenterImage {
    width:30px;
    margin-right:5px;
    height:100%;
    float:left;
}
.commenterImage img {
    width:100%;
    border-radius:50%;
}
.commentText p {
    margin:0;
}
.sub-text {
    color:#aaa;
    font-family:verdana;
    font-size:11px;
}
.actionBox {
    border-top:1px dotted #bbb;
    padding:10px;
}
.blue-line{
    background: #4285f4;
    padding: 15px;
    width: 100%;
    color: #fff;
    text-decoration: underline;
}
.form {
  max-width: 400px;
  margin: 16px auto;
  font-size: 16px;
}

/* Reset top and bottom margins from certain elements */
.form-header,
.form p {
  margin-top: 0;
  margin-bottom: 0;
}

/* The triangle form is achieved by a CSS hack */
.form-triangle {
  width: 0;
  margin-right: auto;
  margin-left: auto;
  border: 12px solid transparent;
  border-bottom-color: #28d;
}

.form-header {
  background: #28d;
  padding: 20px;
  font-size: 1.4em;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}

.form-container {
  background: #fff;
  padding: 12px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
  -webkit-transition: box-shadow .3s ease-in-out;
  transition: box-shadow .3s ease-in-out;
}
.information-page{
  color: #616161;
}
.information-page i{
  font-size: 25px;
  padding-right: 15px;
}
/* Every row inside .login-container is defined with p tags */
.form p {
  padding: 12px;
}

.form input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 16px;
  outline: 0;
  font-family: inherit;
  font-size: 0.95em;
}
.form textarea{
  width: 100%;
  height: 110px;
  padding: 16px;
  font-size: 0.95em;
}
.form textarea,
.form input[type="name"],
.form input[type="email"],
.form input[type="password"] {
  background: #fff;
  border-color: #bbb;
  color: #555;
}

/* Text fields' focus effect */
.form textarea:focus,
.form input[type="name"]:focus,
.form input[type="email"]:focus,
.form input[type="password"]:focus {
  border-color: #888;
}

.form input[type="submit"] {
  background: #28d;
  border-color: transparent;
  color: #fff;
  cursor: pointer;
}

.form input[type="submit"]:hover {
  background: #17c;
}

/* Buttons' focus effect */
.form input[type="submit"]:focus {
  border-color: #05a;
}
.contact-page h1{
      font-size: 34px;
    line-height: 32px;
}
.contact-page .contact-description{
    color: #757575;
    background-image: url(http://guide.trafficnews.bg/google_news/image/shield_header.png);
    background-image: -webkit-image-set(url(http://guide.trafficnews.bg/google_news/image/shield_header.png) 1x,url(http://guide.trafficnews.bg/google_news/image/shield_header.png) 2x);
    background-position: center right;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 24px;
    padding-right: 130px;
}
.contact-page .contact-description-2{
    color: #757575;
    font-size: 25px;
    font-size: 16px;
    line-height: 24px;
}
footer{
  margin-top: 20px;
}
footer .footer-description{
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    line-height: 16px;
    color: #616161;
}
footer .footer-menu{
    max-width:700px;
    margin: 0 auto;
    margin-top: 20px;
}
footer .footer-menu ul li{
  display: inline-block;
}
footer .footer-menu ul li a{
  font-size: 12px;
    line-height: 16px;
    color: #212121;
    cursor: pointer;
}
footer .footer-menu ul li a:hover{
  color:#4285f4;
  text-decoration: underline!important;
}
.UnbpDd{
  font-size: 12px;
    color: #424242;
    padding: 10px;
}
footer .bottom-footer{
    font-size: 12px;
    line-height: 16px;
    color: #616161;
    margin: 0;
    text-align: center;
    margin-bottom: 20px;
}

.pedding{
    float: left;
    width: 100%;
}
/*****Delete this*****/
.page-item.selected a{
  color: #fff;
}
.archive-pages li a:hover{
  color:#000;
}
.archive-pages li.selected{
  color:white;
}
.archive-pages a,
.archive-pages a:visited{
  color:#555;
}
.archive-pages li.selected {
  color: white;
  /*padding: 5px;*/
  width: 28px;
  line-height: 20px;
  background: rgb(53,121,214);
  background: -moz-radial-gradient(center, ellipse cover,  rgba(53,121,214,1) 0%, rgba(53,121,214,1) 91%, rgba(27,85,157,1) 100%);
  background: -webkit-gradient(radial, center, 0px, center center, 100%, color-stop(0%,rgba(53,121,214,1)), color-stop(91%,rgba(53,121,214,1)), color-stop(100%,rgba(27,85,157,1)));
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(53,121,214,1) 0%,rgba(53,121,214,1) 91%,rgba(27,85,157,1) 100%);
  background: -o-radial-gradient(center, ellipse cover,  rgba(53,121,214,1) 0%,rgba(53,121,214,1) 91%,rgba(27,85,157,1) 100%);
  background: -ms-radial-gradient(center, ellipse cover,  rgba(53,121,214,1) 0%,rgba(53,121,214,1) 91%,rgba(27,85,157,1) 100%);
  background: radial-gradient(ellipse at center,  rgba(53,121,214,1) 0%,rgba(53,121,214,1) 91%,rgba(27,85,157,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3579d6', endColorstr='#1b559d',GradientType=1 );
}
.archive-pages li.selected:hover{
  cursor:default;

}
.archive-pages li:hover{

}
.archive-pages li a{
  cursor:pointer;
  line-height:20px;
  display:block;
  padding:5px;
  float:left;
  width: 28px;
  font-weight: 300;
  text-align: center;
}
.archive-pages{
    display: block;
    background-color: #f4f4f4;
    /* float: left; */
    /* padding: 0px; */
    width: 380px;
    margin: 0 auto;
    text-align: center;
    font-size: .8em;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.archive-pages ul{
  float:left;
  margin:0px;
  padding:10px;
  list-style:none;
}
.archive-pages li{
    float: left;
    box-shadow: 0px 0px 6px 0px #ccc;
    font-weight: 700;
    margin: 0 2px;
    background: #fff;
    text-align: center;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.archive-pages .first a,
.archive-pages .previous a,
.archive-pages .next a,
.archive-pages .last a{
  overflow:hidden;
  white-space:nowrap;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: width,text-indent,letter-spacing;
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 300ms;
  -moz-transition-property: width,text-indent,letter-spacing;
  -moz-transition-timing-function: ease;
  -o-transition-duration: 300ms;
  -o-transition-property: width,text-indent,letter-spacing;
  -o-transition-timing-function: ease;
}
.archive-pages a{
  text-decoration:none;
}
.archive-pages .next a:after{
  content:' \f105';
  font-family: 'FontAwesome';
      padding-left: 5px;
}
.archive-pages .last a:after{
  content:" \f101";
  font-family: 'FontAwesome';
      padding-left: 5px;
}

.archive-pages .first a:before{
  content:'\f100 ';
  font-family: 'FontAwesome';
      padding-right: 7px;
}
.archive-pages .previous a:before{
  content:'\f104 ';
  font-family: 'FontAwesome';
      padding-right: 7px;
}
.archive-pages .first a:hover,
.archive-pages .previous a:hover,
.archive-pages .next a:hover,
.archive-pages .last a:hover{
  width: 100px;
  text-indent:0;
  letter-spacing:0px;
}
.archive-pages .first a{
  text-indent:+4px;
  letter-spacing:10px;
}
.archive-pages .previous a{
  text-indent:+4px;
  letter-spacing:10px;
}
.archive-pages .next a{
  text-indent: -144px;
  letter-spacing:10px;
}
.archive-pages .last a{
      text-indent: -143px;
  letter-spacing:10px;
}
#wrap-search {
  display: inline-block;
  position: relative;
  height: 60px;
  float: right;
  padding: 0;
  position: relative;
  position: absolute;
  top: 0px;
  right: 30px;
  display: none;
}

#wrap-search input[type="text"] {
  height: 42px;
  font-size: 20px;
  display: inline-block;
  font-family: "Lato";
  font-weight: 100;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  z-index: 3;
  transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
  cursor: pointer;
}

#wrap-search input[type="text"]:focus:hover {
  border-bottom: 1px solid #BBB;
  background: #fff;
}

#wrap-search input[type="text"]:focus {
  width: 100%;
  z-index: 1;
  border-bottom: 1px solid #BBB;
  cursor: text;
  background-color:#fff;
}
#wrap-search input[type="submit"] {
    height: 47px;
    width: 43px;
    margin-right: 10px;
  display: inline-block;
  color:red;
  float: right;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADNQTFRFU1NT9fX1lJSUXl5e1dXVfn5+c3Nz6urqv7+/tLS0iYmJqampn5+fysrK39/faWlp////Vi4ZywAAABF0Uk5T/////////////////////wAlrZliAAABLklEQVR42rSWWRbDIAhFHeOUtN3/ags1zaA4cHrKZ8JFRHwoXkwTvwGP1Qo0bYObAPwiLmbNAHBWFBZlD9j0JxflDViIObNHG/Do8PRHTJk0TezAhv7qloK0JJEBh+F8+U/hopIELOWfiZUCDOZD1RADOQKA75oq4cvVkcT+OdHnqqpQCITWAjnWVgGQUWz12lJuGwGoaWgBKzRVBcCypgUkOAoWgBX/L0CmxN40u6xwcIJ1cOzWYDffp3axsQOyvdkXiH9FKRFwPRHYZUaXMgPLeiW7QhbDRciyLXJaKheCuLbiVoqx1DVRyH26yb0hsuoOFEPsoz+BVE0MRlZNjGZcRQyHYkmMp2hBTIzdkzCTc/pLqOnBrk7/yZdAOq/q5NPBH1f7x7fGP4C3AAMAQrhzX9zhcGsAAAAASUVORK5CYII=) center center no-repeat;
  text-indent: -10000px;
  border: none;
  position: absolute;
  background-size: 26px;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
}

#wrap-search input[type="submit"]:hover {
  opacity: 0.8;
}
.mobile-list-share{
  float: left;width: 100%;
}
.mobile-list-share .read-more-2{
  float: right;
}
button.back-to-top{
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
button.back-to-top:hover,
button.back-to-top:active,
button.back-to-top:focus{
  outline: 0 !important;
}
button.back-to-top::before {
  content: "\f077";
  font-family: "FontAwesome";
  display: block;
  vertical-align: middle;
  margin: -5px 0 auto;
}
button.back-to-top.show {
  display: block;
  background: #fff;
    color: #4385f6;
    font-size: 20px;
  right: 20px;
  bottom: 20px;
  height: 40px;
  width: 40px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
button.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

.sidebar .sidebar-category {
    color: #757575;
}

.ucfirst{
    text-transform: capitalize;
}

.hide-form{
    display: none;
}
#respond-form-53{
  padding: 15px 5px
}
.respons-form {
    background-color: #eef2f5;
    padding: 5px 0;
}

.inline-underheading.inline-underheading-2{
  border-bottom: 1px solid #ccc;
}
#comments .comment:nth-child(even) {
    background-color: #fcfaf8;
    margin: 5px 0;
    padding: 5px 0;
}

.media-footer-share {
    border-top: thin dashed #e6e6e6;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
}
#comments.detailBox {
    margin-bottom: 30px;
}

#comments.detailBox input#comment_name,
#comments.detailBox input#comment_mail  {
    width: 50%;
}
.input-form-coment{
  margin:10px 5px!important;
}
.input-form-coment-2{
  margin:0px 6px!important;
  min-width: 200px;
}

.sub_categories {
  float: left;
  width: 100%;
}

.sub_categories a {
  display: inline-block;
  background: #FFF;
  padding: 5px 10px;
  margin-right: 10px;
  margin-bottom: 12px;
  color: #757575;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
          box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
  border-radius: 3px;
}

.sub_categories a:hover {
  color: #4285f4;
  -webkit-box-shadow: 0 1px 3px 0 rgba(153,218,255,0.16), 0 0 0 1px rgba(153,218,255,0.04);
          box-shadow: 0 1px 3px 0 rgba(153,218,255,0.16), 0 0 0 1px rgba(153,218,255,0.04));
}

.wrapper-mobile-nav .menu--on .has_sub_categories span {
  position: relative;
  float: right;
  padding: 3px 10px;
}

.wrapper-mobile-nav .menu--on .has_sub_categories span:after {
  content: '\f107';
  font-family: 'FontAwesome';
  position: absolute;
  right: 5px;
  top: -5px;
  font-size: 21px;
}

.wrapper-mobile-nav .menu--on .has_sub_categories span.open:after {
  content: '\f106';
}

.wrapper-mobile-nav .subcategories {
  display: none;
}

div.sidebar h3 {
	margin: 50px 0px 20px;
}

div.sidebar h3 {
  margin-top: 0;
}

@media only screen and (max-width: 991px) {
	h1.top_heading 	{
		margin: 20px 0px 20px;
	}
}

.see_more_news {
	display: inline-block;
	background: #FFF;
	padding: 5px 10px;
	margin-right: 10px;
	margin-bottom: 12px;
	color: #757575;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
	border-radius: 3px;
	font-size: 18px !important;
}

.see_more_related_news {
	display: inline-block;
	background: #FFF;
	padding: 5px 10px;
	margin-right: 10px;
	margin-bottom: 12px;
	color: #757575;
	-webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.04);
	border-radius: 3px;
	font-size: 18px !important;
	margin-top: 15px;
}

h5.breadcrumb {
    border-radius: 0;
    padding: 0px 4px;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #a1a1a1;
    line-height: 14px;
		background-color: transparent;
}

h5.breadcrumb a {
	color: #a1a1a1;
}

h5.breadcrumb a label {
    cursor: pointer;
}

.related-news-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: block;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform,-webkit-transform;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.related-news-wrapper .news-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 5px;
}

.related-news-wrapper .news-box .related-box {
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.16), 0 0 0 1px rgba(0,0,0,0.08);
	border-radius: 2px;
}

.search_icon {
  float: right;
  color: #4994ff;
  width: 50px;
  height: 42px;
  margin-left: 20px;
  border-left: 1px solid #707070;
  font-size: 21px;
  text-align: center;
  line-height: 42px;
}

.search_icon.show .fa-times {
  display: inline-block;
}

.search_icon .fa-times,
.search_icon.show .fa-search {
  display: none;
}

.search_icon:focus,
.search_icon:hover {
  outline: none;
  color: #4994ff;
}

header .search {
  display: none;
}

.header_container {
  float: left;
  width: 62%;
  margin-left: 30px;
}

/* HOT NEWS */

.hot-news {
  float: left;
  width: 100%;
  margin-top: 0px;
  height: 38px;
  overflow: hidden;
}

.hot-news > span {
  float: left;
  background: #4285f4;
  padding: 0px 15px;
  position: relative;
  font-size: 15px;
  color: #fff;
  font-weight: 600;
  border-right: 1px solid #fff;
  line-height: 38px;
}

.ticker__viewport {
  background: #ebebeb;
  color: #636363;
  overflow: hidden;
  padding: 0px 0;
  border-left: 5px solid #ebebeb;
  border-right: 5px solid #ebebeb;
}
.ticker__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
}
.ticker__item {
  display: inline-block;
  white-space: nowrap;
  padding-right: 40px;
  list-style: none;
}


.ticker__item {
  display: inline-block;
  padding: 0 8px 6px 8px;
  font-size: 15px;
  line-height: 28px;
}

.ticker__item:after {
  content: "\00B7";
  position: relative;
  right: -8px;
  font-size: 32px;
  margin-top: 40px;
  top: 6px;
  color: #333;
  font-weight: bold;
}

.news__home .top_heading {
  margin-top: 30px;
}

.weather-widget {
  float: left;
  margin: 20px 0 0;
  width: 100%;
}

#sidebar-banner {
	width: 100%;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sidebar-banner4 {
	margin: 20px 0 0;
}

@media only screen and (max-width: 1400px) {
  .header_container {
    width: 68%;
  }
}

@media only screen and (max-width: 991px) {
	.banner-tag iframe {
		height: 190px;
	}
}
@media only screen and (max-width: 1200px) {
  .search_icon {
    display: none;
  }
}

#js-news-list-lead .text-container {
	background: rgb(238,238,238) !important;
}
.sent_quote {
    width: 168px;
    z-index: 999;
    opacity: .9;
    position: fixed;
    right: -62px;
    bottom: 50%;
    font-size: 15px;
    background: #4285f4;
    color: #fff;
    padding: 10px;
    transform: rotate(-90deg);
}

.sent_quote::before {
    content: "";
    width: 1px;
    top: 0;
    right: 36px;
    background: #fff;
    height: 41px;
    position: absolute;
}

.sent_quote i {
    padding-left: 17px;
	float: right;
	margin-top: 3px;
}
