@charset "utf-8";
/* CUSTOM CSS STYLES */
/* Write your styles here */
/*@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700,700i');*/
/*@import url('https://fonts.googleapis.com/css?family=Abril+Fatface&display=swap');*/


body {
    color: #2f2f2f;
    font-family: Georgia,"Times New Roman",Times,serif;
}

h1,h3 {
    font-family: Georgia,"Times New Roman",Times,serif;
	letter-spacing:1px;
	}

h2, h4, h5, h6 {
    font-family: Georgia,"Times New Roman",Times,serif;
	}

h4{
	color:#ff4758 !important;	
	}
	
h1 a, h2 a, h3 a, {

	}
h3.pretitle{
	color:#666 !important;	
}
h6{
	color:#ff4758 !important;	
}	
	
p {
font-family: Georgia, "Times New Roman", Times, serif;
}

h4{
/*font-family: 'PT Serif', Georgia, "Times New Roman", Times, serif;	*/
color: #666;
font-weight: bold;
	}

audio, canvas, iframe, progress, video {
  display: inline-block;
  vertical-align: baseline;
  width: 100%;
  border: none;
}

h4.solid {
    background-color: #ff4758 !important;
    border-bottom: 0 solid #333 !important;
    color: #fff !important;
    width: 100%;
	font-family: 'Abril Fatface', Georgia, "Times New Roman", Times, serif;
	font-size: 0.7em;
}


/**** FOR ALL BLOCKS */
.COLUMNSNEWSITEM .layout_full .new h3 a, .COLUMNSNEWSITEM .layout_left .new h3 a, .COLUMNSNEWSITEM .layout_title .new h3 a, .DISCOUNTCOUPON .block .contenthead h5 a, .NEWSITEMCOLUMNS .layout_full .new h3 a, .NEWSITEMCOLUMNS .layout_left .new h3 a, .NEWSITEMCOLUMNS .layout_title .new h3 a, .NEWSITEMROWS .layout_full .block .new h3 a, .NEWSITEMROWS .layout_left .block .new h3 a, .NEWSITEMROWS .layout_none .block .new h3 a, .NEWSITEMROWS .layout_title .block h3 a, .ROWSNEWSITEM .layout_full .block .new h3 a, .ROWSNEWSITEM .layout_left .block .new h3 a, .ROWSNEWSITEM .layout_none .block .new h3 a, .ROWSNEWSITEM .layout_title .block h3 a, .firmblock .footerfirm .copylinks a:hover, .firmblock .footerfirm .copyright a:hover, .readerletter_wrapper .seepic a, .readerletter_wrapper h1.title a, .readerpicture_wrapper .seepic a {
  text-decoration: none;
  color: #333;
  font-size: 20px;
}

/*** END ALL BLOCKS */

.NEWBODY h2.new_title {
	font-family: open sans,Arial,sans-serif;
  color: #333;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
}


#desktop_header{
	
	}

.navbar {
    padding: 12px 0;
	margin-bottom: 10px;
}
/** ****************************************************** */
.container.headerbox {
    margin-bottom: 15px;
}

/** userbar */

.userbar.scrolling{
	background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    left: 0;
    margin-bottom: 0;
    position: fixed;
    top: 0;
    width: 100%;
	z-index:5500;	
	}
.userbar.container.scrolling{
max-width: 100%;
}

.headdate.scrolling{
	display:none;	
	}

.search-btn.scrolling{
 color: #97acb7;	
	}

.topbar-list.scrolling{
	
	}
.topbar-list.scrolling li a{
 color: #97acb7;	
	}
.topbar-list.scrolling li a:hover{
 color: #fff;	
	}

.userbar_logo{
	display:none;
	}

.userbar_logo.scrolling {
	display:block;
	}
.userbar_logo .menu_smartphone{
	float: left;
    top: 7px;
	}
.userbar_logo a{
	float: left;
    margin: 0 0 0 7px;
    max-width: 200px;
    width: auto;	
	}
.userbar_logo a img{
	
	}

