/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
.header_bottom {
    background: url(/wp-content/uploads/2015/01/header.png) no-repeat center;
    width: 100%;
    height: 80px
    }
nav.main_menu > ul > li:hover > a > span, nav.main_menu > ul > li.active > a span {
    background-color: transparent;
    color: #fff
    }
nav.main_menu > ul > li > a {
    color: #fff
    }
.footer_top_holder {
    background: url(/wp-content/uploads/2015/01/background.png) no-repeat center;
    width: 100%;
    height: auto
    }
section.section {
    border-bottom: none
    }
.title2 {
    margin: 20px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 30px;
    padding: 20px;
    text-align: center
    }
.tdTile {
    background: #333 !important;
    color: #fff !important
    }
table th, table tr:nth-child(2n+1) td {
    background: #f1f1f1 !important;
    border-top: 1px solid #ccc !important;
    color: #333
    }
.box {
    background: #f1f1f1;
    border-bottom: 3px solid #ea4144;
    padding: 15px 30px
    }
p {
    font-size: 14px !important;
    color: #333
    }
.linkClass {
    text-decoration: underline;
    color: #eb4142 !important;
    font-weight: bold
    }
.clickHere {
    background: #eb4142;
    border-radius: 8px;
    border-bottom: 2px solid #9f2d2e;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    height: auto;
    width: 90px
    }
.clickHere a {
    color: #eee !important
    }
.clickHere a:hover {
    color: #fff !important
    }
.clickWant {
    background: none repeat scroll 0 0 #eb4142;
    border-bottom: 2px solid #9f2d2e;
    border-radius: 8px;
    font-weight: 700;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    width: 150px
    }
.clickWant a {
    color: #eee !important
    }
.clickWant a:hover {
    color: #fff !important
    }
.blog_holder.blog_single article h2 {
    font-size: 18px !important
    }