/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* 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,dl,dt,dd,ol,nav ul,nav 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;
border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
@font-face {
	font-family: 'AmbleRegular';
    src: url( ../fonts/Amble-Light-webfont.ttf ) format("truetype"); 
}
@font-face {
	font-family: 'AmbleBold';
    src: url( ../fonts/Amble-Bold.ttf ) format("truetype"); 
}
@font-face {
	font-family: 'Fenix';
    src: url( ../fonts/Fenix-Regular.ttf ) format("truetype"); 
}
body{
	font-family: 'AmbleRegular';
	background: #F6F6F6;
    /*background-image: url(../images/christmasbg.png);
    background-position-y: 120px;
    background-position-x: center;
    background-repeat: no-repeat;*/
}
body em {
    font-style: italic;
}
body i {
    font-style: italic;
}
body li>a>i {
    font-style: normal;
}
body b {
    font-weight: bold;
    font-family: 'AmbleBold';
}
.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.wrap2{
	width:100%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.wrap2 hr{
    margin-bottom: 10px;
    margin-top: 10px;
}
.total{
	
	background: #F6F6F6;
}
.banner{
	padding-bottom: 2%; 
	background: #fff no-repeat center bottom;
}

.header-top{
	padding-bottom: 20px;
}
.header-bot{
	/*padding: 0% 0 2%;*/
}
.header_bottom {
	background: url(../images/menu-bg.gif);
    margin-bottom: 10px;
}
/*--menu--*/
.menu{
	 float:left;
    background:url(../images/menu-bg.gif);
}
.menu li{
	display:inline-block;
}
 .menu li:first-child{
   	margin-left:0;
}
.menu li a{
  	font-family: 'ambleregular';
	font-size: 0.823em;
	text-transform: capitalize;
	color: #FFF;
	display: block;
	padding: 16px 20px;
    border-right-style: dashed;
	border-right: 1px ridge #585858;
	-webkit-transition: all .9s;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-ms-transition: all .9s;
	transition: all .9s;

}
#nav .current a {
   color:#fff;
   background:#d93737;
   -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.menu li a:hover ,.menu li.active a{
    color: #fff;
   background:#d93737 !important;
} 
.toggleMenu {
	display:  none;
   	padding:4px 5px 0px 5px;
    border-radius:2em; 
    -webkit-border-radius:2em;
    -moz-border-radius:2em;
    -o-border-radius:2em; 
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
	width: 9em;
    z-index: 9999;/*I kept it here because of the slider so that the submenu can come on top */
}

.nav li a {
	display: block;
	padding: 13px 20px;

	font-size:0.823em;
}

.nav li li a {
	display: block;
	padding: 8px 20px;
    width: 180px;
	font-size:0.823em;
}
.nav li {
    position: relative;
}
.nav li.active a, .nav li a:hover {
	/*border-bottom:5px solid #000;*/
}
.nav > li {
    float: left;
}

.nav li  ul {
    position: absolute;
    left: -9999px;
    
}
.nav > li.hover > ul {
    left:0px;/*0px*/
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
    -webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition:  background .2s linear;
	transition: background .2s linear;
}
.nav li li a {
	font-size: 0.823em;
	/*padding: 5px;*/
	display: table;
	color:#fff;
	background: #000;/*rgba(73, 93, 137, 0.56)*/
	position: relative;
	z-index:9999;
	border-top: 1px solid rgba(233, 233, 233, 0.09);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav li li li a {
    background:#e4551d;
    z-index:200;
    border-top: 1px solid #d93737;
}
.nav li li a:hover{
	background:#e4551d;
	color:#fff;
	border-bottom:none;
}
.nav li a:hover, .nav li.active a {
	/*background: url(../images/head-bg.gif) 0 0 repeat;*/
    background: #d93737;
}

.search_box {
	float: right;
	border: 1px solid #3C3C3C;
	background: #FFF;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	position: relative;
	margin-top: 8px;
	margin-right: 15px;
	width: 25%;
}
.search_box form input[type="text"] {
	border: none;
	outline: none;
	background: none;
	font-size: 12px;
	color: #ACACAC;
	width: 75%;
	padding: 3px;
}
.search_box form input[type="submit"] {
	border: none;
	cursor: pointer;
	background: url(../images/search.png) no-repeat 0px 7px;
	position: absolute;
	right: 0;
	width: 20px;
	height: 25px;
}
/*.slider{
	height: 170px;/*396px*/
	float: left;
	width:960px;/*854px*/
}*/

.details-list {
	float: left;
	background:url(../images/add.gif);
}
a.details {
	display: block;
	width:40px;
	height:40px;
	background: url(../images/cart.png);
}
.f-right{
	float: right;
}    
p.welcome-msg {
	font-weight: bold;
    color: #d93737;
	float: right;
}
.links li {
	display: inline;
}
.links li a {
	white-space: nowrap;
	color: #000;
	text-decoration: none;
	background: url(../images/top-link-marker.gif) no-repeat 0 5px;
	padding-left: 9px;
}
.links li a:hover {
	color: #d93737;
}
.links{
	padding-top:10px;
}
.links li {
	padding-left: 14px;
}
.header-para {
	float: left;
	width: 285px;
	height: auto;
}
.banner1 {
	height: 198px;
	background: url(../images/menu-bg.gif) 0 0 repeat;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 5px solid #666;
	text-align: center;
}
.text10 {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 22px;
	font-size: 36px;
	line-height: 36px;
}
.text11 {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: -8px;
	font-size: 72px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	line-height: 72px;
}
.text12 {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 4px;
	font-size: 21px;
	line-height: 21px;	
}
span.link1 {
	color: #FFF;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	text-decoration: underline;
}
.banner1:hover .text11 {
	color: #0086BA;
}
span.link1:hover {
	text-decoration:none;
}
.banner2 {
	height: auto;
	/*background: url(../images/menu-bg.gif) 0 0 repeat;*/
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*border-top: 5px solid #00A4CD;*/
	text-align: center;
    border: 1px solid #E7E5E5;
    font-family: 'AmbleRegular'; 
}
.text13 {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 30px;
	padding-top: 46px;
	line-height: 30px;
}
.text14 {
	display: block;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: -4px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	font-size: 48px;
	line-height: 48px;
}
.banner2:hover .text14 {
	color: #2F2A30;
}
/*--content--*/
/*  GRID OF FOUR   ============================================================================= */
.col_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
.span_1_of_4 {
	width: 23.8%;
}
.span_1_of_4 ul li a img{
    /*width: 50%;*/
    
}
.scrollup{
background: url("../images/back-to-top-icon.png") no-repeat scroll 0 0 #000;
    bottom: 20px;
    display: none;
    height: 44px;
    position: fixed;
    right: 10px;
    text-indent: -9999px;
    width: 44px;
}
.scrollup2{

    top: 150px;
    display: none;
    height: auto;
    position: fixed;
    right: 10px;
    width: 100px;
    font-size: 14px;
    background: url(../images/menu-bg.gif) #000;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.scrollup2 p a:hover {
    color: #d93737;
}
.scrollup2  p{
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.article_images img {
    width: 31.8%;
}
.span_1_of_4  h3{
	color:#333;
	margin-bottom:20px;
	font-size:1.3em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}

.span_1_of_14 {
	width: 23.8%;
    height: auto;
    text-align: center;
}
.span_1_of_14 p a{
	color: #000;
    text-align: center;
}
.span_1_of_14  p {
	font-size:0.8125em;
	padding:0.3em 0;
	color: #fff;
	line-height: 1.5em;
    text-align: center;
}

	color:#333;
	margin-bottom:20px;
	font-size:1.3em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_1_of_14  p {
	font-size:0.8125em;
	padding:0.3em 0;
	color: #fff;
	line-height: 1.5em;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_4 {
		width:94%;
		padding:3%;  
	}
    .span_journal_menu {
        width: 94%;
        padding: 1%
    }
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_4 {
		width:92%;
		padding:4%; 
	}
    .span_journal_menu {
        width: 92%;
        padding: 1%
    }
}
span.price{
	float:left;
	color: #383838;
	font-size: 1.5em;
	padding-top: 5px;
}
.prod-inner{
	border-bottom:1px solid #E7E5E5;
	border-left:1px solid #E7E5E5;
	border-right:1px solid #E7E5E5;
	padding: 4%;
}
.prod-inner a{
	float:right;
	display: inline-block;
	padding: 7px 12px 7px;
	margin-bottom: 0;
	font-size: 13px !important;
	line-height: 20px !important;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background: url(../images/head-bg.gif) 0 0 repeat;color: #FFF;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-shadow: none;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.prod-inner a:hover{
	text-decoration:underline;
}
.product-desc{ 

	border:1px solid #E7E5E5;
   /* padding-top: 10px;
*/
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
	text-align: center;
}
.prod_bold {
    font-weight: bold;
}
.prod_color h4 {
    color: #d93737;
}
.product-desc a{
    text-align: center;
}
.product-desc h4{
	color: #d93737;
    margin-top:5px;
    font-weight: bold;
	font-size:1.0em;
    margin-bottom: 5px;
}
.product-desc h4 span{
    color: #f00;
}
.product-desc p{
color: #000;
}

.product-desc a:hover {
    color: #d93737;
}
.product-desc img{
    padding-top: 10px;
    padding-bottom: 10px;
    height: 60px;
    width: 60px;
   vertical-align: middle;
	text-align: center;
/*
    width: 70%;
    padding-left: 30px;
*/
}

.sellers h4{
	color: #272727;
	text-transform: uppercase;
	height: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-top:5px;
    padding-bottom: 1px;
	font-weight: normal;
	margin:20px 0;
	font-size: 16px;
	/*border: 1px solid #EFEFEF;*/
	line-height: 1.2em;
}	
h4 span span {
	color: #d93737;
}         
/*  GRID OF THREE   ============================================================================= */
.col_1_of_3{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	background: #F0F0F0;
}
.col_1_of_3:first-child { margin-left: 0; }
.span_1_of_3 {
	width: 32.2%;
}
.span_1_of_3  h3{
	color:#C94848;
	margin-bottom:0.5em;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_1_of_3  p  {
	font-size:0.8125em;
	padding:0.5em 0;
	color: #fff;
	line-height: 1.5em;
}


/****Span journal****/
.span_journal_menu {
	width: 20.3%;
    border: 1px solid #eaedf1 ;
    background: #eaedf1 ;
}
.span_journal_menu  h3{
	color:#C94848;
	padding-top:0.1em;
	font-size:1.1em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
    text-align: center;
    font-family: 'AmbleBold';
    border-bottom: 1px solid #d93737;
    border-radius: 0px;
}
.span_journal_menu  p {
	font-size:0.8125em;
	padding:0.5em 0;
	line-height: 1.5em;
    list-style: circle;
    
    padding-left: 10px;
}
.span_journal_menu li {
	font-size:0.8125em;
	padding:0.5em 0;    
	line-height: 1.5em;
    list-style: circle;    
    padding-left: 10px;
}
.span_journal_menu  a {	
	color: inherit;
}
.span_journal_menu  a:hover {	
	color: #D93737; 
    font-weight: 600;
}

/****Span journal_home****/

.span_journal_home  h3{
	color:#C94848;
	padding-top:0.1em;
	font-size:1.1em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
    padding-left: 10px;
}
.span_journal_home  p {
	font-size:0.8125em;
	padding:0.5em 0;
	line-height: 1.5em;
    list-style: circle;
    
    padding-left: 10px;
}
.span_journal_home li {
	font-size:0.8125em;
	padding:0.5em 0;    
	line-height: 1.5em;
    list-style: circle;    
    padding-left: 10px;
}
.span_journal_home  a {	
	color: inherit;
}
.span_journal_home  a:hover {	
	color: #D93737; 
    font-weight: 600;
}

/****Span toc****/
.span_toc {
	width: 75.7%;
    padding-left: 30px;
    font-size:0.8125em;
}
.span_toc  h3{
	color:#C94848;
	margin-bottom:0.5em;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
    font-family: 'AmbleBold';
}
.span_toc  p {
	/*font-size:0.8125em;*/
	padding:0.1em 0;
    color: inherit;
	line-height: 1.5em;
    list-style: circle;
    text-align: justify;
}


.span_toc  a {	
	color: #D93737;   
}
.span_toc  a:hover {	
	
}
.span_tocc


/****Span journal_contents****/
.span_journal_contents {
	width: 70.2%;
    padding-left: 30px;
}
.span_journal_contents  h3{
	color:#C94848;
	margin-bottom:0.5em;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_journal_contents  p {
	/*font-size:0.8125em;*/
	padding:0.5em 0;
	line-height: 1.5em;
    list-style: circle;
    text-align: justify;
}


.span_journal_contents  a {	
	color: #D93737;   
}
.span_journal_contents  a:hover {	
	color: #D93737; 
    font-weight: 600;
}



/****Span Journalhome****/

.span_journal_contents_home  h3{
	color:#C94848;
	margin-bottom:0.5em;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_journal_contents_home  p {
	/*font-size:0.8125em;*/
	padding:0.5em 0;
	line-height: 1.5em;
    list-style: circle;
    text-align: justify;
}


.span_journal_contents_home  a {	
	color: #D93737;   
}
.span_journal_contents_home  a:hover {	
	color: #D93737; 
    font-weight: 600;
}




/****Span Aboutus****/
.span_aboutus_menu {
	width: 22.2%;
}
.span_aboutus_menu  h3{
	color:#C94848;
	margin-bottom:0.5em;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_aboutus_menu  p {
	font-size:0.8125em;
	padding:0.5em 0;
	color: #D93737;
	line-height: 1.5em;
}
.span_aboutus_menu  a {	
	color: #D93737;   
}
.span_aboutus_menu  a:hover {	
	color: #D93737; 
    font-weight: 600;
}

/****Span_left*****/
.span_left {
	width: 20%;
}
.span_left  h3{
	color:#C94848;
	margin-bottom:0.5em;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_left  p {
	font-size:0.8125em;
	padding:0.5em 0;
	color: #D93737;
	line-height: 1.5em;
}
.span_left  a {	
	color: #D93737;   
}
.span_left  a:hover {	
	color: #D93737; 
    font-weight: 600;
}


/****Span_right*****/
.span_right {
	width: 20%;
    float: right;
}
.span_right  h3{
	color:#C94848;
	margin-bottom:0.5em;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_right  p {
	font-size:0.8125em;
	padding:0.5em 0;
	color: #D93737;
	line-height: 1.5em;
    float: left;
}
.span_right  a {	
	color: #D93737;   
}
.span_right  a:hover {	
	color: #D93737; 
    font-weight: 600;
}


/****Span_middle*****/
.span_middle {
	width: 56%;
    padding-right: 30px;
}
.span_middle  h3{
	color:#C94848;
	margin-bottom:0.5em;
	font-size:1.5em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_middle  p {
	font-size:0.8125em;
	padding:0.5em 0;
	line-height: 1.5em;
    text-align: justify;
}
.span_middle  a {	
	color: #D93737;   
}
.span_middle  a:hover {	
	color: #D93737; 
    font-weight: 600;
}



/***** Media Quries *****/
/*@media (max-width:1366px){
.span_journal_menu{
        width: 20.3%;
    }
}
@media (max-width:1280px){
.span_journal_menu{
        width: 20.3%;
    }
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
    .span_journal_menu{
        width: 20.3%;
    }
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
/*@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%;  
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
/*@media only screen and (max-width: 480px) {
     
     .wrap{
		width:95%;
	}		
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:92%;
		padding:4%;
	}
} */ 
.grey_back{
	background: url(../images/head-bg.gif) 0 0 repeat;
}
.grey_back:hover {
	background: #303030;
}    
.grey_back:hover a h2, .grey_back:hover a p {
	color: #FFF;
} 
.main {
    background: #fff;
}
.main_link {
	border: 5px solid #E5E5E5;
	background: #FFF;
	padding: 15px 20px 10px;
	text-decoration: none!important;
	text-align: center;
	display: block;
	min-height: 68px;     
}
.main_link:hover {
	text-decoration: none;
	background: #E5E5E5;
}      
.banner-wrap.bottom_banner .main_link figure {
	display: inline-block;
	margin: 0 9px 0 0;
	vertical-align: middle;
}       
.banner-wrap.bottom_banner .main_link h5 {
	text-transform: uppercase;
	margin: -5px 0 0 0;
	display: inline-block;
	font-weight: 600;
	text-align: left;
	font-size: 16px;
	line-height: 18px;
	letter-spacing: -1px;
	color:#0088B8;
	vertical-align: middle;
}          
.banner-wrap.bottom_banner .main_link h5 span {
	font-size: 28px;
	line-height: 29px;	
}
.main_link p {
	margin: 0;
	clear: both;
	padding: 5px 0 0 0;
	color: #787878;
	font-size: 11px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}     
.banner-wrap.bottom_banner.color_link .main_link {
	border-color:#0088B8;
	background: url(../images/head-bg.gif) 0 0 repeat;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}   
.banner-wrap.bottom_banner.color_link .main_link h5 {
	color: #FFF;
}
.banner-wrap.bottom_banner.color_link .main_link p {
	color: #fff;
}
.banner-wrap.bottom_banner.color_link .main_link:hover {
	text-decoration: none;
	background: #181818;
	border-color: #181818;
}
.banner-wrap.bottom_banner.color_dark .main_link {
	border-color: #181818;
	background: #181818;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}
.banner-wrap.bottom_banner.color_dark .main_link:hover {
	text-decoration: none;
	background: url(../images/head-bg.gif) 0 0 repeat;
	border-color: #0088B8;
}
.banner-wrap.bottom_banner.color_dark .main_link h5 {
	color: #FFF;
	font-size: 30px;
	line-height: 30px;
	margin: 4px 0 0 0;
}
.banner-wrap.bottom_banner.color_dark .main_link h5 {
	font-size: 40px;
	line-height: 40px;
}
.banner-wrap.bottom_banner.color_dark .main_link:hover p {
	color: #FFF;
}
.content-bottom{
	padding:2% 0;
	border-bottom:1px solid #E7E5E5;
}
/*--footer--*/
.footer-top{
	padding-top:2%;
	border-bottom: 1px solid #E7E5E5;
    background-color: #eaedf1;
    color: #fff;
    padding-left: 50px;
}
.span_1_of_4 ul li {
	background:url(../images/marker.png)no-repeat;
	line-height: 0.4em;
	padding: 0 0 19px 13px;
}


.copy{
	text-align:center;
	font-size:15px;
	text-transform:capitalize;
	padding-top:2%;
}
.copy p a{
	color:#d93737;
}
.copy p a:hover{
	color:#333;
}
/*--single--*/
/*  GRID OF Content and sidebar   ============================================================================= */
.content:first-child {
	margin-left: 0;
}
.content:first-child {
	margin-left: 0;
}
.span_1_of_2 {
	width: 60.2%;
	margin-right: 10%;
}
.span_1_of_2_by_subject {
	width: 65.2%;
    margin-left: 30%;
    text-align: justify;
}
.span_1_of_22 {
	width: 80.2%;
	margin-right: 10%;
}
.content {
	display: block;
	float: left;
    /*background: #eaedf1;*/
}
.content2 {
	display: block;
}
.images_3_of_2 {
	width: 35.2%;
	float: left;	
    padding-left: 30px;
}
.images_bbs {
	width: 15.2%;
	float: left;	
    padding-left: 30px;
}
.images_journal_page {
	width: 20.2%;
	float: right;	
    padding-left: 5px;
    padding: 10px;
}
.images_3_of_2 img {
	max-width: 100%;
	display: block;
}
.span_3_of_2 {
	width: 55.2%;
}
.span_bbs {
	width: 70%;
    padding-top: 10px;
}
.span_journ_home_desc {
	width: 56%;
    padding-top: 10px;
}
.grid_24{
	padding-bottom:20px;
}
.single-head {
	padding: 12px 0px 12px 15px;
	margin: 4px 0px 10px 0px;
	color: #373737;
	border: 1px solid #EFEFEF;
	font-size: 13px;
}
.single-head a{
	color:#333;
}
.single-head a.last {
	color:#0088B8;
}
.single-head a:hover {
	color:#0088B8;
	text-decoration: none;
}
.single-head i {
	display: inline-block;
	vertical-align: 0px;
}
.options {
	padding: 10px 10px 0px 10px;
	border: 1px solid #EBECEE;
	background: #FFF;
	margin-bottom:40px;
	margin-top: 20px;
	border-radius: 3px;
}
p.options-title {
	color: #535353;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}
.options ul	li {
	margin-bottom: 12px;
}
.options label {
	display: block;
	padding-bottom: 2px;
	font-size: 12px;
	display: inline-block;
	color: #333;
	margin-bottom: 5px;
	cursor: default;
	font-weight: bold;	
}
select {
	background: #FFF;
	border-color: #CCC #CCC #CCC #CCC;
	border-radius: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 1px;
	height: auto;
	padding: 6px 6px 6px 2px;
	width: auto;	
}
.rating {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
	margin-bottom: 20px;
}
.vote span {
	float: left;
}
.ratingbox {
	width: 95px;
	height: 17px;
	background: url(../images/rating.png) left top repeat-x;
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
}
.rating-title {
	height: 18px;
	line-height: 18px;
	display: inline-block;
	margin: 3px 0 0 10px;
	padding: 0;
	color: #333;
	font-size: 13px;	
}
h3 .smallText {
	font-size: 13px;
	color: #333;
	display: block;
	padding-top: 7px;
}
h3 .smallText_bbs {
	font-size: inherit;
	color: #333;
	display: block;
	padding-top: 7px;
    font-weight: 100;
}
h3.description {
	font-size: 0.8125em;
	padding: 0.3em 0;
	color: #555;
	line-height: 1.6em;
	margin-bottom:4%;
}
.options select {
	width: 100%;
}
.tab-heading {
	font-size: 19px;
	line-height: 23px;
	color: #555454;
	margin-bottom: 10px;		
}
.small_title {
	border-bottom: 1px solid #EFEFEF;
	padding:1% 0 1%;
	font-size: .9em;
	font-weight: normal;
	color: #383838;
}
p.single-para {
	font-size: 0.8125em;
	padding: 0.8em 0;
	color: #555;
	line-height: 1.6em;
}
p.para1 {
	font-size: 0.8125em;
	padding: 0.3em 0;
	color: #555;
	line-height: 1.6em;
}
.desc {
	display: block;
	float: left;
	margin: 0% 0 0% 2.6%;
}
.span_3_of_2 h3 {
	color:#d93737;
	margin-bottom: 0.3em;
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.span_3_of_2 p {
	font-size: 0.8125em;
	padding: 0.3em 0;
	color: #868686;
	line-height: 1.6em;
}
.span_bbs h3{
	color:#d93737;
	margin-bottom: 0.8em;
    font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	letter-spacing: -1px;
    text-transform: capitalize;
}

p.para {
	font-size: 0.8125em;
	padding: 0.3em 0;
	color: #555;
	line-height: 1.6em;
	margin-bottom:1%;
}

a.para {
    color: #d93737;
}
.categories li a {
	display: inline;
	color: #333;
	font-size: 13px;
	margin-bottom: 20px;
}
.categories li a:hover{
	color:#0088B8;
}
.comments-area input[type="submit"]:hover{
	text-decoration:underline;
}
.rightsidebar {
	display: block;
	float: left;
}
.span_3_of_1 {
	width: 26.2%;
}
.span_3_of_1_by_subject h4{
  color: #0088B8;
	margin-bottom: 0.9em;
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;  
}
span_3_of_1_by_subject p{
    font-size: 0.8125em;
	padding: 0.42em 0;
	color:#333;
	line-height: 1.5em;
}
.blog-bottom {
	margin-bottom: 6%;
}

.blog-bottom h5 {
color: #d93737;
    font-size: 1.4em;
    font-weight: normal;
    letter-spacing: -1px;
    margin-bottom: 0.9em;
    margin-top: 0;
}
.blog-bottom a {
font-size: 13px;
    color: inherit;
}
.blog-bottom a:hover {
 color: #d93737;
    font-weight: 600;
}
.span_3_of_2 h4, .span_3_of_1 h4 {
	color: #0088B8;
	margin-bottom: 0.9em;
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
}
.archive-module li+li, .categories li+li, .mod-menu .nav.menu li+li, .list1 ul li+li {
	border-top: 1px dotted #DFDDDD;
	padding: 6px 0 7px;
}
.categories li {
	list-style: none;
	padding: 0 0 7px;
	background: url(../images/list_marker.gif) 100% 50% no-repeat;
}
.post-list {
	margin-bottom:13%;
}
.thumbnail a {
	position: relative;
	display: block;
	float: left;
	width: 34%;
	margin-right: 11%;
	border: 5px solid #999;
}
.thumbnail a img {
	display: block;
}
span.time {
	color:#49BB52;
	font-size: 13px;
}
h5.head {
	color:#999;
	padding: 2% 0;
	font-size: 1.2em;
}
.span_3_of_1 p {
	font-size: 0.8125em;
	padding: 0.42em 0;
	color:#333;
	line-height: 1.5em;
}
span.italic {
	color:#999;
	font-size: 13px;
	text-decoration: underline;
	font-style: italic;
}
span.italic:hover{
	text-decoration:none;
}
.links ul li img {
	vertical-align: middle;
	padding-right: 10px;
}
.links ul li a:hover {
	text-decoration: underline;
}
.extra-wrap {
	overflow: hidden;
}
.product-info .description span {
	color: #191919;
	font-weight: bold;
}
.prod-stock-2 {
	float: left;
	padding-top: 13px;
	padding-right: 10px;
	color:#333;
}
.prod-stock {
	background: url('../images/stock.png') left 0px no-repeat;
	float: left;
	font-size: 12px;
	height: 38px;
	line-height: 12px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	text-align: center;
	width: 38px;
	color: #FFF;
	font-weight: normal;	
}
.padd-stock {
	padding: 15px 0 10px 0;
}
h2.price {
	font-size:1.3em;
	color:#333;
	float:left;
}
.price-old {
	text-decoration: line-through;
	color:#333;
	font-weight: normal;
	font-size: 17px;
	margin-right: 10px;
}
span.brand{
	color:#333;
	line-height: 2em;
}
span.brand a{
	color:#333;
}
span.points{
	color:#333;
	font-size:13px;
}
span.price-new{
	color:#333;
	margin-right:15px;
}
span.text{
	font-size:1.2em;
	color:#333;
}
span.price-tax{
	color:#333;
	font-size:13px;
}
.single-cart {
	padding:10px 0px 20px 0px;
	overflow: hidden;
	color: #E7E7E7;
	overflow: auto;
}
.single-cart div {
	float: left;
	margin-right: 30px;
	color:#333;
}
.single-cart-top {
	padding-right: 9px;
}
.single-cart-top-padd {
	padding-top: 5px;
	float: left;
}
.single-cart-top label {
	font-size: 11px;
	font-weight: bold;
	color: #191919;
	padding-right: 7px;
}
.button1 {
	font-size: .8em;
	padding: 7px 15px;
	float: left;
	background:#0088B8;
	color: #FFF;
	border: none;
	text-decoration: none;
	outline: 0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.button1:hover {
	text-decoration:underline;
}

.journal_buttons1 span{
    margin-right: 30px;
}

.journal_buttons:hover {
	text-decoration:underline;
}
.single{
	border-bottom: 1px solid #E7E5E5;
}
.team {
	padding-top:5%;
}
.team h2 {
	font-size: 1.5em;
	color:#0088B8;
	padding-bottom: 1%;
}
.grid_1_of_3:first-child {
	margin-left: 0;
}
.images_1_of_3 {
	width: 32.2%;
}
.grid_1_of_3 {
	display: block;
	float: left;
	margin: 1% 0 1% 1.6%;
}
.images_1_of_3 h4 {
	margin-top: 0.4em;
	margin-bottom: 0.2em;
}
.images_1_of_3 h4 a {
	color: #333;
	font-size: 1em;
	font-weight: normal;
	letter-spacing: -1px;
}
.images_1_of_3 h4 a:hover {
	color: #0088B8;
}
.about-team-left {
	float: left;
	width: 25%;
	margin-right: 3%;
}
.about-team-left img {
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.about-team-left img {
	opacity: 1;
	-webkit-filter: grayscale(0%);	
	cursor: pointer;
}
.about-team-left img:hover {
	-webkit-filter: grayscale(100%);
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.about-team-right {
	float: right;
	width: 70%;
    font-size: 0.8125em;
padding: 0.42em 0;
color: #333;
line-height: 1.5em;
}
.client{
	margin-bottom:20px;
}
/*--about--*/
.about h5 {
	color: #d93737;
	margin-bottom: 0.9em;
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;	
}
.about span{
margin-right:10px;
}
.about img {
	margin-bottom: 2.5%;
}
.about p {
	font-size: 13px;
	color: #333;
	line-height: 1.6em;
    padding-left:1px;
}
.about li {
	font-size: 13px;
	color: #333;
	line-height: 1.6em;
	margin-bottom: 10px;
    list-style: none;
}
.about ul {
    padding-left:20px;
}
.about a{
    color: #D93737;
    font-weight: 600;
}
.about a:hover{
    text-decoration: underline;
}


/*--about2--*/
.about2 h5 {
	color: #d93737;
	margin-bottom: 0.9em;
	font-size: 1.4em;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;	
}

/*.about2 span:hover{
    background-color: #000;
    color: #fff;
}*/
.about2 span a{
   color: inherit;
    font-weight: normal;
}
.about2 img {
	margin-bottom: 2.5%;
}
.about2 hr {
    margin-top: 10px;
    margin-bottom: 10px;
}
    
.about2 p {
	font-size: 13px;
	color: #333;
	line-height: 1.6em;
	margin-bottom: 10px;
    padding-left:1px;
}
.about2 li {
	font-size: 13px;
	color: #333;
	line-height: 1.6em;
	margin-bottom: 10px;
    list-style: none;
}
.about2 ul {
    padding-left:20px;
}
.about2 a{
    color: #D93737;
    font-weight: 100;
}
.about2 a:hover{
    text-decoration: underline;
}


.event-grid{
	margin-bottom:20px;
}
.event_img {
	float: left;
	width: 38%;	
}
.event_img img {
	display: block;
	max-width: 100%;
}
.event_desc {
	float: right;
	width: 55%;	
}
.event_desc h5 {
	font-size:15px;
	color: #333;
	text-transform: uppercase;
}
.event_desc p {
	font-size: 0.8em;
	color: #333;
	line-height: 1.6em;	
}
.event_desc h5 span {
	font-size: 1.2em;
	color:#0088B8;
}
.event_desc p a:hover {
	color:#0088B8;
}
/*--contact--*/
/*  Contact Form  ============================================================================= */
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 0%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 64.8%;
	margin-right: 3%;
}
.span_2_of_3  h3, .span_aboutus h3, .span_1_of_3  h3 {
	color:#D93737;
	margin-bottom:0.5em;
	font-size:1.4em;
	line-height: 1.2;
	font-weight : normal;
	margin-top: 0px;
	letter-spacing: -1px;
}

/****span_aboutus****/
.span_aboutus {
	width: 74.8%;
	margin-right: 3%;
}
.span_aboutus p{
font-size: 13px;
	color: #333;
	line-height: 1.6em;
    padding-left:1px;
    margin-bottom: 10px;
    text-align: justify;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color: #333;
	padding-bottom:5px;
}
.contact-form input[type="text"],.contact-form textarea{
	padding:8px;
	display:block;
	width:98%;
	background:#fcfcfc;
	border: none;
	outline:none;
	color:#464646;
	font-size:0.8125em;
	font-family:Arial, Helvetica, sans-serif;
	box-shadow:0 0 5px #aaa;
	-webkit-box-shadow:0 0 5px #aaa;
	-moz-box-shadow:0 0 5px #aaa;
	-o-box-shadow:0 0 5px #aaa;
	-webkit-appearance:none;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.company_address{
	/*padding-top:26px;*/
}
.company_address p{
	font-size:0.8125em;
	color:#333;
}
.company_address p span{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.company_address p span:hover{
	text-decoration:none;
}
.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}
.button-contact {
   border: 1px solid #0a3c59;
   background: #01749e;
   background: -webkit-gradient(linear, left top, left bottom, from(#D93737), to(#D93737));
   background: -webkit-linear-gradient(top, #D93737, #D93737);
   background: -moz-linear-gradient(top, #D93737, #D93737);
   background: -ms-linear-gradient(top, #D93737, #D93737);
   background: -o-linear-gradient(top, #D93737, #D93737);
   background-image: -ms-linear-gradient(top, #D93737 0%, #D93737 100%);
   padding: 10.5px 21px;
   -webkit-border-radius: 0px;
   -moz-border-radius: 0px;
   border-radius: 0px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   color: #ffffff;
   font-size: 14px;
   font-family: helvetica, serif;
   text-decoration: none;
   vertical-align: middle;
   float: right;
}
.button-contact:hover {
	border: 1px solid #0a3c59;
	background:#333;
	color: #fff;
}
/*--404--*/
.page-not-found h1 {
	font-size: 3em;
    font-family: 'Fenix';
	color: #D93737 /*#F0F0F0*/;
	text-align: center;
	/*text-shadow: 1px 1px 6px #AAA;
	-moz-text-shadow: 1px 1px 6px #aaa;
	-webkit-text-shadow: 1px 1px 6px #aaa;
	-o-text-shadow: 1px 1px 6px #aaa;*/
    font-weight: bold;
}

.page-not-found h2 {
	font-size: 1em;
    font-family: 'Amble Regular';
	text-align: center;
    font-weight: bold;
}
.page-not-found h2 span {
    color:   #D93737;
}
.page-not-found h3 {
	font-size: 1em;
    font-family: 'Amble Regular';
	text-align: center;
}
.page-not-found h3 p span a{
    color: #D93737;
    margin-right: 10px;
}
.page-not-found img {
	vertical-align: middle;
	text-align: center;
}
.email_404{
	border: 1px solid rgba(173, 173, 173, 0);
	margin-left:320px;
	margin-top:20px;
	width:390px;
	position:relative;
    background:rgba(156, 156, 156, 0.12);
    box-shadow: inset 0px -1px 5px rgba(94, 94, 94, 0.19);
    border-radius:5px;
    -webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.red {
    color: red;
    margin-top: 3px;
}
/*--responsive design--*/
@media (max-width:1650px){
    .total{
	
	padding: 1% 1% % 1%;
    }
	.wrap{
		width:80%;
	}
	.header-para {
		width: 230.5px;
	}
    .journalpage_menustrip {
    background: url(../images/menu-bg.gif)/*#D93737*/;
    height: 24px;
    position: relative;
    padding-left: 0;
    width: auto;
    border-radius: 0;
    margin-top: auto;
    }
    journalpage_menustrip span {
    margin-right:100px;
    border: 1px solid #000;
    padding: 2px;
    }


    .journalpage_menustrip li {
	display: inline;
    }
    .journalpage_menustrip li a {
	white-space: nowrap;
	color: #fff;
    font-size: 0.8em;
	text-decoration: none;
	/*background: url(../images/top-link-marker.gif) no-repeat 0 5px;*/
	padding-left: 9px;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-right: 9px;
    /*border: 1px solid #000;*/
    border: 1px solid #585858;
    }
    .journalpage_menustrip li a:hover {
	color: #d93737;
    background: #fff;
    }
    .journalpage_menustrip{
	padding-top:10px;
    padding-bottom:5px;
    }
    .journalpage_menustrip li {
    padding-left: 5px;
    }

    .journalpage_menustrip li span.rss {
        background: url(../images/rss.jpg) no-repeat 0px 0px;
        vertical-align: middle;
        margin-right: 0.2em;
    }
    .journalpage_menustrip li span {
        width: 15px;
        height: 15px;
        display: inline-block;
    }
    .resp-tab-item{
	border-left: 1px solid #CFCFCF;
	color: #777;
	font-size: 12px;
	background: #f2f2f2;
	cursor: pointer;
	padding: 7px 3px;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	float: left;
	width: 30%;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	/*font-weight: bold;*/
    }
    .logo {
	float:left;
    width: 34%;
    }
    .resp-tab-active{
	/*background: #637f83;  /*#637f83*/
    /*background-image: url(../images/menu-bg.gif);*/
	text-shadow: none;
    font-weight: bold;
	color:#000;
    }
    .resp-tab-active2{
	/*background: #637f83;  /*#637f83*/
    /*background-image: url(../images/menu-bg.gif);*/
	text-shadow: none;
    font-weight: bold;
	color:#000;
    }
    
    
    .accordion, .accordion ul, .accordion li, .accordion a, .accordion span {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    }
 
    .accordion li {
    list-style: none;
    }
    .accordion li > a {
    border: 1px solid #7C7979;
    display: block;
    position: relative;
    min-width: 110px;
    padding: 0 10px 0 40px;
 
    color: #7C7979;
    font:  12px/32px Arial, sans-serif;
    text-decoration: none;
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    }
    .accordion li > a span {
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    padding: 0 10px;
    margin-right: 10px;
    color: #fff;
 
    font: normal 12px/18px Arial, sans-serif;
    background: #5B5B5B;
 
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
 
    -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
    -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
    box-shadow: inset 1px 1px 1px rgba(0,0,0, .2), 1px 1px 1px rgba(255,255,255, .1);
    }
    .accordion li > a:hover {
    color: #fff   
    }

    .accordion > li > a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 24px;
    height: 24px;
    margin: 4px 8px;
 
    background-repeat: no-repeat;
    background-image: url(../img/icons.png);
    background-position: 0px 0px;
    }
    .accordion li.files > a:before { background-position: 0px 0px; }
    .accordion li.files:hover > a:before,
    .accordion li.files:target > a:before { background-position: 0px -24px; }

    .accordion li.mail > a:before { background-position: -24px 0px; }
    .accordion li.mail:hover > a:before,
    .accordion li.mail:target > a:before { background-position: -24px -24px; }

    .accordion li.cloud > a:before { background-position: -48px 0px; }
    .accordion li.cloud:hover > a:before,
    .accordion li.cloud:target > a:before { background-position: -48px -24px; }

    .accordion li.sign > a:before { background-position: -72px 0px; }
    .accordion li.sign:hover > a:before,
    .accordion li.sign:target > a:before { background-position: -72px -24px; }

    .sub-menu li a {
    color: #797979;
    text-shadow: 1px 1px 0px rgba(255,255,255, .2);
 
    background: #e5e5e5;
    border-bottom: 1px solid #c9c9c9;
 
    -webkit-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    -moz-box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    box-shadow: inset 0px 1px 0px 0px rgba(255,255,255, .1), 0px 1px 0px 0px rgba(0,0,0, .1);
    }
 
    .sub-menu li:last-child a { border: none; }
 
    .sub-menu li > a span {
    color: #797979;
    text-shadow: 1px 1px 0px rgba(255,255,255, .2);
    background: transparent;
    border: 1px solid #c9c9c9;
 
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    }
 
    .sub-menu em {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 14px;
    color: #a6a6a6;
    font: normal 10px/32px Arial, sans-serif;
    }

    .accordion a.active {
    background: #d93737;
    color: #fff;
    }

    .accordion > li:hover > a, .accordion > li:target > a {

    text-shadow: 1px 1px 1px rgba(255,255,255, .2);
    background: #d93737;
    background: -moz-linear-gradient(top,  #d93737 0%, #d93737 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d93737), color-stop(100%,#d93737));
    background: -webkit-linear-gradient(top,  #d93737 0%,#d93737 100%);
    background: -o-linear-gradient(top,  #d93737 0%,#d93737 100%);
    background: -ms-linear-gradient(top,  #d93737 0%,#d93737 100%);
    background: linear-gradient(top,  #d93737 0%,#d93737 100%);
    }
 
    .accordion > li:hover > a span, .accordion > li:target > a span {
    color: #fff;
    text-shadow: 0px 1px 0px rgba(0,0,0, .35);
    background: #d93737;
    }
 
    .sub-menu li:hover a {
        background: #efefef;
    }
    .accordion li > .sub-menu {
    height: 0;
    overflow: hidden;
 
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    }
 
    .accordion li:target > .sub-menu {
    height: 98px;
    }
    .accordion_active li {
    background: #d93737;
    }
    .about2 span{
    margin-right:4px;
    border: 1px solid #000;
    padding: 2px;
    }
    .span_journal_contents_home {
	width: 52.2%;
    padding-left: 30px;
    padding-right: 20px;
    }
    .span_3_of_1_by_subject {
	width: 26.2%;
    margin-right: 1%;
    }
    .span_bbs a {
        color: #d93737;
    }
    .mobile_menu {
        display: none;
    }
    .span_journal_home {
	width: 20.3%;
    border: 1px solid #E3E3E3;
    }
    .span_1_of_4 ul li a {
	color:#000;
	font-size: 13px;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
    }
    .span_1_of_4 ul li a:hover {
	color: #D93737;
    }
}
@media (max-width:1280px){
    .total{
	
	padding: 1% 5% 2% 5%;
    }
	.wrap{
		width:90%;
	}
	.header-para {
		width: 230.5px;
	}
	/*.slider {
		width: 784px;
	}*/
	.text10 {
		font-size: 30px;
	}
	.text11 {
		font-size: 55px;
	}
	.banner1 {
		height: 180px;
	}
	.text13 {
		font-size: 25px;
		padding-top: 30px;
	}
	.text14 {
		font-size: 35px;
	}
	.banner2 {
		height: 183px;
	}
    .span_1_of_23 {
	width: 100%;
	margin-right: 10%;
    background: #eaedf1;
    }
    .span_1_of_4 ul li a {
	color:#000;
	font-size: 13px;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
    }
    .span_1_of_4 ul li a:hover {
	color: #D93737;
    }
    .journal_buttons {
	font-size: 0.8em;
	padding: 7px 15px;
	background:#E3E3E3;/*0088B8*/
	color: #000;
	border: none;
	text-decoration: none;
	outline: 0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    }
    .span_journal_home {
	width: 20.3%;
    border: 1px solid #E3E3E3;
    }
    .sap_tabs{
	clear:both;
	border: 1px solid #eee;
    }
    .resp-tab-item2{
	border-left: 1px solid #CFCFCF;
	color: #fff;
	font-size: 12px;
	background: url(../images/menu-bg.gif);
	cursor: pointer;
	padding: 7px 3px;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	float: left;
	width: 20%;
	outline: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	/*font-weight: bold;*/
    }
    .mobile_menu {
        display: none;
    }
    
}
@media (max-width:1024px){
	.wrap{
		width:90%;
	}
	.header-para {
		width: 27.3%;
		height: 295px;
	}
	.slider {
		width:72.69%;
		height: 300px;
	}
	.text10 {
		font-size:18px;
		padding-top: 10px;
	}
	.text11 {
		font-size:40px;
		margin-top: -19px;
	}
	.banner1 {
		height:145px;
	}
	.text13 {
		font-size: 20px;
		padding-top: 15px;
	}
	.text14 {
		font-size: 30px;
	}
	.banner2 {
		height:127px;
	}
	.banner {
		width:100%;
	}
	.text12 {
		font-size: 15px;
		margin-top: -15px;
	}
	span.link1 {
		font-size: 12px;
	}
	.product-desc h4 {
		font-size: 1em;	
	}
	#slideshow {
		height: 230px;
	}
	span.price {
		font-size: 1.2em;
		padding-top: 9px;
	}
	.banner-wrap.bottom_banner .main_link h5 span {
		font-size: 25px;
	}
	.banner {
		margin-bottom:0px;
	}
    .sap_tabs {
        clear: both;
        border: 1px solid #eee;
        width: 100%;
    }
    .resp-tab-item2 {
        width: 31%;
    }
    .resp-tab-item {
        width: 31%;
    }
    .resp-tab-active {
        color: #fff;
    }
    .span_1_of_23 {
        width: 103%;
        margin-right: 10%;
    }
    .span_journal_home {
        display: none;
    }
    .span_1_of_4 ul li a {
        font-size: 10px;
    }
    .nav li a {
        font-size: 0.7em;
        padding: 6px 10px;
    }
    .nav li li a {
        font-size: 0.623em;
    }
    #google_translate_element {
        display: none;
    }
    .journalpage_menustrip li a {
        font-size: 0.6em;
    }
    .span_toc {
        width: 72%;
    }
    .resp-tab-active2{
	color:#fff;
    }
    .accordion li > a {
        padding: 0 5px 0 20px;
    }
    .about2 span {
        margin-right: 4px;
        border: 0;
        padding: 0;
    }
    .span_journal_contents_home {
        width: 70%;
    }
    .mobile_menu {
        display: none;
    }
}
@media (max-width:800px){
	.wrap{
		width:90%;
	}
	.header-para {
		width: 27.3%;
		height: 220px;
	}
	/*.slider {
		width:72.69%;
		height: 220px;
	}*/
	.text10 {
		font-size:12px;
		padding-top:2px;
	}
	.text11 {
		font-size:25px;
		margin-top: -30px;
	}
	.banner1 {
		height:115px;
	}
	.text13 {
		font-size: 15px;
		padding-top: 1px;
	}
	.text14 {
		font-size: 17px;
		margin-top: -16px;
	}
	.banner2 {
		height:98px;
	}
	.banner {
		width:100%;
	}
	.text12 {
		font-size: 12px;
		margin-top: -25px;
	}
	span.link1 {
		font-size: 12px;
	}
	.product-desc h4 {
		font-size: 1em;	
	}
	/*#slideshow {
		height: 230px;
	}*/
	span.price {
		font-size: 1em;
		padding-top: 7px;
	}
	.banner-wrap.bottom_banner .main_link h5 span {
		font-size: 25px;
	}
	.banner {
		margin-bottom:0px;
	}
	/*#slideshow .arrow {
		top: 37%;
	}*/
	.links li a {
		font-size:13px;
	}
	.logo {
		width: 34%;
	}
	.links li {
		padding-left: 5px;
	}
	.prod-inner a {
		padding: 5px 6px 2px;
	}
	.span_1_of_2 {
		width:100%;
		margin-right:0px;
	}
	.span_3_of_1 {
		width:100%;
	}
    .span_toc {
        width: 60%;
    }
    .addthis_sharing_toolbox {
        display: none;
    }
    .span_1_of_23 {
        width: 120%;
    }
    .chart_div {
        width: 600px;
    }
    .span_1_of_4 ul li a {
	font-size: 10px;
    }
    .journalpage_menustrip {
        
        position: relative;
        padding-left: 0;
        width: auto;
        border-radius: 0;
        margin-top: auto;
        height: 30px;
    }
    .journalpage_menustrip li a {
        white-space: nowrap;
        color: #fff;
        font-size: 0.9em;
        text-decoration: none;
        background: url(../images/top-link-marker.gif) no-repeat 0 5px;
        padding-left: 0px; 
        padding-top: 0px; 
        padding-bottom: 0px; 
        padding-right: 9px;
        border: 0px solid #fff; 
        border: 0px solid #585858; 
    }
    .journalpage_menustrip li {
        padding-left: 5px;
    }
    .sap_tabs {
        clear: both;
        border: 1px solid #eee;
        width: 120%;
    }
    .resp-tab-item {
        width: 31%;
    }
    .mobile_menu {
        display: block;
    }
    select.mobile_menu {
        width: 100%;
        height: 25px;
    }
    .menu {
        display: none;
    }
}
@media (max-width:640px){
	.wrap{
		width:90%;
	}
	.header-para {
		display:none;
	}
	/*.slider {
		width:100%;
		height:100%;
	}*/
	.text10 {
		font-size:12px;
		padding-top:2px;
	}
	.text11 {
		font-size:25px;
		margin-top: -30px;
	}
	.banner1 {
		height:115px;
	}
	.text13 {
		font-size: 15px;
		padding-top: 1px;
	}
	.text14 {
		font-size: 17px;
		margin-top: -16px;
	}
	.banner2 {
		height:98px;
	}
	.banner {
		width:100%;
	}
	.text12 {
		font-size: 12px;
		margin-top: -25px;
	}
	span.link1 {
		font-size: 12px;
	}
	.product-desc h4 {
		font-size: 1em;	
	}
	/*#slideshow {
		height: 230px;
	}*/
	span.price {
		font-size: 1em;
		padding-top: 7px;
	}
	.banner-wrap.bottom_banner .main_link h5 span {
		font-size: 25px;
	}
	.banner {
		margin-bottom:0px;
	}
	/*#slideshow .arrow {
		top: 37%;
	}*/
	.links li a {
		font-size:13px;
	}
	.logo {
		width: 34%;
	}
	.links li {
		padding-left: 5px;
	}
	.prod-inner a {
		padding: 5px 6px 2px;
	}
	.span_1_of_2 {
		width:100%;
		margin-right:0px;
	}
	.span_3_of_1 {
		width:100%;
	}
	.menu li a {
		padding: 16px 12px;
	}
	.f-right {
		float: right;
		width: 50%;
	}
	.images_3_of_2 {
		width:100%;
		float:none;
	}
	.desc {
		float:none;
		margin:0px;
	}
	.span_3_of_2 {
		width:100%;
	}
    .span_journal_menu {
        width: 90%;
        padding: 5%;
    }
     .journalpage_menustrip {
        
        position: relative;
        padding-left: 0;
        width: auto;
        border-radius: 0;
        margin-top: auto;
        height: 30px;
    }
    .journalpage_menustrip li a {
        white-space: nowrap;
        color: #fff;
        font-size: 0.7em;
        text-decoration: none;
        background: url(../images/top-link-marker.gif) no-repeat 0 5px;
        padding-left: 0px; 
        padding-top: 0px; 
        padding-bottom: 0px; 
        padding-right: 9px;
        border: 0px solid #fff; 
        border: 0px solid #585858; 
    }
    .journalpage_menustrip li {
        padding-left: 5px;
    }
    .span_toc {
        width: 80%;
    }
    .span_1_of_23 {
       width: 180%;
    }
    .images_journal_page {
        width: 50%;
        float: left;
        padding-left: 25%;
        padding: 25;
    }
    .journal_buttons {
	font-size: 0.8em;
	padding: 1px 1px;
	background: none;
	color: #000;
	border: none;
	text-decoration: none;
	outline: 0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    }
    .desc {
        float: none;
        margin: 0px;
        width: 100%;
        padding: 5px;
    }
    .sap_tabs {
        width: 180%;
    }
    .span_journal_contents_home {
        width: 50%;
    }
    .span_3_of_1_by_subject {
	    width: 100%;
    }
    .span_1_of_2_by_subject {
        width: 100%;
        margin-left: 0;
        text-align: justify;
    }
    .mobile_menu {
        display: block;
    }
    .menu {
        display: none;
    }
}
@media (max-width:480px){
	.wrap{
		width:90%;
	}
	.header-para {
		display:none;
	}
	/*.slider {
		width:100%;
		height:100%;
	}*/
	.text10 {
		font-size:12px;
		padding-top:2px;
	}
	.text11 {
		font-size:25px;
		margin-top: -30px;
	}
	.banner1 {
		height:115px;
	}
	.text13 {
		font-size: 15px;
		padding-top: 1px;
	}
	.text14 {
		font-size: 17px;
		margin-top: -16px;
	}
	.banner2 {
		height:98px;
	}
	.banner {
		width:100%;
	}
	.text12 {
		font-size: 12px;
		margin-top: -25px;
	}
	span.link1 {
		font-size: 12px;
	}
	.product-desc h4 {
		font-size: 1em;	
	}
	/*#slideshow {
		height:175px;
	}*/
	span.price {
		font-size: 1em;
		padding-top: 7px;
	}
	.banner-wrap.bottom_banner .main_link h5 span {
		font-size: 25px;
	}
	.banner {
		margin-bottom:0px;
	}
	*/#slideshow .arrow {
		top: 32%;
	}*/
	.links li a {
		font-size:13px;
	}
	.logo {
		width: 34%;
	}
	.links li {
		padding-left: 5px;
	}
	.prod-inner a {
		padding: 5px 6px 2px;
	}
	.span_1_of_2 {
		width:100%;
		margin-right:0px;
	}
	.span_3_of_1 {
		width:100%;
	}
	.menu li a {
		padding: 14px 5px;
		font-size: 12px;
	}
	.f-right {
		float: right;
		width: 50%;
	}
	.images_3_of_2 {
		width:100%;
		float:none;
	}
	.desc {
		float:none;
		margin:0px;
        width: 100%;
        padding: 5px;
	}
	.span_3_of_2 {
		width:100%;
	}
	.search_box {
		margin-top: 4px;
	}
    .span_journal_menu {
        width: 98%;
        padding: 1%;
    }
    .journalpage_menustrip {
        
        position: relative;
        padding-left: 0;
        width: auto;
        border-radius: 0;
        margin-top: auto;
        height: 30px;
    }
    .journalpage_menustrip li a {
        white-space: nowrap;
        color: #fff;
        font-size: 0.5em;
        text-decoration: none;
        background: url(../images/top-link-marker.gif) no-repeat 0 5px;
        padding-left: 0px; 
        padding-top: 0px; 
        padding-bottom: 0px; 
        padding-right: 9px;
        border: 0px solid #fff; 
        border: 0px solid #585858; 
    }
    .journalpage_menustrip li {
        padding-left: 5px;
    }
    .span_1_of_23 {
       width: 110%;
    }
    .images_journal_page {
        width: 50%;
        float: left;
        padding-left: 25%;
        padding: 25;
    }
    .journal_buttons {
	font-size: 0.8em;
	padding: 1px 1px;
	background: none;
	color: #000;
	border: none;
	text-decoration: none;
	outline: 0;
	cursor: pointer;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
    }
    .span_toc {
        width: 80%;
    }
    .links {
        display: none;
    }
    .logo {
        width: 100%;
    }
    .sap_tabs {
        width: auto;
    }
    .span_journal_contents_home {
	width: 80%;
    }
    .mobile_menu {
        display: block;
    }
    .menu {
        display: none;
    }
    .da-slide p {
        top: 100px;
    }
    .da-slide .journal {
        top: 10px;
    }
    .da-slide .da-img {
        width: 30%;
        top: 4px;
        height: 50px;
    }

}
@media (max-width:320px){
	.wrap{
		width:90%;
	}
    .span_journal_menu {
        width: 98%;
        padding: 1%
    }
	.header-para {
		display:none;
	}
	/*.slider {
		width:100%;
		height:100%;
	}*/
	.text10 {
		font-size:12px;
		padding-top:2px;
	}
	.text11 {
		font-size:25px;
		margin-top: -30px;
	}
	.banner1 {
		height:115px;
	}
	.text13 {
		font-size: 15px;
		padding-top: 1px;
	}
	.text14 {
		font-size: 17px;
		margin-top: -16px;
	}
	.banner2 {
		height:98px;
	}
	.banner {
		width:100%;
	}
	.text12 {
		font-size: 12px;
		margin-top: -25px;
	}
	span.link1 {
		font-size: 12px;
	}
	.product-desc h4 {
		font-size: 1em;	
	}
	/*#slideshow {
		height: 109px;
	}*/
	span.price {
		font-size: 1em;
		padding-top: 7px;
	}
	.banner-wrap.bottom_banner .main_link h5 span {
		font-size: 25px;
	}
	.banner {
		margin-bottom:0px;
	}
	/*#slideshow .arrow {
		top: 32%;
	}*/
	.links li a {
		font-size:13px;
	}
	.logo {
		width:75%;
		float:none;
		margin-bottom:10px;
	}
	.links li {
		padding-left: 5px;
	}
	.prod-inner a {
		padding: 5px 6px 2px;
	}
	.span_1_of_2 {
		width:100%;
		margin-right:0px;
	}
	.span_3_of_1 {
		width:100%;
	}
	.menu li a {
		padding: 14px 6px;
		font-size: 12px;
	}
	.f-right {
		float:none;
		width:100%;
	}
	.images_3_of_2 {
		width:100%;
		float:none;
	}
	.desc {
		float:none;
		margin:0px;
	}
	.span_3_of_2 {
		width:100%;
	}
	.search_box {
		margin-top: 4px;
	}
	p.welcome-msg {
		float:none;
		font-size: 13px;
	}
	.menu {
		float: none;
	}
	.search_box {
		float: none;
		margin-right:0px;
		width:100%;
	}
	.sellers h4 {
		font-size:18px;
	}
	.banner-wrap.bottom_banner.color_dark .main_link h5 {
		font-size: 30px;
	}
	.banner-wrap.bottom_banner .main_link h5 span {
		font-size: 20px;
	}
	.span_3_of_2 h3 {
		font-size: 1.2em;
	}
     .journalpage_menustrip {
        
        position: relative;
        padding-left: 0;
        width: auto;
        border-radius: 0;
        margin-top: auto;
        height: 30px;
    }
    .journalpage_menustrip li a {
        white-space: nowrap;
        color: #fff;
        font-size: 0.2em;
        text-decoration: none;
        background: url(../images/top-link-marker.gif) no-repeat 0 5px;
        padding-left: 0px; 
        padding-top: 0px; 
        padding-bottom: 0px; 
        padding-right: 9px;
        border: 0px solid #fff; 
        border: 0px solid #585858; 
    }
    .journalpage_menustrip li {
        padding-left: 5px;
    }
    .links {
        display: none;
    }
    .logo {
        width: 100%;
    }
    .mobile_menu {
        display: block;
    }
    .menu {
        display: none;
    }
}



.section {
    
   
}
.section2 {
    
   
}



p .current_issue {
    color: #000;
}

.group {
    padding-left: 50px;
}
.group2 {
    padding-left: 5px;
}



.border1 {
    border: 1px solid #000;
    padding-left: 10px;
    padding-right: 10px;
}

.about_us a {
    font-size: 10px;
    color: #fff;
    
    
}

.left_menu a:hover {
    color: #D93737;
    text-decoration: underline;
}
.left_menu2 a:hover {
    color: #D93737;
    text-decoration: underline;
}

.jornal_menustrip {
   /* background-color: #D93737;
    height: 1px;
    position: relative;
    padding-left: 0;
    width: auto;
    border-radius: 0; */
    
}




.left_menu li span.rss {
background: url(../images/rss.jpg) no-repeat 0px 0px;
vertical-align: middle;
margin-right: 0.2em;
}
.left_menu li span.toc {
background: url(../images/toc.jpg) no-repeat 0px 0px;
vertical-align: middle;
margin-right: 0.2em;
}
.left_menu li span.man {
background: url(../images/man.jpg) no-repeat 0px 0px;
vertical-align: middle;
margin-right: 0.2em;
}
.product-desc h4 span.man {
background: url(../images/man.jpg) no-repeat 0px 0px;
vertical-align: middle;
margin-right: 0.2em;
}
.left_menu li span.xml {
background: url(../images/xml.jpg) no-repeat 0px 0px;
vertical-align: middle;
margin-right: 0.2em;
}
.left_menu li span.pdf {
background: url(../images/pdf.jpg) no-repeat 0px 0px;
vertical-align: middle;
margin-right: 0.2em;
}
.left_menu li span.ebook {
background: url(../images/ebook.jpg) no-repeat 0px 0px;
vertical-align: middle;
margin-right: 0.2em;
}
.left_menu li span {
width: 15px;
height: 15px;
display: inline-block;
}
.left_menu2 li span {
width: 15px;
height: 15px;
display: inline-block;
}

.div_break_space {
    background-color: #fff /*#*/;
    height: 30px;
    position: relative;
    padding-left: 0;
    width:auto;
    border-radius: 0; 
}

.other_journals li {
 font-size: 0.7em;   
}

.other_journals li span.rss {
background: url(../images/rss.jpg) no-repeat 0px 0px;
vertical-align: middle;
margin-right: 0.2em;
}

.other_journals li span {
width: 15px;
height: 15px;
display: inline-block;
}

.bold a:hover {
text-decoration: underline;
}




.left_menu li {
    list-style: none;
    padding-bottom: 1px;
}
.left_menu2 li {
    list-style: none;
    padding-bottom: 1px;
    text-align: left;
    font-size: 12px;
    border-bottom: 1px dotted #C8C8C8;
}

.left_menu h3 {
    text-align: center;
    padding-left: 10px;
}
.left_menu2 h3 {
    text-align: justify;
    padding-left: 10px;
}

.images_journal_home {
    width: 25.2%;
	float: left;	
    padding-left: 3px;
}
.images_journal_home2 {
    width: 38%;
	float: left;	
    padding-left: 3px;
}









/******** SAP ************/

.tab_box{
	/*background: #929292;*/
	padding: 1em;
	padding-bottom:2px;
}
.top1{
	margin-top: 2%;
}
.resp-tabs-list {
	width: 100%;
	list-style: none;
	padding: 0;
}
.resp-tab-item:first-child{
	border-left:none;
}

.resp-tab-item:hover {
	text-shadow: none;
	color: #000;
}
.resp-tabs-container {
	padding: 0px;
	background-color: #fff;
	clear: left;
}
h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}
h2.resp-accordion {
	font-size:1em;
	margin: 0px;
	padding: 10px 15px;
	background:#000;
	margin:10px 0;
	color:#fff;
}
h2.resp-accordion:hover{
	background:#d93737;
	text-shadow: none;
	color: #FFF;
}
@media only screen and (max-width:480px) {
	.login-form  {
		margin:20% auto 0;
		width:90%;
	}
	.copy-right {
	left:30%;
	bottom:-17%;
	}
	.sap_tabs{
		padding-top:0;
	}
	.resp-tabs-container{
		padding:10px;
	}
ul.resp-tabs-list {
  	display: none;
}
h2.resp-accordion {
  	display: block;
}
.resp-vtabs .resp-tab-content {
  	border: 1px solid #C1C1C1;
}
.resp-vtabs .resp-tabs-container {
	border: none;
	float: none;
	width: 100%;
	min-height: initial;
	clear: none;
}
.resp-accordion-closed {
	display: none !important;
}
}
.facts h4 a{
	color:/*#f77462*/ #F00;
	text-decoration: none;
	font-weight: 1000;
	font-size: 1.2em;
}
.facts h4 a:hover{
	color: #000;
}
.facts p{
	color: #000;
	font-size: 0.95em;
	line-height: 1.8em;
}
ul.tab_list{
	list-style: none;
	padding: 1em 2em 1em;
}
ul.tab_list li {
	list-style-image: url(../images/tab_arrow.png);
	margin: 0 22px 10px;
}
ul.tab_list li a {
	color: #888;
	font-size: 0.95em;
	line-height: 1.3em;
	vertical-align: top;
	text-decoration: none;
}
ul.tab_list li a:hover {
	color:#333;
}
.section_aligncenter{
	text-align:center;
	padding:5em 0;
	/*background:#f77462;*/
	background-image: url(../images/banner.jpg);
}
.section_aligncenter h3{
	color: #fff;
	font-size: 2em;
	font-weight: 700;
}
.section_aligncenter p{
	width: 65%;
	margin: 0 auto;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.5em;
}
.content_bottom{
	background:#fff;
	padding:4em 2em;
}
.content_bottom h3{
	text-align:center;
	color:#104954;
	font-size: 2em;
	font-weight: 700;
	margin-bottom:0.8em;
}
.m_1{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding: 0.5em 0;
	text-align: center;
	font-size: 1.4em;
	font-weight: 300;
	color:#6dc5dd;
	margin-bottom: 2em;
    background-image: url(../images/curved.jpg);
    height: 450px;
}
ul.project_box {
	padding: 0;
	list-style: none;
	margin-bottom: 0.5em;
	text-align:justify;
}
ul.project_box li.mini-post-meta {
	display: block;
	float: left;
	width: 70px;
	background:#6dc5dd;
	text-align: center;
	margin: 3px 30px 0 0;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
ul.project_box li.mini-post-meta span.day {
	font-size: 35px;
	color: #fff;
	padding: 5px 0;
	display: block;
	line-height: 1em;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
ul.project_box li.mini-post-meta span.month {
	font-size:15px;
	color: #fff;
	line-height: 2em;
	font-weight: bold;
}
ul.project_box li.desc {
	overflow: hidden;
}
ul.project_box li.desc h5{
	margin-bottom:2px;
}
ul.project_box li.desc h5 a {
	color: #104954;
	font-size: 1.2em;
	font-weight: bold;
}
ul.project_box li.desc p {
	color: #999;
	font-size: 0.85em;
	margin-top: 0.7em;
	line-height: 1.8em;
}
.top_grid{
	margin-bottom:2em;
}
span.comment{
	color:#f77462;
	font-size:0.95em;
}
ul.comment_section{
	padding:2em;
	list-style:none;
	background:#ececec;
}
ul.comment_section li.comment_desc {
	float: left;
	width: 74.666%;
}
ul.comment_section li.comment_desc p{
	color:#555;
	font-size:0.95em;
	line-height:1.8em;
	margin-bottom:-10px;
}
i.comment {
	width: 120px;
	height: 120px;
	background: url(../images/img-sprite.png)no-repeat -10px -92px;
	float: right;
}
span.m_2 a{
	font-size:1em;
	font-weight:bold;
	color:#f77462;
}

.articles li {
    padding: 5px 0px;
    font-size: 13px;
    text-align: justify;
    margin-bottom: 0px;
}

.articles p {
    font-size: 13px;
    /*color: #D93737;*/
    padding: 5px;
}

.articles ul {
list-style: circle;
padding: 0px;
margin: 0px;
margin-left: 15px;
}
.articles a {
    color: inherit;
}

.articles a:hover {
    text-decoration: none;
}
.left_menu2 p {
    color: #D93737;
    font-weight: bold;
}
.left_menu2 a {
    color: #D93737;
}
.active {
    background: url(../images/menu-bg.gif);
    color: #fff;
}
.activate {
    background: url(../images/menu-bg.gif);
    color: #fff;
}
.activate li span{
    color: #fff;
}
.active span a:hover {
    background: inherit;
    color: #000;
}



.subscribe input[type="text"] {
	width:75%;
}
.subscribe input[type="text"] {
	width: 68%;
}
.subscribe input[type="password"] {
	width: 68%;
}
.subscribe select {
	
	
	/*outline: none;
	font-size: 1em;
	padding: 12px;
	
	position: relative;
	margin-right: 10px;*/
}
.subscribe input[type="submit"] {
	font-size:1em;
	padding:9px 15px;
}
.register_button {
	font-size:1em;
	padding:9px 15px;
}
.subscribe input[type="text"] {
	
	/*transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-webkit-appearance: none;
	
	outline: none;
	font-size: 1em;
	padding: 12px;
	
	position: relative;
	width:80%;
	margin-right: 10px;*/
}	
.subscribe input[type="password"] {
	/*background: #637f83;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-webkit-appearance: none;*/
	/*border: none;
	outline: none;
	font-size: 1em;
	padding: 12px;*/
	/*color: #fff;
	position: relative;
	width:80%;
	margin-right: 10px;*/
}	
.subscribe input[type="text"], .subscribe input[type="password"], .subscribe input[type="submit"], .register_button{
	/*border-radius:1px;
	-webkit-border-radius:1px;
	-moz-border-radius:1px;
	-o-border-radius:1px;*/
}
.subscribe input[type="submit"] {
	background: #929292;
	font-weight: bold;
	border: none;
	padding: 8px 15px;
	position: inherit;
	cursor: pointer;
	color: #FFF;
	outline: none;
	font-size: 0.8em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	float:right;
}
.register_button {
	background: #929292;
	font-weight: bold;
	border: none;
	padding: 8px 15px;
	position: inherit;
	cursor: pointer;
	color: #FFF;
	outline: none;
	font-size: 0.8em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	-o-transition: all 0.3s;
}
.subscribe input[type="submit"]:hover {
	background:#f00;
}


/*scroll to top*/
.scrollup {
    width: 55px;
height: 60px;
position: fixed;
bottom: 20px;
right: 20px;
text-indent: -9999px;
display: none;
background: url('../images/back-to-top-icon.png') no-repeat;
/* background-color: #000; */
}


.scrollu {
    width: auto;
    height: auto;
    position: fixed;
    font-size:11px;
    padding: 5px;
    bottom: 100px;
    text-align:left;
    right: 10px;
    color: #FFFFFF;
}
.scrollu p a:hover {
    color: #d93737;
}
/**login-page tab***/

.resp-tabs-list2 {
	width: 100%;
	list-style: none;
	padding: 0;
}
.resp-tab-item2:first-child{
	border-left:none;
}
.resp-tab-item2:hover {
	text-shadow: none;
	color: #fff;
}
.resp-tabs-container2 {
	padding: 0px;
	background-color: #fff;
	clear: left;
}



#tow { 
    display: none; 
    color: #f00;
    font-weight: bold;

}
#tow2 { 
    display: none; 
    color: #f00;
    font-weight: bold;

}
#tow3 { 
    display: none; 
    color: #f00;
    font-weight: bold;
}
#tow4 { 
    display: none; 
    color: #f00;
    font-weight: bold;

}

.showdiv {
    float: left;
    border: 1px #000;
}

i.archive_icon {
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite.png)-179px -185px;
	float: left;
	margin-right:5px;
}
span.icon_text {
	vertical-align: middle;
}
.m_3{
	text-align: center;
	position: relative;
	text-transform:uppercase;
	color:#777;
	font-size:1.7em;
	padding:5% 0;
}
span.left_line{
	height: 3px;
	width: 503px;
	display: block;
	background: url(../images/border1.png) no-repeat 0px 0px;
	position: absolute;
	left: 0%;
	bottom:75px;
}
span.right_line{
	height: 3px;
	width: 503px;
	display: block;
	background: url(../images/border1.png) no-repeat 0px 0px;
	position: absolute;
	right:0%;
	bottom:75px;
}
h2.m_1{
	font-size: 1.1em;
	line-height: 1.5em;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	color:#555;
	padding:2% 0% 2% 0%;
}
.fenix2{
    font-family: 'Fenix';
    color: #f00;
    font-size: 22px;
    text-align: center;
}
.heading{
	color:#000;
	font-size:2em;
	font-family: 'Rokkitt', serif;
	text-align: center;
	padding: 1em 0em 0em 0em;
}


/**** latest issue images ****/
.latest-works {
	padding-top: 2em;
}
.works {
	border-bottom: 1px solid#CACACB;
}
.staff-images {
	border-bottom: 1px solid#CACACB;
}
.ocarousel_window {
	background:#fff;
}
.ocarousel {
    display: none;
    padding:10px 0;
    position:relative;
}
.ocarousel span{
	position: absolute;
	right: 0;
	top:-70px;
	width: 52px;
}
.ocarousel span a.prev{
	background: url(../images/img-sprite.png) no-repeat -12px -67px;
	width: 25px;
	height: 25px;
}
.ocarousel span a.next{
	background: url(../images/img-sprite.png) no-repeat -41px -67px;
	width: 25px;
	height: 25px;
}
.ocarousel_window {
   overflow: hidden;
   white-space: nowrap;
  /* default size */
   width:100%;
}
.ocarousel_window_slides {
   position: relative;
   margin: 0 auto;
   overflow: hidden;
   width: 50000px;
   white-space: nowrap;
}
.ocarousel_window_slides * {
   float: left;
   white-space: normal;
}
.ocarousel_indicators {
    width: 100%;
}
.works h3 span.l-works{
	background-position: -232px -20px;
}

.b-link-flow{
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}
.b-link-flow .b-wrapper {z-index: 2;}
.b-link-flow .b-top-line { z-index: 0;}
.b-link-flow .b-wrapper, .b-link-flow .b-top-line {
    position: absolute;
    width: 95%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #ffffff;
    background: rgba(0, 193, 234, 0.27);
    visibility: hidden;
}
.b-animate h2 {
    text-align: center;
    font-size: 18px;
}
.b-link-flow .b-wrapper, .b-link-flow .b-top-line {
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    
    opacity: 0;
}

.b-link-flow:hover .b-wrapper, .b-link-flow:hover .b-top-line{
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    
    opacity: 1;
    visibility: visible;
}

i.blog_icon1 {
	width: 25px;
	height: 25px;
	background: url(../images/img-sprite1.png)-179px -185px;
	float: left;
	margin-right:5px;
}

/*-----start-portfolio----*/
.portfolio-box-main{
	padding: 3em 0 0 0;
}
.portfolio-head h3{
	text-transform: uppercase;
	color: #F4BB36;
	font-weight: 700;
	font-size: 1.6em;
	margin: 0 0 0.5em 0;
}
.portfolio-head span{
	color: #3E2D35;
	font-size: 1.3em;
	font-weight: 700;
	margin: 0;
}
.portfolio-head p{
	color: #6F6E6C;
	font-style: italic;
	width: 68%;
	margin: 0 auto;
	line-height: 1.8em;
	margin-top: 0.5em;
}
/*----start-portfolio-----*/
.portfolio-main{
}
#filters {
	margin: 1.8em 0 2em 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.sign_up_bottom {
    margin: 1.8em 0 2em 0;
	padding: 0;
	list-style: none;
	text-align: center;
    display:inline-block;
    color: #000;
    margin-right: 10px;
}
.sign_up_bottom a {
    color: #d93737;
}
.sign_up_bottom span {
		display: inline-block;
		padding: 10px 15px;
		text-decoration: none;
		color: #000;
		font-size: 0.875em;
		font-weight: 400;
		border-radius: 4px;
		margin-right: 0.5em;
	}
	#filters li {
		display:inline-block;
	}
	#filters li span {
		display: inline-block;
		padding: 10px 15px;
		text-decoration: none;
		color: #000;
		cursor: pointer;
		font-size: 0.875em;
		font-weight: 400;
		text-transform: uppercase;
		border-radius: 4px;
		margin-right: 0.5em;
	}
	#filters li span.active {
		color: #fff;
	}
 	#portfoliolist .portfolio {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		width: 23.8%;
		display:none;
		float:left;
		overflow:hidden;
        font-size: 13px;
	}	
	.portfolio-wrapper {
		overflow:hidden;
		position: relative !important;
		cursor:pointer;
	}
	.portfolio img {
		max-width:100%;
		/*--position: relative;--*/
		transition: all 300ms!important;
		-webkit-transition: all 300ms!important;
		-moz-transition: all 300ms!important;
		display: block;
	}
	.portfolio .label {
		position: absolute;
		width: 100%;
		height:40px;
		bottom:-40px;
	}
	.portfolio .label-bg {
			background: #22B4B8;
			width: 100%;
			height:100%;
			position: absolute;
			top:0;
			left:0;
		}
		.portfolio .label-text {
			color:#fff;
			position: relative;
			z-index:500;
			padding:5px 8px;
		}
			
			.portfolio .text-category {
				display:block;
				font-size:9px;
				font-size: 12px;
				text-transform:uppercase;
			}
/* Self Clearing Goodness */
/*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	color:#ffffff;
	overflow:hidden;
}
.b-link-stripe .b-line{
	position:absolute;
	top:0;
	bottom:0;
	width:20%;
	background:rgba(75, 202, 255, 0.85);
	transition:all 0.5s linear;
	-moz-transition:all 0.5s linear;
	-ms-transition:all 0.5s linear;
	-o-transition:all 0.5s linear;
	-webkit-transition:all 0.5s linear;
	opacity:0;
	visibility:hidden; /* lt-ie9 */
}
/* lt-ie9 */
.b-link-stripe:hover .b-line{
	visibility:visible;
}
.b-link-stripe .b-line1{
	left:0;
}
.b-link-stripe .b-line2{
	left:20%;
	transition-delay:0.1s !important;
	-moz-transition-delay:0.1s !important;
	-ms-transition-delay:0.1s !important;
	-o-transition-delay:0.1s !important;
	-webkit-transition-delay:0.1s !important;
}
.b-link-stripe .b-line3{
	left:40%;
	transition-delay:0.2s !important;
	-moz-transition-delay:0.2s !important;
	-ms-transition-delay:0.2s !important;
	-o-transition-delay:0.2s !important;
	-webkit-transition-delay:0.2s !important;
}
.b-link-stripe .b-line4{
	left:60%;
	transition-delay:0.3s !important;
	-moz-transition-delay:0.3s !important;
	-ms-transition-delay:0.3s !important;
	-o-transition-delay:0.3s !important;
	-webkit-transition-delay:0.3s !important;
}
.b-link-stripe .b-line5{
	left:80%;
	transition-delay:0.4s !important;
	-moz-transition-delay:0.4s !important;
	-ms-transition-delay:0.4s !important;
	-o-transition-delay:0.4s !important;
	-webkit-transition-delay:0.4s !important;
}
.b-link-stripe:hover .b-line{
	opacity:1;
}
/*-----------------------------------------------------------------------------------*/
/*	Animation effects
/*-----------------------------------------------------------------------------------*/
.b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top: 4%;
	display: -webkit-inline-box;
}
.b-animate span{
	display:block;
	font-size:1em;
	text-transform:uppercase;
	margin:0.8em 0 0;
}
.b-animate button{
	background: #FFB500;
	padding: 0.9em 1.8em;
	color: #3B3B43;
	text-transform: uppercase;
	font-size: 0.875em;
	border: none;
	border-radius: 0.3em;
	margin-top: 0.8em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
	outline:none;
}
.b-animate button:hover{
	background:#3B3B43;
	color:#fff;
}
.b-animate label{
	display:block;
	font-size:0.875em;
	margin-top:0.5em;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	-o-transition:0.5s all;
}
.b-animate label:hover{
	color:#FFB500;
	cursor:pointer;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position: relative;
	left: -100%;
	background: rgba(244, 187, 54, 0.7);
	background-size: 100% 100%;
	bottom: -212px;
	margin: 0;
	min-height: 84px;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
h3.m_4{
	float:left;
}
/*--default--*/
.default{
	background:#515f67;
	padding:6% 0;
}
p.m_7{
	color: #FFF;
	font-size:15px;
	line-height: 1.8em;
	margin:5% 0;
}
h3.m_21 {
	color: #FFF;
	font-size: 2em;
	font-family: 'caviar_dreamsregular';
	text-transform: uppercase;
}
.m_22 {
	position: relative;
	margin-bottom: 10%;
}
.m_8 {
	position: relative;
	margin-bottom: 10%;
}
span.default_line {
	width: 50px;
	display: block;
	border-bottom: 2px solid #FFF;
	position: absolute;
	bottom:0px;
}
/*----*/
.animate-head{
	padding:0.5em;
}
.animate-head-left{
	float:left;
	width:70%;
}
.animate-head-right{
	float:right;
	width:20%;
	text-align:center;
}
.animate-head-left h3{
	font-size:1.2em;
	font-weight:600;
	margin:0 auto;
}
.animate-head-left span{
	font-size: 0.875em;
	text-transform: lowercase;
	font-weight: normal;
	font-style: italic;
	line-height: 1.3em;
	margin-top: 0;
}
.animate-head-right i{
	font-size: 2em;
}
.animate-head-right i:hover{
	color:#000;
}





.section_style {
    list-style: circle;
    padding: 3px 60px;
    
}

.container2 {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	width: 100%;
}

.container2 .user {
    text-align: left;
    /*! margin-right: 20px; */
    /*! padding: 20px; */
}



.user {
	position: relative;
  height: 10px;
  padding: 8px 12px 8px 8px;
  display: inline-block;
  vertical-align: baseline;
  vertical-align: auto;
}
.user img {
  float: left;
  width: 32px;
  height: 32px;
  margin-right: 8px;
}

.user h5 small {
  display: block;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
  color: #364168;
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}
.user:hover ul {
  padding: 4px 0 6px;
  visibility: visible;
  opacity: 1;
}
.user ul {
	width: 300px;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid;
	border-color: #777 #6c6c6c #666;
	border-radius: 5px;
	-webkit-transition: 0.2s ease-out;
	-moz-transition: 0.2s ease-out;
	-o-transition: 0.2s ease-out;
	transition: 0.2s ease-out;
	-webkit-transition-property: opacity, padding, visibility;
	-moz-transition-property: opacity, padding, visibility;
	-o-transition-property: opacity, padding, visibility;
	transition-property: opacity, padding, visibility;
	background-image: -webkit-linear-gradient(top, #fff, #fff);
	background-image: -moz-linear-gradient(top, #fff, #fff);
	background-image: -o-linear-gradient(top, #fff, #fff);
	background-image: linear-gradient(to bottom, #fff, #fff);
	-webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.9), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.user li.authorname {
	font-weight: bold;
}



.user li {
	padding: 0 12px;
	font-size: 13px;
	text-shadow: 0 1px white;
	margin-bottom: 5px;
}

.user ul:before, .user ul:after, .user li:first-child:after {
	content: '';
	display: block;
	position: absolute;
	left: 15px;
	width: 0;
	height: 0;
	border: 7px outset transparent;
}
.user ul:before {
  bottom: -14px;
  border-top: 7px solid #555;
}
.user li:first-child:after {
  bottom: -13px;
  border-top: 7px solid white;
}
.user ul:after {
  bottom: -12px;
  border-top: 7px solid #d9e3fa;
}
.user li.sep {
	margin-top: 4px;
	padding-top: 4px;
	border-top: 1px solid #b4bbce;
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.6);
}
.user li.search {
	font-weight: bold;
}
.user h5 {
float: left;
line-height: 16px;
font-weight: bold;
/*text-shadow: 0 1px rgba(0, 0, 0, 0.4);*/
}
.user li a {
/* display: block; */
position: relative;
color: #313a4f;
text-decoration: none;
border: 1px solid transparent;
}
.user li a:after {
content: '';
display: none;
position: absolute;
top: 50%;
right: 5px;
margin-top: -4px;
width: 0;
height: 0;
border: 4px solid transparent;
border-left-color: #9facd1;
border-left-color: rgba(255, 255, 255, 0.4);
}
.user li a:hover:after {
  display: block;
}
.user li a:hover {
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background: #d93737;
  border-color: #d93737 #d93737 #d93737;
  background-image: -webkit-linear-gradient(top, #d93737, #d93737);
  background-image: -moz-linear-gradient(top, #d93737, #d93737);
  background-image: -o-linear-gradient(top, #d93737, #4e64a3);
  background-image: linear-gradient(to bottom, #d93737, #d93737);
}

.articles {
    padding-left: 5px;
    padding-right: 5px;
}