.navbar.navbar-inverse.scrolling{
  position: fixed;
  top: 45px;
  width: 100%;
  z-index:5450;
	}
.topbar-list > li.scrolling{
 color: #fff;	
	}
.topbar-list li.scrolling a{
 color: #fff;
	}
.topbar-list li.scrolling a:hover{
 color: #97acb7;
	}
.loggedbox.scrolling li{
 color: #fff;	
	}

.topbar-list li.scrolling a .warning{
 color: #f90 !important;	
	}

.container.headerbox.scrolling{
	display:none;
	}
.page-header {
	border-bottom: 0 none;
    margin: 0 auto;
    max-width: 380px;
    padding-bottom: 0;
    width: auto;
	text-align: center;
}

.page-header a{
	margin: 0;
    padding: 0;
}
.page-header p.slogan {
   font-size: 0.45em;
    line-height: 100%;
    margin: 0;
    padding: 0;
}


.page-header p.date{
	color: #999;
    font-size: 0.4em;
    line-height: 100%;
    margin: 7px 0 6px;
    padding: 0;
}

/** ************************** */
.menu_smartleft {
    float: left;
    margin: 5px 0 0;
}
.menu_smartleft.incover {
	display: none;
}

.logo_userbar{
	display: none;
    left: 40%;
    margin: 0 auto;
    position: absolute;
    width: 280px;	
	}

#nav-icon1 {
    cursor: pointer;
    height: 35px;
    margin: 0 auto;
    position: relative;
    transform: rotate(0deg);
    transition: all 0.5s ease-in-out 0s;
    width: 35px;
}
#nav-icon1 span:nth-child(1) {
    top: 0;
}
#nav-icon1 span:nth-child(2) {
    top: 14px;
}
#nav-icon1 span:nth-child(3) {
    top: 28px;
}
#nav-icon1.open span:nth-child(1) {
    top: 12px;
    transform: rotate(135deg);
}
#nav-icon1.open span:nth-child(2) {
    left: -60px;
    opacity: 0;
}
#nav-icon1.open span:nth-child(3) {
    top: 12px;
    transform: rotate(-135deg);
}
#nav-icon1 span {
    background: #333 none repeat scroll 0 0;
    border-radius: 9px;
    display: block;
    height: 2px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out 0s;
    width: 100%;
}


#smartleft_sections{
	display:block;
	background-color: #000;
    display: block;
    float: left;
    left: -100%;
    max-width: 35%;
	padding: 15px 0 0 15px;
    position: fixed;
    top: 50px;
    width: 100%;
    height: 100%;
    z-index: 5500;
	}


/** ************************** */

.fixedmenu ul.topmenu.unique {
	/*font-family: 'Abril Fatface', Georgia, "Times New Roman", Times, serif;*/
	font-family: open sans,Arial,sans-serif;
	font-size: 1.8em;
	letter-spacing: 0.02em;
    float: left;
    margin: 0;
    padding: 0;
    width: auto;
}


.fixedmenu ul.topmenu {
	/*font-family: 'Abril Fatface', Georgia, "Times New Roman", Times, serif;*/
	font-family: open sans,Arial,sans-serif;
    color: #333;
}

.fixedmenu ul.topmenu li {
	font-size: 0.63em;
	letter-spacing: 0;
    color: #333;
}
.fixedmenu ul.topmenu li a {
    color: #333;
	font-weight: bold;
	letter-spacing: 1%;
}

.fixedmenu ul.topmenu li a:hover {
    color: #666;
	font-weight: bold;
}
.fixedmenu ul.topmenu li:hover{
	background-color: #fff;
	color: #666;
}

.fixedmenu ul.submenu {
	font-family: Georgia, "Times New Roman", Times, serif;
    background-color: transparent;
    border-top: 0 dotted #cecece;
    float: left;
    list-style: outside none none;
    margin: 9px 0 0;
    padding: 0;
    width: auto;
}
.fixedmenu ul.submenu li {
    color: #2f2f2f;
    display: flex;
    float: left;
    font-size: 0.5em;
    font-weight: 400;
    margin: 0;
    padding: 0 10px;
    text-transform: uppercase;
    width: auto;
}














