﻿.wrapper_boxed {
    /*width: 1240px;*/
    width: 1240px;
    margin: auto auto auto auto;
}

.site_wrapper {
    /*width: 1240px;*/
    width: 1240px;
    float: left;
    margin: 0px auto auto auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
        margin-bottom: 2%;
}

.container_full {
    width: 100%;
    float: left;
    margin: auto auto auto auto;
}

.container_full.slidertop {
    margin-top: -133px;
}

.container {
   /* width: 1170px;*/
   width: 1170px;
    margin: auto auto auto auto;
}

.content_fullwidth {
    float: left;
    width: 100%;
    padding: 20px 0px 0px 0px;
}

.content_left {
    float: left;
    width: 71%;
    padding: 20px 0px 0px 0px;
}

.right_sidebar {
    float: right;
    width: 25%;
    padding: 20px 0px 0px 0px;
}

.left_sidebar {
    float: left;
    padding: 60px 35px 30px 35px;
    background: #f2f2f2;
    width: 23%;
}

.content_right {
    float: right;
    width: 77%;
    padding: 20px 50px;
}

.full-width {
    padding: 0px;
}

.one_fourth_extension{
    margin-right: 2% !important;
}
.first_element{
    margin-left:3%;
}

.one_half,
.one_third,
.one_fourth,
.two_third,
.three_fourth,
.one_fifth {
    position: relative;
    margin-right: 4%;
    float: left;
}

.content_right .container .one_third {
    float: left;
    margin-right: 0%;
    position: relative;
    margin-left: 5%;
}

.one_full {
    width: 100%;
}

.one_half {
    width: 46%;
}

.one_third {
    width: 28.65%;
}

.one_fourth {
    width: 22%;
}

.one_fifth {
    width: 16.800%;
}

.two_third {
    width: 65.350%;
}

.three_fourth {
    width: 74%;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

#trueHeader #logo {
    float: left;
    display: block;
    width: 100%;
    min-height: 65px;
    margin-top: 9px;
    position: relative;
    text-indent: -999em;
    background: url(../images/logo.png) no-repeat left bottom;
}

.right_links {
    float: right;
    margin-top: 18px;
}

.right_links ul {
    float: right;
    padding: 0px;
    margin: 0px;
}

.right_links li {
    float: left;
    font-size: 13px;
    padding: 0px;
}

.bottom_header {
    float: right;
    margin-top: 10px;
}

.bottom_header a {
    padding: 5px;
}

.right_links li::after {
    content: "|";
    padding-left: 15px;
}

.right_links li a {
    color: #999;
}

.right_links li a:hover {
    color: #d90000;
}

.right_links li.link {
    float: left;
    font-size: 13px;
    margin-right: 18px;
    margin-top: 1px;
}

.right_links li.link i {
    margin-right: 3px;
}

.right_links li.social {
    width: 27px;
    height: 27px;
    text-align: center;
    vertical-align: middle;
    line-height: 27px;
    border-radius: 100%;
    background-color: #454545;
    cursor: pointer;
    margin-left: 5px;
}

.right_links li.social i {
    color: #999;
}

.right_links li.social:hover {
    background-color: #999;
}

.right_links li.social:hover i {
    color: #fff;
}

.logo {
    float: left;
    width: 25%;
}

.logoarea {
    float: left;
    width: 100%;
    height: 80px;
    background: #ffffff;
}

.menu_main {
    float: left;
    width: 100%;
    height: 61px;
    background: #d90000 none repeat scroll 0 0;
}

.slider_ex {
    float: left;
    width: 100%;
    height: 580px;
    background: url(../images/slider-img.png) no-repeat center top;
}

.cap_status {
    padding-left: 10px;
}

.cap_status_success {
    background-color: #dff2bf;
    color: #4f8a10;
    padding: 10px;
    font-size: 14px;
}

.cap_status_error {
    padding: 10px;
    background-color: #ffbaba;
    color: #d8000c;
    font-size: 14px;
}

.captcha_msg {
    color: red;
    font-size: 12px;
    font-weight: normal;
}

.feature_section1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 63px 0px;
}

.arrow_box {
    width: 65%;
    position: relative;
    background: #f9f9f9;
    border: 5px solid #eee;
    border-radius: 4px;
    padding: 20px 0px;
    margin: 0 auto 32px auto;
}

.arrow_box:after,
.arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box:after {
    border-color: rgba(249, 249, 249, 0);
    border-top-color: #f9f9f9;
    border-width: 10px;
    margin-left: -10px;
}

.arrow_box:before {
    border-color: rgba(238, 238, 238, 0);
    border-top-color: #eee;
    border-width: 16px;
    margin-left: -16px;
}

.feature_section1 .one_fourth:hover .arrow_box,
.feature_section1 .one_fourth.active .arrow_box {
    position: relative;
    background: #f9f9f9;
    border: 5px solid #7ab700;
    -webkit-transition: border-color .3s, -webkit-transform .3s;
    transition: border-color .3s, transform .3s;
}

.feature_section1 .one_fourth:hover .arrow_box:after,
.feature_section1 .one_fourth:hover .arrow_box:before,
.feature_section1 .one_fourth.active .arrow_box:after,
.feature_section1 .one_fourth.active .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.feature_section1 .one_fourth:hover .arrow_box:after,
.feature_section1 .one_fourth.active .arrow_box:after {
    border-color: rgba(249, 249, 249, 0);
    border-top-color: #f9f9f9;
    border-width: 10px;
    margin-left: -10px;
}

.feature_section1 .one_fourth:hover .arrow_box:before,
.feature_section1 .one_fourth.active .arrow_box:before {
    border-color: rgba(19, 175, 235, 0);
    border-top-color: #7ab700;
    border-width: 16px;
    margin-left: -16px;
    -webkit-transition: border-color .3s, -webkit-transform .3s;
    transition: border-color .3s, transform .3s;
}

.arrow_box i {
    font-size: 50px;
    color: #727272;
}

.feature_section1 .one_fourth:hover .arrow_box i,
.feature_section1 .one_fourth.active .arrow_box i {
    color: #7ab700;
    -webkit-transition: color .3s, -webkit-transform .3s;
    transition: color .3s, transform .3s;
}

.feature_section1 .one_fourth:hover h5,
.feature_section1 .one_fourth.active h5 {
    color: #7ab700;
    -webkit-transition: color .3s, -webkit-transform .3s;
    transition: color .3s, transform .3s;
}

.feature_section2 {
    float: left;
    width: 100%;
    padding: 35px 0px;
    background-color: #7ab700;
}

.feature_section2 a {
    float: right;
    color: #7ab700;
    font-size: 16px;
    padding: 13px 35px;
    background-color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
}

.feature_section2 a:hover {
    color: #272727;
}

.feature_section3 {
    float: left;
    width: 100%;
    padding: 70px 0px 46px 0px;
}

.feature_section3.two {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.feature_section4 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 64px 0px 70px 0px;
}

.feature_section4 i {
    font-size: 45px;
    color: #939393;
    margin-bottom: 20px;
}

.feature_section4 .cornered {
    box-sizing: border-box;
    height: 0px;
    border-bottom: 18px solid #fff;
    border-left: 18px solid transparent;
    -webkit-transition: border-bottom .3s, -webkit-transform .3s;
    transition: border-bottom .3s, transform .3s;
}

.feature_section4 .cornered2 {
    box-sizing: border-box;
    height: 0px;
    border-top: 18px solid #fff;
    border-right: 18px solid transparent;
    -webkit-transition: border-top .3s, -webkit-transform .3s;
    transition: border-top .3s, transform .3s;
}

.feature_section4 .ccont {
    background-color: #fff;
    padding: 20px;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

.feature_section4 .one_fourth:hover i,
.feature_section4 .one_fourth.active i {
    color: #fff;
}

.feature_section4 .one_fourth:hover .cornered,
.feature_section4 .one_fourth.active .cornered {
    border-bottom: 18px solid #7ab700;
}

.feature_section4 .one_fourth:hover .cornered2,
.feature_section4 .one_fourth.active .cornered2 {
    border-top: 18px solid #7ab700;
}

.feature_section4 .one_fourth:hover .ccont,
.feature_section4 .one_fourth.active .ccont {
    color: #fff;
    background-color: #7ab700;
}

.feature_section4 .one_fourth:hover .ccont h5,
.feature_section4 .one_fourth.active .ccont h5 {
    color: #fff;
}

.feature_section5 {
    float: left;
    width: 100%;
    padding: 65px 0px;
    background-color: #eee;
}

.feature_section6 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 70px 0px 68px 0px;
}

.feature_section6 i {
    color: #454545;
    font-size: 40px;
    margin-bottom: 20px;
}

.feature_section6 .one_fourth:hover i {
    color: #7ab700;
    -webkit-transition: color .2s, -webkit-transform .2s;
    transition: color .2s, transform .2s;
}

.feature_section6 .one_fourth:hover h5 {
    color: #7ab700;
    -webkit-transition: color .2s, -webkit-transform .2s;
    transition: color .2s, transform .2s;
}

.feature_section8 {
    float: left;
    width: 100%;
    padding: 70px 0px 50px 0px;
}

.feature_section8 .left {
    float: left;
    width: 40%;
}

.feature_section8 .right {
    float: left;
    width: 57%;
    padding-top: 50px;
    color: #999;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

.feature_section9 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 63px 0px 70px 0px;
}

