body {
	background: #fff;
	font-family: "RobotoDraft", "Roboto", sans-serif;
    font-size: 15px;
	line-height: 24px;
	background: #fff;
	color: #333;
}
/* TinyMCE specific rules */
body.mceContentBody {
	background: #fff;
}
a:link, a:visited {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #000;
}
a:active {
	text-decoration: none;
	color: #43484E;
	border-bottom: 1px dotted #000;
}
a:hover {
	border-bottom: 1px dotted  #FF0000;
	color: #43484E;
}
a.btn {
	color: #FFF !important;
}
a.btn:hover {
	color: #FC0 !important;
}

/* top
================================================== */
#topWrapper {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	float: left;
	display: block;
}
.topContainer {
	float: left;
	width: 100%;
	background: #000 url(../images/top_bg.png) repeat-x bottom;
	border-bottom: 1px solid #666;
	top: 0px;
}
.topInfo {
	color: #F2F2F2;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 20px;
	float: left;
	width: 100%;
	height: 30px;
    font-size: 14px;
}


#topStats {
	text-align: right;
}

#topMarquee {
	padding-top: 1px;
	font-weight: normal !important;
}

#topMarquee a {
	color: #FC3;
}

#topStats span {
	margin-right: 10px;
	display: inline;
}

/* logoWrapper
================================================== */


#logoWrapper {
	float: left;
	width: 100%;
	background: #E6E6E6 url(../images/logo_bg.png) repeat-x bottom;
	height: 100px;
}

#mainLogo img {
	max-height: 90px;

}
#mainLogo {
	margin-top: 35px;
	padding-top: 2px;
	margin-left: -15px !important;

}

#topNav {
	margin-top: 45px;
}


#topNav .dropdown-menu li {
	display: inline;
	margin: 5px 0px 0px 5px;
	float: left
}
#topNav .dropdown-menu a:hover {
	background: none !important;
}


#topNav .dropdown-menu li.home {
	padding-left: 3px !important;
	background: url(../images/icons/mhome.png) no-repeat;
}
#topNav .dropdown-menu li.register {
	padding-left: 3px !important;
	background: url(../images/icons/user_add.png) no-repeat;
}
#topNav .dropdown-menu li.login {
	padding-left: 3px !important;
	background: url(../images/icons/login.png) no-repeat;
	position: relative;
	z-index: 600;

}
#topNav .dropdown-menu li.support {
	padding-left: 3px !important;
	background: url(../images/icons/email_edit.png) no-repeat;
}
#topNav .dropdown-menu li.product {
	padding-left: 3px !important;
	background: url(../images/icons/product.png) no-repeat;
}
#topNav .dropdown-menu li.classified_ads {
	padding-left: 3px !important;
	background: url(../images/icons/classified_ads.png) no-repeat;
}
#topNav .dropdown-menu li.calculator {
	padding-left: 3px !important;
	background: url(../images/icons/calculator.png) no-repeat;
}
#topNav .dropdown-menu li.mlogout {
	padding-left: 3px !important;
	background: url(../images/icons/logout.png) 0px 0px no-repeat ;
}

#topNav .topbox {
	height: 44px;
	padding-top: 9px;
	text-align: center;
    width: auto;
    
}

#topNav .topbox ul li {
display: inline;
	margin: 10px 0px 0px 20px;
}

#topNav .topbox ul li a {
	color: #000;
	border-bottom: none !important;
	font-size: 17px;
	text-shadow: 0 1px 0 #FFF;
    font-weight:  bold
}

#topNav .topbox ul li a:hover {
	color: #666;
}


#topNav .topbox li.home {
	padding-left: 22px;
	background: url(../images/icons/mhome.png) no-repeat;
}
#topNav .topbox li.register {
	padding-left: 22px;
	background: url(../images/icons/user_add.png) no-repeat;
}
#topNav li.login {
	padding-left: 22px;
	background: url(../images/icons/login.png) no-repeat;
	position: relative;
	z-index: 600;
	padding-right: 25px;
}
#topNav li.support {
	padding-left: 22px;
	background: url(../images/icons/email_edit.png) no-repeat;
}
#topNav li.product {
	padding-left: 222px;
	background: url(../images/icons/product.png) no-repeat;
}
#topNav li.classified_ads {
	padding-left: 22px;
	background: url(../images/icons/classified_ads.png) no-repeat;
}
#topNav li.calculator {
	padding-left: 25px;
	background: url(../images/icons/calculator.png) no-repeat;
}
#topNav li.logout {
	padding-left: 25px;
	background: url(../images/icons/logout.png) no-repeat;
}