/** MENU */
.navbar-inverse {
	background-color: #fff;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
.nav_device nav ul {
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: auto;
}
.menu_smartphone {
    float: right;
    overflow: hidden;
    position: relative;
    top: 7px;
    width: auto;
}
#nav-fep span:nth-child(2) {
    top: 10px;
}
#nav-fep span:nth-child(3) {
    top: 21px;
}

.openbox .menunavbar {
    background-color: transparent;
    border-top: 0 dotted #cecece;
    display: block;
    float: left;
    margin: 30px 0 20px;
    padding: 0;
	width: 60%;
}


.openbox .menunavbar ul.menu {
    border-right: 1px solid #fff;
}

.openbox .menunavbar ul li {
	/*font-family: 'Abril Fatface', Georgia, "Times New Roman", Times, serif;*/
	font-family: open sans,Arial,sans-serif;
	background-color: transparent;
    border-bottom: 0 solid #cecece;
    float: left;
    font-size: 0.87em;
    font-weight: 300;
    margin: 0 10px 10px 0;
    min-height: auto;
    padding: 0;
    width: 100%;
}

.openbox .menunavbar ul li:last-child{
    border-bottom: 0 solid #cecece;	
	}

.openbox .menunavbar ul li a {
    color: #cecece;
    text-decoration: none;
	font-weight: bold;
}
.openbox .menunavbar ul.submenu li a {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
    color: #cecece;
    text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
}
.openbox .menunavbar ul li a:hover {
    color: #fff;
    text-decoration: none;
}
.menunavbar ul li span.section {
	background-color: transparent;
    border-right: 1px dotted #cecece;
    clear: both;
    display: block;
    float: left;
    font-family: open sans,Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: 600;
    max-width: 200px;
    min-width: 200px;
    padding: 10px;
}

.menunavbar ul li span.section.active {

}
.menunavbar ul li span.section.active a{
	color:#cbd5db;
	}

.menunavbar ul li span.section.active a:hover{
	color:#cbd5db;
	}	
.openbox .menunavbar ul.submenu {
    list-style: outside none none;
    margin: 10px 0 0;
    padding-left: 0;
    width: 100%;
}


.openbox .menunavbar ul li.active a {
  color: #fff;
}
.openbox .menunavbar ul li.active a:hover {
    color: #cbd5db;
    text-decoration: none;
}
.openbox .menunavbar ul.submenu li a:hover {
    color: #fff;
}
.menunavbar ul li span.subsection.active a{
	font-weight:bold;
	color: #fff;
	}

.openbox .menunavbar ul.submenu li.active a {
    color: #fff;
}

.menunavbar ul li span.subsection {
    background-color: transparent;
    display: block;
    float: left;
    font-family: open sans,Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: 300;
    padding: 10px 12px 0;
}



.inmenu.pagesmenu{
	display: block;
    margin: 25px 0 0 15px;
    width: 30%;
	}

.inmenu.pagesmenu .nav li {
	/*font-family: Georgia, "Times New Roman", Times, serif;*/
 width: 100%;
}
.inmenu.pagesmenu .nav li a {
    color: #fff;
}
.inmenu.pagesmenu .nav li.headergroup {
	/*font-family: 'Abril Fatface', Georgia, "Times New Roman", Times, serif;*/
	color: #fff;
    font-size: 0.7em;
    font-weight: bold;
}

.headerextramenu{
	float: left;
    margin: 10px 0 0;
    width: 100%;	
	}
.headcode {
    float: left;
    font-size: 0.3em;
    margin: 0 0 10px;
    width: 100%;
}
.socialicons {
    float: left;
    width: 100%;
}

.headdate {
    float: left;
    width: auto;
}
.headdate p.date {
	color: #fff;
    font-size: 0.42em;
    line-height: 100%;
    margin: 0 0 5px;
    padding: 7px 0 0;
    text-align: left;
    width: auto;
}
.headdate p.update {
    color: #999;
    font-size: 0.4em;
    line-height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
    width: auto;
}