.feature_section9 .cibox {
    width: 99.5%;
    height: 99%;
    margin: 0 auto;
    background-color: #f3f3f3;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.feature_section9 .cibox i {
    color: #767676;
    font-size: 45px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.feature_section9 .cibox.act {
    color: #fff;
    background: none;
    font-size: 13px;
    line-height: 18px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.feature_section9 .cibox.act i {
    color: #fff;
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.feature_section9 .cibox.act h5 {
    color: #fff;
    margin-bottom: 8px;
}

.feature_section12 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 70px 0px;
    background-color: #272727;
}

.feature_section12 h1 {
    color: #fff;
    margin: 0 auto;
    line-height: 52px;
    font-weight: 200;
    width: 94%;
}

.feature_section12 h1 strong {
    font-weight: normal;
}

.feature_section13 {
    float: left;
    width: 100%;
    padding: 63px 0px 80px 0px;
}

.feature_section15 {
    float: left;
    width: 100%;
    padding: 75px 0px 80px 0px;
    text-align: center;
    background-color: #7ab700;
    color: #fff;
}

.feature_section15 h1,
.feature_section15 h1 b {
    color: #fff;
}

.feature_section15 .one_third,
.feature_section15 .one_half,
.feature_section15 .one_fourth {
    text-align: left;
}

.feature_section15 i {
    font-size: 40px;
    float: left;
    margin-right: 20px;
}

.feature_section15 strong {
    float: left;
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    padding: 13px 18px;
    background-color: #00a2e7;
    border-radius: 4px;
    margin-top: -7px;
}

.feature_section15 p {
    float: left;
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}

.feature_section18 {
    float: left;
    width: 100%;
    padding: 20px 70px 70px 95px;
    text-align: center;
}

.feature_section18 .bnbox {
    float: left;
    padding: 35px 45px 40px 45px;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.feature_section18 .bnbox:hover {
    background-color: #f3f3f3;
}

.feature_section18 .bnbox.two {
    padding: 0px;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
}

.feature_section18 .bnbox.three {
    box-shadow: none;
}

.feature_section18 .bnbox h5 {
    margin-bottom: 8px;
}

.feature_section18 .bnbox em {
    color: #999;
    font-size: 12px;
    font-style: normal;
    margin-bottom: 13px;
    display: block;
}

.feature_section18 .bnbox em.less {
    margin-bottom: 2px;
}

.feature_section19 {
    float: left;
    width: 100%;
    padding: 70px 0px 90px 0px;
    text-align: center;
    background: url("../images/parallax-bg6.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.feature_section19 .pesbox {
    float: left;
    width: 100%;
    padding: 8% 8% 13% 8%;
    background-color: #fff;
    border-radius: 4px;
    text-align: left;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.feature_section19 .pesimg {
    float: left;
    margin-top: -42px;
    margin-left: 50px;
}

.feature_section19 .pesimg img {
    float: left;
    width: 70px;
    height: 70px;
    padding: 5px;
    border: 1px solid #999;
    border-radius: 100%;
}

.feature_section19 .pesimg strong {
    color: #7ab700;
    font-weight: normal;
}

.feature_section19 .pesimg i {
    color: #999;
    font-size: 12px;
    font-style: normal;
}

.feature_section19 .flex-control-nav {
    bottom: -50px;
}

.feature_section21 {
    float: left;
    width: 100%;
    padding: 70px 0px 70px 0px;
    text-align: center;
}

.feature_section21 .cirbox {
    margin: 0 auto 30px auto;
    width: 127px;
    height: 127px;
    border-radius: 100%;
    border: 5px solid #7ab700;
    font-size: 16px;
    color: #272727;
    text-align: center;
    -webkit-transition: background-color .1s, -webkit-transform .1s;
    transition: background-color .1s, transform .1s;
}

.feature_section21 .cirbox strong {
    color: #7ab700;
    font-size: 30px;
    font-weight: normal;
    display: block;
    margin-top: 41px;
    margin-bottom: 5px;
}

.feature_section21 .cirbox:hover {
    color: #fff;
    background-color: #7ab700;
}

.feature_section21 .cirbox:hover strong {
    color: #fff;
}

.feature_section23 {
    float: left;
    width: 100%;
    padding: 70px 0px 30px 0px;
}

.feature_section24 {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    background-color: #272727;
}

.feature_section25 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 70px 0px 70px 0px;
}

.feature_section25 ul {
    float: left;
    width: 107%;
    padding: 0px;
    margin: 0px;
}

.feature_section25 li {
    width: 100%;
    padding: 10px 0px;
    margin: 0px;
    text-align: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #eee;
}

.feature_section25 li.title {
    padding: 25px 0px;
    background-color: #eee;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.feature_section25 li.title h4 {
    font-weight: 200;
    margin-bottom: 10px;
}

.feature_section25 li.title h1 {
    font-weight: bold;
    margin-bottom: 0px;
}

.feature_section25 li.title h1 em {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}

.feature_section25 li.planbut {
    padding: 35px 0px;
    background-color: #eee;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.feature_section25 li.planbut a {
    color: #fff;
    font-size: 16px;
    padding: 12px 28px;
    background-color: #b1b1b1;
    border-radius: 4px;
}

.feature_section25 li.planbut a:hover {
    color: #fff;
    background-color: #7ab700;
}

.feature_section25 ul.active li.planbut a {
    color: #fff;
    background-color: #7ab700;
}

.feature_section25 ul.active li.title h4 {
    color: #7ab700;
}

.feature_section25 ul.active li.title h1 {
    color: #7ab700;
}

.feature_section25 ul.active li.title {
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.feature_section25 ul.active li.mostp {
    color: #fff;
    padding: 5px 0px;
    background-color: #a7a7a7;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.feature_section25 ul.active {
    margin-top: -34px;
}

.feature_section26 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 40px 0px 36px 0px;
    background-color: #eee;
}

.feature_section27 {
    float: left;
    width: 100%;
    padding: 59px 0px 59px 0px;
    text-align: center;
}

.feature_section27 .one_third,
.feature_section27 .one_half,
.feature_section27 .one_fourth {
    text-align: left;
}

.feature_section27 i {
    float: left;
    color: #454545;
    font-size: 40px;
    margin-right: 20px;
}

.feature_section28 {
    float: left;
    width: 100%;
    padding: 90px 0px 90px 0px;
    background: url(../images/tex1.jpg) repeat left top;
}

.feature_section29 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 90px 0px 0px 0px;
}

.feature_section30 {
    float: left;
    width: 100%;
    padding: 90px 0px 90px 0px;
}

.feature_section30.two {
    background-color: #7ab700;
}

.feature_section31 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 90px 0px 90px 0px;
}

.feature_section31 .one_third,
.feature_section31 .one_half,
.feature_section31 .two_third {
    text-align: left;
}

.feature_section31 .isecbox {
    float: left;
    width: 100%;
    text-align: left;
}

.feature_section31 .isecbox i {
    float: left;
    font-size: 35px;
    margin-right: 18px;
    color: #7ab700;
    margin-top: 4px;
}

.feature_section31 .left {
    float: left;
    width: 60%;
    text-align: left;
}

.feature_section31 .right {
    float: left;
    width: 40%;
    text-align: right;
}

.feature_section32 {
    float: left;
    width: 100%;
    padding: 0px 0px 50px 0px;
}

.feature_section32 .left {
    float: left;
    width: 45%;
}

.feature_section32 .right {
    float: left;
    width: 55%;
}

.feature_section32 .left iframe {
    float: left;
    width: 90%;
    height: 300px;
    border: 5px solid #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

.feature_section34 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 70px 0px 30px 0px;
}

.feature_section35 {
    float: left;
    width: 100%;
    padding: 70px 0px 0px 0px;
    background-color: #eee;
}

.feature_section35 .left {
    float: left;
    width: 41.5%;
}

.feature_section35 .left img {
    float: left;
}

.feature_section35 .right {
    float: left;
    width: 58.5%;
}

.feature_section35 .right h2 {
    font-weight: 400;
    margin-bottom: 10px;
}

.features_sec20 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0px 0px 0px;
}

.features_sec20.lessmt {
    padding: 10px 0px 0px 0px;
}

.features_sec29 {
    float: left;
    width: 100%;
    padding: 59px 0px;
    background-color: #f3f3f3;
}

.features_sec29 .box {
    float: left;
    width: 100%;
}

.features_sec29 .box img {
    float: left;
}

.features_sec29 .box h4 {
    float: left;
    width: 100%;
    font-weight: 400;
    margin-top: 25px;
    margin-bottom: 20px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d3d3d3;
    text-transform: uppercase;
}

.features_sec29 .box ul {
    padding: 0px;
    margin: 0 0 0 30%;
}

.features_sec29 .box li {
    float: left;
    padding: 0px;
    margin: 0px 4px;
}

.features_sec29 .box li a {
    color: #727272;
    float: left;
    width: 26px;
    height: 26px;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
    background-color: #eee;
    border-radius: 100%;
}

.features_sec29 .box:hover h4 {
    color: #7ab700;
}

.features_sec18 {
    float: left;
    width: 100%;
    padding: 30px 0px 70px 0px;
}

.features_sec18 ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.features_sec18 li {
    padding: 0px;
    margin: 0px;
}

.features_sec18 li h4 {
    margin-bottom: 8px;
}

.features_sec18 li.icon {
    color: #ff4d00;
    float: left;
    font-size: 23px;
    width: 5%;
}

.features_sec18 li.text {
    float: left;
    width: 86%;
}

.features_sec18 li.icon2 {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 18px;
    color: #fff;
    font-size: 35px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    font-size: 20px;
}

.features_sec18 li.text2 {
    float: left;
    width: 84%;
}

.features_sec30 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 70px 0px 70px 0px;
    background: url("../images/parallax-bg-dark.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
    position: relative;
}

.features_sec30 .hvideo iframe {
    width: 80%;
    height: 460px;
}

.features_sec16 {
    float: left;
    width: 100%;
    padding: 59px 0px 40px 0px;
}

.features_sec16.lessmt {
    padding: 0px 0px 40px 0px;
}

ul.fun_facts {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.fun_facts li {
    float: left;
    width: 27%;
    padding: 13px 0px;
    margin: 0 5% 20px 0;
    text-align: center;
    border: 1px solid #e3e3e3;
}

.fun_facts li strong {
    font-size: 22px;
    color: #272727;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
}

.fun_facts li i {
    color: #999;
    font-size: 13px;
    font-style: normal;
}

.features_sec42.two {
    float: left;
    width: 100%;
    text-align: left;
    padding: 0px 0px 0px 0px;
    background-color: #fff;
    border-top: 0px solid #e0e0e0;
    border-bottom: 0px solid #e0e0e0;
}

.features_sec42.two .box h5 {
    margin-bottom: 5px;
    color: #7ab700;
}

.features_sec42.two .box h6 {
    color: #454545;
    font-size: 13px;
}

.features_sec42.two .box ul {
    padding: 0px 0px 0px 0px;
    margin: -10px 0px 0px 0px;
}

.features_sec42.two .box li {
    float: left;
    padding: 0px;
    margin: 0px 0px;
}

.features_sec42.two .box li a {
    float: left;
    color: #999;
    width: 27px;
    height: 27px;
    text-align: center;
    vertical-align: middle;
    line-height: 27px;
    background-color: #f7f7f7;
    border-radius: 100%;
    margin-right: 5px;
}

.features_sec42.two .box:hover li a:hover {
    background-color: #7ab700;
    border-radius: 100%;
    color: #fff;
}

.features_sec42.two .box:hover h5 {
    color: #7ab700;
}

.features_sec42.two.three {
    float: left;
    width: 100%;
    padding: 62px 0px 65px 0px;
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.features_sec45 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 59px 0px 59px 0px;
    background-color: #f9f9f9;
    border-top: 1px dashed #d9d9d9;
    border-bottom: 1px dashed #d9d9d9;
}

.features_sec45 .one_fifth {
    text-align: center;
}

.features_sec45 .cirdiv {
    float: left;
    text-align: center;
    color: #272727;
    text-transform: uppercase;
}

.features_sec27 {
    float: left;
    width: 100%;
    padding: 70px 0px 50px 0px;
}

.features_sec27 ul.blogs2 {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.features_sec27 ul.blogs2 li {
    padding: 0px;
    margin: 0px;
}

.features_sec27 ul.blogs2 li img {
    float: left;
    margin-bottom: 20px;
}

.features_sec27 ul.blogs2 li h5 {
    margin-bottom: 4px;
    font-weight: 500;
    color: #7ab700;
}

.features_sec27 ul.news2 {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px 0px 40px 0px;
}

.features_sec27 ul.news2.last {
    margin: 0px 0px 0px 0px;
}

.features_sec27 ul.news2 li {
    padding: 0px;
    margin: 0px;
}

.features_sec27 ul.news2 li.date {
    float: left;
    color: #454545;
    width: 40px;
    margin-right: 20px;
    text-align: center;
}

.features_sec27 ul.news2 li.date strong {
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #7ab700;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    text-align: center;
    border: 1px solid #7ab700;
}

.features_sec27 ul.news2 li h5 {
    display: block;
    margin-bottom: 0px;
    color: #7ab700;
}

.features_sec27 ul.news2 li.text {
    float: left;
    width: 89%;
}

.features_sec27 ul.news2 li.text p {
    float: left;
    margin-top: 5px;
}

.features_sec44 {
    float: left;
    width: 100%;
    padding: 59px 0px 40px 0px;
}

.features_sec44 .accrodation {
    text-align: left;
}

.features_sec15 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 70px 0px 50px 0px;
    background: url("../images/parallax-bg6.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color: #fff;
}

.features_sec15.two {
    padding: 0px 0px 0px 0px;
    background: none;
}

.features_sec15 i {
    color: #fff;
    font-size: 35px;
    width: 100px;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
    background-color: #7ab700;
    border-radius: 100%;
    margin-bottom: 30px;
}

.features_sec15 h4 {
    color: #fff;
}

.features_sec15 h4 em {
    color: #999;
    font-size: 13px;
    display: block;
}

.fresh_works1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 63px 0px 43px 0px;
    background-color: #f7f7f7;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.fresh_works2 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 63px 0px 0px 0px;
}

.fresh_works3 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 63px 0px 45px 0px;
    background-color: #eee;
}

.fresh_works4 {
    float: left;
    width: 100%;
    padding: 70px 0px 120px 0px;
}

.fresh_works4 .one_full {
    text-align: center;
}

.fresh_works5 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 90px 0px 90px 0px;
}

.parallax_sec1 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 65px 0px 50px 0px;
    background: #eee url("../images/parallax-bg-dark.jpg");
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
    position: relative;
    min-height: 440px;
}

.parallax_sec1 ul.left {
    float: left;
    width: 47%;
    padding-right: 2.9%;
    border-right: 1px solid #616161;
}

.parallax_sec1 .left li {
    float: left;
    width: 100%;
    text-align: right;
    color: #999;
    padding: 0px;
    margin: 0px 0px 50px 0px;
}

.parallax_sec1 .left li.last {
    margin: 0px 0px 0px 0px;
}

.parallax_sec1 .left li h5 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.parallax_sec1 .left li i {
    float: right;
    color: #fff;
    font-size: 32px;
    width: 72px;
    height: 72px;
    text-align: center;
    border-radius: 100%;
    vertical-align: middle;
    line-height: 72px;
    background-color: #999;
    margin-left: 30px;
    -webkit-transition: background-color .8s, -webkit-transform .8s;
    transition: background-color .8s, transform .8s;
}

.parallax_sec1 ul.right {
    float: left;
    width: 47%;
    padding-left: 3%;
}

.parallax_sec1 .right li {
    float: left;
    width: 100%;
    text-align: left;
    color: #999;
    padding: 0px;
    margin: 0px 0px 50px 0px;
}

.parallax_sec1 .right li.last {
    margin: 0px 0px 0px 0px;
}

.parallax_sec1 .right li h5 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.parallax_sec1 .right li i {
    float: left;
    color: #fff;
    font-size: 32px;
    width: 72px;
    height: 72px;
    text-align: center;
    border-radius: 100%;
    vertical-align: middle;
    line-height: 72px;
    background-color: #999;
    margin-right: 30px;
    -webkit-transition: background-color .8s, -webkit-transform .8s;
    transition: background-color .8s, transform .8s;
}

.parallax_sec1 .left li:hover i,
.parallax_sec1 .right li:hover i {
    color: #999;
    background-color: #fff;
}

.page_title {
    float: left;
    width: 100%;
    padding: 0px;
    font-size: 14px;
    color: #999;
}

.page_title.two {
    padding: 50px 0px 30px 0px;
}

