
/*------------------------Css Reset------------------------*/
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

body{
	background:#F3F3F3 url(/static/img/layout/header_bg.png) repeat-x left top;
	color:#5c5c5c;
	font-size:14px;
	font-family: 'PT Sans', sans-serif;
	margin:0;
	line-height: 20px;
}

h1,h2,h3,h4,h5,h6,ul,li,p,form,input{
	font-weight:normal;
	list-style:none;
	margin:0;
	padding:0;
}

a{
	color:#5c5c5c;
	text-decoration:none;
}

a img{
	border:none;
}

input,textarea{
	border:none;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:19px;
}

.flt_left{ float:left;}
.flt_right{ float:right;}
.clear{
	clear:both;
	height:0;
	font-size:0;
}
/*------------------------Header Area------------------------*/
.wrapper{
	max-width:1600px;
}
.logo {
	float: left;
	margin-left:17px;
}
.logo a {
  background: url(/static/img/layout/logo.png) no-repeat left top;
  width: 241px;
  height: 78px;
  display: block;
  text-indent: -9999px;
}
.top-navigation {
	float: right;
	width: auto;
}
/*------------------------Top Navigation------------------------*/
.top-navigation nav {
	margin: 20px 30px 0 0;
}
.top-navigation nav ul {
	overflow: hidden;
}
.top-navigation nav ul li {
	display: inline-block;
	float: left;
	list-style-type: none;
}
.top-navigation nav ul li a {
	color: #fff;
	font-family: 'PT Sans Narrow', sans-serif;
	display: block;
	padding: 0 0 0 26px;
	margin: 0 0 0 25px;
	font-size: 19px;
	line-height: 30px;
	background: url(/static/img/layout/icons-sprites.png) no-repeat;
}
.top-navigation nav ul li a:hover {
	text-decoration: none;
	background: url(/static/img/layout/icons-sprites.png) no-repeat;
	color: #f38627;
	text-shadow: 1px 2px 3px #000000;
}
.top-navigation nav ul li.home a {
	background: url(/static/img/layout/icons-sprites.png) no-repeat;
	background-position: 0 6px;
}
.top-navigation nav ul li.home a:hover {
	background: url(/static/img/layout/icons-sprites.png) no-repeat;
	background-position: -2px -140px;
}
.top-navigation nav ul li.about a {
	background: url(/static/img/layout/icons-sprites.png) no-repeat;
	background-position: 0 -24px;
}
.top-navigation nav ul li.about a:hover {
	background: url(/static/img/layout/icons-sprites.png) no-repeat;
	background-position: -2px -168px;
}
.top-navigation nav ul li.blog a {
	background: url(/static/img/layout/icons-sprites.png) no-repeat;
	background-position: 0 -53px;
}
.top-navigation nav ul li.blog a:hover {
	background: url(/static/img/layout/icons-sprites.png) no-repeat;
	background-position: -1px -196px;
}
.top-navigation nav ul li.ads a{
	background: url(/static/img/layout/icons-sprites.png) no-repeat;
	background-position: 0 -84px;
}
.top-navigation nav ul li.ads a:hover {
	background: url(/static/img/layout/icons-sprites.png) no-repeat;
	background-position: 0 -225px;
}
.top-navigation nav ul li.contact a {
	background: url(/static/img/layout/icons-sprites.png) no-repeat;
	background-position: -2px -114px;
}
.top-navigation nav ul li.contact a:hover {
	background: url(/static/img/layout/icons-sprites.png) no-repeat;
	background-position: -1px -254px;
}

/*------------------------Main Navigation------------------------*/
.top_bar{
    background: url(/static/img/layout/top-bar-rep.png) repeat-x left top;
    clear: both;
	height:39px;
    width: 100%;
    z-index: 999999999;
    position: relative;
}

*+html .main-navigation {
	width:538px;
}

*+html .main-navigation li.main-menu {
	width:190px;
}

