@import url(font/font.css);
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
font: 12px/1.5 Arial, "Helvetica Neue", "Liberation Sans", FreeSans, sans-serif;
color: #4c4c4c;
}

.solaris_hr {
border: 0 #e6e6e6 solid;
border-top-width: 1px;
-webkit-box-shadow: 0 1px white;
-moz-box-shadow: 0 1px white;
box-shadow: 0 1px white;
clear: both;
height: 0;
margin-bottom: 20px;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
color: #fffffff;
font-family: 'PTSansRegular', Arial, sans-serif;
margin-bottom: 10px !important;
padding: 0 !important;
}

h3 {
font-size: 22px;
font-weight: normal;
}

h4 {
font-size: 18px;
padding-top: 10px;
}

h5 {
font-size: 17px;
}

h6 {
font-size: 15px;
}

.small {
color: #808080;
font-size: 11px;
}

div,
p {
font-size: 14px;
}

.grey_stripe {
background: url(../images/elements/blog_sidebar_heading.png) left 20px repeat-x;
}
.grey_stripe span {
display: inline-block;
padding-right: 15px;
}

h4.grey_stripe {
padding-top: 10px !important;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/
ol {
list-style: decimal;
}

ul {
list-style: none;
}

ol,
ul {
margin: 0;
padding: 0;
}

li {
margin-left: 30px;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure {
margin-bottom: 10px;
margin-top: 0;
}

fieldset {
border: 0;
}

dd {
margin-left: 0;
}

/* ============================================================================================ */
/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
background: url(../images/bg.png) #111111;
}

.width {
clear: both;
width: 100%;
}

a {
color: #f94b19;
cursor: pointer;
}

a,
.button {
-webkit-transition: color 0.3s ease, top 0.1s ease;
-moz-transition: color 0.3s ease, top 0.1s ease;
-o-transition: color 0.3s ease, top 0.1s ease;
transition: color 0.3s ease, top 0.1s ease;
}

a:hover {
color: #BF1E2E;
}

.small {
font-size: 11px;
margin-top: -10px;
}

/* `Misc Classes
----------------------------------------------------------------------------------------------------*/
.align_center {
text-align: center;
}

.align_right {
text-align: right;
}

/* `Data Table
----------------------------------------------------------------------------------------------------*/
.data,
.data th,
.data td {
border-style: solid;
border-color: #ddd;
}

.data {
border-width: 0 1px 1px;
width: 100%;
}

.data caption {
padding: 0 10px 5px;
text-transform: uppercase;
}

.data th,
.data td {
border-top-width: 1px;
padding: 5px 10px;
}

.data th {
white-space: nowrap;
}

.data thead th {
background: #eee;
font-weight: bold;
text-shadow: #fff 0 1px 0;
}

.data tbody th {
width: 1px;
}

.data tr th:first-child {
text-align: right;
}

/* `Code
----------------------------------------------------------------------------------------------------*/
pre, code {
font-size: 12px;
font-family: Menlo, Courier, monospace;
}

pre, .notice {
background: #ffe;
border: 1px solid;
border-color: #eed #ccb #bba #ddc;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
overflow: auto;
padding: 10px 0 10px 10px;
}

* html pre {
overflow: hidden;
width: 97%;
}

code {
background: #ff9;
padding: 0 2px;
}

/* ============================================================================================ */
/* Template Layout */
.grey_texture {
background: url(../images/bg2.png);
}

/* Header */
#top {
background: url(../images/bg2.png);
z-index: 9999;
border-bottom: 0px solid #BD1F2D;
-webkit-box-shadow: 0 2px 3px #333333;
-moz-box-shadow: 0 2px 3px #333333;
box-shadow: 0 2px 3px #333333;
}

#h_top {
background: url(../images/line1.png) bottom repeat-x;
height: 23px;
padding-top: 10px;
}
#h_top p {
font-size: 11px;
}

#h_mid {
background: url(../images/line1.png) bottom repeat-x;
/*height: 85px;*/
}

#h_bot,
.darkspace_flat_top > div > div {
background: url(../images/sep.png) bottom repeat-x;
height: 10px;
}

#logo {
/*max-width: 220px;*/
float: left; 
margin-top: 10px;
  
  width:100%; text-align:center;/*kinsh*/
}

#logo h1 {
text-indent: -99999px;
}

.message {
font-style: italic;
padding: 10px;
}

.grid_4.sidebar {
padding-left: 20px;
width: 280px;
}

/* Navigation */
#nav {
float: /*right*/left/*kinsh*/;
color: #fff;
margin: /*-25px 0 0 0*/ 23px 0 0 0 /*kinsh*/;
}
#nav a, #nav span {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
color: #808080;
display: inline-block;
font-family: 'PTSansRegular', Arial, sans-serif;
font-size: 15px;
font-weight: normal;
margin-left: -20px;
padding: 6px 19px 5px 25px;
text-decoration: none;
cursor:pointer;
}
#nav li:hover > a, #nav li:hover > span {
  color: #F4B111 /*kinsh*/;
}
#nav > ul {
list-style-type: none;
float: /*right*/left/*kinsh*/;
position: relative;
}
#nav > ul > li {
display: inline;
float: left;
padding-bottom: 10px;
position: relative;
}
#nav > ul > li.selected > a {
background: url(../images/nav_current.png) repeat-x /*kinsh */;
color: #fff;
}
#nav li.selected > a {
color: #f94b19;
}
#nav .parent ul {
background-color: #f2f2f2;
border-top: 5px solid #f5b613 /*kinsh*/;
-webkit-box-shadow: 0 2px 5px #cccccc;
-moz-box-shadow: 0 2px 5px #cccccc;
box-shadow: 0 2px 5px #cccccc;
display: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
padding: 10px 20px 20px;
position: absolute;
left: 0;
top: 40px;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
z-index: 50;
}
#nav .parent li {
background: url("../images/elements/nav-menu-bullet.png") left center no-repeat, url("../images/elements/nav-menu-border-bottom.png") left bottom repeat-x;
margin-left: 0;
padding: 3px 0 7px 7px;
width: 180px;
height: 28px;
}
#nav .parent li:hover {
background: url("../images/elements/nav-menu-bullet-hover.png") left center no-repeat, url("../images/elements/nav-menu-border-bottom.png") left bottom repeat-x;
}
#nav .parent > ul:before {
background: /*url("../images/elements/nav-menu-border-top-arrow.png") left top no-repeat*/ /*kinsh*/;
content: "";
display: block;
position: absolute;
top: -10px;
width: 12px;
height: 10px;
z-index: 10;
}
#nav .parent:hover > ul {
display: block;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
#nav .parent .parent {
position: relative;
}
#nav .parent .parent ul {
top: 0;
left: 155px;
}
#nav .parent .parent ul:before {
background-image: none;
}

#nav li ul.submenu {
list-style-type: none;
padding: 10px;
border: 1px solid #3d3d3d;
position: absolute;
display: none;
left: 0;
top: 40px;
width: 175px;
background: #2f2f2f;
box-shadow: #000 0px 0px 5px;
}