.page_title h1 {
    color: #7ab700;
    font-size: 45px;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.page_title2 {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0px 28px 0px;
}

.page_title2 .title {
    width: 100%;
    float: left;
    text-align: left;
    margin: 0px;
    padding-bottom: 10px;
}

.page_title2 .title h1 {
    margin: 0px;
    font-weight: 300;
    color: #7ab700;
    text-transform: none;
    font-size: 35px;
}

.page_title2 .pagenation {
    float: left;
    width: 100%;
    font-size: 12px;
    text-align: left;
    font-weight: normal;
    color: #666666;
    margin: 10px 0px 0px 0px;
    padding: 0px 0px 22px 0px;
}

.page_title2 .pagenation i {
    color: #727272;
    margin: 0px 2px 0px 2px;
}

.page_title2 .pagenation a {
    padding: 0px;
    color: #727272;
}

.page_title2 .pagenation a:hover {
    color: #e0e0e0;
}

.page_title3 {
    position: relative;
    float: left;
    width: 100%;
    padding: 35px 0px 35px 0px;
    background: #f4f4f4;
    border-top: 2px solid #eee;
    border-bottom: 1px solid #eee;
}

.page_title3 h1 {
    margin: 0px;
    font-weight: 300;
    color: #7ab700;
    text-transform: none;
    font-size: 35px;
}

.page_title3 .pagenation {
    font-size: 12px;
}

.footer1 {
    float: left;
    width: 100%;
    background: #d90000 none repeat scroll 0 0;
    padding: 10px 0 0;
    margin-bottom: 0px;
}

.footer1 h4 {
    color: #fff;
    margin-bottom: 25px;
}

.footer1 h4.lmb {
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #cf5a5f;
    line-height: 55px;
}

.footer1.three {
    float: left;
    width: 100%;
    padding: 57px 0px;
    background-color: #eee;
}

.footer1.three h4 {
    color: #272727;
    margin-bottom: 30px;
}

.footer1.three h4.lmb {
    color: #272727;
    margin-bottom: 20px;
}

.footer1.bggraph {}

ul.faddress {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.faddress li {
    padding: 3px 0px;
    margin: 0px;
    color: #ffffff;
}

.faddress li a {
    color: #fff;
}

.faddress li a:hover {
    color: #fff;
}

.ftags {
    float: left;
    width: 100%;
}

.ftags ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.ftags li {
    float: left;
    padding: 0px;
    margin: 0px 8px 14px 0px;
}

.ftags li a {
    color: #727272;
    padding: 5px 10px;
    background-color: #303030;
}

.ftags li a:hover {
    color: #fff;
    background-color: #484848;
}

.ftags.three li a {
    color: #fff;
    padding: 5px 10px;
    background-color: #999;
}

.ftags.three li a:hover {
    color: #fff;
    background-color: #484848;
}

.twitter_feed {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.twitter_feed .left {
    float: left;
    padding: 0px;
    margin: -7px 0px 0px 0px;
    width: 20px;
}

.twitter_feed .right {
    float: right;
    padding: 0px;
    margin: -10px 0px 0px 0px;
    width: 89%;
}

.twitter_feed a {
    color: #999;
}

.twitter_feed a:hover {
    color: #fff;
}

.twitter_feed a.small {
    font-size: 9px;
    color: #727272;
}

.twitter_feed a.small:hover {
    font-size: 9px;
    color: #999;
}

.twitter_feeds_two {
    float: left;
}

.twitter_feeds_two .left {
    float: left;
    width: 100px;
    height: 133px;
    padding-top: 25px;
    margin-right: 40px;
    color: #fff;
    text-align: center;
    background-color: #7ab700;
}

.twitter_feeds_two i {
    color: #fff;
    font-size: 40px;
    margin-bottom: 5px;
}

.twitter_feeds_two .right {
    padding-top: 30px;
}

.twitter_feeds_two .right em {
    display: block;
    font-size: 12px;
    font-style: normal;
    color: #585858;
}

.twitter_feeds_two .right em a {
    color: #585858;
}

.twitter_feeds_two .right em a:hover {
    color: #999;
}

#flickr_badge_wrapper {
    padding: 0px;
    margin: 0px;
    width: 100%;
}

#flickr_badge_wrapper img {
    width: 70px;
    height: 70px;
    margin-right: 8px;
    margin-bottom: 2px;
    border: 0px solid #999 !important;
}

#flickr_www {
    display: block;
    padding: 0 10px 0 10px !important;
}

#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {
    text-decoration: none !important;
    background: inherit !important;
    color: #3993ff;
}

#flickr_badge_wrapper {
    margin-top: 25px;
}

#flickr_badge_source {
    padding: 0 !important;
}

.newsletter {
    float: left;
    width: 100%;
}

.newsletter .enter_email_input {
    float: left;
    width: 75%;
    height: 39px;
    padding: 0px 7px;
    line-height: 39px;
    background: #fff;
    border: 0px;
    font-size: 13px;
    font-weight: 600;
    color: #999;
}

.newsletter .input_submit {
    float: left;
    color: #fff;
    height: 39px;
    padding: 0px 10px;
    background-color: #7ab700;
    border: 0px;
    cursor: pointer;
}

.newsletter .input_submit:hover {
    color: #fff;
    background-color: #454545;
}

.newsletter_two {
    float: left;
}

.newsletter_two .left {
    float: left;
    width: 100px;
    height: 133px;
    padding-top: 25px;
    margin-right: 40px;
    color: #fff;
    text-align: center;
    background-color: #7ab700;
}

.newsletter_two i {
    color: #fff;
    font-size: 40px;
    margin-bottom: 5px;
}

.newsletter_two .right {
    float: left;
    padding-top: 30px;
}

.newsletter_two input.enter_email_input {
    float: left;
    padding: 3px 0px 2px 18px;
    height: 36px;
    width: 370px;
    margin: 5px 0 0 0px;
    background-color: #545454;
    border: 2px solid #616161;
    color: #999;
    font-size: 13px;
    border-radius: 4px;
}

.newsletter_two .input_submit {
    float: left;
    padding: 10px 20px;
    background-color: #3a3a3a;
    margin-top: 10px;
    border: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #999;
    border-radius: 4px;
}

.newsletter_two .input_submit:hover {
    color: #fff;
    cursor: pointer;
    background-color: #999;
}

.qlinks {
    float: left;
    width: 100%;
}

.qlinks .small {
    font-size: 17px;
}

.qlinks ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.qlinks li {
    padding: 4px 0px;
    margin: 0px;
}

.qlinks li a {
    color: #ffffff;
}

.qlinks li a:hover {
    color: #ff4d00;
}

.qlinks li a i {
    margin-right: 3px;
}

.frposts {
    float: left;
    width: 100%;
}

