@charset "utf-8";
.career,
.para-justify {
    text-align: justify;
}
.btn:hover,
.cbp-rfgrid,
ol {
    list-style: none;
}
#header,
.cbp-rfgrid,
.cbp-rfgrid li,
.list-contaner,
.rounded-list a {
    position: relative;
}
.left,
.p-left {
    float: left;
}
.btn,
.btn:hover,
.rounded-list a {
    text-decoration: none;
}
.para-justify {
    padding: 10px;
}
.blue-bold,
.cbp-rfgrid li,
.uline {
    text-align: center;
}
.heading {
    font-size: 18px;
    margin-top: 10px;
    color: #f60;
}
.uline {
    border-top: 1px #999 solid;
    border-bottom: 1px #999 solid;
    padding: 10px;
}
.orange {
    color: #f30;
}
.blue {
    color: #03c;
}
ol {
    counter-reset: li;
    font:
        15px "trebuchet MS",
        "lucida sans";
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    width: 100%;
    max-width: 520px;
    margin: auto;
}
.list-contaner {
    border-radius: 3px;
    padding-bottom: 10px;
    padding-top: 5px;
    margin: auto;
}
.cbp-rfgrid {
    margin: 15px 0 0;
    padding: 0;
    width: 100%;
    clear: both;
}
.cbp-rfgrid li {
    float: left;
    overflow: hidden;
    width: -webkit-calc(90% / 12);
    width: calc(90% / 12);
    margin: 5px;
    border-radius: 5px;
    background: #f85032;
    background: -moz-linear-gradient(
        top,
        rgba(248, 80, 50, 1) 0,
        rgba(241, 111, 92, 1) 50%,
        rgba(246, 41, 12, 1) 51%,
        rgba(240, 47, 23, 1) 71%,
        rgba(231, 56, 39, 1) 100%
    );
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgba(248, 80, 50, 1)),
        color-stop(50%, rgba(241, 111, 92, 1)),
        color-stop(51%, rgba(246, 41, 12, 1)),
        color-stop(71%, rgba(240, 47, 23, 1)),
        color-stop(100%, rgba(231, 56, 39, 1))
    );
    background: -webkit-linear-gradient(
        top,
        rgba(248, 80, 50, 1) 0,
        rgba(241, 111, 92, 1) 50%,
        rgba(246, 41, 12, 1) 51%,
        rgba(240, 47, 23, 1) 71%,
        rgba(231, 56, 39, 1) 100%
    );
    background: -o-linear-gradient(
        top,
        rgba(248, 80, 50, 1) 0,
        rgba(241, 111, 92, 1) 50%,
        rgba(246, 41, 12, 1) 51%,
        rgba(240, 47, 23, 1) 71%,
        rgba(231, 56, 39, 1) 100%
    );
    background: -ms-linear-gradient(
        top,
        rgba(248, 80, 50, 1) 0,
        rgba(241, 111, 92, 1) 50%,
        rgba(246, 41, 12, 1) 51%,
        rgba(240, 47, 23, 1) 71%,
        rgba(231, 56, 39, 1) 100%
    );
    background: linear-gradient(
        to bottom,
        rgba(248, 80, 50, 1) 0,
        rgba(241, 111, 92, 1) 50%,
        rgba(246, 41, 12, 1) 51%,
        rgba(240, 47, 23, 1) 71%,
        rgba(231, 56, 39, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f85032',endColorstr='#e73827',GradientType=0);
}
.CSSTableGenerator tr:first-child td,
.CSSTableGenerator tr:first-child:hover td {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#005fbf",endColorstr="#003f7f");
}
.cbp-rfgrid li a,
.cbp-rfgrid li a img {
    display: block;
    width: 100%;
    cursor: pointer;
    color: #fff;
}
@media screen and (max-width: 1190px) {
    .cbp-rfgrid li {
        width: 20%;
        width: -webkit-calc(100% / 5);
        width: calc(100% / 5);
    }
}
@media screen and (max-width: 945px) {
    .cbp-rfgrid li {
        width: 25%;
        width: -webkit-calc(100% / 5);
        width: calc(100% / 5);
    }
}
@media screen and (max-width: 660px) {
    .cbp-rfgrid li {
        width: 33.3333333%;
        width: -webkit-calc(100% / 5);
        width: calc(100% / 5);
    }
}
@media screen and (max-width: 400px) {
    .cbp-rfgrid li {
        width: 50%;
        width: -webkit-calc(100% / 5);
        width: calc(100% / 5);
    }
    ol {
        counter-reset: li;
        list-style: none;
        font:
            15px "trebuchet MS",
            "lucida sans";
        padding: 0;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        width: 85%;
        margin: auto;
    }
}
@media screen and (max-width: 300px) {
    .cbp-rfgrid li {
        width: 100%;
    }
}
ol ol {
    margin: 0 0 0 2em;
}
.rounded-list a {
    display: block;
    padding: 0.4em 0.4em 0.4em 2em;
    margin: 0.5em 0;
    background: #ddd;
    color: #444;
    border-radius: 0.3em;
    transition: all 0.3s ease-out;
    width: 100%;
}
.blue-bold,
.blue-bold-left {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #03c;
}
.rounded-list a:hover {
    background: #eee;
}
.rounded-list a:hover:before {
    transform: rotate(360deg);
}
.rounded-list a:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    background: #87ceeb;
    height: 2em;
    width: 2em;
    line-height: 2em;
    border: 0.3em solid #fff;
    text-align: center;
    font-weight: 700;
    border-radius: 2em;
    transition: all 0.3s ease-out;
}
.blue-bold-left {
    text-align: left;
}
.CSSTableGenerator td a {
    text-align: center;
    color: #000;
    font-size: 12px;
}
.CSSTableGenerator {
    margin: 0;
    padding: 0;
    width: 100%;
    box-shadow: 10px 10px 5px #888;
    border: 1px solid #000;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-topleft: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.CSSTableGenerator table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.CSSTableGenerator tr:last-child td:last-child {
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
}
.CSSTableGenerator table tr:first-child td:first-child {
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
}
.CSSTableGenerator table tr:first-child td:last-child {
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}
.CSSTableGenerator tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}
.CSSTableGenerator tr:nth-child(odd) {
    background-color: #aad4ff;
}
.CSSTableGenerator tr:nth-child(even) {
    background-color: #fff;
}
.CSSTableGenerator td {
    vertical-align: middle;
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    text-align: center;
    padding: 7px;
    font-size: 15px;
    font-family: Arial;
    font-weight: 400;
    color: #000;
}
.CSSTableGenerator tr:last-child td {
    border-width: 0 1px 0 0;
}
.CSSTableGenerator tr td:last-child {
    border-width: 0 0 1px;
}
.CSSTableGenerator tr:last-child td:last-child {
    border-width: 0;
}
.CSSTableGenerator tr:first-child td {
    background: -o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f));
    background: -moz-linear-gradient(center top, #005fbf 5%, #003f7f 100%);
    background: -o-linear-gradient(top, #005fbf, 003f7f);
    background-color: #005fbf;
    border: 0 solid #000;
    text-align: center;
    border-width: 0 0 1px 1px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 700;
    color: #fff;
}
.CSSTableGenerator tr:first-child:hover td {
    background: -o-linear-gradient(bottom, #005fbf 5%, #003f7f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #005fbf), color-stop(1, #003f7f));
    background: -moz-linear-gradient(center top, #005fbf 5%, #003f7f 100%);
    background: -o-linear-gradient(top, #005fbf, 003f7f);
    background-color: #005fbf;
}
.CSSTablered tr:first-child td,
.CSSTablered tr:first-child:hover td {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5656",endColorstr="#7f0000");
}
.CSSTableGenerator tr:first-child td:first-child {
    border-width: 0 0 1px;
}
.CSSTableGenerator tr:first-child td:last-child {
    border-width: 0 0 1px 1px;
}
.features li {
    list-style-type: square;
    color: #f60;
}
.botom-line {
    border-bottom: #999 2px solid;
}
.form {
    border-radious: 15px;
    background: #ccc;
    border: none;
}
.clients-comments1 {
    background-position: center 118px;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    margin: 5px;
    padding: 10px;
}
img-circle1 {
    border-radius: 5%;
}
.clients-comments img,
.clients-comments-big,
.clients-comments-big img,
.clients-comments-daily img {
    border: 1px solid #ddd;
    padding: 3px;
}
.clients-comments-daily img {
    background: #ddd;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}
.clients-comments img {
    background: #ddd;
    alignment-adjust: middle;
    max-width: 300px;
    width: 90%;
}
.clients-comments-big {
    margin: 20px auto;
    background: #fff;
    height: auto;
    width: 90%;
}
.clients-comments-big img {
    background: #ddd;
    height: auto;
    width: 90%;
}
.btn {
    background: #ff7903;
    background-image: -webkit-linear-gradient(top, #ff7903, #ff6f00);
    background-image: -moz-linear-gradient(top, #ff7903, #ff6f00);
    background-image: -ms-linear-gradient(top, #ff7903, #ff6f00);
    background-image: -o-linear-gradient(top, #ff7903, #ff6f00);
    background-image: linear-gradient(to bottom, #ff7903, #ff6f00);
    -webkit-border-radius: 7;
    -moz-border-radius: 7;
    border-radius: 7px;
    font-family: Arial;
    color: #fff;
    font-size: 20px;
    padding: 5px 20px;
    border: 1px solid #fa0;
    list-style-type: none;
}
.red,
.red-bold {
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    font-weight: 700;
}
.btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
}
#social_side_links a,
#social_side_links a:hover {
    position: fixed;
    top: 400px;
    padding: 10px;
    background: #555;
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #777 #888 #999;
    z-index: 1;
}
#social_side_links a {
    margin-left: -55px;
    left: 0;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#555),
        to(#111),
        color-stop(50%, #444),
        color-stop(50%, #333)
    );
    background: -webkit-linear-gradient(#555, #444 50%, #333 50%, #111);
    background: -moz-linear-gradient(#555, #444 50%, #333 50%, #111);
    background: -ms-linear-gradient(#555, #444 50%, #333 50%, #111);
    background: -o-linear-gradient(#555, #444 50%, #333 50%, #111);
    background: linear-gradient(#555, #444 50%, #333 50%, #111);
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-box-shadow: #888 7px 0 10px -5px;
    -moz-box-shadow: #888 7px 0 10px -5px;
    -o-box-shadow: #888 7px 0 10px -5px;
    box-shadow: #888 7px 0 10px -5px;
}
#social_side_links a:hover {
    left: 50px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#555),
        to(#111),
        color-stop(50%, #444),
        color-stop(50%, #333)
    );
    background: -webkit-linear-gradient(#555, #444 50%, #333 50%, #111);
    background: -moz-linear-gradient(#555, #444 50%, #333 50%, #111);
    background: -ms-linear-gradient(#555, #444 50%, #333 50%, #111);
    background: -o-linear-gradient(#555, #444 50%, #333 50%, #111);
    background: linear-gradient(#555, #444 50%, #333 50%, #111);
    -webkit-border-top-right-radius: 6px;
    -moz-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-box-shadow: #888 7px 0 10px -5px;
    -moz-box-shadow: #888 7px 0 10px -5px;
    -o-box-shadow: #888 7px 0 10px -5px;
    box-shadow: #888 7px 0 10px -5px;
}
#social_side_links li a {
    display: block;
    background-repeat: no-repeat;
    background-position: top left;
    text-decoration: none;
    list-style: none;
}
.list-kamal,
ul.list-kamal li {
    display: list-item;
}
#social_side_links li a img {
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
#social_side_links li a:hover img {
    opacity: 0;
}
#social_side_links li a:active img {
    opacity: 1;
}
#social_side_links li:first-child {
    background-image: url(images/twitter.png);
}
#social_side_links li:nth-child(2) {
    background-image: url(images/facebook.png);
}
#social_side_links li:nth-child(3) {
    background-image: url(images/linkedin.png);
}
#social_side_links li:nth-child(4) {
    background-image: url(images/digg.png);
}
#social_side_links li:nth-child(5) {
    background-image: url(images/youtube.png);
}
.img-box {
    border-radius: 10%;
}
.breadcrumb {
    margin-left: 35px;
}
#header {
    height: inherit;
    left: 0;
    top: 0;
    margin: auto;
    z-index: 100000;
    width: 100%;
    background: #fff;
}
.red-bold {
    color: #9d004f;
}
.red {
    color: #ed032d;
}
.ganesh {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #9d004f;
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.li-horoscope {
    list-style-type: none;
    width: 230px;
    text-align: center;
    padding-right: 25px;
}
.table-size {
    width: 50%;
    alignment-adjust: central;
}
ol.v {
    list-style-type: inherit;
}
.social {
    text-align: right;
}
.list-kamal {
    list-style: circle;
    padding: auto;
    margin: auto;
}
ul.list-kamal li a {
    display: list-item;
    padding-bottom: inherit;
    color: #fff;
    background: #404040;
    width: auto;
    height: 25px;
    line-height: 25px;
    text-align: left;
    border-radius: 2px;
}
ul.list-kamal li a:hover {
    background: #c52d2f;
    color: #fff;
}
.CSSTablered {
    margin: 0;
    padding: 0;
    width: 100%;
    box-shadow: 10px 10px 5px #888;
    border: 1px solid #000;
    -moz-border-radius-bottomleft: 14px;
    -moz-border-radius-bottomright: 14px;
    -moz-border-radius-topright: 14px;
    -moz-border-radius-topleft: 14px;
    -webkit-border-radius: 14px;
    border-radius: 14px;
}
.CSSTablered table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.CSSTablered tr:last-child td:last-child {
    -moz-border-radius-bottomright: 14px;
    -webkit-border-bottom-right-radius: 14px;
    border-bottom-right-radius: 14px;
}
.CSSTablered table tr:first-child td:first-child {
    -moz-border-radius-topleft: 14px;
    -webkit-border-top-left-radius: 14px;
    border-top-left-radius: 14px;
}
.CSSTablered table tr:first-child td:last-child {
    -moz-border-radius-topright: 14px;
    -webkit-border-top-right-radius: 14px;
    border-top-right-radius: 14px;
}
.CSSTablered tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 14px;
    -webkit-border-bottom-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.CSSTablered tr:hover td {
    background-color: #faa;
}
.CSSTablered td {
    vertical-align: middle;
    background-color: #ffd;
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    text-align: left;
    padding: 7px;
    font-size: 13px;
    font-family: Helvetica;
    font-weight: 700;
    color: #000;
}
.CSSTablered tr:last-child td {
    border-width: 0 1px 0 0;
}
.CSSTablered tr td:last-child {
    border-width: 0 0 1px;
}
.CSSTablered tr:last-child td:last-child {
    border-width: 0;
}
.CSSTablered tr:first-child td {
    background: -o-linear-gradient(bottom, #ff5656 5%, #7f0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5656), color-stop(1, #7f0000));
    background: -moz-linear-gradient(center top, #ff5656 5%, #7f0000 100%);
    background: -o-linear-gradient(top, #ff5656, 7f0000);
    background-color: #ff5656;
    border: 0 solid #000;
    text-align: center;
    border-width: 0 0 1px 1px;
    font-size: 15px;
    font-family: Helvetica;
    font-weight: 700;
    color: #fff;
}
.CSSTablered tr:first-child:hover td {
    background: -o-linear-gradient(bottom, #ff5656 5%, #7f0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5656), color-stop(1, #7f0000));
    background: -moz-linear-gradient(center top, #ff5656 5%, #7f0000 100%);
    background: -o-linear-gradient(top, #ff5656, 7f0000);
    background-color: #ff5656;
}
.CSSTablered tr:first-child td:first-child {
    border-width: 0 0 1px;
}
.CSSTablered tr:first-child td:last-child {
    border-width: 0 0 1px 1px;
}
.clients-comments-horo {
    background-position: center 65px;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    margin: 5px;
    padding: 10px;
}
.clients-comments-horo img {
    background: #ddd;
    border: 1px solid #ddd;
    height: 100px;
    padding: 3px;
    width: 100px;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}
.clients-comments-horo h3 {
    margin-top: 55px;
    font-weight: 300;
    padding: 0 40px;
}
.clients-comments-horo h4 {
    font-weight: 300;
    margin-top: 15px;
}
.clients-comments-horo h4 span {
    font-weight: 700;
    font-style: oblique;
}
.clients-comments li {
    list-style-type: none;
    text-align: left;
}
.clients-comments li a:hover {
    transition: all 0.3s ease-in-out;
    color: #006;
    margin-left: 15px;
}
.single-profile-top1 {
    font-weight: 400;
    line-height: 24px;
    border: 2px solid #ddd;
    padding: 15px;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
}
@charset "utf-8";
.form,
.form label {
    color: #222;
    font-size: 14px;
}
.form div,
.form label {
    display: block;
}
.form,
.form h1 {
    background-color: #fff;
}
.form {
    max-width: 100%;
    min-width: 30%;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 13px;
    border-style: solid;
    margin: 6px;
    padding: 12px;
}
.content {
    margin: 0;
}
.form input[type="radio"],
input[type="checkbox"] {
    margin: 10px;
    width: 13px;
}
.form input,
form select,
form textarea {
    border-width: 1px;
    border-style: solid;
    border-color: #666;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}
.form,
.form h1,
.form h2 {
    font-family: "Trebuchet MS";
}
.form h1 {
    font-size: 41px;
    color: #607a75;
    padding: 4px;
    margin: 0 0 10px;
    border-bottom-style: dotted;
    border-bottom-color: #ccc;
    border-bottom-width: 2px;
    border-radius: 0;
}
.intro {
    margin-bottom: 10px;
}
.clear {
    clear: both;
}
.form textarea {
    height: 40px;
    width: 100%;
}
.form input[type="submit"] {
    width: 35%;
    background-color: #ccc;
    color: #222;
}
.field {
    margin-bottom: 5px;
}
@charset "utf-8";
.red-bold {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #9d004f;
    text-align: center;
}
.red {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #ed032d;
    text-align: center;
}
.ganesh {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #9d004f;
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.li-horoscope {
    list-style-type: none;
    width: 230px;
    text-align: center;
    padding-right: 25px;
}
.table-size {
    width: 50%;
    alignment-adjust: central;
}
ol.v {
    list-style-type: inherit;
}
.social {
    text-align: right;
}
.list-kamal {
    display: list-item;
    list-style: circle;
    padding: auto;
    margin: auto;
}
ul.list-kamal li {
    display: list-item;
}
ul.list-kamal li a {
    display: list-item;
    padding-bottom: inherit;
    color: #fff;
    background: #404040;
    width: auto;
    height: 25px;
    line-height: 25px;
    text-align: left;
    border-radius: 2px;
}
ul.list-kamal li a:hover {
    background: #c52d2f;
    color: #fff;
}
.CSSTablered {
    margin: 0;
    padding: 0;
    width: 100%;
    box-shadow: 10px 10px 5px #888;
    border: 1px solid #000;
    -moz-border-radius-bottomleft: 14px;
    -webkit-border-bottom-left-radius: 14px;
    border-bottom-left-radius: 14px;
    -moz-border-radius-bottomright: 14px;
    -webkit-border-bottom-right-radius: 14px;
    border-bottom-right-radius: 14px;
    -moz-border-radius-topright: 14px;
    -webkit-border-top-right-radius: 14px;
    border-top-right-radius: 14px;
    -moz-border-radius-topleft: 14px;
    -webkit-border-top-left-radius: 14px;
    border-top-left-radius: 14px;
}
.CSSTablered table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.CSSTablered tr:last-child td:last-child {
    -moz-border-radius-bottomright: 14px;
    -webkit-border-bottom-right-radius: 14px;
    border-bottom-right-radius: 14px;
}
.CSSTablered table tr:first-child td:first-child {
    -moz-border-radius-topleft: 14px;
    -webkit-border-top-left-radius: 14px;
    border-top-left-radius: 14px;
}
.CSSTablered table tr:first-child td:last-child {
    -moz-border-radius-topright: 14px;
    -webkit-border-top-right-radius: 14px;
    border-top-right-radius: 14px;
}
.CSSTablered tr:last-child td:first-child {
    -moz-border-radius-bottomleft: 14px;
    -webkit-border-bottom-left-radius: 14px;
    border-bottom-left-radius: 14px;
}
.CSSTablered tr:hover td {
    background-color: #faa;
}
.CSSTablered td {
    vertical-align: middle;
    background-color: #ffd;
    border: 1px solid #000;
    border-width: 0 1px 1px 0;
    text-align: left;
    padding: 7px;
    font-size: 13px;
    font-family: Helvetica;
    font-weight: 700;
    color: #000;
}
.CSSTablered tr:last-child td {
    border-width: 0 1px 0 0;
}
.CSSTablered tr td:last-child {
    border-width: 0 0 1px;
}
.CSSTablered tr:last-child td:last-child {
    border-width: 0;
}
.CSSTablered tr:first-child td {
    background: -o-linear-gradient(bottom, #ff5656 5%, #7f0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5656), color-stop(1, #7f0000));
    background: -moz-linear-gradient(center top, #ff5656 5%, #7f0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5656",endColorstr="#7f0000");
    background: -o-linear-gradient(top, #ff5656, 7f0000);
    background-color: #ff5656;
    border: 0 solid #000;
    text-align: center;
    border-width: 0 0 1px 1px;
    font-size: 15px;
    font-family: Helvetica;
    font-weight: 700;
    color: #fff;
}
.CSSTablered tr:first-child:hover td {
    background: -o-linear-gradient(bottom, #ff5656 5%, #7f0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff5656), color-stop(1, #7f0000));
    background: -moz-linear-gradient(center top, #ff5656 5%, #7f0000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5656",endColorstr="#7f0000");
    background: -o-linear-gradient(top, #ff5656, 7f0000);
    background-color: #ff5656;
}
.CSSTablered tr:first-child td:first-child {
    border-width: 0 0 1px;
}
.CSSTablered tr:first-child td:last-child {
    border-width: 0 0 1px 1px;
}
.clients-comments-horo {
    background-position: center 65px;
    background-repeat: no-repeat;
    border: #ccc 1px solid;
    margin: 5px;
    padding: 10px;
}
.clients-comments-horo img {
    background: #ddd;
    border: 1px solid #ddd;
    height: 100px;
    padding: 3px;
    width: 100px;
    transition: all 0.9s ease 0;
    -moz-transition: all 0.9s ease 0;
    -webkit-transition: all 0.9s ease 0;
    -o-transition: all 0.9s ease 0;
}
.clients-comments-horo h3 {
    margin-top: 55px;
    font-weight: 300;
    padding: 0 40px;
}
.clients-comments-horo h4 {
    font-weight: 300;
    margin-top: 15px;
}
.clients-comments-horo h4 span {
    font-weight: 700;
    font-style: oblique;
}
.clients-comments li {
    list-style-type: none;
    text-align: left;
}
.clients-comments li a:hover {
    transition: all 300ms ease-in-out;
    color: #006;
    margin-left: 15px;
}
.line2018 {
    font-family: Geneva, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #5d5d5d;
    text-align: center;
}
.but2018 {
    color: #401a8e;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #ccc;
    border-radius: 15px;
    background-color: #e2e2e2;
    width: 50%;
}
.ads2018 {
    font-weight: 700;
    line-height: 24px;
    border: 2px solid #ddd;
    padding: 15px;
    position: relative;
    margin-bottom: 10px;
    font-size: 18px;
}