#nav li ul.submenu a {
color: #bcbcbc;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
display: block;
border-bottom: 1px solid #3d3d3d !important;
font-weight: normal;
border: none;
text-transform: none;
margin-left: -30px;
width: 167px;
background: url(../images/submenu_arrow.png) right 17px no-repeat;
padding: 10px 0px 10px 10px;
text-shadow: 1px 1px 0 #000;
}

#nav li ul.submenu a:hover {
background: url(../images/submenu_arrow.png) #333333 right -13px no-repeat;
color: #ed7703;
padding-left: 15px;
width: 162px;
}

#nav li:hover ul.submenu, #nav li.hover ul.submenu {
display: block;
z-index: 9999;
}

nav select {
display: none;
}

@media (max-width: 980px) {
nav ul {
display: none;
}

nav select {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
display: inline-block;
margin-top: 8px;
height: 30px;
width: 120px;
}
}
/* Homepage Slider */
.mod_jt_skitter_slideshow_img {
border-bottom: 3px solid #BF1E30;
}

/* Features */
#features {
background: url(../images/bg2.png);
z-index: 9999;
display: block;
padding-bottom: 0px;
}

#sep {
background: url(../images/sep.png) top repeat-x;
height: 30px;
}

/* Testimonials */
#darkspace #monialsfader ul#monials {
float: none;
padding: 0;
position: static;
width: auto;
}
#darkspace #monialsfader ul#monials li {
margin-left: 0;
}
#darkspace #monialsfader ul#monials h4,
#darkspace #monialsfader ul#monials .testimonials {
background: #262626;
}
#darkspace #monialsfader ul#monials h4 {
-webkit-border-radius: 15px 15px 0 0;
-moz-border-radius: 15px 15px 0 0;
-ms-border-radius: 15px 15px 0 0;
-o-border-radius: 15px 15px 0 0;
border-radius: 15px 15px 0 0;
margin-bottom: 0 !important;
padding: 25px 25px 0 !important;
}
#darkspace #monialsfader ul#monials .testimonials {
-webkit-border-radius: 0 0 15px 15px;
-moz-border-radius: 0 0 15px 15px;
-ms-border-radius: 0 0 15px 15px;
-o-border-radius: 0 0 15px 15px;
border-radius: 0 0 15px 15px;
padding: 10px 25px 25px;
}
#darkspace #monialsfader ul#monials .author {
background: url(../images/elements/testimonial_angle.png) right top no-repeat;
padding-right: 20px;
padding-top: 25px;
}

/* Darkspace Modules */
#darkspace {
background: url(../images/bg.png) #111111;
color: #bfbfbf;
}

#darkspace a {
color: #f5b613 /*kinsh*/;
}

.darkspace_top {
/*background: url(../images/darkspace_top.jpg) top center repeat-x; height: 40px;*/ /*kinsh*/
clear: both;
margin-bottom: 15px;
width: 100%;

}

.darkspace_bottom {
/*background: url(../images/darkspace_bottom.jpg) bottom center repeat-x; height: 40px;*/ /*kinsh*/
clear: both;
margin-top: 15px;
width: 100%;

}

#darkspace .moduletitle {
background: url(../images/dark_line.png) 0px 13px repeat-x;
margin: 10px 0;
}

#darkspace .moduletable {
margin: 20px 0;
}

#darkspace h3 {
display: inline-block;
background: url(../images/bg.png) repeat-x;
padding-right: 20px !important;
color: #fff;
}

/* COMPONENT */
#content,
#bottom_modules,
.darkspace_flat_top {
background: url(../images/bg2.png) white;
}

#bottom_modules {
-webkit-box-shadow: 0 3px 3px #111111;
-moz-box-shadow: 0 3px 3px #111111;
box-shadow: 0 3px 3px #111111;
padding: 30px 0;
}

/* Footer */
#footer {
background: url(../images/bg.png) #111111;
border-top: 3px solid #f5b613 /*kinsh*/;
color: #4c4c4c;
padding: 15px 0 0;
}

#footer .moduletable {
/*border-bottom: 3px double #333;*/
padding-bottom: 1px;
}

#footer .moduletitle {
background: url(../images/dark_line.png) 0px 9px repeat-x;
margin: 10px 0 3px;
border-bottom: 3px double #333;
padding-bottom: 5px;
}

#footer .moduletable {
margin: 20px 0;
}

#footer h3 {
display: inline-block;
color: #fff;
font-size: 18px;
background: url(../images/bg.png) repeat-x;
padding-right: 15px !important;
color: #fff;
}

#footer .custom {
padding: 15px 0;
}

#footer a {
color: #f5b613 /*kinsh*/;
text-decoration: none;
}
#footer a:hover {
color: #c60 /*kinsh*/;
}
#footer .moduleItemIntrotext {
padding: 0;
}
#footer .moduletable li {
background: transparent;
border-bottom: 1px dotted #333;
margin: 0;
padding: 10px 0;
}
#footer .moduletable li.lastItem {
border-bottom: 0;
}
#footer .moduletable img {
border: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
float: left;
margin: 2px 4px 4px 0;
}
#footer .tweets li {
background: url(../images/elements/tweet.png) left 13px no-repeat;
padding-left: 25px;
}
#footer .tweets li:last-child {
border-bottom: 0;
}
#footer .tweets a {
color: #f5b613 /*kinsh*/;
}
#footer .moduleItemDateCreated {
font-style: italic;
}

#debug,
#subfooter {
border-top: 1px solid #222;
background: #090909;
clear: both;
height: 40px;
margin-top: 20px;
padding-bottom: 5px;
}
#debug .custom,
#subfooter .custom {
padding-bottom: 0;
}

/* Skitter slider */
.box_skitter {
height: 280px;
}
.box_skitter .image {
position: relative;
}
.box_skitter h3 {
color: #f5b513;
font-size: 22px;
text-transform: uppercase;
}
.box_skitter .label_skitter {
background: url(../images/elements/skitter_description_bg.png);
border-top: 5px solid #f5b613 /*kinsh*/;
color: #fff;
display: block;
padding: 10px;
position: absolute;
top: 35%;
left: 45%;
width: 600px;
height: 110px;
z-index: 40;
}

.theme-default .nivoSlider {
margin-bottom: 0;
}
.theme-default .nivo-caption {
background: url(../images/elements/skitter_description_bg.png);
border-top: 5px solid #f5b613 /*kinsh*/;
color: #fff;
display: block;
float: right;
margin-bottom: 50px;
margin-left: 45%;
padding: 10px;
width: 30%;
z-index: 40;
}
.theme-default .nivo-caption h3 {
color: #f5b513;
font-size: 22px;
text-transform: uppercase;
}
.theme-default .nivo-caption p {
margin-bottom: 15px;
padding: 0;
}
.theme-default .nivo-controlNav {
bottom: 20px;
}

