/*
Theme Name: Cloriato Lite
Theme URI: http://www.inkthemes.com/cloriato-wordpress-org/
Author: InkThemes.com
Author URI: http://www.inkthemes.com/
Description: The Website built using Cloriato Theme is supereasy to build and is very simplistic in design, the visitors love to see the whole content clearly. Cloriato Theme got several theme options to allow changing and manipulating literally everything in the site. You would absolutely love to built your site using Cloriato Theme.
Version: 1.6.7
License: GNU General Public License
License URI: license.txt
Text Domain: cloriato-lite
Tags: green, black, blue, white, two-columns, fixed-layout, threaded-comments, sticky-post, translation-ready, microformats, editor-style, custom-menu, dark, custom-header, custom-background
*/
@import url("css/reset.css");
@import url("css/960_24_col.css");
/*--------------------------------------------------------------*/
/* Default Style*/
/*--------------------------------------------------------------*/
body {
    font: 16px/1.6 'Trebuchet MS', Arial, 'Liberation Sans', FreeSans, sans-serif;
}
pre, code {
    font-family:'Trebuchet MS', Monaco, Consolas, monospace;
}
hr {
    border:0 #ddd solid;
    border-top-width:1px;
    clear:both;
    height:0;
}
:focus {
    outline:0;
}
blockquote:before, blockquote:after, q:before, q:after {
    content:"";
}
blockquote, q {
    quotes:"" "";
}
a img {
    border:0;
}
input[type="text"] {
    width:250px;
    height:20px;
    background:#f2f2f2;
    border:1px solid #d1d1d1;
    padding-left:5px;
}
textarea {
    width:250px;
    height:100px;
    background:#f2f2f2;
    border:1px solid #d1d1d1;
    padding-left:5px;
    padding-top:5px;
}
td, th {
    background:#fff;
    border:0px solid #d1d1d1;
    padding:5px;
	max-width: 480px;
}
th {
    font-weight:700;
    background:#D5D5D5;
}
dt {
    font-weight:bold;
    text-indent:20px;
}
dd {
    text-indent:20px;
}
a {
    text-decoration:none;
    color:#6a6565;
}
a:hover {
    color:#846402;
}
/***Headings*/
h1 {
    font-size:24px;
}
h2 {
    font-size:22px;
}
h3 {
    font-size:20px;
}
h4 {
    font-size:18px;
}
h5 {
    font-size:16px;
}
h6 {
    font-size:14px;
}
ol {
    list-style:decimal;
}
ul {
    list-style:disc;
}
li {
    margin-left:30px;
}
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, figure {
    margin-bottom:15px;
}
p {
    color:#736d6d;
}
/*--------------------------------------------------------------*/
/* Header Style*/
/*--------------------------------------------------------------*/
.header {
    padding-top:37px;
}
.header .logo {
    padding-top:10px;
}
.header .top_right_bar .social_logos {
    list-style-type:none;
    margin-left:60px;
}
.header .top_right_bar .social_logos li {
    display:inline;
    margin-left:0;
    margin-right:8px;
    float: left;
    margin-top:-2px;
}
.header .top_right_bar .social_logos li a {
    background: url(images/sprite.png) no-repeat;
    background-position: -55px 0;
}
.header .top_right_bar .social_logos li a span {
    background: url(images/sprite.png) no-repeat;
    display: block;
    width: 23px;
    height: 24px;
    position: relative;
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}
.header .top_right_bar .social_logos li a:hover span {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}
.header .top_right_bar .social_logos li.facebook a {
    background-position: -55px 0;
    width: 23px;
    height: 24px;
}
.header .top_right_bar .social_logos li.facebook a span {
    background-position: 0 0;
}
.header .top_right_bar .social_logos li.upon a {
    background-position: -55px -58px;
    width: 23px;
    height: 24px;
}
.header .top_right_bar .social_logos li.upon a span {
    background-position: 0 -58px;
}
.header .top_right_bar .social_logos li.rss a {
    background-position: -55px -87px;
    width: 23px;
    height: 24px;
}
.header .top_right_bar .social_logos li.rss a span {
    background-position: 0 -87px;
}
.header .top_right_bar .social_logos li.twitter a {
    background-position: -55px -29px;
    width: 23px;
    height: 24px;
}
.header .top_right_bar .social_logos li.twitter a span {
    background-position: 0 -29px;
}
.header .top_right_bar #searchform {
    background:url(images/searchbg.png) no-repeat;
    width:202px;
    height:37px;
    position:relative;
    float:right;
    overflow:hidden;
    margin-top:-10px;
}
.header .top_right_bar #searchform #searchsubmit {
    background:url(images/search.png) no-repeat;
    width:17px;
    height:17px;
    position:absolute;
    left:173px !important;
    top:10px;
    border:none;
}
/*--------------------------------------------------------------*/
/* Menu Style*/
/*--------------------------------------------------------------*/
#menu {
    position:relative;
    z-index:1000;
}
#menu li {
    float:left;
    background:none;
    margin:0 3px 0 0;
    padding:0;
}
#menu li a {
    position:relative;
    float:left;
    color:#3b3c3c;
    text-align:center;
    text-decoration:none;
    font-size:14px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    margin:0;
    padding:10 5px 10px;
}
#menu li.current-menu-item a, li.current_page_item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover {
    background:url(images/menuline.png) repeat-x bottom;
    margin:0;
}
#menu li li a, #menu li li a.selected, #menu li li a:hover {
    border:none;
    border-radius:0;
    -moz-border-radius:0;
    -khtml-border-radius:0;
    -webkit-border-radius:0;
}
#menu li.current-menu-item a:hover, #menu li.current-menu-parent a:hover, #menu li.current_page_parent a:hover, #menu li a:hover.selected {
    text-decoration:none;
}
#menu .ddsmoothmenu {
    list-style:none;
    float:left;
    position:relative;
    z-index:10000;
    background:url(images/menubg.png) bottom repeat-x;
    width:100%;
    margin:20px 0 0;
    padding:0 0 10px;
}
#menu .ddsmoothmenu li > ul {
    margin-top:-3px;
}
#menu .ddsmoothmenu li li a:hover {
    border-radius:0 5px 0 0;
    -moz-border-radius:0 5px 0 0;
    -khtml-border-radius:0 5px 0 0;
    -webkit-border-top-right-radius:5px;
}
#menu .ddsmoothmenu li > ul li > ul {
    margin-top:1px;
}
/*Top level list items*/
#menu .ddsmoothmenu li {
    position:relative;
    display:inline;
    float:left;
    margin-right:20px;
}
/* ---- menu ---- */
#menu .ddsmoothmenu li li {
    font:12px Arial, Helvetica, sans-serif !important;
    text-transform:capitalize;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    background:#f2f2f2;
    margin:0;
    padding:0;
}
#menu .ddsmoothmenu li li:last-child {
    border-bottom:1px solid #ddd;
}
#menu .ddsmoothmenu li li:first-child a {
    border-radius:0;
    border-top:none;
}
#menu .ddsmoothmenu li li a {
    width:130px;
    height:auto;
    float:none;
    display:block;
    text-align:left;
    text-shadow:none;
    text-decoration:none;
    background:none;
    position:relative;
    text-transform:none;
    font-size:12px;
    border-top:1px solid rgba(0, 0, 255, 0.1);
    margin:0;
    padding:10px 18px;
}
#menu .ddsmoothmenu li li a:after {
    width:100%;
    content:'';
    position:absolute;
    left:0;
    top:0;
    border-top:1px solid rgba(255, 255, 255, 0.1);
}
#menu .ddsmoothmenu li li li li:last-child a, #menu .ddsmoothmenu li li li li:last-child a:after {
    border-top:none;
}
#menu .ddsmoothmenu li li:last-child a:after {
    width:100%;
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    border-bottom:1px solid rgba(0, 0, 255, 0.1);
}
* html #menu .ddsmoothmenu li li a {
    display:inline-block;
}
#menu .ddsmoothmenu li li a:link, #menu .ddsmoothmenu li li a:visited {
    color:#565555;
}
#menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover {
    color:#000;
    border-radius:5px;
    -moz-border-radius:5px;
    -khtml-border-radius:5px;
}
/*1st sub level menu*/
#menu .ddsmoothmenu li ul {
    position:absolute;
    left:0;
    display:none;
    visibility:hidden;
    margin-top:10px;
    background:url(images/dropdawon.png) top left no-repeat;
    padding-top:9px;
}
#menu li li li:first-child {
    border-radius:0 5px 0 0;
    -moz-border-radius:0 5px 0 0;
    -khtml-border-radius:0 5px 0 0;
    border-top:1px solid #b39759;
}
#menu li li:last-child {
    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -khtml-border-radius:0 0 5px 5px;
    -webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
}
#menu .ddsmoothmenu li ul li {
    display:list-item;
    float:none;
}
#menu .ddsmoothmenu li ul li ul {
    padding-top:0;
    background:none;
    top:0;
    margin-top:0;
    margin-left:-2px;
}
* html .ddsmoothmenu {
    height:1%;
}
.downarrowclass {
    display:block;
    position:absolute;
    width:9px;
    height:5px;
    overflow:hidden;
    top:22px;
    right:-5px;
    background:url(images/downarrow.png) no-repeat;
}
.rightarrowclass {
    display:block;
    width:6px;
    height:6px;
    position:absolute;
    margin-top:-3px;
    top:50%;
    right:10px;
    background:url(images/right.png) 0 0 no-repeat;
}
/* ######### CSS for shadow added to sub menus ######### */
.ddshadow {
    width:0;
    height:0;
    position:absolute;
    left:0;
    top:0;
    display:none;
}
.home_content_wrapper {
    padding-bottom:30px;
}
/*--------------------------------------------------------------*/
/* Slider Style*/
/*--------------------------------------------------------------*/
#slides {
    width:930px;
    display:block;
    position:relative;
    margin-top:20px;
}
#slides .slide {
    position:relative;
    width:950px;
    height:350px;
    background:#fff url(images/ajax-loader.gif) no-repeat center center;
    display:block;
    overflow:hidden;
}
#slides .slide img {
    width:950px;
    height:350px;
}
#slides .caption {
    position:absolute;
    bottom:30px;
    right:10px;
    width:410px;
    height:auto;
    z-index:1000;
    background:url(images/caption.bg.png);
    border-left:5px solid #000;
    padding:10px 20px;
}
#slides .caption h2 {
    font-size:25px;
    margin-bottom:10px;
    width:355px;
    z-index:2;
    position:relative;
}
#slides .caption p {
    font-size:14px;
    margin-bottom:10px;
    z-index:2;
    position:relative;
    color:#424242;
}
#slides span.shadow {
    background:url(images/caption.shadow.png)no-repeat 0 0;
    width:444px;
    height:25px;
    position:absolute;
    bottom:-25px;
    right:1px;
    z-index:1;
}
#slides a.prev {
    background:url('images/right-arrow.png') no-repeat 0 0;
    width:32px;
    height:56px;
    position:absolute;
    text-indent:-9999em;
    top:40%;
    z-index:999;
    left:-45px;
}
#slides a.next {
    background:url('images/right-arrow.png') no-repeat -37px 0;
    width:32px;
    height:56px;
    position:absolute;
    right:-72px;
    text-indent:-9999em;
    top:40%;
    z-index:999;
}
#slides a.prev:hover {
    background:url('images/right-arrow.png') no-repeat 0 -61px;
    width:32px;
    height:56px;
}
#slides a.next:hover {
    background:url('images/right-arrow.png') no-repeat -37px -61px;
    width:32px;
    height:56px;
}
#slider_nav {
    margin-bottom:10px;
    position:relative;
    z-index:2;
}
#slider_nav, #line_wrap {
    margin-left:auto;
    margin-right:auto;
}
#line_wrap {
    position:relative;
    z-index:1;
}
#line {
    border-bottom:1px solid #E8E8E9;
    position:absolute;
    margin:39px 0 0;
}
#slider_pag {
    position:absolute;
    z-index:500;
    bottom:20px;
    left:10px;
}
#slider_pag ul {
    max-width:700px;
    list-style-type:none;
    text-align:center;
    position:relative;
}
#slider_pag li:first-child {
    padding:0 2px 0 12px;
}
#slider_pag li:last-child {
    padding:0 10px 0 2px;
}
#slider_pag li {
    float:left;
    right:50%;
    margin:0;
    padding:0 3px;
}
#slider_pag a {
    border:medium none;
    display:block;
    height:11px;
    text-indent:-9999px;
    width:10px;
}
#slides .pagination li a {
    display:block;
    width:16px;
    height:0;
    padding-top:16px;
    background-image:url(images/pagination.png);
    background-position:0 0;
    float:left;
    overflow:hidden;
}
#slides .pagination li.current a {
    background-position:0 -17px;
}
.home_text {
    z-index:-100;
    padding:30px 50px 20px 10px;
}
.home_text h1 {
    color:#000;
    font-size:26px;
}
.top_cornor {
    /* background:url(images/top-cornor.png) no-repeat 3px 0;
    width:90%;
    margin:0 auto 0 auto;
    height: 17px; */
}
.body-content {
    background:#FFF;
    margin:0 auto 0 auto;
   /* background: url(images/body_content_bg1.png) repeat-y; */
    width: 90%;
}
/*--------------------------------------------------------------*/
/* Homepage Feature Area */
/*--------------------------------------------------------------*/
.feature_content {
    overflow:hidden;
    padding-top:20px;
    padding-bottom:30px;
}
.feature_content p {
    margin-top: 10px;
    margin-bottom: 10px;
}
.feature_content h2 {
    padding-bottom:5px;
}
.feature_content .feature-image {
    margin-top:10px;
    margin-bottom:20px;
    width: 285px;
    height:auto;
}
.feature_content .feature_inner .feature_inner {
    padding-right:30px;
}
.feature_content .feature_box .feature_image{
    max-width: 615px;
    height: auto;
}
.feature_content .feature_inner.right .feature_image{
    max-width: 284px;
    height: auto;
}
.feature_content .read_more {
    color:#3a5318;
}
.feature_content .featured {
    margin-top:30px;
}
.feature_content .featured h2 {
    border-bottom:1px dashed #CCC;
}
/*--------------------------------------------------------------*/
/* Footer Style*/
/*--------------------------------------------------------------*/
.footer-content .footer-glow {
    background:;
    padding-top:60px;
    height:41px;
	width:100%;
}
.footer_bg {
    background:#e9e3c8;
    padding-bottom:30px;
    margin:0 auto;
}
.footer-content {
    width:100%;
    margin:0 auto;
    padding-left:0px;
}
.footer-content .footer_wrap {
    background:;
    margin:0 auto;
    padding-top:0px;
    width:100%;
}
.footer-content p, .footer-content pre {
    color: #d4d3d3;
}
.footer {
    overflow:hidden;
    /* background:url(images/widget-border.png) repeat-y 50%;*/
}
.footer, .footer a {
    color:#000;
}
.footer_wrapper .footer .footer_widget .widget_inner {
    padding-right:20px;
    overflow:hidden;
    margin-top:-5px;
    z-index:999;
}
.footer_wrapper .footer .footer_widget .widget_inner.lebo {
    padding-left:15px;
}
.footer_wrapper .footer .footer_widget .widget_inner.last {
    background:none;
}
.footer_wrapper .footer .footer_widget ul li {
    margin-left:0;
}
.footer_wrapper .footer .footer_widget ul li li {
    margin-left:10px;
    margin-bottom:0;
}
.footer_wrapper .footer .footer_widget ul ul {
    margin-bottom:0;
}
.footer_wrapper .footer .copyright {
    float:right;
    padding-top:5px;
}
.footer-space {
    height:5px;
    width:100%;
    visibility:none;
}
.footer_title{
    width: 1038px;
    margin: 0 auto;
    padding-bottom:10px;
}
.footer_title a:hover{
    color:#6a6565;
}
.footer_title .back_link{
    float:right;
}
/*--------------------------------------------------------------*/
/* Blog */
/*--------------------------------------------------------------*/
.content_wrapper {
    margin-top:10px;
    padding-bottom:30px;
}
.content_wrapper .sidebar_wrapper .sidebar {
    padding-top:25px;
}
.content_wrapper .content {
    padding-top:20px;
    padding-right:10px;
    overflow:hidden;
}
.content_wrapper #crumbs {
    margin-bottom:10px;
}
.content_wrapper .content .post,
.content_wrapper .content .page {
    margin-bottom:30px;
}
.content_wrapper .content .post .post_meta,
.content_wrapper .content .page .post_meta {
    list-style-type:none;
    background:#f5f5f5;
    color:#aba9a9;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:10px;
}
.content_wrapper .content .post .post_meta a,
.content_wrapper .content .page .post_meta a {
    color:#aba9a9;
}
.content_wrapper .content .post .post_meta .posted_by,
.content_wrapper .content .page .post_meta .posted_by {
    background:url(images/account.png) no-repeat left;
    padding-left:20px;
}
.content_wrapper .content .post .post_meta .post_date,
.content_wrapper .content .page .post_meta .post_date {
    background:url(images/clock.png) no-repeat left;
    padding-left:20px;
}
.content_wrapper .content .post .post_meta .post_category,
.content_wrapper .content .page .post_meta .post_category {
    background:url(images/folder.png) no-repeat left;
    padding-left:20px;
}
.content_wrapper .content .post .post_meta .post_comment,
.content_wrapper .content .page .post_meta .post_comment {
    background:url(images/comment.png) no-repeat left;
    padding-left:20px;
}
.content_wrapper .content .post .post_title,
.content_wrapper .content .page .post_title {
    padding-left:1px;
    padding-top:0;
    margin-top:0;
}
.content_wrapper .content .post .post_title a,
.content_wrapper .content .page .post_title a {
    color:#000;
    font-weight:700;
}
.content_wrapper .content .post .post_meta li,
.content_wrapper .content .page .post_meta li {
    display:inline;
    margin-left:0;
    margin-right:10px;
}
.content_wrapper .content .post .post_content,
.content_wrapper .content .page .post_content {
    overflow:hidden;
    text-shadow:0 1px 0 #fff;
}
.content_wrapper .content .post .post_content img.postimg,
.content_wrapper .content .page .post_content img.postimg {
    float:left;
    margin-right:20px;
    margin-bottom:20px;
    background:url(images/img-shadow.png) no-repeat;
    width:250px;
    height:170px;
    padding:13px 13px 22px;
}
.content_wrapper .content .post.single .post_content img,
.content_wrapper .content .page.single .post_content img {
    max-width:100%;
    height:auto;
    background:none;
    padding:0;
}
.content_wrapper .content .post .post_content .read_more,
.content_wrapper .content .page .post_content .read_more {
    background: url('images/read-more.png') no-repeat 0 0;
    width: 82px;
    height: 27px;
    display:block;
    color:#494646;
    float:right;
}
.content_wrapper .content .post .post_content .read_more:hover,
.content_wrapper .content .page .post_content .read_more:hover {
    background: url('images/read-more.png') no-repeat 0 -29px;
    width: 82px;
    height: 27px;
}
#nav-single {
    overflow:hidden;
    margin-bottom:10px;
}
.nav-previous {
    float: left;
    width: 50%;
}
.nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
/*--------------------------------------------------------------*/
/* Sidebar Style*/
/*--------------------------------------------------------------*/
.sidebar_wrapper .sidebar {
    padding-left:50px;
}
.sidebar img,.sidebar select{
   max-width: 100%; 
}
#searchform #s {
    width:200px;
    height:30px;
    border:1px solid #b0afaf;
    background:transparent;
    padding-left:5px;
    padding-right:5px;
    color:#827d7d;
}
#searchform #searchsubmit {
    position:absolute;
    top:5px;
    left:215px;
    background:url(images/searchicon.png) no-repeat;
    width:20px;
    height:19px;
    border:none;
}
.footer #searchform {
    background:url(images/searchbg.png) no-repeat;
    width:202px;
    height:37px;
    position:relative;
}
.footer #searchform #s {
    padding-top:4px;
}
.footer #searchform #searchsubmit {
    background:url(images/search.png) no-repeat;
    width:17px;
    height:17px;
    position:absolute;
    top:10px;
    left:173px !important;
    border:none;
}
.sidebar_wrapper .sidebar .recent_post li {
    margin-left:0;
    overflow:hidden;
    list-style-type:none;
}
.sidebar_wrapper .sidebar .recent_post li img {
    float:left;
    width:50px;
    height:50px;
    background:url(images/recent-imgbg.png) no-repeat;
    margin-right:10px;
    margin-bottom:10px;
    padding:7px 7px 10px;
}
.sidebar_wrapper .sidebar .recent_post li span.recent-date {
    font-size:12px;
    color:#322903;
}
.sidebar_wrapper .sidebar .recent_post li p {
    margin-bottom:5px;
}
.sidebar_wrapper .sidebar ul li {
    margin-left:0;
    margin-bottom:5px;
}
.sidebar_wrapper .sidebar ul li li {
    margin-left:10px;
    margin-bottom:0;
}
.sidebar_wrapper .sidebar ul ul {
    margin-bottom:0;
}
#calendar_wrap caption {
    background-color:#666;
    padding-top:5px;
    padding-bottom:5px;
    color:#E8E8E9;
    padding-left:5px;
}
/*--------------------------------------------------------------*/
/* Comment Style*/
/*--------------------------------------------------------------*/
#commentsbox {
    margin:0;
}
ol.commentlist {
    clear:both;
    overflow:hidden;
    list-style:none;
    margin:0;
}
ol.commentlist li.comment {
    line-height:18px;
    margin:5px 0 15px;
    padding:10px;
}
ol.commentlist li.comment .comment-body {
    background:url(images/commentbg.png) repeat-y -1px 0;
    margin-left:76px;
    position:relative;
    padding-left:30px;
    padding-top:10px;
    border-right:1px solid #D5D5D5;
    padding-right:10px;
    border-top:1px solid #D5D5D5;
    border-bottom:1px solid #D5D5D5;
}
ol.commentlist li.comment .comment-author a:link, ol.commentlist li.comment .comment-author a:visited {
    color:#000;
    font-weight:700;
    text-decoration:none !important;
}
cite.fn {
    color:#000;
    font-style:normal;
}
ol.commentlist li.comment .comment-author .avatar {
    float:left;
    margin-right:10px;
    margin-bottom:10px;
    position:absolute;
    left:-80px;
    top:0;
    width:45px;
    height:45px;
    border:1px solid #D5D5D5;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    padding:5px;
}
ol.commentlist li.comment .comment-meta a {
    color:#6F001C;
    text-decoration:none !important;
}
ol.commentlist li.comment p {
    line-height:22px;
    margin-top:5px;
    color:#666;
}
ol.commentlist li.comment .reply {
    margin-top:10px;
    font-size:10px;
    text-align:right;
    padding-bottom:10px;
    display:block;
    margin-left:-20px;
    margin-right:-10px;
    padding-right:10px;
}
ol.commentlist li.comment .reply a {
    color:#3a5318;
    font-weight:700;
    font-size:14px;
}
ol.commentlist li.comment ul.children {
    list-style:none;
    text-indent:0;
    margin:1em 0 0;
}
.comment-nav {
    height:20px;
    padding:5px;
}
.comment-nav a:link, .comment-nav a:visited {
    color:#f96e02;
}
#respond {
    margin:10px 0;
    padding:0;
}
#respond h3 {
    font-size:14px;
    color:#000;
    font-weight:700;
    padding:10px;
}
#commentform {
    border:1px solid #eee;
    padding:10px 20px;
}
#commentform p {
    color:#444;
}
#commentform a {
    color:#0454A8;
}
#respond label {
    color:#322903;
    padding:5px 0;
}
#respond input {
    background:#fff;
    border:1px solid #ddd;
    color:#555;
    margin:0 10px 10px 0;
    padding:5px;
}
#commentform input[type="text"] {
    width:50%;
    height:20px;
    display:block;
}
#respond input#submit {
    text-indent:-9999px;
    clear:both;
    background:url('images/buttons.png') no-repeat 0 0;
    width:84px;
    height:35px;
    border:0;
    cursor:pointer;
    text-align:center;
    padding-left:20px;
    padding-right:20px;
    margin-top:20px;
    color:#FFF;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}