.frposts ul {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.frposts li {
    padding: 5px 0px 7px 0px;
    border-bottom: 1px solid #272727;
    margin: 0px;
}

.frposts li a {
    color: #727272;
}

.frposts li a:hover {
    color: #fff;
}

.frposts li a i {
    color: #575757;
    margin-right: 3px;
}

.siteinfo {
    float: left;
    width: 100%;
}

.siteinfo a {
    color: #999;
    font-size: 13px;
}

.siteinfo a i {
    margin-left: 4px;
}

.siteinfo a:hover {
    color: #fff;
}

.copyright_info {
    float: left;
    padding: 25px 0px 18px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    color: #999;
    font-size: 12px;
    color: #999;
    font-style: normal;
    font-weight: normal;
    background: #303030;
}

.copyright_info.two {
    padding: 22px 0px 18px 0px;
}

.copyright_info.three {
    float: left;
    padding: 22px 0px 18px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    color: #999;
    font-size: 12px;
    color: #999;
    font-style: normal;
    font-weight: normal;
    background: #fff;
}

.copyright_info.four {
    background: #fff;
}

.copyright_info a {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    text-align: right;
}

.copyright_info a:hover {
    color: #e3e3e3;
}

ul.footer_social_links {
    float: right;
    padding: 0px;
    margin: 0px 0px 0px 0px;
}

.footer_social_links li {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 5px;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 24px;
    line-height: 22px;
    vertical-align: middle;
    background-color: #252525;
    color: #999;
}

.footer_social_links li:hover {
    background-color: #454545;
}

.footer_social_links li i {
    color: #999;
}

.footer_social_links.four li {
    margin: 0px 0px 0px 13px;
    width: auto;
    height: auto;
    background: none;
}

.footer_social_links.four li:hover {
    background: none;
}

.footer_social_links.three li {
    background-color: #d3d3d3;
}

.footer_social_links.three li:hover {
    background-color: #999;
}

.footer_social_links.three li i {
    color: #fff;
}

ul.footer_social_links.five {
    float: left;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

.footer_social_links.five li {
    background-color: #d3d3d3;
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    margin: 0px 5px 0px 0px;
}

.footer_social_links.five li:hover {
    background-color: #999;
}

.footer_social_links.five li i {
    color: #fff;
    font-size: 12px;
}

.contactform_footer {
    float: left;
}

.contactform_footer h3 {
    margin-bottom: 10px;
}

.contactform_footer .sky-form .button {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 90.5%;
    height: 50px;
    opacity: 1;
    background-color: #7ab700;
    margin-top: -20px;
}

.contactform_footer .sky-form .button:hover {
    color: #272727;
    background-color: #eee;
}

ul.fsocials {
    float: left;
    width: 100%;
    margin-top: -11px;
    padding-bottom: 22px;
    border-bottom: 1px solid #252525;
}

.fsocials li {
    float: left;
    width: 100%;
    padding: 16px 0px 4px 0px;
    margin: 0px;
}

.fsocials li i {
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 13px;
    margin-top: -3px;
    font-size: 16px;
    color: #151515;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
}

.fsocials li a {
    color: #727272;
}

.fsocials li a:hover i {
    background-color: #7ab700;
}

.fsocials li a:hover {
    color: #fff;
}

.fnewsletter {
    float: left;
}

.fnewsletter input.enter_email_input {
    float: left;
    padding: 3px 0px 2px 10px;
    height: 34px;
    width: 200px;
    margin: 5px 0 0 0px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #727272;
    font-size: 13px;
}

.fnewsletter .input_submit {
    float: left;
    padding: 11px 10px;
    margin: 5px 0 0 0px;
    background-color: #7ab700;
    border: 0px;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.fnewsletter .input_submit:hover {
    color: #272727;
    cursor: pointer;
    background-color: #eee;
}

ul.list_1 {
    float: left;
    padding: 0px;
    margin: 10px 0px 0px 0px;
}

.list_1 li {
    padding: 7px 0px;
    margin: 0px;
    color: #272727;
}

.list_1 li i {
    color: #272727;
    margin-right: 8px;
}

ul.list_2 {
    float: left;
    padding: 0px;
    margin: 0px;
    margin-left: 13%;
}

.list_2 li {
    text-align: right;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
}

.list_2 li i {
    color: #7ab700;
    margin-right: 8px;
}

ul.list_3 {
    float: left;
    padding: 0px;
    margin: 0px;
}

.list_3 li {
    padding: 4px 0px;
    margin: 0px;
}

.list_3 li i {
    color: #fff;
    margin-right: 8px;
}

ul.list_4 {
    float: left;
    padding: 0px;
    margin: 0px;
}

.list_4 li {
    padding: 6px 0px;
    margin: 0px;
}

.list_4 li i {
    margin-right: 8px;
}

ul.list_5 {
    float: left;
    padding: 0px;
    margin: 0px;
}

.list_5 li {
    float: left;
    width: 100%;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    padding: 0px 0px;
    margin: 0px 0px 4px 0px;
    overflow: hidden;
}

.list_5 li.last {
    margin: 0px 0px 0px 0px;
}

.list_5 li img {
    float: left;
    margin-right: 20px;
    width: 90px;
    height: 40px;
}

.list_5 li a {
    font-size: 14px;
    color: #999;
}

.list_5 li a:hover {
    color: #fff;
}

.mb {
    margin-top: 50px;
}

.big_text1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 30px !important;
    color: #454545;
}

.big_text1 i {
    color: #7ab700;
    font-style: normal;
}

ul.fullimage_box2 {
    float: left;
    padding: 40px 20px;
    margin: 0px;
    width: 99%;
    border: 1px solid #eee;
    border-radius: 4px;
}

.fullimage_box2 li {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

ul.fullimage_box2.last {
    float: left;
    width: 100%;
    margin-left: 4%;
}

.fullimage_box2 li i {
    color: #7ab700;
}

.fullimage_box2 h4 {
    color: #7ab700;
    margin-top: 20px;
}

.box_widget_full {
    float: left;
    width: 100%;
    padding: 2.5%;
    margin: 0px;
    background-color: #fbfbfb;
    border: 1px solid #eee;
    border-bottom: 2px solid #eee;
}

.box_widget_full h4 {
    margin-bottom: 10px;
}

.box_widget_full i {
    float: left;
    color: #454545;
    margin-right: 25px;
}

.sidebar_widget {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.sidebar_widget ul.arrows_list1 {
    padding: 0px;
    margin: 0px;
    float: left;
    margin-top: -10px;
    width: 100%;
}

.sidebar_widget ul.arrows_list1 li {
    border-bottom: 1px solid #ddd;
}

.sidebar_widget ul.arrows_list1 li a {
    color: #7ab700;
    line-height: 30px;
}

.sidebar_widget ul.arrows_list1 li a:hover {
    color: #272727;
}

.sidebar_widget ul.arrows_list1 i {
    margin-right: 4px;
}

.sidebar_title {
    float: left;
    width: 100%;
}

.sidebar_widget h4,
.clientsays_widget h4 {
    margin-bottom: 30px;
    float: left;
    font-weight: 300;
}

.sidebar_widget h4 i,
.clientsays_widget h4 i {
    font-weight: 500;
    font-style: normal;
}

ul.recent_posts_list {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.recent_posts_list li {
    padding: 0px 0px 13px 0px;
    margin: 0px 0px 16px 0px;
    list-style-type: none;
    border-bottom: 1px solid #eee;
    float: left;
    width: 100%;
}

.recent_posts_list li a {
    text-decoration: none;
    line-height: 17px;
    display: block;
    color: #999;
}

.recent_posts_list li a:hover {
    color: #7ab700;
}

.recent_posts_list li span {
    float: left;
    margin-right: 15px;
}

.recent_posts_list li span img {
    float: left;
    margin-right: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.recent_posts_list li span img:hover {
    float: left;
    margin-right: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.recent_posts_list li i {
    padding: 1px 0px 0px 0px;
    margin: 0px;
    display: block;
    font-size: 10px;
    font-style: normal;
    color: #c9c9c9;
}

.recent_posts_list li.last {
    padding: 0px 0px 7px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: 0px solid #f5f6f6;
}

.clientsays_widget {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #999;
}

.clientsays_widget strong {
    font-weight: 600;
    color: #454545;
}

.clientsays_widget h3 {
    margin-bottom: 18px;
}

.clientsays_widget img {
    float: left;
    margin-right: 13px;
    margin-top: 7px;
    border: 1px solid #e3e3e3;
}

.error_pagenotfound {
    padding: 50px 30px 58px 30px;
    margin: 0 auto;
    width: 59%;
    background-color: #fff;
    border: 1px solid #eee;
    border-bottom: 5px solid #eee;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.error_pagenotfound strong {
    display: block;
    font-size: 145px;
    line-height: 100px;
    color: #e3e3e3;
    font-weight: normal;
    margin-bottom: 10px;
}

.error_pagenotfound b {
    display: block;
    font-size: 40px;
    line-height: 50px;
    color: #999;
    margin: 0;
    font-weight: 300;
}

.error_pagenotfound em {
    display: block;
    font-size: 18px;
    line-height: 59px;
    color: #7ab700;
    margin: 0;
    font-style: normal;
}

a.but_goback,
a.but_ok_2,
a.but_wifi,
a.but_warning_sign,
a.but_user,
a.but_tag,
a.but_table,
a.but_star,
a.but_search,
a.but_phone,
a.but_pencil,
a.but_new_window,
a.but_music,
a.but_hand_right,
a.but_thumbs_down,
a.but_thumbs_up,
a.but_globe,
a.but_hospital,
a.but_coffe_cup,
a.but_settings,
a.but_chat,
a.but_play_button,
a.but_remove_2,
a.but_lock,
a.but_shopping_cart,
a.but_exclamation_mark,
a.but_info,
a.but_question_mark,
a.but_minus,
a.but_plus,
a.but_folder_open,
a.but_file,
a.but_envelope,
a.but_edit,
a.but_cogwheel,
a.but_check,
a.but_camera,
a.but_calendar,
a.but_bookmark,
a.but_book,
a.but_download,
a.but_pdf,
a.but_word_doc,
a.but_woman {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

a.but_goback i {
    color: #fff;
}

a.but_goback {
    padding: 13px 25px 13px 22px;
    margin: 0px 0px 0px 0px;
    background: #7ab700;
    border-bottom: 1px solid #999;
}

a.but_goback:hover {
    color: #fff;
    background-color: #383634;
}

a.but_ok_2 {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #ff8100;
    border-bottom: 1px solid #909090;
}

a.but_ok_2:hover {
    background-color: #ff9900;
}

a.but_wifi {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #0099cc;
    border-bottom: 1px solid #909090;
}

a.but_wifi:hover {
    background-color: #00abde;
}

a.but_warning_sign {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #e5cc19;
    border-bottom: 1px solid #909090;
}

a.but_warning_sign:hover {
    background-color: #efda1b;
}

a.but_user {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #007f99;
    border-bottom: 1px solid #909090;
}

a.but_user:hover {
    background-color: #0090ad;
}

a.but_tag {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #e59919;
    border-bottom: 1px solid #909090;
}

a.but_tag:hover {
    background-color: #efa61b;
}

a.but_table {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #4c6699;
    border-bottom: 1px solid #909090;
}

a.but_table:hover {
    background-color: #5674ad;
}

a.but_star {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #99cc4c;
    border-bottom: 1px solid #909090;
}

a.but_star:hover {
    background-color: #a6da52;
}

a.but_search {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #66667f;
    border-bottom: 1px solid #909090;
}

a.but_search:hover {
    background-color: #747490;
}

a.but_phone {
    padding: 10px 20px 10px 20px;
    margin: 0px 0px 0px 0px;
    background: #e56619;
    border-bottom: 1px solid #909090;
}

a.but_phone:hover {
    background-color: #ef6f1b;
}

a.but_pencil {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #cc4c19;
    border-bottom: 1px solid #909090;
}

a.but_pencil:hover {
    background-color: #da521b;
}

a.but_new_window {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #001900;
    border-bottom: 1px solid #909090;
}

a.but_new_window:hover {
    background-color: #333333;
}

a.but_music {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #cccc7f;
    border-bottom: 1px solid #909090;
}

a.but_music:hover {
    background-color: #dada8a;
}

a.but_hand_right {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #ff8100;
    border-bottom: 1px solid #909090;
}

a.but_hand_right:hover {
    color: #fff;
    background-color: #ff9900;
}

a.but_thumbs_down {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #9999cc;
    border-bottom: 1px solid #909090;
}

a.but_thumbs_down:hover {
    background-color: #a6a6da;
}

a.but_thumbs_up {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #d90000;
    border-bottom: 1px solid #909090;
}

a.but_thumbs_up:hover {
    background-color: #ed0000;
}

a.but_globe {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #669999;
    border-bottom: 1px solid #909090;
}

a.but_globe:hover {
    background-color: #6fa6a6;
}

a.but_hospital {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #196666;
    border-bottom: 1px solid #909090;
}

a.but_hospital:hover {
    background-color: #1b6f6f;
}

a.but_coffe_cup {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #7f994c;
    border-bottom: 1px solid #909090;
}

a.but_coffe_cup:hover {
    background-color: #8aa652;
}

a.but_settings {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #997f4c;
    border-bottom: 1px solid #909090;
}

a.but_settings:hover {
    background-color: #a68a52;
}

a.but_chat {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #7f9919;
    border-bottom: 1px solid #909090;
}

a.but_chat:hover {
    background-color: #8aa61b;
}

a.but_play_button {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #4c664c;
    border-bottom: 1px solid #909090;
}

a.but_play_button:hover {
    background-color: #567456;
}

a.but_remove_2 {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #e59966;
    border-bottom: 1px solid #909090;
}

a.but_remove_2:hover {
    background-color: #efa66f;
}

a.but_lock {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #994c19;
    border-bottom: 1px solid #909090;
}

a.but_lock:hover {
    background-color: #a6521b;
}

a.but_shopping_cart {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #cc7f4c;
    border-bottom: 1px solid #909090;
}

a.but_shopping_cart:hover {
    background-color: #da8a52;
}

a.but_exclamation_mark {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #4c7f7f;
    border-bottom: 1px solid #909090;
}

a.but_exclamation_mark:hover {
    background-color: #528a8a;
}

a.but_info {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #667fcc;
    border-bottom: 1px solid #909090;
}

a.but_info:hover {
    background-color: #6f8ada;
}

a.but_question_mark {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #4c0019;
    border-bottom: 1px solid #909090;
}

a.but_question_mark:hover {
    background-color: #620020;
}

a.but_minus {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #666666;
    border-bottom: 1px solid #909090;
}

a.but_minus:hover {
    background-color: #747474;
}

a.but_plus {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #333333;
    border-bottom: 1px solid #909090;
}

a.but_plus:hover {
    background-color: #444444;
}

a.but_folder_open {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #99cc99;
    border-bottom: 1px solid #909090;
}

a.but_folder_open:hover {
    background-color: #a6daa6;
}

a.but_file {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #999999;
    border-bottom: 1px solid #909090;
}

a.but_file:hover {
    background-color: #a6a6a6;
}

a.but_envelope {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #727272;
    border-bottom: 1px solid #909090;
}

a.but_envelope:hover {
    background-color: #7c7c7c;
}

a.but_edit {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #e5cc7f;
    border-bottom: 1px solid #909090;
}

a.but_edit:hover {
    background-color: #efda8a;
}

a.but_cogwheel {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #194c7f;
    border-bottom: 1px solid #909090;
}

a.but_cogwheel:hover {
    background-color: #1e5c99;
}

a.but_check {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #004c4c;
    border-bottom: 1px solid #909090;
}

a.but_check:hover {
    background-color: #005c5c;
}

a.but_camera {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #007fcc;
    border-bottom: 1px solid #909090;
}

a.but_camera:hover {
    background-color: #008ada;
}

a.but_calendar {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #4c99e5;
    border-bottom: 1px solid #909090;
}

a.but_calendar:hover {
    background-color: #52a6ef;
}

a.but_bookmark {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #990000;
    border-bottom: 1px solid #909090;
}

a.but_bookmark:hover {
    background-color: #b60000;
}

a.but_book {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #7f9999;
    border-bottom: 1px solid #909090;
}

a.but_book:hover {
    background-color: #8aa6a6;
}

a.but_download {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #ff4d00;
    border-bottom: 1px solid #ff4d00;
}

a.but_download:hover {
    background-color: #ff5b14;
}

a.but_pdf {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #ff8100;
    border-bottom: 1px solid #909090;
}

a.but_pdf:hover {
    background-color: #ff9900;
}

a.but_word_doc {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #ff8100;
    border-bottom: 1px solid #909090;
}

a.but_word_doc:hover {
    background-color: #ff9900;
}

a.but_woman {
    padding: 10px 22px 10px 22px;
    margin: 0px 0px 0px 0px;
    background: #ff8100;
    border-bottom: 1px solid #909090;
}

a.but_woman:hover {
    background-color: #ff9900;
}

.info,
.error,
.notice,
.success {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 1px solid #bbb;
    margin-bottom: 20px;
    font-size: 13px;
}

p.error {
    border: none;
}

.info strong,
.error strong,
.notice strong,
.success strong {
    font-size: 16px;
}

.message-box-wrap {
    border: 0px solid #fff;
    padding: 10px;
}

.info {
    color: #ff824c;
    border-color: #ffa67f;
    background-color: #ffdbcc;
}

.error {
    background: #f1f1f1;
    color: #d90000;
    border-color: #f1bdbd;
}

.notice {
    background-color: #f1d0d1;
    border-color: #cf5a5f;
    color: #cf5a5f;
}

.success {
    color: #1ea133;
    border-color: #a9ecb4;
    background-color: #dffbe4;
}

.close-but {
    width: 10px;
    height: 10px;
    float: right;
    border: none;
    margin: 5px;
    cursor: pointer;
    font-size: 0px;
    background: url(../images/elements/icon-remove.png) no-repeat center top;
}

.dropcap1,
.dropcap2,
.dropcap3 {
    float: left;
    text-align: center;
    overflow: hidden;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.dropcap1 {
    width: 53px;
    height: 58px;
    line-height: 50px;
    background: url(../images/elements/dropcap_gray.png) no-repeat scroll 0px 0px transparent;
    color: #999;
    margin: 0 8px -4px 0;
    font-size: 32px;
}

.dropcap1.gray {
    background-image: url(../images/elements/dropcap_gray.png);
}

.dropcap2 {
    background: url(../images/elements/dropcap_gray.png) no-repeat scroll 0 -108px transparent;
    color: #999;
    line-height: 47px;
    height: 56px;
    width: 53px;
    margin: 0 8px -4px 0;
    font-size: 32px;
}

.dropcap2.gray {
    background-image: url(../images/elements/dropcap_gray.png);
}

.dropcap3 {
    font-size: 40px;
    line-height: 40px;
    width: 44px;
    height: 44px;
    margin: 0 0 -4px 0;
}

.dropcap3.gray {
    color: #999;
}

ul.list1 {
    padding: 0px;
    margin: 0px;
}

.list1 li {
    padding: 0px;
    margin: 0px;
    text-align: left;
}

.list1 li i {
    padding: 0px;
    margin: 0px 4px 0px 0px;
}

.list1 li span {
    color: #727272;
}

.highlight {
    color: #fff;
    padding: 2px 5px;
    background: #000;
    border-radius: 3px;
}

.highlight.black {
    background: #000;
    border-radius: 3px;
}

.highlight.red {
    background: #ff0000;
    border-radius: 3px;
}

.highlight.gray {
    background: #aaa;
}

.highlight.yellow {
    background: #fff000;
}

.highlight.blue {
    background: #0099cc;
}

.highlight.pink {
    background: #e826b4;
}

.highlight.green {
    background: #48b02b;
}

.highlight.orange {
    background: #ffcc00;
}

.highlight.magenta {
    background: #9325ea;
}

ul.list_empty {
    float: left;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

.list_empty li {
    float: left;
    padding: 0px;
    margin: 0px 20px 35px 0px;
}

.table-style {
    float: left;
    width: 100%;
}

.table-list {
    float: left;
    background-color: #fff;
    border: 1px solid #dddddd;
    margin-bottom: 20px;
    width: 100%;
}

.table-list th {
    padding: 18px 10px;
    background-color: #eee;
}

.table-list td {
    padding: 13px 10px;
    text-align: center;
    background-color: #f5f5f5;
}

.table-list tr:hover td {
    background-color: #f9f9f9;
}

.pricing-tables-main {
    position: relative;
    float: left;
    margin-bottom: 40px;
}

.pricing-tables {
    position: relative;
    float: left;
    width: 24%;
    border: 1px solid #eee;
}

.pricing-tables .title {
    float: left;
    width: 100%;
    height: 57px;
    padding: 13px 0 10px 0;
    background-color: #454545;
    text-align: center;
    font-size: 23px;
    color: #fff;
    border-top: 3px solid #272727;
    border-bottom: 1px solid #818181;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.pricing-tables .price {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    background-color: #636363;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.pricing-tables .price i {
    font-size: 14px;
    color: #ccc;
    display: block;
    font-weight: normal;
    font-style: normal;
    margin-top: 5px;
}

.pricing-tables .cont-list {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: #f9f9f9;
    text-align: center;
    color: #727272;
}

.pricing-tables .cont-list ul {
    margin: 0;
    padding: 0;
}

.pricing-tables .cont-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 30px;
    border-bottom: 1px solid #fff;
}

.pricing-tables .cont-list li.last {
    border: none;
}

.pricing-tables .ordernow {
    float: left;
    width: 100%;
    padding: 28px 0px;
    background-color: #eee;
    text-align: center;
    color: #fff;
}

.pricing-tables-main .ordernow .normalbut {
    color: #fff;
    background-color: #666;
    border: 1px solid #454545;
    padding: 10px 18px;
    border-radius: 3px;
    font-weight: normal;
}

.pricing-tables-main .ordernow .normalbut:hover {
    background-color: #727272;
}

.pricing-tables-main .ordernow .colorchan {
    color: #fff;
    background-color: #7ab700;
    padding: 10px 18px;
    border-radius: 3px;
    font-weight: normal;
}

.pricing-tables-main .ordernow .colorchan:hover {
    color: #fff;
    background-color: #272727;
}

.pricing-tables-helight {
    position: relative;
    float: left;
    width: 27%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.pricing-tables-helight .title {
    float: left;
    width: 100%;
    height: 73px;
    padding: 20px 0 0 0;
    margin-top: -10px;
    background-color: #72ab00;
    text-align: center;
    font-size: 23px;
    color: #fff;
    border-top: 3px solid #679a01;
    border-bottom: 1px solid #83c304;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.pricing-tables-helight .price {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    background-color: #7ab700;
    text-align: center;
    font-size: 45px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.pricing-tables-helight .price i {
    font-size: 14px;
    color: #eee;
    display: block;
    font-weight: normal;
    font-style: normal;
    margin-top: 5px;
}

.pricing-tables-helight .cont-list {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: #f9f9f9;
    text-align: center;
    color: #727272;
}

.pricing-tables-helight .cont-list ul {
    margin: 0;
    padding: 0;
}

.pricing-tables-helight .cont-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 30px;
    border-bottom: 1px solid #fff;
}

.pricing-tables-helight .cont-list li.last {
    border: none;
}

.pricing-tables-helight .ordernow {
    float: left;
    width: 100%;
    padding: 30px 0 35px 0;
    background-color: #eee;
    text-align: center;
    color: #fff;
}

.pricing-tables-two {
    position: relative;
    float: left;
    width: 33%;
    border: 1px solid #eee;
}

.pricing-tables-two .title {
    float: left;
    width: 100%;
    height: 57px;
    padding: 13px 0 10px 0;
    background-color: #454545;
    text-align: center;
    font-size: 23px;
    color: #fff;
    border-top: 3px solid #272727;
    border-bottom: 1px solid #818181;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.pricing-tables-two .price {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    background-color: #636363;
    text-align: center;
    font-size: 40px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.pricing-tables-two .price i {
    font-size: 14px;
    color: #ccc;
    display: block;
    font-weight: normal;
    font-style: normal;
    margin-top: 5px;
}

.pricing-tables-two .cont-list {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: #f9f9f9;
    text-align: center;
    color: #727272;
}

.pricing-tables-two .cont-list ul {
    margin: 0;
    padding: 0;
}

.pricing-tables-two .cont-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 30px;
    border-bottom: 1px solid #fff;
}

.pricing-tables-two .cont-list li.last {
    border: none;
}

.pricing-tables-two .ordernow {
    float: left;
    width: 100%;
    padding: 28px 0;
    background-color: #eee;
    text-align: center;
    color: #fff;
}

.pricing-tables-helight-two {
    position: relative;
    float: left;
    width: 33%;
    z-index: 3;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.pricing-tables-helight-two .title {
    float: left;
    width: 100%;
    height: 73px;
    padding: 20px 0 0 0;
    margin-top: -10px;
    background-color: #0aa4df;
    text-align: center;
    font-size: 23px;
    color: #fff;
    border-top: 3px solid #0893c9;
    border-bottom: 1px solid #1cb7f3;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.pricing-tables-helight-two .price {
    float: left;
    width: 100%;
    padding: 30px 0 30px 0;
    background-color: #7ab700;
    text-align: center;
    font-size: 45px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

.pricing-tables-helight-two .price i {
    font-size: 14px;
    color: #eee;
    display: block;
    font-weight: normal;
    font-style: normal;
    margin-top: 5px;
}

.pricing-tables-helight-two .cont-list {
    float: left;
    width: 100%;
    padding: 15px 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    background-color: #f9f9f9;
    text-align: center;
    color: #727272;
}

.pricing-tables-helight-two .cont-list ul {
    margin: 0;
    padding: 0;
}

.pricing-tables-helight-two .cont-list li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 30px;
    border-bottom: 1px solid #fff;
}

.pricing-tables-helight-two .cont-list li.last {
    border: none;
}

.pricing-tables-helight-two .ordernow {
    float: left;
    width: 100%;
    padding: 30px 0 35px 0;
    background-color: #eee;
    text-align: center;
    color: #fff;
}

.framed-box {
    border-bottom: 1px solid #e3e3e3;
    width: 100%;
}

.box-shadow {
    box-shadow: 5px 5px 5px #d2d2d2;
}

.framed-box.center {
    text-align: center;
}

.framed-box-wrap {
    background-color: #f9f9f9;
}

.framed-box-wrap .front-block {
    background-color: #666;
    border-bottom: 1px solid #fff;
    padding: 20px 0 0;
    text-align: center;
}

.framed-box-wrap .front-block h5 {
    color: #ddd;
}

.framed-box-wrap .pricing-title {
    background-color: #f1f1f1;
    padding: 20px 0px 0px 0px;
    text-align: center;
    border-bottom: 1px solid #fff;
}

.framed-box-wrap .pricing-text-list {
    padding: 15px 20px 40px 20px;
    text-align: center;
}

.container .content_right .one_half .framed-box .framed-box-wrap .pricing-title {
    padding: 15px 20px 4px;
    text-align: center;
}

.blog_post {
    float: left;
    width: 100%;
}

.blog_post h3 {
    float: left;
    text-align: left;
    color: #333;
    line-height: 30px;
}

.blog_post h3 a {
    color: #7ab700;
    text-decoration: none;
    float: left;
    margin-top: 3px;
    text-transform: none;
    font-weight: 500;
    font-size: 30px;
}

.blog_post h3 a:hover {
    color: #383634;
}

ul.post_meta_links {
    float: left;
    margin: -5px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.post_meta_links li {
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 4px;
    list-style-type: none;
    color: #999;
}

.post_meta_links li a {
    color: #999;
    padding: 0px 18px 0px 0px;
    text-decoration: none;
    font-size: 11px;
    text-transform: uppercase;
}

.post_meta_links li a:hover {
    color: #727272;
    text-decoration: none;
}

.post_meta_links li i {
    color: #bbb;
    font-size: 12px;
    font-style: normal;
}

.blog_postcontent {
    float: left;
    width: 100%;
}

.blog_postcontent .image_frame {
    float: left;
    width: 100%;
    margin-bottom: 27px;
}

.blog_post h3 {
    width: 74%;
}

.blog_postcontent .image_frame.small {
    float: left;
    width: 43%;
    border: 7px solid #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.blog_postcontent .image_frame.small:hover {
    border: 7px solid #f9f9f9;
}

.blog_postcontent .image_frame img {
    float: left;
    width: 99.7%;
    border: 1px solid #fff;
}

.blog_postcontent .video_frame.small iframe {
    float: left;
    width: 43%;
    height: 180px;
    border: 7px solid #fff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.blog_postcontent .video_frame iframe {
    float: left;
    width: 100%;
    height: 520px;
    margin-bottom: 27px;
}

.post_info_content_small {
    padding: 0px;
    margin: 0 0 0 4%;
    width: 50%;
    float: left;
}

.blog_post a.date {
    color: #454545;
    font-size: 16px;
    font-weight: normal;
}

.blog_post a.date:hover {
    color: #7ab700;
}

.sharepost {
    float: left;
    width: 80%;
    margin-bottom: 40px;
}

.sharepost ul {
    margin: 0px;
    padding: 0px;
}

.sharepost li {
    margin: 0px 7px 5px 0px;
    padding: 2px 5px;
    float: left;
    border-radius: 2px;
    list-style-type: none;
    background-color: #7ab700;
}

.sharepost li i {
    color: #fff;
}

.sharepost li:hover {
    background-color: #383634;
}

.about_author {
    float: left;
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #eee;
}

.about_author img {
    float: left;
    margin-right: 20px;
}

.about_author a {
    font-family: 'Open Sans' !important;
    font-weight: normal;
    font-weight: 600;
    color: #333;
}

.about_author a:hover {
    color: #7ab700;
}

.pagination.center {
    text-align: center;
}

.pagination.center b {
    float: inherit;
}

.pagination {
    clear: both;
    padding: 10px 0;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
}

.pagination b {
    float: left;
    margin: 0px 5px 2px 0;
    padding: 0px 10px;
    font-weight: normal;
    color: #999;
}

.pagination a.navlinks {
    font-size: 12px;
    color: #454545;
    background-color: #eee;
    font-weight: 600;
    text-transform: uppercase;
    padding: 7px 10px;
    border-radius: 3px;
}

.pagination a.navlinks:hover {
    color: #fff;
    background-color: #454545;
}

.pagination a.current {
    color: #fff;
    background-color: #454545;
}

.comment_form {
    float: left;
    width: 100%;
    margin-top: 30px;
}

.comment_form label {
    float: left;
    width: 90px;
    height: 15px;
    padding: 7px 10px;
    margin-bottom: 40px;
    font-weight: normal;
}

.comment_input_bg {
    float: left;
    width: 75%;
    height: 40px;
    padding: 7px 10px 0px 10px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.comment_textarea_bg {
    float: left;
    width: 90%;
    height: 235px;
    padding: 7px 10px 0px 10px;
    margin-bottom: 20px;
    border-top: 2px solid #e3e3e3;
    border-left: 2px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.comment_checkbox {
    float: left;
    display: block;
    width: 90%;
    margin-top: 10px;
}

.comment_submit {
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 9px 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    border-radius: 4px;
    color: #333;
    text-transform: uppercase;
}

.comment_submit:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

.comment_wrap {
    padding: 20px 20px 20px 0px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.comment_wrap.chaild {
    border-bottom: 1px solid #eee;
    margin: 10px 20px 10px 50px;
    overflow: hidden;
}

.gravatar {
    float: left;
}

.comment_content {
    overflow: hidden;
    padding-left: 20px;
    position: relative;
    min-height: 80px;
}

.comment_content .comment_meta {
    position: relative;
}

.comment_content .comment_meta .comment_author {
    display: inline;
    font-size: 14px;
    font-style: normal;
}

.comment_content .comment_meta .comment_author i {
    display: inline;
    font-size: 11px;
    font-style: italic;
}

.comment_content .comment_text {
    clear: both;
    padding-top: 0px;
    overflow: hidden;
}

.comment_content .comment_text a {
    color: #d3d3d3;
    margin-top: 5px;
    float: left;
}

.comment_content .comment_text a:hover {
    color: #727272;
    margin-top: 5px;
    float: left;
}

#comments_section li ul li {
    margin-left: 30px;
}

.site-search-area {
    margin: 18px 0px 0px 0px;
    padding: 0px;
    float: right;
    width: 80%;
}

#site-searchform {
    margin: 0;
    padding: 0;
}

#site-searchform #s {
    border: 1px solid #e0e0e0;
    background-color: #fff;
    width: 80%;
    height: 41px;
    padding: 5px 10px 5px 10px;
    color: #999;
    float: left;
    font-size: 13px;
}

#site-searchform #searchsubmit {
    float: left;
    width: 50px;
    height: 41px;
    cursor: pointer;
    text-indent: -5555em;
    line-height: 100;
    overflow: hidden;
    background: #7ab700 url(../images/site-search-icon.png) no-repeat center 14px;
    border: 0;
}

#site-searchform #searchsubmit:hover {
    background: #383634 url(../images/site-search-icon.png) no-repeat center 14px;
}

.sidebar_widget {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.sidebar_widget ul.arrows_list1 {
    padding: 0px;
    margin: 0px;
    float: left;
    margin-top: -10px;
}

.sidebar_widget ul.arrows_list1 li a {
    color: #ff4d00;
    line-height: 30px;
}

.sidebar_widget ul.arrows_list1 li a:hover {
    color: #383634;
}

.sidebar_widget ul.arrows_list1 i {
    margin-right: 4px;
}

.sidebar_title {
    float: left;
    width: 100%;
}

.sidebar_widget h3,
.clientsays_widget h3 {
    margin-bottom: 30px;
    float: left;
}

.sidebar_widget h3 i,
.clientsays_widget h3 i {
    font-weight: 500;
    font-style: normal;
}

ul.recent_posts_list {
    margin: 0px;
    padding: 0px;
    width: 100%;
    float: left;
}

.recent_posts_list li {
    padding: 0px 0px 13px 0px;
    margin: 0px 0px 16px 0px;
    list-style-type: none;
    border-bottom: 1px solid #f5f6f6;
    float: left;
    width: 100%;
}

.recent_posts_list li a {
    text-decoration: none;
    line-height: 17px;
    display: block;
    color: #999;
}

.recent_posts_list li a:hover {
    color: #7ab700;
}

.recent_posts_list li span {
    float: left;
    margin-right: 15px;
}

.recent_posts_list li span img {
    float: left;
    margin-right: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.recent_posts_list li span img:hover {
    float: left;
    margin-right: 0px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.recent_posts_list li i {
    padding: 1px 0px 0px 0px;
    margin: 0px;
    display: block;
    font-size: 10px;
    font-style: normal;
    color: #c9c9c9;
}

.recent_posts_list li.last {
    padding: 0px 0px 7px 0px;
    margin: 0px 0px 0px 0px;
    border-bottom: 0px solid #f5f6f6;
}

.clientsays_widget {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    color: #999;
}

.clientsays_widget strong {
    font-weight: 600;
    color: #454545;
}

.clientsays_widget h3 {
    margin-bottom: 18px;
}

.clientsays_widget img {
    float: left;
    margin-right: 13px;
    margin-top: 7px;
    border: 1px solid #e3e3e3;
}

ul.adsbanner-list {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 100%;
}

.adsbanner-list li {
    margin: 0px 10px 10px 0px;
    padding: 0px;
    float: left;
    width: 120px;
    height: 120px;
    list-style-type: none;
}

.adsbanner-list li img {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 120px;
    height: 120px;
    list-style-type: none;
}

.adsbanner-list li.last {
    margin: 0px 0px 0px 0px;
    padding: 0px;
    float: left;
    width: 120px;
    height: 120px;
    list-style-type: none;
}

.blocklabel {
    float: left;
    width: 100%;
    display: block;
    margin-top: 10px;
}

.input_bg {
    float: left;
    width: 70%;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    padding: 0px 0px 0px 10px;
    border-top: 2px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.textarea_bg {
    float: left;
    width: 90%;
    height: 235px;
    padding: 7px 10px 0px 10px;
    margin-bottom: 20px;
    border-top: 2px solid #e1e1e1;
    border-left: 2px solid #e1e1e1;
    border-right: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.address_info {
    float: left;
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    padding: 20px 20px 10px 20px;
    width: 99%;
    margin-bottom: 40px;
}

.address_info.two {
    background-color: #fff;
    border: none;
    margin-bottom: 20px;
    padding-top: 0px;
}

.address_info h3 i {
    font-weight: 500;
    font-style: normal;
}

.google-map {
    width: 99%;
    height: 350px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.google-map2 {
    width: 100%;
    height: 450px;
}

.google-map3 {
    width: 100%;
    height: 300px;
    border: 10px solid #fff;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.google-map4 {
    width: 100%;
    height: 200px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.portfolio_area {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
}

.portfolio_area_left {
    padding: 0px;
    margin: 0px;
    width: 75%;
    float: left;
}

.portfolio_area_left img {
    padding: 0px;
    margin: 0px;
    width: 100%;
    float: left;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.portfolio_area_right {
    padding: 0px;
    margin: 0px 0px 0px 3%;
    width: 22%;
    float: left;
}

.project_details {
    padding: 0px;
    margin: 70px 0px 0px 0px;
}

.project_details span {
    padding: 5px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #454545;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
}

.project_details strong {
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    font-weight: bold;
    color: #727272;
    float: left;
    width: 40%;
}

.project_details em {
    padding: 0px 0px;
    margin: 0px 0px 0px 0px;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    color: #727272;
    float: left;
    width: 60%;
}

.project_details span a {
    padding: 3px 10px;
    margin: 0px 0px 0px 3px;
    font-size: 11px;
    line-height: 30px;
    font-weight: normal;
    font-style: normal;
    color: #727272;
    background-color: #e3e3e3;
    border-radius: 3px;
}

.project_details span a:hover {
    background-color: #ddd;
}

.addto_favorites {
    padding: 3px 10px 5px 10px;
    margin: 20px 0px 0px 0px;
    width: 142px;
    display: block;
    border-radius: 3px;
    font-size: 13px;
    color: #999;
    background: #eee;
}

.addto_favorites:hover {
    background: #ddd;
}

.addto_favorites i {
    color: #c3c3c3;
}

ul.small_social_links {
    padding: 0px;
    margin: 9px 0 25px 0px;
}

.small_social_links li {
    padding: 0px;
    margin: 0px 9px 0px 0px;
    float: left;
}

.small_social_links li i {
    color: #7ab700;
}

.small_social_links li a {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.small_social_links li a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.portfolio_image {
    float: left;
    width: 97%;
    padding: 0px;
    margin: 0px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.portfolio_image .title {
    float: left;
    width: 92%;
    padding: 10px 19px 7px 20px;
    margin: 0px;
    font-size: 13px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.portfolio_image i {
    position: absolute;
    display: none;
    color: #fff;
    margin-left: 45%;
    margin-top: 22%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.portfolio_image:hover i {
    display: block;
}

.portfolio_image img {
    float: left;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.portfolio_image img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.punchline_text_box {
    float: left;
    width: 100%;
    padding: 25px 30px;
    margin: 0px;
    border: 1px solid #eee;
    border-left: 5px solid #7ab700;
    color: #999;
}

.punchline_text_box strong {
    font-weight: normal;
    font-size: 22px;
    color: #272727;
}

.punchline_text_box .left {
    float: left;
    width: 80%;
}

.punchline_text_box .right {
    float: left;
    width: 20%;
}

a.knowmore_but {
    float: right;
    padding: 13px 20px 13px 20px;
    margin: 0px 0px 0px 50px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background-color: #7ab700;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-bottom: 1px solid #999;
}

a.knowmore_but:hover {
    color: #fff;
    background-color: #272727;
}

.readmore_but1 {
    color: #fff;
    padding: 16px 40px;
    border-radius: 4px;
    background-color: #272727;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

.readmore_but1:hover {
    color: #fff;
    background-color: #7ab700;
}

.readmore_but1.nocurve {
    border-radius: 0px;
}

.readmore_but1.marlt {
    margin-left: 20px;
}

.readmore_but2 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 14px 35px;
    border-radius: 4px;
    background-color: #272727;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

.readmore_but2:hover {
    color: #fff;
    background-color: #7ab700;
}

.readmore_but3 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 14px 35px;
    border-radius: 4px;
    background-color: #7ab700;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

.readmore_but3:hover {
    color: #fff;
    background-color: #272727;
}

.readmore_but4 {
    color: #272727;
    font-size: 16px;
    text-align: left;
    font-weight: 300;
    padding: 12px 80px 12px 25px;
    border-radius: 4px;
    border: 2px solid #eee;
    -webkit-transition: color .3s, -webkit-transform .3s;
    transition: color .3s, transform .3s;
}

.readmore_but4:hover {
    color: #7ab700;
}

.readmore_but5 {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    padding: 14px 20px;
    border-radius: 4px;
    background-color: #7ab700;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

.readmore_but5 i {
    border-left: 1px solid #009bd8;
    padding-left: 10px;
    margin-left: 10px;
    padding-top: 17px;
    padding-bottom: 17px;
}

.readmore_but5:hover {
    color: #fff;
    background-color: #272727;
}

.readmore_but5:hover i {
    border-left: 1px solid #454545;
}

.readmore_but6 {
    color: #fff;
    font-weight: 600;
    padding: 13px 40px;
    border-radius: 4px;
    background-color: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

.readmore_but6:hover {
    color: #fff;
    background-color: #454545;
}

.readmore_but7 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 9px 20px;
    border-radius: 4px;
    background-color: #7ab700;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

.readmore_but7:hover {
    color: #fff;
    background-color: #272727;
}

.readmore_but8 {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 14px 35px;
    border-radius: 4px;
    background-color: #7ab700;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

.readmore_but8:hover {
    color: #272727;
    background-color: #eee;
}

.readmore_but9 {
    color: #fff;
    padding: 16px 40px;
    border-radius: 4px;
    background-color: #7ab700;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

.readmore_but9:hover {
    color: #fff;
    background-color: #272727;
}

.readmore_but10 {
    color: #272727;
    font-size: 14px;
    font-weight: normal;
    padding: 14px 40px;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 18px;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

.readmore_but10:hover {
    color: #fff;
    background-color: #272727;
}

.iframecontainer {
    width: 620px;
    margin: auto auto auto auto;
}

.content_fullwidth.lessmar {
    padding: 25px 0px 0px 0px;
}

.scrollup {
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    bottom: 22px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
    z-index: 999;
}

.rw-wrapper {
    float: left;
    width: 80%;
    font-size: 32px;
    color: #fff;
    font-family: 'Raleway', sans-serif;
    line-height: 35px;
    font-weight: 300;
}

.rw-sentence {
    margin: 0;
}

.rw-sentence span {
    color: #fff;
}

.rw-words {
    margin-top: -30px;
    display: inline;
    text-indent: 95px;
}

.rw-words-1 span {
    position: absolute;
    opacity: 0;
    overflow: hidden;
    color: #fff;
    -webkit-animation: rotateWord 8s linear infinite 0s;
    -moz-animation: rotateWord 8s linear infinite 0s;
    -o-animation: rotateWord 8s linear infinite 0s;
    -ms-animation: rotateWord 8s linear infinite 0s;
    animation: rotateWord 8s linear infinite 0s;
}

.rw-words-1 span:nth-child(2) {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -o-animation-delay: 2s;
    -ms-animation-delay: 2s;
    animation-delay: 2s;
    color: #fff;
}

.rw-words-1 span:nth-child(3) {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s;
    color: #fff;
}

.rw-words-1 span:nth-child(4) {
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
    color: #fff;
}

@-webkit-keyframes rotateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
    }
    5% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }
    20% {
        opacity: 0;
        -webkit-transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes rotateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        -moz-transform: translateY(-30px);
    }
    5% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -moz-transform: translateY(0px);
    }
    20% {
        opacity: 0;
        -moz-transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes rotateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        -o-transform: translateY(-30px);
    }
    5% {
        opacity: 1;
        -o-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -o-transform: translateY(0px);
    }
    20% {
        opacity: 0;
        -o-transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes rotateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        -ms-transform: translateY(-30px);
    }
    5% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    17% {
        opacity: 1;
        -ms-transform: translateY(0px);
    }
    20% {
        opacity: 0;
        -ms-transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes rotateWord {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 0;
        transform: translateY(-30px);
    }
    5% {
        opacity: 1;
        transform: translateY(0px);
    }
    17% {
        opacity: 1;
        transform: translateY(0px);
    }
    20% {
        opacity: 0;
        transform: translateY(30px);
    }
    80% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

#wrap {
    display: inline-block;
    position: relative;
    height: 30px;
    float: right;
    padding: 0;
    position: relative;
    margin-left: 40px;
    margin-top: 16px;
    color: #fff;
}

#wrap input[type="text"] {
    height: 30px;
    font-size: 21px;
    display: inline-block;
    border: none;
    outline: none;
    color: #999;
    padding: 0px 10px;
    padding-right: 60px;
    width: 0px;
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    z-index: 3;
    transition: width .4s cubic-bezier(0.000, 0.795, 0.000, 1.000);
    cursor: pointer;
    border-radius: 3px;
}

#wrap input[type="text"]:focus:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

#wrap input[type="text"]:focus {
    width: 300px;
    z-index: 1;
    cursor: text;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
}

#wrap input[type="submit"] {
    height: 30px;
    width: 30px;
    display: inline-block;
    color: red;
    float: right;
    background: url(../images/site-search-menu.png) no-repeat center 1px;
    text-indent: -10000px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    cursor: pointer;
    opacity: 0.4;
    cursor: pointer;
    transition: opacity .4s ease;
}

#wrap input[type="submit"]:hover {
    opacity: 0.8;
}

.biobox {
    float: right;
    width: 100%;
}

.biobox i {
    font-size: 25px;
    color: #fff;
    float: left;
    margin-right: 25px;
    background-color: #7ab700;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}

.fusection1 {
    float: left;
    width: 100%;
    padding: 60px 0px;
    text-align: center;
    background: url(../images/texture1.jpg) repeat left top;
}

.fusection1 .icon {
    margin: 0 auto 30px auto;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    line-height: 100px;
}

.fusection1 .icon img {
    margin-top: 10px;
}

.fusection1 a {
    color: #272727;
    font-size: 13px;
    background-color: #fff;
    border-radius: 4px;
    padding: 9px 20px;
}

.fusection1 a:hover {
    color: #fff;
    background-color: #7ab700;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

.fusection2 {
    float: left;
    width: 100%;
    padding: 70px 0px;
    text-align: center;
}

.fusection2 .one_half {
    text-align: left;
}

.hteam {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    background-color: #f3f3f3;
    padding-left: 30px;
}

.hteam img {
    float: left;
    margin-right: 30px;
}

.hteam h5 {
    margin: 20px 0px 10px 0px;
}

.fusection3 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 160px 0px 120px 0px;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-position: center;
    position: relative;
}

.fusection3 h1 {
    font-size: 40px;
    line-height: 65px;
    font-weight: 300;
    font-style: italic;
    background: rgba(255, 255, 254, 0.6);
}

.fusection3 h1 strong {
    font-weight: 400;
}

.fusection4 {
    float: left;
    width: 100%;
    padding: 70px 0px 100px 0px;
    text-align: center;
}

.fusection4 .one_half {
    text-align: left;
}

.peoplesays {
    float: left;
}

.peoplesays img {
    float: left;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    margin-right: 30px;
    border: 2px solid #e3e3e3;
}

.peoplesays strong {
    font-size: 14px;
    color: #272727;
    text-transform: uppercase;
    font-weight: 400;
}

.peoplesays strong i {
    font-size: 12px;
    color: #999;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    display: block;
}

ul.clients_home {
    float: left;
    padding: 0px;
    margin: 0px;
}

.clients_home li {
    float: left;
    padding: 0px;
    margin: 0px 0px 25px 0px;
    width: 180px;
}

.clients_home li img {
    width: 100%;
}

.fusection5 {
    float: left;
    width: 100%;
    padding: 70px 0px;
    text-align: center;
    background: url(../images/parallax-bg.jpg) repeat-y center top;
}

.fusection5 img {
    border: 7px solid #fff;
}

.fusection5 a {
    color: #272727;
    font-size: 14px;
    font-weight: normal;
    padding: 13px 30px;
    border-radius: 4px;
    background-color: #e3e3e3;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

.fusection5 a:hover {
    color: #fff;
    background-color: #7ab700;
}

.fusection6 {
    float: left;
    width: 100%;
    padding: 70px 0px 130px 0px;
    text-align: center;
}

.tt-wrapper {
    width: 90%;
    padding: 0;
    margin: 80px auto 30px auto;
}

.tt-wrapper li {
    float: left;
    margin: 0px 25px;
}

.tt-wrapper li a {
    display: block;
    width: 120px;
    height: 120px;
    padding-top: 20px;
    margin: 0 2px;
    outline: none;
    position: relative;
    background-color: #f3f3f3;
    border-radius: 100%;
    text-align: center;
}

.tt-wrapper li a span {
    width: 300px;
    height: auto;
    line-height: 21px;
    padding: 10px;
    left: 50%;
    margin-left: -150px;
    font-family: 'Alegreya SC', Georgia, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
    color: #719DAB;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    border: 4px solid #fff;
    background: #f9f9f9;
    text-indent: 0px;
    border-radius: 5px;
    position: absolute;
    pointer-events: none;
    bottom: 100px;
    opacity: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.tt-wrapper li a span:before,
.tt-wrapper li a span:after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -9px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(0, 0, 0, 0.1);
}

.tt-wrapper li a span:after {
    bottom: -14px;
    margin-left: -10px;
    border-top: 10px solid #fff;
}

.tt-wrapper li a:hover span {
    opacity: 0.9;
    bottom: 116px;
}

.tt-wrapper h6 {
    margin-top: 30px;
}

.fusection7 {
    float: left;
    width: 100%;
    padding: 70px 0px;
    text-align: center;
}

.fusection7 .one {
    float: left;
    width: 260px;
    background-color: #7ab700;
    color: #fff;
}

.fusection7 .one p {
    float: left;
    color: #fff;
    padding: 30px 30px 33px 30px;
    font-size: 16px;
    line-height: 27px;
}

.fusection7 .one a {
    color: #fff;
}

.fusection7 .one strong {
    color: #b5ff15;
    font-weight: normal;
    display: block;
    padding-top: 10px;
}

.fusection7 .two {
    float: left;
    width: 618px;
    margin-left: 16px;
}

.fusection7 .two p {
    width: 618px;
    height: 192px;
    padding: 50px 30px 0px 30px;
    position: absolute;
    color: #fff;
    visibility: hidden;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

.fusection7 .two:hover p {
    visibility: visible;
    background-color: #7ab700;
}

.fusection7 .two a {
    color: #fff;
}

.fusection7 .two strong {
    color: #b5ff15;
    font-weight: normal;
    display: block;
    padding-top: 10px;
}

.fusection7 .three {
    float: left;
    width: 256px;
    margin-left: 16px;
    margin-top: 16px;
}

.fusection7 .three.lessmar {
    width: 260px;
    margin-top: 0px;
}

.fusection7 .three.lessmar p {
    width: 260px;
}

.fusection7 .three p {
    width: 256px;
    height: 192px;
    padding: 45px 30px 0px 30px;
    position: absolute;
    color: #fff;
    visibility: hidden;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

.fusection7 .three:hover p {
    visibility: visible;
    background-color: #7ab700;
}

.fusection7 .three a {
    color: #fff;
}

.fusection7 .three strong {
    color: #b5ff15;
    font-weight: normal;
    display: block;
    padding-top: 10px;
}

.fusection7 .four {
    float: left;
    width: 350px;
    margin-left: 16px;
    margin-top: 16px;
}

.fusection7 .four p {
    width: 350px;
    height: 192px;
    padding: 45px 30px 0px 30px;
    position: absolute;
    color: #fff;
    visibility: hidden;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

.fusection7 .four:hover p {
    visibility: visible;
    background-color: #7ab700;
}

.fusection7 .four a {
    color: #fff;
}

.fusection7 .four strong {
    color: #b5ff15;
    font-weight: normal;
    display: block;
    padding-top: 10px;
}

.fusection8 {
    float: left;
    width: 100%;
    padding: 64px 0px 22px 0px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
}

ul.recentnews {
    float: left;
    padding: 0px;
    margin: 0px;
}

.recentnews li {
    float: left;
    padding: 0px;
    margin: 0px 0px 30px 0px;
}

.recentnews li.last {
    margin: 0px 0px 0px 0px;
}

.recentnews li a {
    color: #727272;
}

.recentnews li a:hover {
    color: #454545;
}

.recentnews li strong {
    color: #7ab700;
    font-size: 12px;
    font-weight: normal;
    display: block;
    padding-top: 5px;
}

.recentnews li img {
    float: left;
    border: 3px solid #fff;
    margin-right: 20px;
}

.fusection9 {
    float: left;
    width: 100%;
    text-align: center;
    padding: 60px 0px 70px 0px;
}

.fuicsec {
    float: left;
    width: 100%;
    padding: 30px 0px;
    background-color: #f3f3f3;
}

.fuicsec h3 {
    margin: 0px;
    color: #454545;
    font-size: 22px;
}

.fuicsec i {
    float: left;
    font-size: 35px;
    color: #999;
    margin-right: 20px;
    margin-top: 10px;
}

.fuicsec .one_fifth {
    border-right: 1px solid #e0e0e0;
}

.fuicsec .one_fifth.last {
    border-right: 0px solid #e0e0e0;
}

.circlefus {
    text-align: center;
}

.circlefus i {
    font-size: 27px;
    color: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    vertical-align: middle;
    line-height: 80px;
    background-color: #7ab700;
    border-radius: 100%;
    margin-bottom: 25px;
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px #7ab700;
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
}

.circlefus i:hover {
    color: #fff;
    background-color: #272727;
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px #272727;
}

.feature_section81 {
    float: left;
    width: 100%;
    padding: 30px 0px 58px 0px;
}

.ticker_text {
    border-bottom: 2px solid #ff4d00;
}

.footer_bottom {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 5;
    background: #ff4d00;
    border-top: 2px solid #fff;
    padding-bottom: 5px;
}

.footer_line {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 5;
    padding: 0 0 10px;
    background: #000;
}

.footer_bottom li a {
    color: #fff;
}

.footer_b {
    text-align: center;
    width: 40px;
    height: 40px;
    opacity: 1;
    position: fixed;
    left: 20px;
    text-indent: -9999px;
    z-index: 999;
    bottom: 17px;
    border-radius: 50%;
    cursor: pointer;
    background: rgba(255, 255, 254, 0.8) url("../images/up_down.png") no-repeat scroll center center;
}

.footer_b i {
    font-size: 30px;
    color: #ff4d00;
    font-weight: bold;
}

.footer_bottom .one_third {
    padding: 8px 0 0 55px;
    color: #fff;
}

.footer_bottom .one_fourth {
    padding: 8px 0 0 55px;
    color: #fff;
}

#view {
    text-align: center;
    margin-left: 6%;
    margin-right: 0%;
    font-size: 13px;
}

.footer_bottom .right_links {
    margin-top: 5px;
    padding-right: 7px;
    padding-left: 10px;
}

.features_sec18 li.text {
    float: left;
    width: 92%;
}

.slide-out-div {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    color: #fff;
    padding: 20px 20px 0;
    width: 12%;
    height: auto;
    z-index: 9999;
}

.slide-out-div1 {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    border-radius: 0 4px 4px 0;
    color: #fff;
    padding: 10px 10px 0;
    width: 340px;
    height: 220px;
    z-index: 9999;
}

.slide-out-div1 h6 {
    margin-bottom: 5px;
    padding: 5px;
    color: #ff4d00;
    font-size: 14px;
}

.slide-out-div1 > ul > li > a {
    display: block;
    text-align: center;
}

.slide-out-div1 > ul > li {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}

.slide-out-div1 > ul > li > a {
    color: #333;
    font-size: 75%;
    padding: 5px;
    width: 95px;
}

.up_down {
    color: #fff;
    font-size: 16px;
}

.up_down:hover {
    text-decoration: underline;
    color: #fff;
}

.slide-out-div1 a:hover h6 {
    color: #fff;
    text-decoration: underline;
}

.slide-out-div h5 {
    border-bottom: 1px solid #999999;
    padding-bottom: 2px;
    text-align: center;
    color: #ff4d00;
    font-size: 14px;
}

.slide-out-div a:hover h5 {
    color: #fff;
}

.slide-out-div .last {
    border-bottom: none;
}

.slide-out-div h5 i {
    color: orange;
    font-size: 27px;
    padding-right: 13px;
}

.handle {}

.one_half .framed-box .framed-box-wrap .pricing-text-list ul li {
    padding: 5px 0px;
}

.open .handle {
    background: url('../images/icons/show.png') no-repeat scroll center center;
}

.handle {
    background: url('../images/icons/show.png') no-repeat scroll center center;
    height: 120px;
    width: 40px;
}

.handle1 {
    background: url('../images/icons/tools.png') no-repeat scroll center center;
    width: 40px;
    height: 113px;
}

#carousel img {
    width: 40px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}

#carousel h5 {}

.big-bold {
    color: #ff4d00;
    font-size: 18px;
    font-size: bold;
}

.side-login {
    padding: 10px 10px 10px 10px;
}

.sidebar_widget ul.arrows_list2 li,
.sidebar-form h6.title {
    border-bottom: 1px solid #ddd;
    padding: 10px 0px 10px 5px;
}

.list1 li {
    padding: 3px 0px;
}

.side-login #btn {
    text-align: center;
    margin-bottom: 25px;
}

.content-inner {
    padding: 20px;
    background: #f2f2f2;
    border-left: 2px solid #ff4d00;
}

.msg {
    color: #d90000;
    font-style: italic;
}

.msg i {
    font-size: 5px;
    padding: 10px;
}

.titleblue {
    color: #d90000;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 20px;
    text-align: center;
}

.tooltip {
    display: inline;
    text-align: left;
    position: relative;
    border-bottom: 1px dashed;
}

.tooltip:hover:after {
    background: #333;
    background: rgba(0, 0, 0, .8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(tooltip);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 420px;
    line-height: 20px;
    font-size: 12px;
}

.tooltip:hover:before {
    border: solid;
    border-color: #333 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 20px;
    content: "";
    left: 50%;
    position: absolute;
    z-index: 99;
}

.tooltip:hover + .tooltiptext {
    display: block;
}

ul.list2 {
    margin: 0;
    padding: 0;
}

.list2 li {
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: left;
    list-style: outside none disc;
}

.list2 li i {
    margin: 0 4px 0 0;
    padding: 0;
}

p i {
    color: #ff4d00;
    font-weight: bold;
}

.acc-container p {}

h6 .link {
    color: #d90000;
    text-decoration: underline;
}

h6 .link:hover {
    text-decoration: none;
    color: orange;
}

.sidebar_widget ul.arrows_list2 li.title,
.sidebar-form h6.title {
    border-bottom: 2px solid orange;
    background: #ddd;
    color: #d90000;
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
}

.sidebar_widget ul.arrows_list2 li:hover {
    background: #ddd;
}

.sidebar_widget ul.arrows_list2 li.active a {
    color: #d90000;
}

.content_right .htitle {
    padding-top: 10px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
}

.content_right .htitle h3 {
    line-height: 30px;
}

.content_right .htitle1 {
    padding-top: 45px;
}

.content_right .title {
    border-bottom: 2px solid;
    line-height: 30px;
}

.content_right h6 {
    color: #ff4d00;
}

.content_right h5 {
    margin-bottom: 20px;
}

.list1 li i {
    font-weight: bold;
    font-size: 10px;
}

.content_right .s_box {
    padding: 15px 20px 25px 5px;
    background: #f1f1f1;
    margin-bottom: 20px;
    border-left: 2px solid #ff4d00;
}

.content_right .s_box b,
.content_right .s_box strong {
    color: #ff4d00;
}

.list1 li {
    color: #ff4d00;
}

.blue {}

.bnbox .bold {
    font-weight: bold;
    padding: 15px;
}

.bnbox a {
    color: #d90000;
}

.bnbox a:hover {
    color: #ff4d00;
}

.table-list td {
    background-color: #f5f5f5;
    padding: 13px 10px;
    text-align: left;
    font-size: 13px;
    vertical-align: middle;
}

.content_fullwidth .title {
    background: #ddd none repeat scroll 0 0;
    border-bottom: 2px solid #ff4d00;
    line-height: 30px;
    padding: 2px 10px 2px 20px;
}

.punchline_text_box {
    padding: 15px 30px;
}

.punchline_text_box strong {
    font-size: 17px;
}

.punchline_text_box strong i {
    color: #ff4d00;
}

.cbp-caption-defaultWrap img {
    height: 100%;
}

.cbp-item-wrapper {}

.cbp-l-caption-body h4 {
    margin-top: 128px;
    padding: 10px 0;
    color: #fff;
    font-size: 17px;
    text-align: center;
    background: #262626;
}

.list1 a:hover {
    text-decoration: underline;
}

.feature_section18 .bnbox {
    text-align: left;
}

.img_left {
    float: left;
    width: 100%;
}

.recent_posts_list li {
    color: #fff;
    border-bottom: none;
}

.recent_posts_list li:last-child {
    border-bottom: none;
}

.feature_section18 .bnbox:hover {
    background: none;
}

.feature_section18 .bnbox:hover a {
    text-decoration: underline;
}

.feature_section18 .bnbox {
    box-shadow: none;
}

.marquee {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 25s linear infinite;
}

.marquee:hover {
    animation-play-state: paused;
}

.form-center {
    padding-top: 10px;
}

.download_apply li a {
    background: rgba(0, 0, 0, 0) url('../images/pdf_icon.gif') no-repeat scroll 100% 0;
    padding: 0 30px 3px 0;
    text-decoration: none;
    font-size: 12px;
}

.download_apply li a:hover {
    text-decoration: underline;
}

.list3 li {
    line-height: 30px;
    list-style: inside none square;
    text-align: left;
}

.content_fullwidth .customer h5 {
    color: #727272;
}

.content_fullwidth .customer i {
    font-size: 20px;
    color: #ff4d00;
}

.content_fullwidth .customer .biobox i {
    color: #fff;
}

.cforms .cform {
    padding: 0px 20px;
}

.content_right .box {
    border-bottom: 1px dashed #ddd;
}

.profile_list li {
    background: #f1f1f1 none repeat scroll 0 0;
    color: #444;
    margin-bottom: 10px;
    padding: 10px 10px 10px 20px;
    border-left: 2px solid orange;
    border-bottom: 1px solid #ddd;
}

.progress {
    border: 0px solid;
}

.progress th {
    padding: 7px 10px;
    background-color: #ff9980;
    color: #fff;
}

.progress td {
    padding: 9px 10px;
    text-align: center;
    color: #444;
}

.progress tr:hover td {
    background-color: none;
}

.progress td:first-child {
    background-color: #eee;
    font-weight: bold;
    text-align: left;
}

.progress tr:nth-child(odd) td {
    background-color: #FFEBE6;
}

.progress tr:nth-child(odd) td:first-child {
    background-color: #FFD6CC;
    font-weight: bold;
    text-align: left;
}

.interest {
    border: 0px solid;
    font-size: 13px;
}

.interest th {
    padding: 7px 10px;
    color: #d90000;
    vertical-align: middle;
    border: 1px solid #ddd;
    background: #f1f1f1;
}

.interest td {
    padding: 9px 10px;
    text-align: center;
    color: #444;
    border: 1px solid #ddd;
    border-collapse: collapse;
    text-align: left;
}

.interest11 {
    border: 0px solid;
    font-size: 12px;
}

.interest11 td {
    padding: 9px 10px;
    text-align: center;
    color: #444;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.interest1 {
    border: 0px solid;
    font-size: 13px;
}

.interest1 th {
    padding: 7px 10px;
    color: #d90000;
    vertical-align: middle;
    border: 1px solid #ddd;
    background: #f1f1f1;
}

.interest1 td {
    padding: 9px 10px;
    text-align: left;
    color: #444;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.interest1 td:first-child {
    color: #d90000;
}

.card-table {
    border: 0px solid;
}

.card-table th {
    padding: 7px 10px;
    background-color: #ff9980;
    color: #fff;
}

.card-table td {
    padding: 9px 10px;
    text-align: left;
    color: #444;
    vertical-align: top;
}

.card-table tr:hover td {
    background-color: none;
}

.card-table td:first-child {
    text-align: center;
}

.card-table td:last-child {
    text-align: left;
}

.features_section img {
    border: 7px solid #f1f1f1;
    margin-bottom: 5px;
}

.features_section h4 {
    background: #ff4d00 none repeat scroll 0 0;
    font-size: 16px;
    color: #fff;
    padding: 2px 10px;
}

.features_section {}

.features_section .one_third:hover p {
    background-color: rgba(0, 0, 0, 0.4);
    visibility: visible;
    padding: 25px;
    height: 150px;
}

.features_section .one_third p {
    color: #fff;
    position: absolute;
    transition: background-color 0.3s ease 0s, transform 0.3s ease 0s;
    visibility: hidden;
    top: 0;
}

.features_section .one_half h4 {
    margin-bottom: 0px;
    background: none;
    border-bottom: 2px solid #ff4d00;
    color: #ff4d00;
}

.features_section .one_half p {
    color: #444;
    padding: 10px;
}

.features_section .one_half {
    box-shadow: 0 0 20px 2px #ddd inset, 5px 5px 5px 1px #dddddd;
    height: 182px;
    padding: 10px 15px;
}

@keyframes marquee {
    0% {
        text-indent: 27.5em;
    }
    100% {
        text-indent: -105em;
    }
}

.pcontent-table {
    padding: 20px 30px;
    height: 400px;
    overflow-y: scroll;
}

.loanlist {
    margin-top: -22px;
    padding-left: 27px;
    list-style-position: outside;
}

.loanlist1 {
    padding-left: 27px;
    list-style-position: outside;
    list-style-type: none;
}

.loantitle {
    color: #000;
    text-align: center;
    border-bottom: 1px solid #ff4d00;
}

.right_links li *::last-child {
    content: "";
    padding-left: 15px;
}

.required {
    color: red;
}

.content-inner {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    padding: 50px;
}

.content-inner1 {
    display: inline-block;
    width: 100%;
    padding: 25px 50px 50px 50px;
    border: none;
    background: #f2f2f2;
}

.footer_bottom .right_links li a:hover {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width:640px) {
    table {
        overflow-x: auto;
        display: block;
    }
    .feature_section18 .bnbox {
        padding: 35px 15px 38px;
    }
}

@media only screen and (max-device-width:480px) {
    table {
        overflow-x: auto;
        display: block;
    }
    .feature_section18 .bnbox {
        padding: 35px 15px 38px;
    }
    #myOverlay2 {
        max-height: 400px;
        overflow-y: scroll;
        display: block;
    }
    #myOverlay5 {
        max-height: 400px;
        overflow-y: scroll;
        display: block;
    }
    #first_popup {
        width: 100%;
        height: auto;
    }
    .popup_frame {
        width: 100%;
    }
    .popup_frame img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

#debit-box {
    background: #ff7033 !important;
    border: 1px solid #d1d1d1;
    padding: 5px;
    color: #fff;
    text-align: left;
    margin-top: 14px;
    font-size: 11px;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    background: rgba(255, 77, 0, 0.60);
}

#bset1 {
    border-left: medium none !important;
    color: #d90000;
    margin: 0 0 20px -17px !important;
}

#fb:hover {
    color: blue;
}

#tw:hover {
    color: #1da1f2;
}

#in:hover {
    color: #287bbc;
}

#yu:hover {
    color: red;
}

.content_right .pagenation {
    color: #666666;
    float: left;
    font-size: 12px;
    font-weight: normal;
    padding: 0 0 22px;
    text-align: left;
    width: 100%;
    position:relative;
}

.left_sidebar .acc-trigger a h6 b {
    color: #ff4d00 !important;
}

.biobox1 {
    float: right;
    width: 100%;
}

.biobox1 i {
    font-size: 25px;
    color: #fff;
    float: left;
    margin-right: 25px;
    background-color: #7ab700;
    width: 50px;
    height: 50px;
    border-radius: 0%;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
}

.footer1 .tooltip:hover::after {
    width: 190px;
}

.left_sidebar .sub_list li {
    margin-left: 10%;
    font-size: 13px;
    line-height: 20px;
}

.left_sidebar .sub_list li:last-child {
    border-bottom: none;
}

.sidebar_widget ul.arrows_list2 li.disable:hover {
    background: none;
}

.sidebar_widget ul.arrows_list2 li a.active {
    color: #d90000;
}

.left_sidebar .list3 li {
    color: #ff4d00;
    list-style: outside none square;
}


/*

.tabs-content2 ol.list3 li { list-style: outside none square; }  */

.acc-container ol li,
.acc-container ul li {
    list-style-position: outside;
}

ul.circle {
    list-style-type: circle;
}

ul.square {
    list-style-type: square;
}

ol.upper-roman {
    list-style-type: upper-roman;
}

ol.lower-roman {
    list-style-type: lower-roman;
}

ol.lower-alpha {
    list-style-type: lower-alpha;
}

ol.upper-alpha {
    list-style-type: upper-alpha;
}

html {
    overflow-x: hidden
}

@media only screen and (max-width:767px) {
    .footer_bottom .one_third {
        color: #fff;
        padding: 0px !important;
    }
}

@media only screen and (min-width:768px) and (max-width:1169px) {
    .footer_bottom .one_third {
        color: #fff;
        font-size: 11px !important;
        padding-left: 10px !important;
        padding-right: 0px !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .footer_bottom .one_fifth {
        color: #fff;
        font-size: 12px !important;
        margin-left: -43px !important;
        padding-top: 0 !important;
    }
    .right_links li.link {
        float: left !important;
        font-size: 11px !important;
        margin-right: 7px !important;
        margin-top: 1px !important;
    }
    .right_links li {
        float: left;
        padding: 0;
        font-size: 11px !important;
    }
    .right_links ul {
        float: none !important;
    }
}

.recent_posts_list li {
    margin: 0 0 0px !important;
}

.links span a {
    color: cornflowerblue !important;
}


/* New CSS */

.one_eight {
    width: 59.35%;
}

.list1 .fa {
    font-size: 17px;
    margin: 0 23px 0 0;
    padding: 0 0 4px;
    width: 20px;
    /*color:#ff4d00;*/
}

.feature_section18 .list1 li a {
    color: rgba(0, 0, 0, 0.50);
}

.feature_section18 .list1 li a:hover {
    color: #FF4D00;
}

.feature_section18 h5 {
    color: #ff4d00;
}

.callback h5,
.special_offers h5 {
    text-align: center !important;
}

.feature_section18 .list1 li {
    border-bottom: 1px solid #e9e6e9;
    padding: 5px 0;
}

.feature_section18 .framed-box-wrap {
    background: none;
    text-align: left;
    margin-bottom: 40px;
}

.feature_section18 .one_two .framed-box-wrap {
    border: 1px solid rgba(0, 0, 0, 0.18);
    padding: 10px;
}

.feature_section18 .framed-box-wrap img {
    padding-bottom: 20px;
}

.tc {
    background: #eee none repeat scroll 0 0;
    color: #ff4d00;
    margin-top: 7px;
    padding: 2px;
    text-align: center;
}

.cbp-l-grid-projects-desc {
    font-size: 13px;
}

.list1 input[type="radio"],
.list1 input[type="checkbox"] {
    line-height: normal;
    margin: 0 8px 0 0;
    vertical-align: middle;
}

.side-login .sub_offers {
    padding: 14px 14px 14px 30px;
    box-shadow: 0 0 20px 2px #ddd inset, 5px 5px 5px 1px #dddddd;
    border-radius: 4px;
}

.read_m {
    margin-left: 20px;
    text-transform: uppercase;
}

.feature_section18 h5 {
    font-weight: 600;
    text-align: left;
}

.callback .form-group {
    width: 100%;
    margin-bottom: 30px;
}

.callback {
    background: #ec890a none repeat scroll 0 0;
    padding: 10px 25px 13px;
}

.callback .btn-default {
    background: #e86107;
    padding: 6px 30px;
    font-size: 14px;
}

.text-white {
    color: #fff !important;
}

a.but_download:hover {
    cursor: pointer;
}

.net_bank {
    margin: 50px !important;
}

#interest {
    background: url("../images/logos/homeloan.png") no-repeat scroll 0 0;
    /*background: rgba(0, 0, 0, 0) url("../../images/colors/orange/logo.png") no-repeat scroll 0 0;*/
}

#trueHeader #interest {
    display: block;
    float: left;
    margin-top: 9px;
    min-height: 65px;
    position: relative;
    text-indent: -999em;
    width: 100%;
    left: 160px;
}

#ins-contact.form-inline .form-group {
    display: inline-grid;
    margin-bottom: 25px;
    margin-right: 14px;
}

.news-item span a {
    display: inline-block;
}

.more_products {
    margin: 90px 0;
}

.roll {
    /*border:1px solid #fcd5a1;*/
    border-top-left-radius: 2em;
    border-bottom-right-radius: 2em;
    margin: 24px 15px 8px 5px;
}

.roll.yl {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
}

.roll.or {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fff;
}

.roll p {
    text-transform: uppercase;
    color: #000;
    font: 12px/16px "Helvetica", sans-serif;
}

.roll img {
    margin: 0px;
    width: 45px;
    height: 45px;
}

.bg_orange {
    background: #ff4d00;
}

.products {
    margin-right: 0px;
    max-height: 280px;
}

.more_products h4 {
    color: #fff;
    font-size: 17px;
}

.bg-none {
    background: none !important;
}

.net_bank {
    margin: 80px !important;
}

.roll:hover {
    transform: scale(1.1);
}

.container:nth-child(3) {
    margin-right: 2%;
}

.one_two {
    width: 18.8%;
    float: left;
    margin-right: 1%;
    position: relative;
}

/*
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}   */

.right-bullets li::before {
    content: 'âœ“';
    font-size: 17px;
    font-weight: 700;
    padding-right: 8px;
}

.v_more {
    text-align: right;
    padding-right: 20px;
}

.sky-form.b0 {
    border: none;
}

.sky-form.b0 button {
    background: #ff4d00;
    border:none;
}

.sky-form.b0 button:hover {
    background: red;
    color: #fff;
    transition: all ease-in-out 0.4s;
}

.b-right::before {
    border-right: 1px solid #ddd;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0px;
}

.b-left::before {
    border-left: 1px solid #ddd;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    right: 10px;
}


.ins-contact.b-right::before {
    border-right: 1px solid #ddd;
    content: '';
    height: 260px;
    height: 260px;
    width: 20px;
    position: absolute;
    right: -30px;
}

.pop-hover {
    color: #ff4d00;
    font-weight: 600;
}

.enquire-section p a,
p.v_more a {
    background-color: #ff4d00;
    color: #fff !important;
    border-radius: 3px;
    padding: 8px;
}

.enquire-section.m-top {
    margin-top:115px;
}

#ins-contact label {
    font-weight: lighter;
    color: #555;
}

#ins-contact .form-group,
#sel1 {
    margin-bottom: 15px;
}

#ins-contact.form-inline .form-control {
    display: inline-block;
    border-radius: 0;
}

.text-bottom {
    background: #EC890A;
    padding: 5px;
}

.scroller-div {
    padding: 15px;
    background: #d90000;
    color: #fff;
    font-weight: 700;
    margin: 50px auto 20px;
}

#word {
    text-transform: uppercase;
}

.w {
    color:#fff;
}

.errorPageCont h3{
    color:#d90000;
}

/* Accordians */

#accordion .panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    position: relative;
}

#accordion .panel-heading {
    padding: 5px 15px;
    border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

#accordion .panel-heading .fa {
    position: absolute;
    right: 10px;
    top: 13px;
}

#accordion .panel-body {
    padding: 15px;
    border: 1px solid #ddd;
    border-top-color: rgb(221, 221, 221);
    margin-bottom: 10px;
    border-top-color: transparent;
}

#accordion .panel-title {
    margin-bottom: 0;
    font-size: 15px;
}

#accordion {
    width: auto;
}


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content */

.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    /*border: 1px solid #888;*/
    width: 31%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}


/* Add Animation */

@-webkit-keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}


/* The Close Button */

.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 16px 16px;
    background-color: #ff4d00;
    color: white;
}

.modal-header h6.title {
    color: white;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.modal-body {
    padding: 10px 16px;
}

.modal-footer {
    padding: 16px 16px;
    background-color: #5cb85c;
    color: white;
}

.framed-box-wrap h5 {
    margin-bottom: 10px;
}

.framed-box-wrap p {
    padding-bottom: 5px;
    font-size: 13px;
}

    @-webkit-keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes breathing {
    0% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    25% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    60% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
        transform: scale(0.9);
    }
}
    #clickMe {
        -webkit-animation: breathing 2s ease-out infinite normal;
        animation: breathing 2s ease-out infinite normal;
        -webkit-font-smoothing: antialiased;
        background: #FF8C00;
        font-weight: 700;
        font-size: 14px;
        font-smothing: antialiased;
        color: #fff;
        padding: 8px 20px;
        position: absolute;
        right: 0px;
        bottom: 33px;
    }

@media(max-device-width: 991px) {
    .more_products {
        margin: 20px 0;
    }
    .net_bank {
        margin: 45px !important;
    }
    .ms-slide.slide-2 .btn-group.inline.right {
        bottom: 12px;
        right: -104px;
    }
    a#click.but_download {
        padding: 4px 10px 10px 4px;
    }
    .ms-slide.slide-2 .btn-group.inline.bottom {
        bottom: -2px;
        left: 36px;
        height: 36px;
    }
    .form-vertical .modal-content {
        width:60%;
    }
}

@media only screen and (max-width: 1023px) {
    body .ms-slide.slide-2 .btn-group.inline.bottom {
        bottom: -13px;
    }
    body .btn-group.inline .btn {
        width: auto;
    }
    .btn-group.inline.bottom img {
        width: 70px;
    }
    body a#click.but_download {
        padding: 1px 3px 2px 1px;
    }
    body .ms-slide.slide-2 .btn-group.inline.right {
        bottom: 3px;
        right: -78px;
    }
    body .form-control,
    body #sel1 {
        width: 240px;
    }
    body .form-vertical .modal-content {
        width: 90%;
    }
    .wrapper_boxed {
    /*width: 1240px;*/
    width: 100%;
    margin: auto auto auto auto;
}

.site_wrapper {
    /*width: 1240px;*/
    width: 100%;
    float: left;
    margin: 0px auto auto auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.container {
   /* width: 1170px;*/
   width: 100%;
    margin: auto auto auto auto;
}

.logo {
    float: left;
    width: 100%;
}
}