/* `Buttons
----------------------------------------------------------------------------------------------------*/
.mailto_button {
background-color: #f5b713;
background: url("../images/elements/mailto-button-envelope.png") 15px 10px no-repeat, url("../images/elements/mailto-button.png") left top repeat-x;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
color: #9f5a00 !important;
display: inline-block;
margin: 0 auto -10px;
padding: 8px 10px 10px 40px;
height: 17px;
text-decoration: none;
text-shadow: 1px 1px #f9d06c;
}
.mailto_button:hover {
background: url("../images/elements/mailto-button-envelope.png") 15px 10px no-repeat, url("../images/elements/mailto-button.png") 0 -35px repeat-x;
}
.mailto_button:active {
background: url("../images/elements/mailto-button-envelope.png") 15px 10px no-repeat, url("../images/elements/mailto-button.png") 0 -70px repeat-x;
position: relative;
top: 1px;
}
.ltie9 .mailto_button {
padding-left: 10px;
}

#editor-xtd-buttons {
margin-top: 5px;
}

.button2-left {
margin-right: 5px;
}

.button2-left,
.toggle-editor {
float: left;
}
.button2-left > div,
.toggle-editor > div {
float: left;
}

/* `K2 component
----------------------------------------------------------------------------------------------------*/
#k2Container.grid_8.alpha {
margin-right: 10px;
padding-right: 0;
}

.itemListCategoriesBlock {
display: none;
}

.k2FeedIcon {
position: absolute;
right: 0;
}

.k2Title {
/*background: #ccc;
border-bottom: 5px solid #ffffff;
-webkit-box-shadow: 0 0 5px #333333 inset;
-moz-box-shadow: 0 0 5px #333333 inset;
box-shadow: 0 0 5px #333333 inset;*/
color: #fff;
font-family: 'PTSansRegular', Arial, sans-serif;
font-size: 50px;
padding: 3px 0;
}
.k2Title h2 {
/*color: #F4B111;
font-weight: normal;
margin-bottom: 0;
padding: 18px 0;
text-shadow: 2px 2px rgba(0, 0, 0, 0.5);*/
  color: #F4B111;
    font-weight: normal;
    margin-bottom: 0 !important;
    padding: 18px 0;
    text-shadow: 2px 3px 2px #FFFFFF;/*kinsh*/
}

#k2Container {
position: relative;
}
#k2Container.itemView.grid_12, #k2Container.itemView.grid_8 {
margin-left: 10px;
margin-right: 10px;
}
#k2Container a {
color: #39737f;
text-decoration: none;
}
#k2Container a:hover {
color: #c60 /*kinsh*/;
}
#k2Container .catItemView {
padding: 0;
}
#k2Container .portfolio .catItemView {
padding: 4px;
}
#k2Container .itemTitle {
color:#F4B111;
font-family: 'PTSansRegular', Arial, sans-serif;
font-weight: normal; text-transform: uppercase;/*kinsh*/
font-size: 22px;
}
#k2Container .itemToolbar {
background: transparent;
}
#k2Container .itemToolbar ul {
padding: 2px 0;
}
#k2Container .itemToolbar .itemRatingList {
padding: 0;
}
#k2Container .itemToolbar .itemRatingList li {
border: 0;
padding: 0;
}
#k2Container .itemToolbar .itemRatingList a {
-webkit-transition: all 0s;
-moz-transition: all 0s;
-o-transition: all 0s;
transition: all 0s;
}
.ie7 #k2Container .itemToolbar .itemRatingList a {
font-size: 0;
}
#k2Container .itemRatingBlock {
float: left;
padding: 2px 0;
}
#k2Container .itemAuthorBlock {
background: none;
border: 0;
padding: 0;
max-width: 602px;
}
#k2Container .itemDateModified {
display: none;
}
#k2Container.itemIsFeatured,
#k2Container .catItemIsFeatured,
#k2Container .userItemIsFeatured {
background: url(../images/elements/feat.png) right 5px no-repeat;
}

.itemFullText p {
line-height: 20px;
}

.itemBody p {
line-height: 20px;
}
.itemBody blockquote {
background: url(../images/elements/k2/blockquote-bg.png) 45px 10px no-repeat;
margin: 0 0 20px;
padding-left: 105px;
}
.itemBody .itemImageBlock {
float: left;
margin-bottom: 0;
padding: 0 20px 15px 0;
}
.itemBody .itemImage {
background: url("../images/elements/k2/image-item-bg.png") left top repeat;
margin-bottom: 0;
position: relative;
}
.itemBody .itemImage img {
border: 0;
}
.itemBody .itemIntroText {
font-size: 12px;
font-weight: normal;
}

.overlay {
background: #9cb9bf;
position: absolute;
left: 8px;
top: 8px;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
z-index: 10;
}
.overlay:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
}

.zoom {
background: url(../images/elements/k2/image-item-zoom.png) 50% 50% no-repeat;
}

.k2SearchBlock .inputbox {
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px white, 0 3px 6px #cccccc inset;
-moz-box-shadow: 0 1px white, 0 3px 6px #cccccc inset;
box-shadow: 0 1px white, 0 3px 6px #cccccc inset;
color: #808080;
margin-right: 10px;
padding: 6px 12px;
width: 80%;
}
.k2SearchBlock .button {
background: none;
border: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0;
vertical-align: text-bottom;
}

.blog_sidebar_module {
padding-left: 20px;
width: 280px !important;
}
.blog_sidebar_module > div {
border-bottom: 4px double #d6d6d6;
margin-bottom: 20px;
padding-bottom: 10px;
}
.blog_sidebar_module > div.jwts_clr {
border-bottom: 0;
padding-bottom: 0;
}
.blog_sidebar_module h4 {
background: url(../images/elements/blog_sidebar_heading.png) left 20px repeat-x;
padding-top: 10px !important;
}
.blog_sidebar_module h4 span {
display: inline-block;
padding-right: 15px;
}
.blog_sidebar_module ul {
clear: both;
margin-bottom: 0;
overflow: hidden;
}
.blog_sidebar_module li {
background: url(../images/elements/bullets/bullet-sidebar.png) left 4px no-repeat;
border-bottom: 1px solid #e6e6e6;
-webkit-box-shadow: 0 1px white;
-moz-box-shadow: 0 1px white;
box-shadow: 0 1px white;
float: left;
margin: 0 14px 8px 0;
padding-bottom: 8px;
padding-left: 12px;
width: 40%;
}
.blog_sidebar_module a {
color: #666;
font-size: 12px;
text-decoration: none;
}
.blog_sidebar_module a:hover {
color: #f94b19;
}