textarea#comment {
    background:#fff;
    border:1px solid #ddd;
    width:70%;
    color:#555;
    clear:both;
    display:block;
    margin:10px 0 0;
    padding:5px;
}
.content_wrapper .fullwidth-page img {
    margin-top:10px;
    margin-bottom:10px;
    max-width:100%;
    height:auto;
}
.contactform .error {
    color:red;
}
.contactform input[type="text"] {
    width:250px;
    height:25px;
}
.contactform textarea {
    width:350px;
    height:120px;
    padding-top:5px;
}
.contactform input[type="text"], .contactform textarea {
    background:#f2f2f2;
    border:1px solid #d1d1d1;
    margin-bottom:20px;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    padding-left:10px;
    color:#6a6565;
    margin-top:5px;
}
.contactform input[type="submit"] {
    border:none;
    text-indent:-9999px;
    color:#6a6565;
    background:url('images/buttons.png') no-repeat 0 0;
    width:84px;
    height:35px;
    text-align:center;
}
/*--------------------------------------------------------------*/
/* Wordpress Core Classes Style*/
/*--------------------------------------------------------------*/
blockquote {
    padding-left:60px;
    min-height:40px;
    background:url(images/blockqoute.png) no-repeat;
}
blockquote {
    margin-top:40px;
    margin-bottom:40px;
}
blockquote img {
    float: left;
    margin-right:15px;
}
.sticky {
}
.gallery-caption {
    color: #666;
    font-family: Georgia, serif;
    font-size: 12px;
}
.bypostauthor {
}
.alignnone {
    margin: 5px 20px 20px 0;
    display: block;
}
.aligncenter, div.aligncenter {
    display:block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float:left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;/* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin:0;
    max-width: 98.5%;
    padding:0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size:11px;
    line-height:17px;
    margin:0;
    padding:0 4px 5px;
}
#wp-calendar caption {
    width: 100%;
    text-align: center;
    background: #4b5d67;
    color: #fff;
}
#wp-calendar {
    border-collapse:collapse;
    width: 100%;
    text-align: center;
}
#wp-calendar th {
    text-align: center;
}
#wp-calendar tbody td {
    padding: 2px 0;
    text-align: center;
    border:1px solid #ededed;
    color: #6A6565;
}
#wp-calendar #today {
    color: #000;
}
#wp-calendar a {
    padding: 2px 0;
    font-weight: bold;
    color: #000;
}
#wp-calendar tfoot td {
    padding: 3px 0;
}
#wp-calendar #next {
    text-align: right;
    padding-right: 10px;
}
.screen-reader-text{
}
#calendar_wrap {
    display: block;
    width: 100%;
    padding: 0 1px 1px 0;
    margin: 0 0 18px 0;
}
.alignnone, a img.alignnone, .wp-caption.alignnone, .wp-caption.alignleft {
    margin:0px;
}
img.alignnone {
    clear: both;
    display: block;
    overflow: hidden;
}
.aligncenter, div.aligncenter, .aligncenter {
    display:block;
    margin:5px auto;
}
.alignright, a img.alignright {
    float:right;
    margin:5px 0 20px 20px;
}
.alignleft, a img.alignleft {
    float:left;
    margin:5px 20px 20px 0;
}
/*--------------------------------------------------------------*/
/* Special Columns Style*/
/*--------------------------------------------------------------*/
.one_half, .one_third, .two_third, .three_fourth, .one_fourth {
    float:left;
    position:relative;
    overflow:hidden;
}
.one_third {
    width:30%;
    margin-right:5%;
}
.one_half {
    width:48%;
    margin-right:4%;
}
.two_third {
    width:65%;
    margin-right:5%;
}
.one_fourth {
    width:22%;
    margin-right:4%;
}
.three_fourth {
    width:74%;
    margin-right:4%;
}
.last {
    margin-right:0 !important;
}
input[type="submit"], #zoombox .close, #zoombox .next, #zoombox .prev {
    cursor:pointer;
}
input, textarea, p, label, .contactform {
    color:#000;
}
.header .top_right_bar #searchform #s, .footer #searchform #s {
    background:transparent;
    width:126px;
    margin-left:35px;
    height:28px;
    border:none;
    color:#71afaf;
    margin-top:3px;
    padding-top:4px;
}
#menu ul, .footer_wrapper .footer .footer_widget ul, .sidebar_wrapper .sidebar .recent_post, .sidebar_wrapper .sidebar ul {
    list-style-type:none;
}
#slides .caption h2 a, .feature_content h2 a, ol.commentlist li .comment-author, ol.commentlist li .comment-author .fn, ol.commentlist li .comment-meta .commentmetadata {
    color:#000;
}
#searchform, #zoombox .relative {
    position:relative;
}
ol.commentlist li .comment-meta, #respond label small {
    font-size:10px;
}
ol.commentlist li ul.children li.depth-2, ol.commentlist li ul.children li.depth-3, ol.commentlist li ul.children li.depth-4, ol.commentlist li ul.children li.depth-5 {
    margin:0 0 0 50px;
}
#respond input#submit:hover, .contactform input[type="submit"]:hover {
    background:url('images/buttons.png') no-repeat 0 -51px;
    width:84px;
    height:35px;
}
.content_wrapper .fullwidth, .content_wrapper .fullwidth-page {
    padding-top:20px;
}