.col-md-12.headerextramenu {
    float: left;
    margin-top: 5px;
    text-align: right;
}
.headcode {
    float: right;
    font-size: 0.3em;
    margin: 0 0 0 10px;
    width: auto;
}
.toll_box {
    float: left;
    margin: 0;
    padding: 0;
    width: 70%;
}
.socialicons {
    float: left;
    width: auto;
}

.nav_device nav ul li:hover {
    background: #ff4758 none repeat scroll 0 0;
}
.nav_device nav ul li.active {
    background: #666 none repeat scroll 0 0;
}
.nav_device nav ul li .children {
    background: #ff4758 none repeat scroll 0 0;
    display: none;
    position: absolute;
    width: 180%;
    z-index: 1000;
}

.nav_device nav ul li .children li:hover{
    background: #666 none repeat scroll 0 0;	
	}

/** FOOTER */

.footer_navbar.inverse {
    background-color: #fff;
	border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}

.footer.firm {
    background: transparent none repeat scroll 0 0;
}
.footer ul li {
    color: #333;
}
.footer ul li a {
    color: #333;
}
.footer ul li a:hover {
    color: #666;
}

/** ****************************************************** */


.NEWBODY .update {
    width: 100%;
}
.NEWBODY .date {
	color: #666;
    float: left;
    font-size: 0.45em;
    margin: 0 0 0 18px;
    padding: 0;
    text-transform: uppercase;
}
.NEWBODY .introfirm .comments {
    color: #000;
}

.nextnew p.header {
    color: #ff4758;
    font-family: "Open Sans",verdana,arial,Arial,Helvetica,sans-serif;
    font-weight: bold;
}
.lastnew p.header {
    color: #ff4758;
    font-family: "Open Sans",verdana,arial,Arial,Helvetica,sans-serif;
    font-weight: bold;
}

.social-share .btn {
    border: 0 none;
    border-radius: 20px;
    display: block;
    float: left;
    font-size: 0.8em;
    line-height: 0;
    margin: 0 3px;
    padding: 9px 15px;
    text-align: center;
    width: auto;
}

.social_share_block {
   border-bottom: 0 solid #cecece;
    border-right: 0 solid #cecece;
    border-top: 0 solid #cecece;
    display: block;
    float: left;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
}
.social-share .btn {
    border: 0 none;
    border-radius: 0;
    display: block;
    float: left;
    font-size: 0.8em;
    height: 35px;
    line-height: 0;
    margin: 5px;
    padding: 4px 10px;
    text-align: center;
    width: 35px;
}
.social-share .btn.s_keep_it i {
    padding: 7px 0 0;
}


/** */

.NEWBODY .introfirm .signature {
    color: #ff4758;
    float: left;
    font-size: 0.5em;
    font-weight: bold;
    line-height: 100%;
    margin: 6px 5px 0 0;
    padding: 0;
    text-transform: uppercase;
}

.NEWBODY .mainimage cite.fotocite {
    background-color: #fff;
    bottom: 0;
    color: #000;
    font-size: 0.45em;
    left: 0;
    line-height: 120%;
    margin: 0;
    opacity: 1;
    padding: 5px 10px;
    position: absolute;
    width: 100%;
}

.NEWBODY .news_labels h3 {
    border-bottom: 1px solid #cecece;
}
.NEWBODY .news_labels ul li {
    background-color: transparent;
    border-radius: 8px;
    display: block;
    float: left;
    height: auto;
    line-height: 85%;
    margin: 0 5px;
    padding: 0 10px;
    width: auto;
}
.NEWBODY .new_text {
    font-size: 0.55em;
}
.NEWBODY .new_text p {
    line-height: 160%;
}

.NEWBODY .news_related_blogger .blogger_block .content_box .newtitle a {
 font-weight: bold;	
	}