*+html .main-navigation li.subcategories {
	width:187px;
}

*+html .main-navigation li.filtre {
	width:112px;
}

*+html li.user a.username{
	float:left;
}

*+html .mhsm-dropdown{
	left:0;
}

.main-navigation nav ul li {
	float: left;
	list-style-type: none;
	position: relative;
	font-family: 'PT Sans Narrow', sans-serif;
}
.main-navigation nav ul li a {
	font-size: 19px;
	text-decoration: none;
	font-weight: 800;
	overflow: hidden;
}
.main-navigation nav ul li a span.ar {
	background: url(/static/img/layout/icons-sprites.png) no-repeat;
	background-position: -2px -362px;
	width: 15px;
	height: 11px;
	display: block;
	text-indent: -9999px;
	float: right;
	margin: 6px 0 0 10px;
}
.main-navigation nav ul li a span {
	float: left;
}
.main-navigation nav ul li.info-logo-small a {
	width: 44px;
	height: 37px;
	background: url(/static/img/layout/icons-sprites.png) no-repeat;
	background-position: -100px -2px;
	display: block;
	text-indent: -9999px;
	visibility:hidden;
}
.main-navigation nav ul li.main-menu, .main-navigation nav ul li.main-menu:hover, .main-navigation nav ul li.info-logo-small {
	background:#010000 url(/static/img/layout/menu-bg.png) repeat-x left top;
}
.main-navigation nav ul li.main-menu a {
	background:url(/static/img/layout/icons-sprites.png) no-repeat;
	background-position: -57px -291px;
	display: block;
	padding: 9px 22px 8px 100px;
	color: #fff;
	overflow: hidden;
}
.main-navigation nav ul li.main-menu a:hover {
	color: #f38627;
	background-position: 66px -291px;
}
.main-navigation nav ul li.main-menu a:hover span.ar {
	background: url(/static/img/layout/icons-sprites.png) no-repeat;
	background-position: -22px -362px;
}
/*------------------------Main DropDown Menu------------------------*/
.main-navigation nav ul li.main-menu ul {
	width: 235px;
	z-index:2;
    left: -44px;
}
.main-navigation nav ul li.main-menu ul li {
	background: none;
	float: none;
	margin:0 15px 0 37px;
	display:inherit;
}
.main-navigation nav ul li.main-menu ul li a, .main-navigation nav ul li.main-menu ul li a:hover, .main-navigation nav ul li.subcategories ul li a {
	background: url(/static/img/layout/icons-sprites.png) no-repeat;
	background-position: 152px -371px;
	font-size: 17px;
	font-weight: 400;
	padding: 0 2px;
	height:39px;
	line-height:39px;
	width:165px;
	border-bottom:1px solid #4f4d4d;
}
.main-navigation nav ul li.subcategories {
	background: url(/static/img/layout/separator-menu.png) no-repeat right top;
}
.main-navigation nav ul li.subcategories a, .main-navigation nav ul li.filtre a {
	padding: 9px 22px 9px 25px;
	display: block;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.main-navigation nav ul li.filtre{
	padding-left:5px;
	background: url("/static/img/layout/separator-menu.png") no-repeat scroll right top;
	}

.main-navigation nav ul li.filtre a{
	background:url("/static/img/layout/icons-sprites.png") no-repeat scroll 0 -584px transparent;
	padding-left:30px;
}

.main-navigation nav ul li.subcategories a span.label {
	padding: 0 0 0 30px;
	background: url(/static/img/layout/icons-sprites.png) no-repeat;
	background-position: -128px -331px;
}
.main-navigation nav ul li.subcategories a:hover {
	color: #413c3a;
	text-shadow: 0px 0px 0px #000000;
}
.main-navigation nav ul li.subcategories a:hover span.label {
	padding: 0 0 0 30px;
	background-position: -2px -331px;
}
.main-navigation nav ul li.subcategories a:hover span.ar {
	background: url(/static/img/layout/icons-sprites.png) no-repeat;
	background-position: -43px -362px;
}
.main-navigation nav ul li ul {
	position: absolute;
/*	left: -44px; */
	top: 37px;
	background:#2d292a;
	opacity:0.95;
	border-top:1px solid #4f4d4d;
	display:none;
}

/*------------------------Subcategories DropDown Menu------------------------*/
.main-navigation nav ul li.subcategories ul{
	z-index:2;
	background:#f68a33;
	opacity:0.95;
    border-top: 1px solid #C26E2A;
    left: -1px;
    width: 205px;
}

.main-navigation nav ul li.subcategories ul li{
	margin:0 0 0 15px;
}

.main-navigation nav ul li.subcategories ul li a{
	background:none;
	border-bottom:1px solid #fdc293;
	text-shadow:none;
}

.main-navigation nav ul li:hover ul {
	display: block;
}
.main-navigation nav ul li.main-menu ul.second-lvl{
}
.main-navigation nav ul li.main-menu ul.second-lvl ul.submenu-dropdown{
	border: medium none;
	padding-bottom: 5px;
	position: relative;
	top: auto;
	width: auto;
	left:auto;
}

.main-navigation nav ul li.main-menu ul.second-lvl ul.submenu-dropdown li{
	padding-top:10px;
	margin:0;
}

.main-navigation nav ul li.main-menu ul.second-lvl ul.submenu-dropdown li a:hover {
    color: white;
}

.main-navigation nav ul li.main-menu ul.second-lvl ul.submenu-dropdown li a{
	background:none;
	line-height:normal;
	border:none;
	width:auto;
	height:auto;
    color: #AFAFAF;
    font-size: 16px;
    padding-left: 12px;
}
.main-navigation nav ul li.main-menu ul li a.simple{
	background-position:152px -614px

}
.main-navigation nav ul li.main-menu ul li a.simple:hover {
    cursor: default;
    color: white;
}
/*------------------------Search Area------------------------*/
.search {
/*	margin:0 334px 0 419px; */
	float:left;
	margin-top:1px;
	height:36px;
	overflow:hidden;
	background: url("/static/img/layout/separator-menu.png") no-repeat scroll right top #f88f3a;
}
.search input.search_field:focus{
    border: 0px;
    outline: none;
}
.search input.search_field{
	height:36px;
	background:#f88f3a;
	line-height:36px;
	color:#FEFEFE;
	margin:1px 0 0;
	padding-left:15px;
	float:left;
	font-size:19px;
	font-family: 'PT Sans Narrow', sans-serif;
}
.search .search_btn{
	width:31px;
	height:36px;
	float:left;
	margin-top:1px;
}
.search .search_btn input{
	background:url(/static/img/layout/icons-sprites.png) 0 -410px no-repeat;
	width:21px;
	height:22px;
	cursor:pointer;
	margin-top:7px;
}
/*------------------------Login Register Links------------------------*/
.login_register_links {
	float:right;
	width:336px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:19px;
}
.login_register_links li{
	background: url(/static/img/layout/separator-menu.png) no-repeat left top;
	line-height:36px;
	float:left;
	padding:0 20px
}

.register,.login{
	}
.login_register_links li a{
	color:#FFF;
}
.login_register_links li a:hover{
	color:#000;
}
.login_register_links li.login a{
	background:url(/static/img/layout/icons-sprites.png) -31px -405px no-repeat;
	padding-left:21px;
	margin-left:2px;
}


li.user{
	position:relative;
	padding:0 2px;
	margin-top:1px;
	line-height:normal;
	height:37px;
	}
.user a .profile-not {
 	background-color: #2D292A;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: block;
    font-size: 10px;
    height: 14px;
    left: 29px;
    line-height: 17px;
    padding: 0 3px 3px;
    position: absolute;
    top: 2px;
    width: auto;
    z-index: 99999;

}

.user:hover > .mhsm-dropdown{
	display:block;
	}


.mhsm-dropdown {
font-size: 17px;
font-weight: normal;
position: absolute;
top: 36px;
background: #f58428;
opacity: 0.95;
padding: 0 8px;
border-top: 1px solid #fe9744;
display: none;
width:181px;
z-index: 999;
}
.mhsm-dropdown .simple {
padding-top: 10px;
padding-bottom: 5px;
height: 25px;
border-bottom: 1px solid #fdc293;
display: block;
color: #fff;
}

.mhsm-dropdown li{ float:none; }

.mhsm-dropdown li:last-child a.simple {
border: 0 none;
}
.mhsm-dropdown .first-level a.simple {
color: #fff;
}
.mhsm-dropdown .first-level a.simple:after {
background-image:url(/static/img/layout/icons-sprites.png);
background-position: -348px -56px;
display: block;
float: right;
content: '';
width: 12px;
height: 12px;
position: relative;
}
.mhsm-dropdown .fl-dropdown {
padding-bottom: 15px;
display: none;
}
.mhsm-dropdown .fl-dropdown li {
padding-top: 13px;
}
.mhsm-dropdown .fl-dropdown li a {
padding-left: 12px;
font-size: 16px;
color: #fff;
}
.mhsm-dropdown .first-level.active a.simple:after {
background-position: -328px -56px;
}
.mhsm-dropdown .first-level.active .fl-dropdown {
display: block;
}

/*icons for profile*/

li.with-icon{
	background:none;
	padding:0;
	line-height:normal;
	}

li.with-icon a{
	display:block;
	width:100%;
	}

li.with-icon a:before{
	content: "";
    display: block;
    float: left;
    height: 20px;
    margin-left: 2px;
    margin-right: 15px;
    position: relative;
    top: -1px;
    width: 20px;
	background:url("/static/img/layout/icons-sprites.png") no-repeat
}

li.with-icon.to-profile a:before{
	background-position: -125px -589px;
}

li.with-icon.messages a:before {
	background-position: -125px -611px;
}
li.with-icon.photo-gallery a:before {
	background-position:-125px -642px
}
li.with-icon.account-settings a:before {
	background-position: -125px -673px
}
li.with-icon.logout a:before {
	background-position: -125px -703px
}

.user a .mhsm-text {
	display: inline-block;
	padding:4px 7px 0 20px
}

.user a .mhsm-arrow{
	background:url("/static/img/layout/icons-sprites.png") no-repeat scroll -1px -350px transparent;
	}


.container{
	width:100%;
	float:left;
    margin-right: -335px;
}

/* Left Content */
.leftbdy{
	background:#fffef7;
    margin:0 335px 0 0;
    padding: 26px 20px 20px 16px;
    border-right: 1px solid #E2E1DF;
	min-height: 1730px;
	overflow:hidden
	}

.leftbdy h1{
	background:url("/static/img/layout/icons-sprites.png") no-repeat scroll -103px -403px transparent;
	padding-left:66px;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight:700;
	font-size:33px;
	color:#F58428;
	line-height:38px;
	float:left;
	}

/* Sidebar Area */
.right_sidebar{
    float: left;
    padding: 36px 0 0 0;
    width: 332px;
	}
.right_sidebar .sidebar_wrapper{
    width: 332px;
}
.right_sidebar .sidebar_innr{
	padding:0 20px 0 18px;
	}

.right_sidebar .application{
	background:url("/static/img/layout/icons-sprites.png") no-repeat scroll -115px -440px transparent;
	padding-left:48px;
	font-size:19px;
	font-weight:700;
	color:#F58426;
	}

.right_sidebar .application span{
	color:#696969;
	font-size:15px;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	}
.right_sidebar .application span strong, .right_sidebar .application span strong span{
	font-weight:700;
}
.right_sidebar .application span strong span{
	color:#f58428;
}
.right_sidebar .sidebar_box{
	background:url(/static/img/layout/sidebar_box_bg.png) repeat-x;
	height:133px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:14px 0 0 17px;
	margin-top:26px;
	color:#EEEEEE;
	position:relative;
	font-family: 'PT Sans Narrow', sans-serif;
	}
*+html .right_sidebar .sidebar_box{
	z-index:-1;
}
.right_sidebar .sidebar_box .box_detail{
	padding:12px 0 0 20px;
	float:left
	}

.right_sidebar .sidebar_box .box_detail h3{
	font-size:28px;
	color:#EEEEEE;
	}

.right_sidebar .sidebar_box .box_detail h3 span{
	font-size:26px;
	display:block;
	padding-top:18px;
	}

.right_sidebar .sidebar_box .box_detail .launches{
	background: url("/static/img/layout/arrow.png") no-repeat scroll 0 0 transparent;
    bottom: 17px;
    color: #4b453e;
    font-size: 14px;
    line-height: 7px;
    position: absolute;
	padding-left:14px;
	font-weight:700;
    float: right;
    clear: both;
    right: 10px;
}

.right_sidebar .newsletter{
	background:#FCFCFC;
	border-bottom:#ECEAEA solid 1px;
	border-top:#ECEAEA solid 1px;
	margin:28px 0 0 0;
	padding:20px 0 20px 18px;
	}

.right_sidebar .newsletter .heading{
	background:url("/static/img/layout/icons-sprites.png") no-repeat scroll -115px -476px transparent;
	padding-left:48px;
	font-size:17px;
	color:#F58426;
	padding-bottom:22px;
	}

.right_sidebar .newsletter .heading span{
	color:#696969;
	font-size:13px;
	display:block;
	}

.right_sidebar .newsletter .text{
	border:#DFDFDF solid 1px;
	font-size:15px;
	background:#FFFEF7;
	color:#DAD9D7;
	height:33px;
	width:186px;
	border-right:none;
	font-family: 'PT Sans Narrow', sans-serif;
	padding-left:8px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	float:left;
	}

.right_sidebar .newsletter .news_submit{
	border:#E37E2D solid 1px;
	font-size:15px;
	background:#F6872C;
	color:#FFFEF7;
	height:35px;
	padding:0 10px;
	border-left:none;
	font-family: 'PT Sans Narrow', sans-serif;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor:pointer;
	}

.right_sidebar .social_likes{
	padding:28px 0;
	text-align:center;
	}

.right_sidebar .most_read{
	background:url("/static/img/layout/icons-sprites.png") no-repeat scroll -115px -537px transparent;
	padding-left:48px;
	font-size:17px;
	color:#F58426;
	padding-bottom:10px;
	}

.right_sidebar .most_read span{
	color:#696969;
	font-size:13px;
	display:block;
	}

.sidebar_article{
	border-bottom:#DEDEDE dashed 1px;
	padding:0 7px 18px 7px;
	margin-bottom:20px;
	}

.sidebar_article:last-child{
	border:none;
	padding:0 7px 18px 7px;
	margin:none;
	}

.sidebar_articles{
	border-bottom:#EEEEEE solid 1px;
	}

.sidebar_article h3{
	font-size:16px;
	padding:0 3px;
	color:#302C2D;
	background:#F3F3F3;
	font-family: 'PT Sans Narrow', sans-serif;
	}

.sidebar_article p{
	font-size:13px;
	color:#858585;
	padding:16px 0;
	line-height:normal;
	}

.sidebar_article .read_article{
	background: url(/static/img/layout/arrow_oring.png) no-repeat scroll 0 0 transparent;
    line-height: 6px;
    padding-bottom: 5px;
    padding-left: 12px;
	}

.sidebar_article .read_article a{
	color:#F58428;
	text-decoration:underline;
	}

.sidebar_article .read_article a:hover{
	text-decoration:none;
	}

.sidebar_ads{
	padding:24px 0 0 0;
	text-align:center;
	}


/* Footer Area */
#footer {
  height: 36px;
  width: 100%;
  position: relative;
}
.footerInnr{
	max-width:1600px;
}