#toplogin {
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
 -ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	background-color: #666;
	color: #c2dfea;
	filter: alpha(opacity=90);
	opacity: 0.9;
	padding: 5px;
	position: absolute;
	right: 0;
	z-index: 500;
	width: 200px;
 
}
#toplogin form {
	-khtml-opacity: 1.0;
	-moz-opacity: 1.0;
-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: alpha(opacity=100);
	opacity: 1.0;
}
#toplogin form input.text {
	width: 180px;
}
#toplogin form label.left {
	display: block;
	width: 200px;
	color: #fff;
	float: none;
	line-height: 30px;
	padding: 0;
	text-align: left;
}
#toplogin form .form-field {
	width: 200px;
}
#toplogin form .submit {
	width: 200px;
	overflow: hidden;
	line-height: 30px;
}
#toplogin form .submit a.forgot {
	float: left;
	color: #fff !important;
}
#toplogin {
	display: none;
}


#toplogin  a {
	font-size: 13px !important;
    font-weight: normal !important;

}


/* header
================================================== */

#headerWrapper {
	background: #000 url(../images/header_bg.png) repeat-x bottom;
	float: left;
	width: 100%;
}
#headerWrapper.headerline {
	border-bottom: 1px solid #66F;
}
.headerStatic {
	width: 100%;
	position: static;
}
#soloContent {
	width: 100%;
	height: 100%;
}
#theframe {
	width: 100%;
	height: 100%;
}
/* bannerWrapper
================================================== */

#bannerWrapper {
	float: left;
	width: 100%;
	position: relative
}
#mainBanner {
	width: 100%;
	height: 500px;
	position: relative;
	float: left;
}
/* topMenu
================================================== */
#topmenuWrapper {
	float: left;
	width: 100%;
	height: 36px;
	background: url(../images/topmenu_bg.jpg);
}
#topMenu {
	width: 100%;
	margin-top: 2px;/*background: url(../images/topmenu_bg.jpg);*/
	/*float: left;*/

}
/* title
================================================== */
#titleWrapper {	
margin-top: 5px;
	float: left;
	width: 100%;
}
#titleWrapper .titlebox {
	height: 40px;
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background: url(../images/title_bg.jpg) no-repeat;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#titleWrapper a {
	color: #333;
}
#titleWrapper a:hover {
	color: #333;
}
.pageTitle {
	background: url(../images/title.png) 10px 5px no-repeat;
	padding-left: 50px;
	float: left;
}
.pageTitle a {
	color: #333 !important;
}
.pageTitle h2 {
	color: #777;
	letter-spacing: 2px;
	font-size: 16px;
}
#titleWrapper .changeLanguage {
	padding-top: 5px;
	float: right;
	text-align: right;
}
#titleWrapper .postSaved {
	color: #fff;
	float: right;
	text-align: right;
	line-height: 25px;
	padding: 5px 25px 5px 22px;
	background: url(../images/icons/note_edit.png) 0 7px no-repeat;
}
/* Content
================================================== */
#contentWrapper {
	width: 100%;

	height: 100%;
}
.contentContainer {
	float: left;
	min-height: 150px;
	width: 100%;
	background-color: #FFF;
}
.contentContainer .colum {
	display: table-cell;
	vertical-align: top;
}
.contentContainer .contentLeft {
	width: 190px;
	margin-right: 7px;
}
.contentContainer .contentMain {
	width: 100%;
	display: table-cell;
}
.contentContainer .contentRight {
	width: 160px;
	margin-left: 5px;
}
.contentContainer .contentbox {
	background: #fdfdfd;
	border: #d1d1d1 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.contentContainer .content {
	padding: 10px 10px 20px 10px;
	min-height: 200px;
}
.contentMain .social {
	height: 48px;
	position: relative;
}
.contentMain .socialbox {
	height: 48px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background: url(../images/social_bg.jpg) repeat-x top;
}
/* Footer
================================================== */
#footerJWrapper {
	background-color: #CCC;

	width: 100%;
	height: 50px;
	color: #E4E4E4;
	margin-top: 20px;
}
#footerWrapper {
	border-top: 5px solid #424242;
	background: url(../images/footer_bg.png);

	width: 100%;
	color: #000;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
}
#footerWrapper .colum {
	display: table-cell;
}
#footerWrapper .padding-left {
	padding-left: 10px;

}
#footerWrapper .padding-right {
	padding-right:  10px;
}