.NEWSITEM .relatedblogs.columns ol li .title a {
    color: #333;
    float: left;
    font-size: 0.65em;
    line-height: 100%;
    text-decoration: none;
}

.WRITTERS .autor {
    border-bottom: 1px dotted #cecece;
}

.WRITTERS .autor.incolumns .autordata {
    width: 100%;
}
.WRITTERS .autor.incolumns .autordata p.signature {
    text-align: center;
}
.WRITTERS .autor.incolumns .autordata p.leyend {
    text-align: center;
}

.WRITTERS .autor .textblock p.title{
    text-align: center;
}
.WRITTERS .autor .textblock p.title a:hover {
    color: #666;
}

.newssection h4.date {
    color: #ff4758;
    font-weight: normal;
}

.newssection h4.signature {
	color:#ff4758;
    font-weight: normal;
	text-transform:uppercase;
	}
	
.mainnewblog .new_text .citewrapper .imagefooterprint {
    background-color: #fff;
    bottom: 0;
    color: #000;
    display: block;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: left;
    width: 100%;
}
.NEWBODY h1.new_title {
font-family: 'Abril Fatface', Georgia, "Times New Roman", Times, serif;
}


.NEWSITEM .titleblock h3 {
font-family: 'Abril Fatface', Georgia, "Times New Roman", Times, serif;
}

.NEWSITEM .relatedblogs.rows ol li .title a {
    color: #333;
    font-family: Georgia,"Times New Roman",Times,serif;
    text-decoration: none;
}

.NEWSITEM .relatednews.rows ol li .title a {
    font-family: Georgia,"Times New Roman",Times,serif;
}
.NEWSROTATOR .layout_images .sp-image-text h3 {
    font-family: Georgia,"Times New Roman",Times,serif;
}
.NEWSITEMROWS .layout_full .block .new h3 {
    font-family: Georgia,"Times New Roman",Times,serif;
}

.NEWSITEM .titleblock h3 a {}

.newssection h2.subtitle {
    color: #666;
	margin:0 0 5px;
	font-weight: normal;
}

.newssection h1.title {
	 margin: 10px 0;
}
.newssection h1.title a {
    font-weight: bold;
    text-decoration: none;
	 margin: 10px 0;
}

.CONTENT_COLUMN.SECTION_ROWS .newssection .newimage {
    display: block;
    float: left;
    margin: 6px 10px 0 0;
    width: 150px;
}
.CONTENT_COLUMN.SECTION_ROWS .newssection .newsbody {
    display: block;
    float: left;
    width: 70%;
}

.section_labels {
    border-bottom: 1px dotted #666;
    border-top: 1px dotted #666;
    float: left;
    margin: 0 0 15px;
    width: 100%;
}
.section_labels ul li {
    background-color: transparent;
}


.mainnewblog p{
	font-size: 0.56em;
    font-weight: 300;
    line-height: 120%;
	}

/* writters entrie */

.WRITTERS .autor .autordata {
    float: left;
    margin: 10px 0 0;
    padding: 0;
	width: 45%;
}
.WRITTERS .autor .avatar {
    border-radius: 0;
    display: block;
    float: right;
	width: 110px;
	height:auto;
}
.WRITTERS .autor img {
	height: 100%;
    max-height: 100%;
    width: 100%;
}


/** ------------------------------------------------------------------ */
/** BLOCK SHADOW */
/** ------------------------------------------------------------------ */
/** ------ SOFT ------ */
.soft{
	background-color: #eee !important;
}

h6.soft{
	color:#333 !important;
}
h3.soft{

	}
h3.soft a{

	}
h3.soft a:hover{

	}
h5.soft{}
.soft p{}
p.comments.soft{}
p.comments.soft a{}
p.comments.soft a:hover{}
p.content-signature .soft{}
.title.soft {}
.title.soft a{}
.title.soft a:hover{}
.autorwrapper.soft .name{}
.autorwrapper.soft .leyend{}
.sp-thumbnail-title.medium{}
.sp-thumbnail-title.medium:hover{}