.copyright {
    margin-top: 30px;
    margin-left: 40px;
}

.copyright img {
    float: left;
}

.copyright p {
    float: left;
    margin-top: 20px;
    padding-left: 20px;
}

.increvo {
    float: right;
    margin-right: 360px;
}

.increvo img {
    width: 100px;
}


#footer.scroll {
}
.footer_main {
  background-color: #221e1f;
  width: 100%;
  color: #fff;
  height: 120px;
}
.footer-hide {
	background-image: url(/static/img/layout/icons-sprites.png);
	position: absolute;
	right: 0;
	top: -23px;
	height: 23px;
	width: 34px;
	background-color: #f58428;
	background-position: -365px -51px;
	display: block;
	display:none;
}
.footer_bar {
	background:#F58428;
    /*
	height: 36px;
    */
	height: 10px;
	margin-top: -3px;
	clear: both;
	width: 100%;
	}

#footer .footer_box{
	background:#221E1F;
	height:286px;
	display:block;
	position:absolute;
	bottom:39px;
	width:100%;
	z-index:99999;
	display:none;
	}

.show_footer {
	width: 151px;
	background-color: #221e1f;
	height: 40px;
	line-height: 37px;
	padding: 0 0 0 77px;
	display: block;
	float: left;
}
.show-footer-text {
	font-family: 'PT Sans Narrow', sans-serif;
	color: #fff;
	font-size: 17px;
	font-weight:700;
	float:left;
}
.show-footer-arrow {
	background-image: url(/static/img/layout/icons-sprites.png);
	background-position: -3px -453px;
	width: 14px;
	height: 10px;
	float:left;
	margin-left: 20px;
	margin-top:13px;
}
.footer_bar_share {
	float: right;
	padding:5px 40px 1px 0;
	border-right: 1px solid #fb913b;
}
.facebook, .twitter, .google {
	background-image: url(/static/img/layout/icons-sprites.png);
	margin-left: 8px;
	width: 62px;
	height: 28px;
	display: inline-block;
	float: left;
}
.share-count {
	margin-left: 30px;
	margin-top: 3px;
	display: inline-block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 13px;
}
.facebook {
	background-position: 0 -478px;
}
.share-count {
	color: #3c5a99;
}
.twitter {
	background-position: 0 -517px;
}
.twitter .share-count {
  color: #07aeed;
}
.google {
	background-position: -2px -557px;
}
.google .share-count {
	color: #ef4a36;
}
.embed, .add {
	background-image: url(/static/img/layout/icons-sprites.png);
	margin-left: 8px;
	width: 30px;
	height: 30px;
	display: inline-block;
	float: left;
}
.embed {
	background-position: -71px -478px;
}
.add {
	background-position: -71px -517px;
}
.go_top {
	float: right;
	margin-right: 17px;
	width: 318px;
	text-align: right;
	border-left: 1px solid #e46c0b;
	height: 36px;
	line-height: 36px;
}
.go_top a {
  display: inline-block;
  border:none;
}
.go_top span {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 17px;
	color: #bc6015;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px #ff9035;
}
.go_top_arrow {
	width: 16px;
	height: 16px;
	display: inline-block;
	background-image: url(/static/img/layout/icons-sprites.png);
	background-position:-75px -558px

}

/**
 *  Common
 */

.show_more:hover {
    color: black;
}
.show_more {
	background:url(/static/img/layout/show_more_bg.png) repeat-x;
	line-height:44px;
	border:#E2E1E1 solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:block;
	text-align:center;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
}


div.simple_desc {
    border-top: #F2F2F2 solid 1px;
    margin: 7px 0 0 0;
    padding: 10px 0 0 0;
    margin-bottom: 34px;
}

div.simple_desc p {
    font-size: 15px;
}

.socail_area{
	float:right;
    margin-right: 20px;
}

.st_api_buttons {
    display: none;
}
