.navigation .logo img.logo_top{height: 80px !important;margin-top: 10px;}
.contenitor_promo:hover{background-color: #f5f1f1;}
.single_slider { height: 600px !important; }
.serv-left{text-transform: none;font-size: 20px; font-weight: 500;}
.service-section{padding-bottom: 20px;}
.about-section{padding-bottom: 0px;}
.contact_pg_address .single_con_add span{padding-left: 62px !important}
#navigation > ul  li.current_page > a{color: #dc0c19 !important}
.slider_home h2{font-size: 40px; text-transform: none;line-height: 55px;}
.about-section, .contact-page{padding-top: 60px;}
.header_topbar{padding:4px 0px; background-color: #d90c1d}
.header_top_right li, .header_top_right li a, .header_top_right li i {color: #fff;}
.contact_pg_address{padding: 30px 29px 36px;}
.contact-form h3, .contact_pg_address h3{font-size:30px;}
header.blog_banner_contact{background:none;}

/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {

}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {

	.TABmt30{margin-top:30px !Important;}

	.TABmb0{margin-bottom:0px !Important;}
	.TABmb20{margin-bottom:20px !Important;}



	.TABpt20{padding-top:20px !important;}
	.TABpt50{padding-top:50px !important;}

	.TABpb0{padding-bottom:0px !important;}
	.TABpb20{padding-bottom:20px !important;}
	.TABpb50{padding-bottom:50px !important;}

	/** HEADER **/
	.header_topbar ul{text-align: center}
	#navigation{margin-top: 25px;}

	/** FOOTER **/
	.footer_logo{text-align: center}
	.footer-section .widget img{margin-top: 0px;height: 80px;}
	.subfooter{margin-top: 0px;}

	.blog-header h3{font-size: 38px;line-height: 40px;}
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {

}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
	/** Header **/
	.navigation .logo img.logo_top{margin-top: 80px;}
	.header_socil{display: block !important;}
	.header_socil ul li.top-header-mail,
	.header_socil ul li.top-header-fcbk{display: none;}
	.header_socil ul li.top-header-phone{padding: 3px 0;}
	.slider_home h2{font-size: 28px;line-height: 39px;}
	.promo-wrap{padding: 30px 30px 0px;}
	.base-header h3{font-size:30px;}
	header #blog{padding-top: 8px;}

	/** HOME **/
	.abt_readmore{margin-bottom: 20px;}
	.service-section .icon-serv{margin: 0 auto;}
	.timeline_posts .service-item{margin-bottom: 5px;padding: 25px 36px 10px;}
	.timeline_posts .service-item .serv-left{text-align: center;}
	.timeline_posts .service-item i.arrow_right{margin: 0 auto;}

	/** FOOTER **/
	.footer-section{padding-top: 0px;}
	.footer_logo{display: none;}
	.footer-section .widget h5{margin-top: 15px;}
	.subfooter{margin-top: 0px !important;padding-bottom: 0px !important;}

	/** PAGES **/
	.blog-header h3{font-size: 35px;margin-top: 10px;margin-bottom: 0px;line-height: 38px;}

	/** CONTACT **/
	.contact-privacy input{position: relative;bottom: 22px;}
	.contact-privacy label{width: 85%;margin-left: 5px}


}