/** ------ MEDIUM ------ */
.medium{
	background-color: #cecece;
}
h6.medium{
	color: #e6eaef !important;
	}
h3.medium{
	color: #fff !important;
	}
h3.medium a{
	color: #ff4758 !important;
	}
h3.medium a:hover{
	color: #fff !important;
	}
h5.medium{
	color: #e6eaef !important;
	}
.medium p{
	color: #fff !important;
	}
p.comments.medium{
	color: #fff !important;
	}
p.comments.medium a{
	color: #fff !important;
	}
p.comments.medium a:hover{
	color: #333 !important;
	}
p.content-signature .medium{
	color: #fff !important;
	}

.title.medium {
	color: #e1e9f6 !important;
	}
.title.medium a{
	color: #e1e9f6 !important;
	}
.title.medium a:hover{
	color: #fff !important;
	}

.autorwrapper.medium .name{
	color: #e1e9f6 !important;
	}
.autorwrapper.medium .leyend{
	color: #e1e9f6 !important;
	}
.sp-thumbnail-title.medium{
	color: #e1e9f6 !important;
	}
.sp-thumbnail-title.medium:hover{
	color: #fff !important;
	}



/** ------ STRONG ------ */
.strong{
	background-color: #333;
}
h6.strong{
	color: #eee !important;
	}
h3.strong{
	color: #fff !important;
	}
h3.strong a{
	color: #fff !important;
	}
h3.strong a:hover{
	color: #fff !important;
	}
h5.strong{
	color: #eee !important;
	}
.strong p{
	color: #fff !important;
	}
p.comments.strong{
	color: #fff !important;
	}
p.comments.strong a{
	color: #fff !important;
	}
p.comments.strong a:hover{
	color: #fff !important;
	}
p.content-signature .strong{
	color: #fff !important;
	}

.title.strong {
	color: #fff !important;
	}
.title.strong a{
	color: #fff !important;
	}
.title.strong a:hover{
	color: #eee !important;
	}

.autorwrapper.strong .name{
	color: #fff !important;
	}
.autorwrapper.strong .leyend{
	color: #fff !important;
	}

.sp-thumbnail-title.strong{
	color: #fff !important;
	}
.sp-thumbnail-title.strong:hover{
	color: #cbd5db !important;
	}

.NEWSITEM.strong .relatednews.columns h4 {
    border-bottom: 4px solid #cbd5db;
    color: #cbd5db;
}
.NEWSITEM.strong .relatedblogs.columns h4 {
    border-bottom: 4px solid #cbd5db;
    color: #cbd5db;
}

/** ------ HEAVY ------ */
.heavy{
	background-color: #ff4758;
}
h6.heavy{
	color: #eee !important;
	}
h3.heavy{
	color: #fff !important;
	}
h3.heavy a{
	color: #fff !important;
	}
h3.heavy a:hover{
	color: #eee !important;
	}
h5.heavy{
	color: #eee !important;
	}
.heavy p{
	color: #fff !important;
	}
p.comments.heavy{
	color: #fff !important;
	}
p.comments.heavy a{
	color: #fff !important;
	}
p.comments.heavy a:hover{
	color: #fff !important;
	}
p.content-signature .heavy{
	color: #fff !important;
	}

.title.heavy {
	color: #eee !important;
	}
.title.heavy a{
	color: #eee !important;
	}
.title.heavy a:hover{
	color: #fff !important;
	}

.autorwrapper.heavy .name{
	color: #eee !important;
	}
.autorwrapper.heavy .leyend{
	color: #eee !important;
	}
.sp-thumbnail-title.heavy{
	color: #eee !important;
	}
.sp-thumbnail-title.heavy:hover{
	color: #fff !important;
	}

.NEWSITEM.heavy .relatednews.columns h4{
    border-bottom: 4px solid #cecece;
    color: #cecece;
}
.NEWSITEM.heavy .relatedblogs.columns h4{
    border-bottom: 4px solid #cecece;
    color: #cecece;
}