#footerWrapper h4 {
	font-size: 16px;
    font-weight: bold;
	color: #555;
	letter-spacing: 1px;
	display: block;
	border-bottom: 1px dotted #555;
	background: url(../images/ffinfo.png) no-repeat 0px 7px;
	padding-left: 20px;
	margin: 20px 0 10px 0;

}
#footerWrapper .footerInfo {
	width: 100%;
	display: table;
}
#footerWrapper .contact {
	text-align: right;
	width: 170px;
}
#footerWrapper .contactWrapper {
	width: 170px;
}
#footerWrapper .contact h4 {
	text-align: left;
}
#footerWrapper .contactYm {
	padding-top: 3px;
}
#footerWrapper .contactPhone {
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
#footerWrapper .footerNews {
	height: 400px;

}
#footerWrapper .footerNewsList {
	margin-top: 5px;
	margin-bottom: 10px;
}
#footerWrapper .footerNewsList .body {
	margin-top: 5px;
	line-height: 23px;

}
#footerWrapper .footerNewsList .subject {
	font-weight: bold;
	color: #000;
	background: url(../images/icons/rss-small.png) 0px 0px no-repeat;
	padding-left: 16px;
}
#footerWrapper span.more {
	display: inline-block;
	height: 12px;
	width: 44px;
	background: url(../images/more.png) no-repeat bottom;
	margin-left: 5px;
	cursor: pointer;
}
#footerWrapper .testimonialWrapper {
	width: 230px;
	height: 400px;
}
#footerWrapper .testimonial {
}
#footerWrapper .testimonial .subject {
	font-weight: bold;
}
#footerWrapper .testimonial .body {
	line-height: normal;
    font-size: 14px;
}
#footerWrapper .testimonial .name {
	font-weight: bold;
	padding-left: 17px;
	background: url(../images/icons/comment.png) 0px 3px no-repeat;
}
#footerWrapper .lastmembers {
	width: 200px;
	height: 350px;
}
#footerWrapper .totalmembers {
	background: url(../images/elist.png) 0px 6px no-repeat;
	padding-left: 12px;
	float: left;
}
#footerWrapper .lastmembers li {
	list-style: none;
	float: left;
	padding: 1px;
	padding-right: 10px;
}
#footerWrapper .lastmembers li img {
	cursor: pointer;
	border: #999 solid 2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#footerWrapper .socialicons {
	margin-top: 35px;
}
#footerWrapper .socialicons li {
	list-style: none;
	float: left;
	padding-right: 10px;
	margin-top: 10px;
}
#footerWrapper .socialicons li a {
	position: relative;
	display: block;
	text-indent: -9999px;
	height: 24px;
	width: 24px;
	border-bottom: none !important;
}
#footerWrapper .socialicons ul.icons {
	margin: 5px 0px 0px 0px;
}
#footerWrapper .socialicons ul.icons li.icon-facebook {
	background: url("../images/social/facebook.png") no-repeat top;
}
#footerWrapper .socialicons ul.icons li.icon-facebook:hover {
	background: url("../images/social/facebook.png") no-repeat bottom;
}
#footerWrapper .socialicons ul.icons li.icon-twitter {
	background: url("../images/social/twitter.png") no-repeat top;
}
#footerWrapper .socialicons ul.icons li.icon-twitter:hover {
	background: url("../images/social/twitter.png") no-repeat bottom;
}
#footerWrapper .socialicons ul.icons li.icon-googleplus {
	background: url("../images/social/googleplus.png") no-repeat top;
}
#footerWrapper .socialicons ul.icons li.icon-googleplus:hover {
	background: url("../images/social/googleplus.png") no-repeat bottom;
}
#footerWrapper .socialicons ul.icons li.icon-youtube {
	background: url("../images/social/youtube.png") no-repeat top;
}
#footerWrapper .socialicons ul.icons li.icon-youtube:hover {
	background: url("../images/social/youtube.png") no-repeat bottom;
}
#footerWrapper .socialicons ul.icons li.icon-linkedin {
	background: url("../images/social/linkedin.png") no-repeat top;
}
#footerWrapper .socialicons ul.icons li.icon-linkedin:hover {
	background: url("../images/social/linkedin.png") no-repeat bottom;
}
#footerWrapper .socialicons ul.icons li.icon-blog {
	background: url("../images/social/blog.png") no-repeat top;
}
#footerWrapper .socialicons ul.icons li.icon-blog:hover {
	background: url("../images/social/blog.png") no-repeat bottom;
}
/* Copyrigh
================================================== */
#copyrightWrapper {
	background: url(../images/copyright_bg.png);

	width: 100%;
	min-height: 75px;
	color: #111 !important;
	padding-top: 10px;
}
#copyrightWrapper a {
	color: #333 !important;
}