/* WOOCOMMERCE THEME OVERRIDES BELOW */

.woocommerce ul.products li.product h3 {
	background-color: #000;
    text-align: center;	
}

.woocommerce ul.products li.product .button  {
	background: #cccccc;
	color:#000;
}
	
.woocommerce ul.products li.product h3 {
	min-height: 50px;
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: #cccccc;
	color:#000;
}

.woocommerce div.product form.cart .button  {
	background: #cccccc;
	color:#000;
}
	
/* PRICE LABELS */

.woocommerce div.product p.price, .woocommerce div.product span.price  {
	color: #3625c1 !important;
}

.woocommerce ul.products li.product .price {
	color: #3625c1 !important;
}


/* PLUGIN CSS OVERRIDES BELOW */

.contact-bottom {
    margin-top: 15px;
    text-align: center;
    visibility: hidden;
}

/*table rows for product listing */

.captions {

    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    background: #84716b;
    width: 450px !IMPORTANT;
	border: 10px solid #fff;
}

/* ebay feedback widget */

/* old setting

.wm_get_ebay_fb_shortcode {
	height:348px; 
	max-width:465px;
	}
 New css files from plugin to keep that make the widget fit the listing page  */	
	
.wm_get_ebay_fb_shortcode{ text-align:center; margin-top: 0px; padding: 20px; padding-bottom: 50px; max-width:230px; max-height:0px;}
.wm_get_ebay_fb_shortcode button { padding:0px; background: none; float:left; position: relative;margin:5px; right:0px; left:0px;}
.wm_get_ebay_fb_shortcode .fa { font-size: inherit; border: none;}
.wm_get_ebay_fb_shortcode .fa-ellipsis-h { font-size: 20px; }
.wm_get_ebay_fb_shortcode .fa-user { font-size: 15px; margin-right: 5px; position: relative; top: -1px; }
.wm_get_ebay_fb_shortcode .fa-quote-right { margin-bottom: 20px; }
.wm_get_ebay_fb_shortcode .commenting_text{ font-size:inherit;  margin-bottom: 10px; }
.wm_get_ebay_fb_shortcode .comment_time { text-align: right; font-size: 0.8rem;position: relative; top: 5px;  }
.wm_get_ebay_fb_shortcode .commenting_user { font-weight: bold;  margin-bottom: 5px; }
.wm_get_ebay_fb_shortcode .item_title{ font-size: 0.9rem;  margin-bottom: 20px; }