.jwts_tabberlive .jwts_tabbernav {
border-bottom: 1px solid #e6e6e6;
-webkit-box-shadow: 0 1px white;
-moz-box-shadow: 0 1px white;
box-shadow: 0 1px white;
padding-bottom: 10px;
padding-left: 0;
}
.jwts_tabberlive .jwts_tabbernav li,
.jwts_tabberlive .jwts_tabbernav li.jwts_tabberactive {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #ebebeb));
background: -webkit-linear-gradient(top, #f2f2f2, #ebebeb);
background: -moz-linear-gradient(top, #f2f2f2, #ebebeb);
background: -o-linear-gradient(top, #f2f2f2, #ebebeb);
background: linear-gradient(top, #f2f2f2, #ebebeb);
border: 1px solid #cbcbcb;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px white inset, 0 1px white;
-moz-box-shadow: 0 1px white inset, 0 1px white;
box-shadow: 0 1px white inset, 0 1px white;
margin-right: 4px;
padding: 5px 10px;
width: auto;
}
.jwts_tabberlive .jwts_tabbernav li a,
.jwts_tabberlive .jwts_tabbernav li a:link,
.jwts_tabberlive .jwts_tabbernav li.jwts_tabberactive a,
.jwts_tabberlive .jwts_tabbernav li.jwts_tabberactive a:link {
background: none;
border: 0;
}
.jwts_tabberlive .jwts_tabbernav li.jwts_tabberactive {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d6d6d6), color-stop(100%, #ebebeb));
background: -webkit-linear-gradient(top, #d6d6d6, #ebebeb);
background: -moz-linear-gradient(top, #d6d6d6, #ebebeb);
background: -o-linear-gradient(top, #d6d6d6, #ebebeb);
background: linear-gradient(top, #d6d6d6, #ebebeb);
-webkit-box-shadow: 0 3px 6px #d6d6d6 inset, 0 1px white;
-moz-box-shadow: 0 3px 6px #d6d6d6 inset, 0 1px white;
box-shadow: 0 3px 6px #d6d6d6 inset, 0 1px white;
}
.jwts_tabberlive .jwts_tabbernav li.jwts_tabberactive a {
color: #f94b19;
}
.jwts_tabberlive .jwts_tabbertab {
border: 0;
margin-right: 0;
padding: 10px 0 0;
}
.jwts_tabberlive .jwts_tabbertab li {
background: none;
font-size: 11px;
margin-bottom: 10px;
padding: 0 0 6px;
width: 280px;
}
.jwts_tabberlive .jwts_tabbertab .catItemAuthor {
float: left;
margin: 0;
}
.jwts_tabberlive .jwts_tabbertab .catItemDateCreated {
float: right;
margin: 0;
}

.catItemHeader .solaris_hr {
margin-bottom: 0;
}

.catItemTitle,
.genericItemTitle,
.tagItemTitle,
.userItemTitle {
border-bottom: 1px solid #e7e7e7;
-webkit-box-shadow: 0 1px white;
-moz-box-shadow: 0 1px white;
box-shadow: 0 1px white;
font-size: 22px !important;
font-family: 'PTSansRegular', Arial, sans-serif !important;
font-weight: normal;
color: #39737f;
}

.catItemImage img,
.genericItemImage img,
.tagItemImage img,
.userItemImage img {
background: url(../images/img_bg.png);
border: none !important;
padding: 5px !important;
}

.catItemArticleTools {
border-bottom: 1px dotted #bfbfbf;
border-top: 1px dotted #bfbfbf;
margin-bottom: 7px;
padding: 0;
}
.catItemArticleTools a {
font-size: 11px;
}
.catItemArticleTools.portfolio {
border: 0;
margin-top: -5px;
}

.catItemBody .catItemImageBlock {
margin-bottom: 2px;
padding: 0;
}

div.catItemIntroText {
padding-bottom: 0;
}

div.itemContentFooter {
padding: 0;
}

div.itemNavigation,
div.itemTagsBlock {
background: none;
padding: 4px 0;
width: 612px;
}

.catItemDateCreated,
.catItemDateModified,
div.catItemCategory,
.catItemAuthor,
div.catItemCommentsLink {
background: url(../images/elements/k2/clock.png) left 2px no-repeat;
border: 0;
display: inline-block;
margin-right: 50px;
padding-left: 16px;
}

.catItemAuthor {
background: url(../images/elements/k2/user.png) left 3px no-repeat;
}

div.catItemCategory {
background: url(../images/elements/k2/category.png) left 7px no-repeat;
padding-left: 20px;
}

div.catItemCommentsLink {
background: url(../images/elements/k2/comments.png) left 1px no-repeat;
margin-right: 0;
padding-left: 20px;
}

div.catItemTagsBlock {
padding-left: 0;
}

div.itemTagsBlock ul.itemTags li {
padding-left: 10px;
}

.lcComment {
margin: 10px 0;
}

.lcAvatar img {
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}

.lcComments_details {
clear: right;
overflow: hidden;
}

.crop {
background: url(../images/img_bg.png);
margin-bottom: 10px !important;
}
.crop .catItemImage {
float: left;
margin-bottom: 9px;
overflow: hidden;
position: relative;
height: 140px;
}
.crop .catItemImage.column_4 {
width: 217px !important;
}
.crop .catItemImage.column_3 {
width: 295px !important;
height: 200px;
}
.crop .catItemImage.column_2 {
width: 450px !important;
height: 300px;
}
.crop img {
background: none;
border: 0 !important;
padding: 0 !important;
position: absolute;
top: 8px;
left: 8px;
}

div.k2Pagination,
.pagination {
text-align: center;
}
div.k2Pagination ul li,
.pagination ul li {
display: inline-block;
margin-left: 10px;
padding: 0;
}
div.k2Pagination ul li .pagenav,
div.k2Pagination ul li a,
.pagination ul li .pagenav,
.pagination ul li a {
border: 1px solid #dbdbdb;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
display: block;
height: 16px;
padding: 6px 12px;
width: auto;
}
div.k2Pagination ul li span.pagenav,
.pagination ul li span.pagenav {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dedede), color-stop(100%, #eaeaea));
background: -webkit-linear-gradient(top, #dedede, #eaeaea);
background: -moz-linear-gradient(top, #dedede, #eaeaea);
background: -o-linear-gradient(top, #dedede, #eaeaea);
background: linear-gradient(top, #dedede, #eaeaea);
color: #f94b19;
-webkit-box-shadow: 0 1px 3px #d6d6d6 inset, 0 1px white;
-moz-box-shadow: 0 1px 3px #d6d6d6 inset, 0 1px white;
box-shadow: 0 1px 3px #d6d6d6 inset, 0 1px white;
}
div.k2Pagination ul li a,
.pagination ul li a {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #ebebeb));
background: -webkit-linear-gradient(top, #f2f2f2, #ebebeb);
background: -moz-linear-gradient(top, #f2f2f2, #ebebeb);
background: -o-linear-gradient(top, #f2f2f2, #ebebeb);
background: linear-gradient(top, #f2f2f2, #ebebeb);
border: 1px solid #cbcbcb;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px white, 0 1px white inset;
-moz-box-shadow: 0 1px white, 0 1px white inset;
box-shadow: 0 1px white, 0 1px white inset;
color: #4c4c4c;
cursor: pointer;
display: inline-block;
padding: 6px 12px;
text-decoration: none;
}
div.k2Pagination ul li a:hover,
.pagination ul li a:hover {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebebeb), color-stop(100%, #d5d5d5));
background: -webkit-linear-gradient(top, #ebebeb, #d5d5d5);
background: -moz-linear-gradient(top, #ebebeb, #d5d5d5);
background: -o-linear-gradient(top, #ebebeb, #d5d5d5);
background: linear-gradient(top, #ebebeb, #d5d5d5);
color: #f94b19;
}
div.k2Pagination ul li a:active,
.pagination ul li a:active {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1e1e1), color-stop(100%, #e5e5e5));
background: -webkit-linear-gradient(top, #e1e1e1, #e5e5e5);
background: -moz-linear-gradient(top, #e1e1e1, #e5e5e5);
background: -o-linear-gradient(top, #e1e1e1, #e5e5e5);
background: linear-gradient(top, #e1e1e1, #e5e5e5);
-webkit-box-shadow: 0 1px 3px #d5d5d5 inset, 0 1px white;
-moz-box-shadow: 0 1px 3px #d5d5d5 inset, 0 1px white;
box-shadow: 0 1px 3px #d5d5d5 inset, 0 1px white;
position: relative;
top: 1px;
}
div.k2Pagination .pagination-start .pagenav,
div.k2Pagination .pagination-prev .pagenav,
div.k2Pagination .pagination-next .pagenav,
div.k2Pagination .pagination-end .pagenav,
.pagination .pagination-start .pagenav,
.pagination .pagination-prev .pagenav,
.pagination .pagination-next .pagenav,
.pagination .pagination-end .pagenav {
background: none;
border: 0;
color: #808080;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
div.k2Pagination .counter,
.pagination .counter {
clear: both;
}

div.itemComments {
background: none;
border: 0;
padding: 0;
width: 620px;
}
div.itemComments ul.itemCommentsList .even,
div.itemComments ul.itemCommentsList .odd {
background: none;
border-bottom: 4px double #d6d6d6;
margin-bottom: 10px;
padding: 0;
}
div.itemComments ul.itemCommentsList .avatar_border {
background: url(../images/elements/k2/image-item-bg.png) left top repeat;
float: left;
padding: 5px;
margin-bottom: 10px;
margin-right: 10px;
}
div.itemComments ul.itemCommentsList .avatar_border img {
float: none;
margin: 0;
}
div.itemComments ul.itemCommentsList li span.commentAuthorName,
div.itemComments ul.itemCommentsList li span.commentDate {
background: url(../images/elements/k2/user.png) left 2px no-repeat;
color: #808080;
font-size: 12px;
font-weight: normal;
padding-left: 20px;
}
div.itemComments ul.itemCommentsList li span.commentDate {
background: url(../images/elements/k2/clock.png) left 2px no-repeat;
}

.itemCommentsCounter,
.itemCommentsTitle {
background: url(../images/elements/blog_sidebar_heading.png) left 13px repeat-x;
}
.itemCommentsCounter .grey_texture,
.itemCommentsTitle .grey_texture {
padding-right: 15px;
}

.contact-form,
#comment-form {
background: url(../images/elements/k2/image-item-bg.png) left top repeat;
padding: 7px 30px;
width: 560px;
}
.contact-form label,
#comment-form label {
font-family: sans-serif;
font-weight: bold;
margin-bottom: 3px;
}

.contact-form input,
div.itemCommentsForm form input.inputbox,
div.itemCommentsForm form textarea.inputbox {
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 3px 6px #cccccc inset, 0 1px white;
-moz-box-shadow: 0 3px 6px #cccccc inset, 0 1px white;
box-shadow: 0 3px 6px #cccccc inset, 0 1px white;
margin-right: 0;
overflow: hidden;
padding: 5px;
width: 160px;
height: 20px;
}
.contact-form input:focus,
div.itemCommentsForm form input.inputbox:focus,
div.itemCommentsForm form textarea.inputbox:focus {
outline: 0;
}

.contact-form textarea,
div.itemCommentsForm form textarea.inputbox {
width: 550px;
height: 100px;
}

.comments_form_field {
display: block;
float: left;
margin-bottom: 20px;
margin-right: 25px;
width: 170px;
}
.comments_form_field.omega {
margin-right: 0;
}

.comment_textarea {
clear: both;
}

.required_field,
span.star {
color: #f00;
}

div.itemCommentsForm form input#submitCommentButton {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #ebebeb));
background: -webkit-linear-gradient(top, #f2f2f2, #ebebeb);
background: -moz-linear-gradient(top, #f2f2f2, #ebebeb);
background: -o-linear-gradient(top, #f2f2f2, #ebebeb);
background: linear-gradient(top, #f2f2f2, #ebebeb);
border: 1px solid #cbcbcb;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px white, 0 1px white inset;
-moz-box-shadow: 0 1px white, 0 1px white inset;
box-shadow: 0 1px white, 0 1px white inset;
color: #4c4c4c !important;
cursor: pointer;
display: inline-block;
padding: 10px 20px;
text-decoration: none;
}
div.itemCommentsForm form input#submitCommentButton:hover {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebebeb), color-stop(100%, #d5d5d5));
background: -webkit-linear-gradient(top, #ebebeb, #d5d5d5);
background: -moz-linear-gradient(top, #ebebeb, #d5d5d5);
background: -o-linear-gradient(top, #ebebeb, #d5d5d5);
background: linear-gradient(top, #ebebeb, #d5d5d5);
color: #f94b19;
}
div.itemCommentsForm form input#submitCommentButton:active {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1e1e1), color-stop(100%, #e5e5e5));
background: -webkit-linear-gradient(top, #e1e1e1, #e5e5e5);
background: -moz-linear-gradient(top, #e1e1e1, #e5e5e5);
background: -o-linear-gradient(top, #e1e1e1, #e5e5e5);
background: linear-gradient(top, #e1e1e1, #e5e5e5);
-webkit-box-shadow: 0 1px 3px #d5d5d5 inset, 0 1px white;
-moz-box-shadow: 0 1px 3px #d5d5d5 inset, 0 1px white;
box-shadow: 0 1px 3px #d5d5d5 inset, 0 1px white;
position: relative;
top: 1px;
}

.portfolio_item_block {
padding-left: 4px;
}

.portfolio_item_title {
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
margin: 0;
padding: 0;
}

.itemRatingList {
width: 90px;
height: 18px;
}
.itemRatingList a,
.itemRatingList .itemCurrentRating {
height: 18px;
}
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating:hover {
background-position: 0 -18px;
}
.itemRatingList .itemCurrentRating {
background-position: 0 -36px;
}

.itemRatingLog {
height: 18px;
line-height: 18px;
}

.itemRatingList,
.itemRatingList a:hover,
.itemRatingList .itemCurrentRating {
background-image: url(../images/elements/k2/transparent_star2.png);
}

/* `Lists
----------------------------------------------------------------------------------------------------*/
.social_icons {
float: right;
}

#footer .contacts {
border-bottom: 1px dotted #333;
margin-bottom: 20px;
}
#footer .contacts li {
border: 0;
margin-bottom: 15px;
margin-left: 10px;
padding: 0 0 0 30px;
}
#footer .contacts .location {
background: url("../images/elements/bullets/bullet-location.png") left 2px no-repeat;
}
#footer .contacts .phone {
background: url("../images/elements/bullets/bullet-phone.png") left top no-repeat;
}
#footer .contacts .mail {
background: url("../images/elements/bullets/bullet-mail.png") left 2px no-repeat;
}

.itemBody li,
.items-leading li,
.items-row li,
.item-page li,
.dot li {
/*background-image: url(../images/elements/bullets/bullet.png);*/
background-image: url(../images/elements/bullets/bullet_1.png); /*kinsh*/
background-position: 0 6px;
background-repeat: no-repeat;
float: none;
margin-bottom: 10px;
margin-left: 0;
padding-left: /*10px*/ 20px /*kinsh*/;
}
.itemBody ol li,
.items-leading ol li,
.items-row ol li,
.item-page ol li,
.dot ol li {
background-image: none;
margin-left: 20px;
}

.horizontal {
clear: both;
list-style-type: none;
overflow: hidden;
}
.horizontal > li {
background-position: left top;
background-repeat: no-repeat;
display: block;
float: left;
min-height: 30px;
padding-left: 35px;
padding-top: 3px;
}
.horizontal > li ul {
margin-top: 20px;
}

li.book {
background-image: url(../images/elements/bullets/bullet-book-large.png);
}

.dot li,
.star li,
.heart li,
.plus li {
background-position: 0 4px;
background-repeat: no-repeat;
padding-left: 20px;
}

.star li {
background-image: url(../images/elements/bullets/bullet-star.png);
background-position: 0 0;
}

li.star {
background-image: url(../images/elements/bullets/bullet-star-large.png);
}

.heart li {
background-image: url(../images/elements/bullets/bullet-heart.png);
}

li.heart {
background-image: url(../images/elements/bullets/bullet-heart-large.png);
}

li.time {
background-image: url(../images/elements/bullets/bullet-time-large.png);
}

.plus li {
background-image: url(../images/elements/bullets/bullet-plus.png);
}

div.catItemTagsBlock ul.catItemTags li,
.itemAuthorLatest li,
.itemRelated li {
background-image: url(../images/elements/bullets/bullet.png);
background-position: 0 6px;
background-repeat: no-repeat;
border-bottom: 0;
padding-left: 10px;
}
div.catItemTagsBlock ul.catItemTags li.even, div.catItemTagsBlock ul.catItemTags li.odd,
.itemAuthorLatest li.even,
.itemAuthorLatest li.odd,
.itemRelated li.even,
.itemRelated li.odd {
background-color: transparent;
}

.sidebar .site_menu > li {
background: url(../images/elements/bullets/bullet-sidebar.png) left 4px no-repeat;
border-bottom: 1px solid #e6e6e6;
-webkit-box-shadow: 0 1px white;
-moz-box-shadow: 0 1px white;
box-shadow: 0 1px white;
margin: 0 14px 8px 0;
padding-bottom: 8px;
padding-left: 12px;
}

.sidebar .mobile_site_menu {
display: none;
}

div.itemRatingList li {
border: 0;
padding: 0;
width: 0;
}

/* `mod_contact_list module
----------------------------------------------------------------------------------------------------*/
.mod_contact_list .portrait_border {
background: url(../images/elements/k2/image-item-bg.png) left top repeat;
padding: 10px;
}
.mod_contact_list img {
max-width: 200px;
}
.mod_contact_list .person_name {
color: #39737f;
font-size: 16px;
font-family: 'PTSansRegular', Arial, sans-serif;
margin-bottom: 0;
margin-top: 12px;
}
.mod_contact_list .position {
color: #4c4c4c;
font-size: 11px;
}

/* `K2 Portfolio
----------------------------------------------------------------------------------------------------*/
.portfolio_filter {
border-bottom: 1px solid #e6e6e6;
-webkit-box-shadow: 0 1px #fbfbfb;
-moz-box-shadow: 0 1px #fbfbfb;
box-shadow: 0 1px #fbfbfb;
margin: 15px 0 28px;
overflow: hidden;
padding-bottom: 14px;
}
.portfolio_filter li {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #ebebeb));
background: -webkit-linear-gradient(top, #f2f2f2, #ebebeb);
background: -moz-linear-gradient(top, #f2f2f2, #ebebeb);
background: -o-linear-gradient(top, #f2f2f2, #ebebeb);
background: linear-gradient(top, #f2f2f2, #ebebeb);
border: 1px solid #cbcbcb;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px white inset, 0 1px #fcfcfc;
-moz-box-shadow: 0 1px white inset, 0 1px #fcfcfc;
box-shadow: 0 1px white inset, 0 1px #fcfcfc;
cursor: pointer;
float: left;
margin: 0 10px 10px 0;
padding: 5px 10px;
}
.portfolio_filter .selected {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d6d6d6), color-stop(100%, #ebebeb));
background: -webkit-linear-gradient(top, #d6d6d6, #ebebeb);
background: -moz-linear-gradient(top, #d6d6d6, #ebebeb);
background: -o-linear-gradient(top, #d6d6d6, #ebebeb);
background: linear-gradient(top, #d6d6d6, #ebebeb);
-webkit-box-shadow: 0 1px 3px #d6d6d6 inset;
-moz-box-shadow: 0 1px 3px #d6d6d6 inset;
box-shadow: 0 1px 3px #d6d6d6 inset;
color: #f94b19;
cursor: default;
}

/* `com_content component
----------------------------------------------------------------------------------------------------*/
.actions {
float: right;
overflow: hidden;
margin-bottom: 0;
}
.actions li {
background: none;
float: left;
width: auto;
}
.actions li img {
background: none;
}

a {
color: #f5b613;
text-decoration: none;
}
a:hover {
color: #ccc;
}

.items-leading h2,
.items-row h2 {
color: #39737f;
font-family: 'PTSansRegular', Arial, sans-serif;
font-weight: normal;
font-size: 22px;
}
.items-leading > div,
.items-row > div {
clear: both;
}

.items-leading img,
.items-row img,
.item-page img,
.contact-image img,
#archive-items img {
background: url(../images/img_bg.png);
border: none;
margin: 0 20px 20px 0;
padding: 5px;
}

.article-info {
border-bottom: 1px dotted #bfbfbf;
border-top: 1px dotted #bfbfbf;
font-size: 11px;
overflow: hidden;
padding: 3px 0;
}
.article-info dd {
margin-right: 30px;
float: left;
}
.article-info .article-info-term {
display: none;
}
.article-info .print-icon,
.article-info .email-icon {
float: right;
margin-right: 0;
margin-left: 10px;
}
.article-info img {
background: none;
margin: 0;
padding: 0;
}

#archive-items li,
.categories-list li {
margin-left: 0;
}
#archive-items > li,
.categories-list > li {
border-bottom: 1px solid #e6e6e6;
-webkit-box-shadow: 0 1px white;
-moz-box-shadow: 0 1px white;
box-shadow: 0 1px white;
overflow: hidden;
padding-bottom: 20px;
margin-bottom: 30px;
}
#archive-items h2,
#archive-items .item-title,
.categories-list h2,
.categories-list .item-title {
color: #39737f;
font-family: 'PTSansRegular', Arial, sans-serif;
font-size: 18px;
font-weight: bold;
margin-bottom: 0;
}

.categories-list li {
border-bottom: 1px solid #e6e6e6;
-webkit-box-shadow: 0 1px white;
-moz-box-shadow: 0 1px white;
box-shadow: 0 1px white;
overflow: hidden;
padding-bottom: 20px;
margin-bottom: 30px;
}
.categories-list dt,
.categories-list dd {
display: inline;
}

.category-name {
background: url(../images/elements/k2/category.png) left 3px no-repeat;
padding-left: 20px;
}

.create,
.modified,
.published {
background: url(../images/elements/k2/clock.png) left 3px no-repeat;
padding-left: 16px;
}

.createdby {
background: url(../images/elements/k2/user.png) left 3px no-repeat;
padding-left: 16px;
}

.hits {
background: url(../images/elements/k2/views.png) left 3px no-repeat;
padding-left: 20px;
}

ul.pagenav {
clear: both;
margin: 30px auto;
overflow: hidden;
width: 200px;
}
ul.pagenav li {
background: none;
float: left;
width: 75px;
}

.img_caption.right {
margin-left: 20px;
}
.img_caption.right img {
margin: 0 0 5px 0;
}

.hidelabeltxt {
float: left;
font-weight: bold;
margin-right: 30px;
padding-top: 3px;
}

.filters {
border-bottom: 3px double #e6e6e6;
-webkit-box-shadow: 0 1px white;
-moz-box-shadow: 0 1px white;
box-shadow: 0 1px white;
}
.filters .inputbox,
.filters .span-select {
display: inline-block;
height: 29px;
}
.filters #month,
.filters #year,
.filters #limit {
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
}
.filters #month,
.filters .month {
width: 100px;
}
.filters #year,
.filters .year {
width: 70px;
}
.filters #limit,
.filters .limit {
width: 55px;
}
.filters .month,
.filters .year,
.filters .limit {
background: left top no-repeat;
padding: 6px;
}
.filters .month {
background-image: url(../images/elements/selectbox100.png);
margin-left: -100px;
}
.filters .year {
background-image: url(../images/elements/selectbox70.png);
margin-left: -70px;
}
.filters .limit {
background-image: url(../images/elements/selectbox55.png);
margin-left: -55px;
}
.filters .button {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #ebebeb));
background: -webkit-linear-gradient(top, #f2f2f2, #ebebeb);
background: -moz-linear-gradient(top, #f2f2f2, #ebebeb);
background: -o-linear-gradient(top, #f2f2f2, #ebebeb);
background: linear-gradient(top, #f2f2f2, #ebebeb);
border: 1px solid #cbcbcb;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px white, 0 1px white inset;
-moz-box-shadow: 0 1px white, 0 1px white inset;
box-shadow: 0 1px white, 0 1px white inset;
color: #4c4c4c;
cursor: pointer;
display: inline-block;
padding: 6px 20px;
text-decoration: none;
}
.filters .button:hover {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebebeb), color-stop(100%, #d5d5d5));
background: -webkit-linear-gradient(top, #ebebeb, #d5d5d5);
background: -moz-linear-gradient(top, #ebebeb, #d5d5d5);
background: -o-linear-gradient(top, #ebebeb, #d5d5d5);
background: linear-gradient(top, #ebebeb, #d5d5d5);
color: #f94b19;
}
.filters .button:active {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1e1e1), color-stop(100%, #e5e5e5));
background: -webkit-linear-gradient(top, #e1e1e1, #e5e5e5);
background: -moz-linear-gradient(top, #e1e1e1, #e5e5e5);
background: -o-linear-gradient(top, #e1e1e1, #e5e5e5);
background: linear-gradient(top, #e1e1e1, #e5e5e5);
-webkit-box-shadow: 0 1px 3px #d5d5d5 inset, 0 1px white;
-moz-box-shadow: 0 1px 3px #d5d5d5 inset, 0 1px white;
box-shadow: 0 1px 3px #d5d5d5 inset, 0 1px white;
position: relative;
top: 1px;
}

.readmore a,
.read_more a,
.button2-left a {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #ebebeb));
background: -webkit-linear-gradient(top, #f2f2f2, #ebebeb);
background: -moz-linear-gradient(top, #f2f2f2, #ebebeb);
background: -o-linear-gradient(top, #f2f2f2, #ebebeb);
background: linear-gradient(top, #f2f2f2, #ebebeb);
border: 1px solid #cbcbcb;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px white, 0 1px white inset;
-moz-box-shadow: 0 1px white, 0 1px white inset;
box-shadow: 0 1px white, 0 1px white inset;
color: #4c4c4c;
cursor: pointer;
display: inline-block;
padding: 6px 20px;
text-decoration: none;
}
.readmore a:hover,
.read_more a:hover,
.button2-left a:hover {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebebeb), color-stop(100%, #d5d5d5));
background: -webkit-linear-gradient(top, #ebebeb, #d5d5d5);
background: -moz-linear-gradient(top, #ebebeb, #d5d5d5);
background: -o-linear-gradient(top, #ebebeb, #d5d5d5);
background: linear-gradient(top, #ebebeb, #d5d5d5);
color: #f94b19;
}
.readmore a:active,
.read_more a:active,
.button2-left a:active {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1e1e1), color-stop(100%, #e5e5e5));
background: -webkit-linear-gradient(top, #e1e1e1, #e5e5e5);
background: -moz-linear-gradient(top, #e1e1e1, #e5e5e5);
background: -o-linear-gradient(top, #e1e1e1, #e5e5e5);
background: linear-gradient(top, #e1e1e1, #e5e5e5);
-webkit-box-shadow: 0 1px 3px #d5d5d5 inset, 0 1px white;
-moz-box-shadow: 0 1px 3px #d5d5d5 inset, 0 1px white;
box-shadow: 0 1px 3px #d5d5d5 inset, 0 1px white;
position: relative;
top: 1px;
}

.display-limit {
color: #808080;
font-weight: bold;
}

.category {
margin: 30px 0;
width: 100%;
}
.category th,
.category td {
border-bottom: 1px solid #ccc;
padding: 10px;
}
.category th img {
margin-left: 10px;
}
.category td {
background-color: #ebebeb;
}
.category a {
font-weight: bold;
}

.items-more {
clear: both;
}

.item-separator {
background-color: #e6e6e6;
-webkit-box-shadow: 0 1px white;
-moz-box-shadow: 0 1px white;
box-shadow: 0 1px white;
clear: both;
margin: 30px 0;
height: 1px;
}

/* `com_users component
----------------------------------------------------------------------------------------------------*/
.login label {
display: inline-block;
font-weight: bold;
width: 120px;
}

.login-fields {
margin-bottom: 10px;
}

.details_dl dt,
.details_dl dd {
display: inline-block;
font-size: 12px;
font-weight: bold;
padding: 8px 20px 0 0;
text-align: right;
vertical-align: top;
width: 150px;
}
.details_dl dd {
font-weight: normal;
text-align: left;
width: 420px;
}

/* `Forms
----------------------------------------------------------------------------------------------------*/
.admintable td {
padding-bottom: 10px;
}
.admintable label {
display: inline-block;
font-size: 12px;
font-weight: bold;
padding: 8px 20px 0 0;
text-align: right;
vertical-align: top;
width: 120px;
}
.admintable label.shorter {
padding-top: 2px;
}
.admintable #genderm-lbl,
.admintable #genderf-lbl {
padding-top: 2px;
width: auto;
}
.admintable .optional {
color: #aaa;
display: inline-block;
padding: 8px 20px 0 0;
}
.admintable select {
margin-top: 8px;
}
.admintable b {
display: inline-block;
padding-top: 8px;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 3px 6px #cccccc inset, 0 1px white;
-moz-box-shadow: 0 3px 6px #cccccc inset, 0 1px white;
box-shadow: 0 3px 6px #cccccc inset, 0 1px white;
margin-right: 0;
overflow: hidden;
padding: 5px;
width: 160px;
height: 20px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
outline: 0;
}
.admintable input[type="text"], .admintable
input[type="email"], .admintable
input[type="password"], .admintable
textarea {
width: 250px;
}

button,
.button {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f2f2f2), color-stop(100%, #ebebeb));
background: -webkit-linear-gradient(top, #f2f2f2, #ebebeb);
background: -moz-linear-gradient(top, #f2f2f2, #ebebeb);
background: -o-linear-gradient(top, #f2f2f2, #ebebeb);
background: linear-gradient(top, #f2f2f2, #ebebeb);
border: 1px solid #cbcbcb;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
-webkit-box-shadow: 0 1px white, 0 1px white inset;
-moz-box-shadow: 0 1px white, 0 1px white inset;
box-shadow: 0 1px white, 0 1px white inset;
color: #4c4c4c;
cursor: pointer;
display: inline-block;
padding: 6px 20px;
text-decoration: none;
}
button:hover,
.button:hover {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebebeb), color-stop(100%, #d5d5d5));
background: -webkit-linear-gradient(top, #ebebeb, #d5d5d5);
background: -moz-linear-gradient(top, #ebebeb, #d5d5d5);
background: -o-linear-gradient(top, #ebebeb, #d5d5d5);
background: linear-gradient(top, #ebebeb, #d5d5d5);
color: #f94b19;
}
button:active,
.button:active {
background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e1e1e1), color-stop(100%, #e5e5e5));
background: -webkit-linear-gradient(top, #e1e1e1, #e5e5e5);
background: -moz-linear-gradient(top, #e1e1e1, #e5e5e5);
background: -o-linear-gradient(top, #e1e1e1, #e5e5e5);
background: linear-gradient(top, #e1e1e1, #e5e5e5);
-webkit-box-shadow: 0 1px 3px #d5d5d5 inset, 0 1px white;
-moz-box-shadow: 0 1px 3px #d5d5d5 inset, 0 1px white;
box-shadow: 0 1px 3px #d5d5d5 inset, 0 1px white;
position: relative;
top: 1px;
}

.k2AccountPage div.k2AccountPageNotice {
padding: 0 0 0 140px;
}

.k2AccountPage div.k2AccountPageUpdate {
border-top: 1px solid #e6e6e6;
-webkit-box-shadow: 0 1px white inset;
-moz-box-shadow: 0 1px white inset;
box-shadow: 0 1px white inset;
padding-left: 140px;
text-align: left;
}

.tip {
background-color: #fff;
border: 1px #999 solid;
padding: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
}

.tip-title {
font-weight: bold;
}

#adminForm .calendar {
background-image: none;
cursor: pointer;
margin-bottom: 5px;
}

.calendar > table {
margin-bottom: 0;
}
.calendar .button {
display: table-cell;
}
.calendar .day {
border: 1px solid #ccc;
cursor: pointer;
padding: 1px;
}

/* `DJ Image slider
----------------------------------------------------------------------------------------------------*/
.slide-desc {
left: 35% !important;
width: 46% !important;
}

.slide-desc-text {
border-top: 5px solid #f5b613 /*kinsh*/;
color: #fff;
padding: 20px 30px;
}
.slide-desc-text h1,
.slide-desc-text h2,
.slide-desc-text h3,
.slide-desc-text h4,
.slide-desc-text h5,
.slide-desc-text h6 {
color: #f5b613 /*kinsh*/;
font-size: 22px;
text-transform: uppercase;
}
.slide-desc-text a {
color: #f5b613 /*kinsh*/;
}
.slide-desc-text a:hover {
color: #c60;
}

.ice-carousel .ice-carousel-item {
position: relative;
}
.ice-carousel .ice-carousel-item img {
background: url(../images/img_bg.png);
border: none !important;
padding: 5px !important;
}
.ice-carousel .ice-carousel-item .ice-carousel-item-title a {
background: /*#f5b613 url(../images/elements/ice-more.png) 170px 8px no-repeat*/ #f5b613/*kinsh*/;
color: #fff;
display: block;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
padding-left: 10px;
padding-top: 10px;
position: absolute;
left: 5px;
bottom: 5px;
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
width: 190px;
height: 25px;
}
.ice-carousel .ice-carousel-item:hover .ice-carousel-item-title a {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.ice-carousel .ice-previous,
.ice-carousel .ice-next {
background: transparent url(../images/elements/ice-prev.png) left top no-repeat !important;
left: -60px;
top: 35px;
width: 35px;
height: 35px;
}
.ice-carousel .ice-previous.disabled,
.ice-carousel .ice-next.disabled {
background-position: 0 0 !important;
background-color: transparent !important;
}
.ice-carousel .ice-previous:hover,
.ice-carousel .ice-next:hover {
background-position: 0 0 !important;
}
.ice-carousel .ice-next {
background: transparent url(../images/elements/ice-next.png) left top no-repeat !important;
left: auto;
right: -60px;
}

.contact-form .no-rm {
margin-right: 0;
}

.jicons-icons {
display: none;
}

.contact-info address,
.contact-info .contact-telephone,
.contact-info .contact-emailto {
display: block;
padding-left: 20px;
}
.contact-info address {
background: url("../images/elements/bullets/bullet-location.png") left 2px no-repeat;
}
.contact-info .contact-telephone {
background: url("../images/elements/bullets/bullet-phone.png") left top no-repeat;
}
.contact-info .contact-emailto {
background: url("../images/elements/bullets/bullet-mail.png") left 2px no-repeat;
}

#jform_contact_email_copy {
margin: 10px 15px 20px;
width: auto;
height: auto;
}

.highlight-blue,
.highlight-green,
.highlight-red,
.highlight-yellow,
.highlight-grey {
-webkit-border-rada:hoverius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
color: #fff;
display: inline-block;
padding: 0 3px;
}

.highlight-blue {
background-color: #bbd3eb;
}

.highlight-green {
background-color: #1a8341;
}

.highlight-red {
background-color: #a81115;
}

.highlight-yellow {
background-color: #f5b614;
}

.highlight-grey {
background-color: #777;
}

img.grey-border {
background: url(../images/img_bg.png) repeat;
padding: 5px;
}

img.no-bg {
background: none !important;
padding: 5px;
}


/*************************** kinsh *************************/
.slide-desc-bg {
    background: none repeat scroll 0 0 #000 !important;
    opacity: 0.8 !important;
}

#footer_modules select.mobile_site_menu{ display:none;}

.k2Title{ background: url("../images/bg2.png") repeat scroll 0 0 transparent !important; padding-top:20px !important; font-size:34px !important;}

div.itemToolbar {
    border-bottom: 0px none #CCCCCC !important;
    border-top: 0px none #CCCCCC !important;
    margin:0 !important;
  padding:0 !important;}
#k2Container .itemAuthorBlock,div#k2ModuleBox107{display:none !important;}

#itemListLeading .itemContainer img{ height:100% !important;}

#itemListLeading .itemContainer .overlay{ height:100% !important;}

#itemListLeading .itemContainer .overlay div{ height:100% !important;}