#copyrightWrapper a:hover {
	color: #FFF !important;
}

#copyrightWrapper .footer-info .copyright {
	padding-top: 5px;
}
#copyrightWrapper .footer-info .software {
	font-size: 12px;
}
#copyrightWrapper .software-info a {
	color: #333 !important;
}
#copyrightWrapper .terms {
	text-align: right;
	float: right;
	margin-top: 20px;
}
/* Sidebar
================================================== */
.widget {
	margin-bottom: 2em;
	border: 1px solid #ddd;
	box-shadow: 5px 5px 3px grey;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
}
.widget-head {
	background: url(../images/widget-head.png);
	border-bottom: 1px solid #666;
	color: #fff;
	height: 35px;
}
.widget-head h3 {
	float: left;
	font-size: 13px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
.widget-head h3.widget-why {
	padding-left: 25px;
	background: url(../images/icons/favourite.png) 5px 7px no-repeat;
}
.widget-head h3.widget-sponsor {
	padding-left: 25px;
	background: url(../images/icons/user_green.png) 5px 7px no-repeat;
}
.sponsorPhoto {
	padding: 10px;
	text-align: center;
}
.widget .widget-p p {
	background: url(../images/icons/small-arrow.png) 7px 19px no-repeat;
	line-height: 14px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	text-shadow: 0 1px 0 #eee;
	text-align: left;
}
.widget-body {
	padding: 5px;
}
/* News
================================================== */

.newsList {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.newsList .date {
	display: block;
}
.newsList .subject {
	background: url(../images/elist.png) 0px 10px no-repeat;
	padding-left: 12px;
	line-height: 200%;
	display: block;
	font-weight: bold;
	border-bottom: 1px dotted #999;
}
.newsList .body {
	padding: 5px 0 5px 0;
}
.etooltip {
	background: #FC9 url(../images/tip_bg.png);
	border: 1px solid #fff;
	margin-top: 10px;
	padding: 0px 5px;
	display: none;
	color: #333;
	text-align: left;
	font-size: 12px;
	-moz-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
/* Config
================================================== */
table.config {
	width: 100%;
}

table.config td {
	padding: 3px;
	vertical-align: top;
    padding-bottom: 10px;
    padding-top: 5px;
}

.confighead {
	padding-left: 20px !important;
	padding-top: 20px !important;
	padding-bottom: 5px !important;
	border-bottom: 1px dashed #666;
	vertical-align: middle !important;
	text-align: left;
	font-weight: bold;
	background: url(../images/icons/config_edit.png) 0 20px no-repeat;
}
.configbutton {
	background-color: #E5E5E5;
	font-weight: bold;
	vertical-align: middle !important;
}
/* Tables
================================================== */
table.tablist {
	width: 100%;
	text-align: left;
	border: 1px solid #CCC;
	border-collapse: collapse;
	line-height: 35px;
	margin-top: 5px;
}
table.tablist .tablisthead {
	color: #454545;
	border-bottom: 1px solid #CCC;
	background: #e6EEEE url(../images/td_bg.jpg) repeat-x bottom !important;
	font-variant: small-caps;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
}
table.tablist td {
	padding: 4px;
	vertical-align: top;
}
table.tablist tr {
	background-color: #fff;
	border-bottom: 1px solid #CCC;
}
table.tablist tr:hover {
	color: #333;
	font-weight: bold;
}
table.tablist a:link, a:visited {
	text-decoration: none;
}
table.tablist .list {
	cursor: pointer;
}
table.tablist span.space {
	background: url(../images/icons/small-arrow.png) 0 6px no-repeat;
	padding-left: 7px;
	cursor: pointer;
}
.tablist .tablistbutton {
	background-color: #F1F1F1 !important;
}
.tablistbutton .pagenum {
	padding: 5px 0px 0px 10px;
	float: left;
	text-align: left;
}
.tablistbutton .tbutton {
	float: right;
	text-align: right;
	padding-right: 10px;
}
/* Downloads
================================================== */
.dlList {
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	background-color: #F8F9FA;
	border: 1px solid #E3E3E3;
}
.dlList .dlName {
	color: #666;
	padding: 5px;
	display: block;
	font-weight: bold;
	background-color: #F8F9FA;
	border: 1px solid #fff;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}
.dlList .dlBody {
	padding: 5px;
	display: block;
	background-color: #F7F8F9;
	border-top: 1px solid #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}
.dlList .dlImg {
	width: 120px;
	vertical-align: top;
}
.dlList .dlDesc {
	text-align: left;
	vertical-align: top;
}
.dlList img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #F8F9FA;
	border: 1px solid #E3E3E3;
}
.dlList .dlInfo {
	padding: 5px;
	display: block;
	border: 1px solid #fff;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
/* Paging
================================================== */
.pagenum {
	text-align: center;
}
.pagenum span {
	border: 1px solid #999;
	margin-left: 2px;
	margin-right: 2px;
	padding: 0 3px 0 3px;
}
.pagenum .current-num {
	font-weight: bold;
	color: #231C1C;
}
/*====================
====== Menus =====
======================*/

/* accordionMenu
================================================== */
.accordionMenu {
	list-style: none;
}
.accordionMenu a, .accordionMenu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #666666;
}
.accordionMenu li a {
	display: block;
}
.accordionMenu li {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	border-bottom: 1px solid #C8E0FB;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	border: 1px solid #C8E0FB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-bottom: 3px;
	background: #fff;
	color: #4e4e4e;
	position: relative;
}
.accordionMenu li a {
	padding-left: 17px !important;
	background: url(../images/icons/seelist.png) 0 5px no-repeat;
}
.accordionMenu li li {
	position: relative;
	border: none;
	border-radius: 0px;
	border-top: 1px solid #C8E0FB;
	background: none !important;
}
.accordionMenu li li a {
	padding-left: 17px !important;
	background: url(../images/icons/small_list.png) 0 5px no-repeat;
}
.sf-menu {
	line-height: 16px;
	float: right;
	margin-bottom: 1em;
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
 *white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
	padding: 8px 15px;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a, .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
}
.sf-menu li a:hover {
	color: #E2C4FB;
	border-bottom: 1px solid #FC0;
}
.sf-menu li li a {
	text-transform: inherit;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 15em; /* allow long menu items to determine submenu width */
	width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu li.last {
	border-bottom: 1px solid #fff;
}
.sf-menu li li {
	background: #484848 url(../images/sf-menu_bg.png);
	margin-left: 0px;
}
.sf-menu li li li {
	background: #484848 url(../images/sf-menu_bg.png);
}
.sf-menu li:hover, .sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
.navbar {
	border-radius: 0;
	border-bottom: 0;
}
.navbar-toggle {
	margin-top: 0;
	background-color: #333;
}
.nav li a:hover {
	color: #FFF;
	border-bottom: 1px solid #FC0;
}
.nav a {
	color: #FFF;
	text-shadow: none;
}
.nav li {
	color: #FFF;
}
.navbar-brand h1 {
	padding: 0;
	margin: 0;
}
.navbar-nav.navbar-right li {
	padding: 0 1px;
	color: #39F;
	font-size: 15px;
}
.navbar-nav.navbar-right li li {
	font-size: 14px;
}
.navbar-nav.navbar-right li a {
	padding: 0;
	-webkit-transition: all .9s ease 0s;
	-moz-transition: all .9s ease 0s;
	-o-transition: all .9s ease 0s;
	transition: all .9s ease 0s;
	padding: 6px 15px;
}
.navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-inverse .navbar-nav .active a, .navbar-inverse .navbar-nav .active a:focus, .navbar-nav.navbar-right li a:hover {
	color: #930;
}
.sm-collapsible {
	background: rgba(255, 255, 255, 0.952941);
	border-right: 1px solid #ccc;
	box-shadow: rgba(0, 0, 0, 0.298039) 0px 0px 3px;
	position: absolute;
	right: 30px;
	display: inline-block;
	width: 100%;
	z-index: 999999;
}
.sm-collapsible a {
	color: #333;
}


/* IM
================================================== */
.IM-phone {
	position: relative;
	display: inline-block;
	background: url(../images/icons/contact.png) 0px no-repeat;
	cursor: pointer;
	padding-left: 20px;
	cursor: pointer;
}
.IM-contact {
	position: relative;
	display: inline-block;
	background: url(../images/icons/chat-icon.png) 0px no-repeat;
	cursor: pointer;
	padding-left: 20px;
	cursor: pointer;
}
.IM-contact .IM-tooltip {
	background-color: #FFF;
	border: 1px solid #E3E3E3;
	visibility: hidden;
	border-radius: 6px;
	padding: 10px 50px 20px 10px;
	position: absolute;
	z-index: 1;
	top: 125%;
	left: 50%;
	margin-left: -60px;
	opacity: 0;
	transition: opacity 1s;
	text-align: left !important;
}
.IM-contact .IM-tooltip::after {
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
	transform: rotate(-180deg);
	-webkit-transform: rotate(-180deg);
}
.IM-contact:hover .IM-tooltip {
	visibility: visible;
	opacity: 1;
}
.egnIM-line {
	display: inline;
	background: url(../images/im/line.png) 0px 0px no-repeat;
	background-size: 20px 20px;
	width: 24px !important;
	height: 24px !important;
	cursor: pointer;
	padding-top: 3px;
	padding-left: 30px;

}
.egnIM-skype {
	display: inline;
	background: url(../images/im/skype.png) 0px 0px no-repeat;
	background-size: 20px 20px;
	width: 24px !important;
	height: 24px !important;
	cursor: pointer;
	padding-top: 3px;
	padding-left: 30px;
}
.egnIM-viber {
	display: inline;
	background: url(../images/im/viber.png) 0px 0px no-repeat;
	background-size: 20px 20px;
	width: 24px !important;
	height: 24px !important;
	cursor: pointer;
	padding-top: 3px;
	padding-left: 30px;
}
.egnIM-whatsapp {
	display: inline;
	background: url(../images/im/whatsapp.png) 0px 0px no-repeat;
	background-size: 20px 20px;
	width: 24px !important;
	height: 24px !important;
	cursor: pointer;
	padding-top: 3px;
	padding-left: 30px;
}
.egnIM-telegram {
	display: inline;
	background: url(../images/im/telegram.png) 0px no-repeat;
	background-size: 20px 20px;
	width: 24px !important;
	height: 24px !important;
	cursor: pointer;
	padding-top: 3px;
	padding-left: 30px;
}
.egnIM-facebook {
	display: inline;
	background: url(../images/im/facebook.png) 0px no-repeat;
	background-size: 20px 20px;
	width: 24px !important;
	height: 24px !important;
	cursor: pointer;
	padding-top: 3px;
	padding-left: 30px;
}
.egnIM-hangouts {
	display: inline;
	background: url(../images/im/hangouts.png) 0px no-repeat;
	background-size: 20px 20px;
	width: 24px !important;
	height: 24px !important;
	cursor: pointer;
	padding-top: 3px;
	padding-left: 30px;
}
.egnIM-wechat {
	display: inline;
	background: url(../images/im/wechat.png) 0px no-repeat;
	background-size: 20px 20px;
	width: 24px;
	height: 24px;
	cursor: pointer;
	padding-top: 3px;
	padding-left: 30px;
	display: inline-block
}
.egnIM-LiveSupport {
	cursor: pointer;
	margin-top: 7px;
}
