/*Logo*/

#rt-logo {
    background: url(../images/logo/logo.png) top left no-repeat;
    width: 242px;
    height: 66px;
}

/*Buttons*/

a.moduleItemReadMore,
a.k2ReadMore,
div.itemCommentsForm form input#submitCommentButton,
input[type="submit"],
button.button,
.component-content div.toggle-editor a {
    border: none;
    background-image: url(../images/button.gif);
    background-position: 100% 13px;
    background-repeat: no-repeat;
    background-color: #BABABA;
}

a.moduleItemReadMore:hover,
a.k2ReadMore:hover,
div.itemCommentsForm form input#submitCommentButton:hover,
input[type="submit"]:hover,
button.button:hover,
.component-content div.toggle-editor a:hover {
    background-image: url(../images/button.gif);
    background-position: 100% -7px;
    background-repeat: no-repeat;
    background-color: #d9d9d9;
}

/*Typhography*/

.module-title h2.title,
div.catItemHeader h3.catItemTitle,
div.itemHeader h2.itemTitle,
div.userItemHeader h3.userItemTitle,
div.itemCommentsForm h3,
h3.itemCommentsCounter,
div.k2AccountPage th.k2ProfileHeading,
div.componentheading,
div.genericItemHeader,
h2.genericItemTitle,
div.catItemHeader h3.catItemTitle a,
div.userItemHeader h3.userItemTitle a,
div.genericItemHeader h2.genericItemTitle a,
h1 {
    color: #202020;
}

#blog div.catItemHeader h3.catItemTitle a,
#blog div.itemHeader h2.itemTitle,
#blog div.userItemHeader h3.userItemTitle a,
#blog div.genericItemHeader h2.genericItemTitle a {
    color: #373737;
}

#blog div.catItemHeader h3.catItemTitle a:hover,
#blog div.itemHeader h2.itemTitle:hover,
#blog div.userItemHeader h3.userItemTitle a:hover,
#blog div.genericItemHeader h2.genericItemTitle a:hover {
    color: #a1a1a1
}

div.catItemHeader span.catItemDateCreated, div.itemHeader span.itemDateCreated, div.catItemCommentsLink a:hover, div.catItemCategory a:hover, .catItemAuthor a:hover, div.itemCommentsLink a:hover, div.itemCategory a:hover, .itemAuthor a:hover {
    color: #a1a1a1
}

/*=== Top Positions ===*/

#rt-top {
}

#rt-top .rt-container {
}

/*=== Header Positions ===*/

#rt-header {
}

#rt-header .rt-container {
}


/*=== Showcase Positions ===*/

.homepage #rt-showcase {
    /* background:url(../images/slider_bg.png) 50% 0 no-repeat;*/
}

#rt-showcase {
    /* background:url(../images/main_img_bg.png) 50% 0 no-repeat; */
}

#rt-showcase .rt-container {
}


/*=== Feature Positions ===*/

#rt-feature {
}

#rt-feature .rt-container {
}

/*=== Utility Positions ===*/

#rt-utility {
}

#rt-utility .rt-container {
}

/*=== MainTop Positions ===*/

#rt-maintop {
}

#rt-maintop .rt-container {
}


/*=== MainContent ===*/

#rt-main {
}

#rt-main .rt-container {
}


.rt-container {
    background: none;
}

/*Pagination*/

div.k2Pagination,
div.pagination {
    color: #999;
}

#k2Container .k2Pagination ul li span,
#k2Container .k2Pagination ul li a,
div.pagination ul li a,
div.pagination ul li span {
}

#k2Container .k2Pagination ul li.pagination-prev span.pagenav,
#k2Container .k2Pagination ul li.pagination-next span.pagenav,
div.pagination ul li.pagination-prev span.pagenav,
div.pagination ul li.pagination-next span.pagenav,
div.itemComments div.itemCommentsPagination ul li.pagination-prev span.pagenav,
div.itemComments div.itemCommentsPagination ul li.pagination-next span.pagenav {
    color: #999;
}

#k2Container .k2Pagination ul li a,
div.pagination ul li a,
div.itemComments div.itemCommentsPagination ul li a {
    color: #999;
}

#k2Container .k2Pagination ul li span,
div.pagination ul li span,
div.itemComments div.itemCommentsPagination ul li span,
#k2Container .k2Pagination ul li.pagination-prev a,
#k2Container .k2Pagination ul li a.pagenav:hover,
#k2Container .k2Pagination ul li.pagination-next a,
div.pagination ul li.pagination-prev a,
div.pagination ul li a.pagenav:hover,
div.pagination ul li.pagination-next a,
div.itemComments div.itemCommentsPagination ul li.pagination-prev a,
div.itemComments div.itemCommentsPagination ul li a.pagenav:hover,
div.itemComments div.itemCommentsPagination ul li.pagination-next a {
    color: #202020;
}

#k2Container .k2Pagination ul li.pagination-prev a,
div.pagination ul li.pagination-prev a,
div.itemComments div.itemCommentsPagination ul li.pagination-prev a {
    background: url(../images/pagination_prev.gif) 0 5px no-repeat;
    padding: 0 0 0 8px;
}

#k2Container .k2Pagination ul li.pagination-prev span.pagenav,
div.pagination ul li.pagination-prev span.pagenav,
div.itemComments div.itemCommentsPagination ul li.pagination-prev span.pagenav,
#k2Container .k2Pagination ul li.pagination-prev a:hover,
div.pagination ul li.pagination-prev a:hover,
div.itemComments div.itemCommentsPagination ul li.pagination-prev a:hover {
    background: url(../images/pagination_prev.gif) 0 -7px no-repeat;
    padding: 0 0 0 8px;
}