.MEGABLOCK .title .myblock h6 {
    color: #fff !important;
    font-size: 0.6em;
}
.MEGABLOCK .title .myblock h3 a:hover {
    color: #cecece;
}
.IMAGETITLE .title.top h6 {
    color: #fff !important;
}

.IMAGETITLE .title.bottom h6 {
    color: #fff !important;
}

.DISCOUNTCOUPON .block {
    background-color: transparent;
    border-bottom: 1px dotted #cecece;
    display: block;
    float: left;
    height: auto;
    margin: 0 5px 10px;
    max-height: 240px;
    max-width: 300px;
    min-height: 160px;
    overflow: hidden;
    padding: 0 0 10px;
    text-align: left;
    width: 100%;
}
.DISCOUNTCOUPON .block .contenthead p.price {
    font-family:"Open Sans",verdana,arial,Arial,Helvetica,sans-serif;
}
.DISCOUNTCOUPON .block .contentbody p.stock {
    font-family: "Open Sans",verdana,arial,Arial,Helvetica,sans-serif;
}
.DISCOUNTCOUPON .block .contentbody p.expiredate{
    font-family: "Open Sans",verdana,arial,Arial,Helvetica,sans-serif;
}

/** ------------------------------------------------------------------ */
/** ******************** */
/** ------------------------------------------------------------------ */


.mainnewblog h4.date{
 font-weight: normal;
	}

.mainnewblog h4.signature{

	}

.IMAGETITLE .title.over h6 {
    color: #fff !important;
}
.IMAGETITLE .title.over h3 a:hover {
    color: #eee;
}
.IMAGETITLE .title.over h5 {
    font-size: 0.5em;
}
.newssection h3.pretitle {
    font-size: 0.5em;
}
.newssection p{
font-size: 0.55em;	
	}


#seeCommetns {
   cursor: pointer;
}
#seeCommetnsDown {
	cursor: pointer;
    float: left;
    font-size: 1em;
    font-weight: bold;
    margin: 3px 15px 0 0;
    width: auto;
}



#seeCommetns:hover {
   color:#666;
}

/** comments model*/

.modal-dialog.commentModal {
	float: right;
    margin: 30px auto;
    max-width: 500px;
    width: 100%;
}
.modal-content.commentModal {
    border: 0 none;
    border-radius: 0;
    float: left;
    margin: 0;
    padding: 0 20px;
}

.COMMENT_WRAPPER {
    margin: 0 0 20px;
    padding: 0;
}

.COMMENT_WRAPPER .header{
	float: left;
	width: 100%;	
	}
/***/

.NEWSROTATOR .layout_images .sp-image-text h6 {
    color: #eee !important;
}

.inSearchForm{
	display:block;
	float:left;
	width:100%;
	}

.inSearchForm form{
	display:block;
	width: 90%;
	}

.ROWSNEWSITEM .layout_left .block .image {
    height: auto;
	min-height: 50px;
}

.CAROUSEL .layout_images .sp-image-text {
    background: rgba(255,71,88,.7) none repeat scroll 0 0;
    color: #fff;
    padding: 5px 20px;
}
.CAROUSEL .layout_images .sp-image-text h3{
font-size: 1.4em;
	}
.CAROUSEL .layout_images .sp-image-text h3 a:hover {
    color: #ccc;
}

h2.bloggershead{
font-size: 0.5em;
	}

.bloggers h1.title a:hover {
    text-decoration: none;
    color: #666;
}

.tickerStock{
height: 20px;
border-left: 0;
border-right: 0;
	}
.NEWBODY .readingtime {
    float: right;
    margin: 0 0 0 14px;
}
.NEWBODY .introfirm .twittersignature {
  font-size: .8em;
  line-height: 100%;
}
.social-share .btn.s_twitter:hover {
  fill: #ccc;
  background: transparent;
	}

.social-share .btn.s_twitter {
color: #fff;
  width: 36px;
  background-color: #000;
  padding: 0;
  height: 36px;
  overflow: hidden;
  border-radius: 0;
  text-align: center;
  margin-top: 5px;
  font-size: 0.6em;
}