.wm_get_ebay_fb_widget{ text-align:center; margin-top: 0px; padding: 20px; padding-bottom: 50px;}
.wm_get_ebay_fb_widget button { padding:0px; background: none; float:left; position: relative;margin:5px; right:0px; left:0px;}
.wm_get_ebay_fb_widget .fa { font-size: 24px; border: none;}
.wm_get_ebay_fb_widget .fa-ellipsis-h { font-size: 15px; }
.wm_get_ebay_fb_widget .fa-user { font-size: 15px; margin-right: 5px; position: relative; top: -1px; }
.wm_get_ebay_fb_widget .fa-quote-right { margin-bottom: 20px; }
.wm_get_ebay_fb_widget .commenting_text{ font-size:1.3rem;  margin-bottom: 15px; margin-top: 5px; line-height: 1.6rem;}
.wm_get_ebay_fb_widget .comment_time { text-align: right; font-size: 0.6rem; }
.wm_get_ebay_fb_widget .commenting_user {margin-bottom: 5px; }
.wm_get_ebay_fb_widget .item_title{ font-size: 0.7rem;  margin-bottom: 20px; line-height: 1rem; }

@charset "UTF-8";
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 200px; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/slick.eot"); src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; }
/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { outline: none; background: transparent; color: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; } 
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: "←"; } 
[dir="rtl"] .slick-prev:before { content: "→"; } 

.slick-next { right: -25px; } 
[dir="rtl"] .slick-next { left: -25px; right: auto; } 
.slick-next:before { content: "→"; } 
[dir="rtl"] .slick-next:before { content: "←"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "•"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: black; opacity: 0.75; }

/*# sourceMappingURL=slick.css.map */

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.2.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}
	
	