#k2Container .k2Pagination ul li.pagination-next a,
div.pagination ul li.pagination-next a,
div.itemComments div.itemCommentsPagination ul li.pagination-next a {
    background: url(../images/pagination_next.gif) 100% 5px no-repeat;
    padding: 0 8px 0 0;
}

#k2Container .k2Pagination ul li.pagination-next span.pagenav,
div.pagination ul li.pagination-next span.pagenav,
div.itemComments div.itemCommentsPagination ul li.pagination-next span.pagenav,
#k2Container .k2Pagination ul li.pagination-next a:hover,
div.pagination ul li.pagination-next a:hover,
div.itemComments div.itemCommentsPagination ul li.pagination-next a:hover {
    background: url(../images/pagination_next.gif) 100% -7px no-repeat;
    padding: 0 8px 0 0;
}

#k2Container .k2Pagination ul li.pagination-prev a:hover,
#k2Container .k2Pagination ul li.pagination-next a:hover,
#k2Container .k2Pagination ul li a:hover,
div.pagination ul li.pagination-prev a:hover,
div.pagination ul li.pagination-next a:hover,
div.pagination ul li a:hover,
div.itemComments div.itemCommentsPagination ul li.pagination-prev a:hover,
div.itemComments div.itemCommentsPagination ul li.pagination-next a:hover,
div.itemComments div.itemCommentsPagination ul li a:hover {
    color: #999;
}

/*Forms*/

#jform_contact_message,
#commentText, #description,
#jform_profile_aboutme,
#form-login .inputbox,
#com-form-login .inputbox,
#josForm .inputbox,
input.inputbox[type="text"],
input.inputbox[type="password"],
input.inputbox[type="email"],
input#url,
#josForm .k2AccountPage dd input[type="text"],
.form-validate input[type="text"],
input.required[type="text"],
input.required[type="password"],
input.required[type="email"] {
    background: #ededed;
    border: none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .33) inset;
    color: #a1a1a1;
}


#contact-form label,
div.k2AccountPage table.admintable label {
    font-size: 1em;
    line-height: 2em;
}

/*Comments*/

div.itemComments ul.itemCommentsList li, div.itemComments ul.itemCommentsList li.unpublishedComment, div.itemComments ul.itemCommentsList li.authorResponse {
    background: #f3f3f3;
    border: 1px solid #e6e7e8;
}

div.itemComments ul.itemCommentsList li span.commentToolbar {
}

div.itemComments ul.itemCommentsList li span.commentLink a,
div.itemComments ul.itemCommentsList li span.commentLink a:hover,
div.itemComments ul.itemCommentsList li span.commentToolbar a,
div.itemComments ul.itemCommentsList li span.commentToolbar a:hover {
    color: #111;
}

div.itemComments ul.itemCommentsList li span.commentLink a:hover,
div.itemComments ul.itemCommentsList li span.commentToolbar a:hover,
div.itemComments ul.itemCommentsList li span.commentDate {
    color: #a1a1a1
}

/*Google Map*/

div.map-wrapper {
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
}

/*Search Results*/

div.form-limit-and-counter {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}


/*=== MainBottom Positions ===*/

#rt-mainbottom {
}

#rt-mainbottom .rt-container {
}


/*=== Bottom Positions ===*/

#rt-bottom {
}

#rt-bottom .rt-container {
}


/*=== Footer Positions ===*/

#footer {
}

#footer .footer-container {
}


#rt-footer, #rt-copyright {
    color: #727272;
}

/*---------------------------------------------- Custom CSS (Start) */
/*body {
    background: #e2e2e2;
}

#rt-top {
    background:;
}

#rt-top .rt-container {
    background:;
}

#rt-header {
    background: #ffffff;
}

#rt-header .rt-container {
    background:;
}

#rt-showcase {
    background:;
}

#rt-showcase .rt-container {
    background:;
}

#rt-feature {
    background:;
}

#rt-feature .rt-container {
    background:;
}

#rt-utility {
    background:;
}

#rt-utility .rt-container {
    background:;
}

#rt-maintop {
    background:;
}

#rt-maintop .rt-container {
    background:;
}

#rt-main {
    background:;
}

#rt-main .rt-container {
    background:;
}

#rt-mainbottom {
    background:;
}

#rt-mainbottom .rt-container {
    background:;
}

#rt-bottom {
    background:;
}

#rt-bottom .rt-container {
    background:;
}

.footer-container {
    background: #202020;
}

.footer-container .rt-container {
    background:;
}

body a {
    color: #a1a1a1;
}

body a:hover {
    color: #000000;
}

a.moduleItemReadMore, a.k2ReadMore, .component-content div.toggle-editor a {
    color: #ffffff;
    background:;
}

a.moduleItemReadMore:hover, a.k2ReadMore:hover, .component-content div.toggle-editor a:hover {
    color: #202020;
    background:;
}

div.itemCommentsForm form input#submitCommentButton, input[type="submit"], button.button {
    color: #ffffff;
    background:;
}

div.itemCommentsForm form input#submitCommentButton:hover, input[type="submit"]:hover, button.button:hover {
    color: #202020;
    background:;
}

.menutop li.root > .item {
    color: #202020;
    background:;
}

.menutop li.root > .item:hover, .menutop li.root.active > .item, .menutop li.root.f-mainparent-itemfocus > .item {
    color: #d5d5d5;
    background:;
}

.menutop ul {
    background:;
}

.menutop ul li > .item {
    color: #202020;
    background:;
}

.menutop ul li > .item:hover, .menutop ul li.active > .item, .menutop ul li.f-menuparent-itemfocus > .item {
    color: #d5d5d5;
    background:;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #535353;
}*/

/*---------------------------------------------- Custom CSS (End) */