@charset "utf-8";
* {
    border: 0;
    margin: 0 auto;
    padding: 0;
    outline: none;
}

ol,
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    font: normal 12px/150% "Liberation sans", Arial, Helvetica, sans-serif;
    background: url(../images/bg.jpg);
    background-size: cover;
}

.body_pattern {
    /*    background: url(../images/bg.png);*/
}

.clr {
    clear: both;
    padding: 0;
    margin: 0;
    width: auto;
    font-size: 0px;
    line-height: 0px;
}

.bg {
    clear: both;
    padding: 0;
    margin: 20px 0 40px 0;
    width: auto;
}

.sm_bg_bottom {
    clear: both;
    background: url(../images/shadow.png) center bottom no-repeat;
    height: 13px;
    width: 100%;
    margin: -2px -2px -15px -2px;
}

.block_margin {
    clear: both;
    margin: 20px 0 60px 0;
}

.fl {
    float: left;
}

.fl-img {
    float: left;
    padding: 20px;
}

.fr {
    float: right;
}

.fl_t {
    text-align: left;
}

h1,
h2,
h3,
h4 {
    line-height: 120%;
}

a {
    color: #69c8c2;
}

p {
    padding: 5px 0;
}

h1 {
    color: #555;
    font-size: 24px;
    font-weight: bold;
    padding: 20px 0;
    text-align: left;
}

h1 small {
    color: #939292;
    font-weight: normal;
}

h2 {
    font-size: 20px;
    color: #555;
    padding: 15px 0 30px 0;
    display: block;
}

h2.bach span {
    padding: 0 20px 0 0;
    float: left;
    margin: 0;
}

h2 small {
    color: #939292;
    font-weight: normal;
}

h3 small {
    color: #939292;
    font-weight: normal;
}

figure {
    margin: 0;
}

.maps_view {
    width: 99%;
    height: 300px;
    float: left;
    position: relative;
    max-height: 100%;
    max-width: 100%;
}


/* responsive image */

img {}

@media \0screen {
    img {
        width: auto;
        /* for ie 8 */
    }
}


/* IMG  */

a.pic {
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}

img.margin_right {
    margin: 0 20px 0 0;
}

a.pic img.h {
    position: absolute;
    padding: 0;
    top: -1px;
    bottom: 0;
    left: 0px;
    visibility: hidden;
}

a.pic:hover img.h {
    background: url(../images/img_z.png) center no-repeat;
    visibility: visible;
}


/* main_page */

.main_resize {
    width: 1020px;
    margin: 0 auto;
    padding: 0;
    max-width: 90%;
}


/* main_resize_bg */

.main_resize_bg {
    background: #fff;
    border-bottom: 2px solid #2e2e2e;
    padding: 20px 35px;
    background: url(../images/bg.png);
    color: #a1a0a0;
}


/* header */

.header_res {
    /*    background: #fff url(../images/header_bg.png) top repeat-x;*/
    padding: 0 35px;
    margin: 0 auto;
    border-bottom: 1px solid #20756f;
    text-align: center;
    background-color: #14122b;
}

.header_text {
    float: right;
    padding: 5px 0;
    font-size: 11px;
    color: #9a9a9a;
    font-weight: bold;
}


/* logo */

.logo h1 {
    margin: 0 auto;
    display: inline-block;
    color: #69c8c2;
}

.logo a {
    font-size: 30px;
    color: #3c3b3b;
    font-weight: normal;
    text-transform: uppercase;
}

.logo a span {
    color: #3c3b3b;
}

.main-logo {
    display: block;
    max-width: 250px;
}

.main-logo img {
    width: 100%;
}

/* top_text */

.top_text {
    margin: 0 auto;
    padding: 20px 0;
    line-height: 1.2em;
    font-weight: normal;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

.top_text a {
    color: #69c8c2;
}

.top_text small {
    font-size: 14px;
    color: #a1a0a0;
}


/* content_text */

.content_text {
    background-color: #271754;
    color: #444;
    font-size: 18px;
    padding: 35px;
    margin: 20px 0 20px -35px;
    width: 99.5%;
}

.content_text small {
    font-size: 14px;
    color: #a1a0a0;
}

.content_text img {
    height: 67px;
    float: right;
    margin: 0;
    padding: 0;
}

.content_text img.started {
    margin: 0;
    padding: 0;
    background: url(../images/support_btn.png) no-repeat bottom;
}

.content_text img.started:hover {
    margin: 0;
    padding: 0;
    background: url(../images/support_btn_hv.png) no-repeat bottom;
}


/* slider_box */

.slider_box {
    margin: 0 auto;
    padding: 40px 0 40px 0;
    max-width: 980px;
}

.slider_box img {}


/* center_small_box */

.small_box {
    width: 23%;
    margin: 0 2% 0 0;
    padding: 0;
    float: left;
    text-align: left;
}

.small_box:hover {
    color: #db3131;
}

.center_small_box {
    width: 33%;
}

.center_small_box_stretched {
    padding: 0;
    width: 100%;
    margin-bottom: 10px;
}

.small_box h3 {
    font-weight: normal;
    padding: 10px 0 0 0;
}

.small_box h2 {
    padding: 2% 0;
    margin: 0;
    font-weight: bold;
}

.small_box h2 img {
    padding: 2% 0;
}

.small_box h2 span {
    margin: 5px;
    white-space: nowrap;
    overflow: hidden;
}

.center_small_box p {
    padding: 8px 10px;
}

.center_small_box h3 {
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px dashed #d2d2d2;
    padding: 0 0 10px 0;
}

.center_small_box h3 img {
    margin: -3px 10px 0 0;
    float: left;
}


/* Portfolio pages */

.port4 {
    width: 23%;
    float: left;
    margin: 0 2% 0 0;
}

.port4:nth-child(4n+1) {
    clear: left;
}

.port3 {
    width: 31%;
    float: left;
    margin: 0 2% 0 0;
}

.port3:nth-child(4n) {
    clear: left;
}

.port2 {
    width: 48%;
    float: left;
    margin: 0 2% 0 0;
}

.port2:nth-child(3n) {
    clear: left;
}

.center_small_box.port1 {
    width: 99%;
    margin: 25px 0;
}


/* BLOG PAGES */


/* left_side */

.left_side_big {
    width: 30%;
    float: left;
    margin: 0 7px 15px 0;
}

.left_side_big.r {
    float: right;
    margin: 0 0 15px 0;
}

.left_side_big.last {
    width: 30%;
    float: right;
    margin: 0 0 15px 0;
}

.left_side {
    float: left;
    margin: 0 7px 15px 0;
    padding: 0;
}

.left_side.last {
    float: right;
    margin: 0 0 15px 0;
}

.left_side.small {
    width: 23%;
}


/* ul li */

.left_side_big ul {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.left_side_big ul li {
    padding: 5px 10px;
    margin: 3px 0;
    background: #eee;
    color: #333;
}

.left_side_big ul li a {
    color: #333;
}

.left_side_big ul li:hover {
    background: #cecece;
}

.right_side_big {
    width: 60%;
    float: right;
    margin: 0 0 15px 0;
}

.right_side_big.l {
    float: left;
}

.right_side {
    padding: 10px 0;
}


/* coment */

.coment1 {
    overflow: hidden;
    margin: 3% 0 0 1%;
    border-top: 1px solid #c8c8c8;
    padding-top: 20px;
}

.coment2 {
    overflow: hidden;
    margin: 3% 0 0 20%;
    border-top: 1px solid #c8c8c8;
    padding-top: 20px;
}


/* content_blog */

.content_blog {
    width: 100%;
    float: left;
    margin: 15px 20px 15px 0;
    padding: 0;
}

.content_blog p {
    padding: 8px 1px;
}

.content_blog h3 {
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px dashed #d2d2d2;
    padding: 0 0 10px 0;
}

.content_blog h3 img {
    margin: 5px 15px 10px 0;
    float: left;
}

.content_blog span {
    font-size: 11px;
    color: #c3c3c3;
}


/* img */

img.banner {
    border: 1px solid #eaeaea;
    padding: 15px 20px;
    background: #fff;
    float: left;
    margin: 0 1px 0 0;
}

img.banner:hover {
    border: solid 1px #eaeaea;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    box-shadow: 1px 1px 5px #999;
}


/* prefooter */

.prefooter {
    background-color: #000000;
    padding: 15px 0;
    margin: 0 auto;
    color: #989898;
}

.prefooter h4 {
    padding: 10px 0 5px 0;
}

.prefooter h4 a {
    color: #3c3b3b;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
}

.prefooter h2 {
    font-size: 14px;
    color: #636363;
    padding: 15px 0;
    margin: 0;
}

.prefooter p {
    color: #a1a0a0;
    font-size: 11px;
    line-height: 1.5em;
    padding: 5px 0;
}

.prefooter a {
    color: #db3131;
    font-style: italic;
}

.prefooter span {
    color: #c1c1c1;
}

.pref_blog {
    text-align: center;
    width: 100%;
    float: left;
    margin: 5px 32px 5px 0;
    padding: 0;
}

.pref_blog.last {
    margin: 5px 0 5px 0;
}

a.fl {
    margin: 10px 10px 40px 0;
    float: left;
    padding: 0;
}


/* img */

img.fgh {
    background: #3d3d3d;
    padding: 4px;
    margin: 0 3px 0 0;
    float: left;
}

img.fgh:hover {
    background: #e05d1f;
}


/* footer */

.footer {
    color: #9d9d9d;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0;
}

.footer a {
    font-style: normal;
    color: #9d9d9d;
    text-decoration: underline;
}

.footer .main_resize {
    padding: 20px 0 0 0;
}


/* slider */

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}


/* img_hover */

img.h2_hover1 {
    background: url(../images/h2_img_1.png) center no-repeat;
}

img.h2_hover2 {
    background: url(../images/h2_img_2.png) center no-repeat;
}

img.h2_hover3 {
    background: url(../images/h2_img_3.png) center no-repeat;
}

img.h2_hover4 {
    background: url(../images/h2_img_4.png) center no-repeat;
}

img.h2_hover1:hover {
    background: url(../images/h2_img_1_h.png) no-repeat;
}

img.h2_hover2:hover {
    background: url(../images/h2_img_2_h.png) no-repeat;
}

img.h2_hover3:hover {
    background: url(../images/h2_img_3_h.png) no-repeat;
}

img.h2_hover4:hover {
    background: url(../images/h2_img_4_h.png) no-repeat;
}


/*btn*/

.btn {
    margin: 12px 0 0;
    padding: 0px 0px 0;
    text-align: center;
}

.btn a {
    font-size: 11px;
    color: #8f8f8f;
    text-transform: uppercase;
    height: 33px;
    padding: 8px 12px;
    background: #f7f7f7;
    border: 1px solid #ebebeb;
    font-weight: bold;
}

.btn a:hover {
    color: #fff;
    background: #ebad00;
    border-color: #9cac50;
}

.btn a span {
    color: #ebad00;
    font-size: 12px;
    font-weight: normal;
}

.pic img {
    padding: 10px;
    background: #ffffff;
    max-width: 100%;
    height: auto;
    /*}

.pic a:hover img {background:#e1e1df;border:1px solid #e1e1df; /**/
}

.pic img.h {
    background: none;
}

.pic.fl {
    margin: 5px 20px 10px 0;
}

.pic.fr {
    margin: 5px 0 20px 10px;
}

.img_hover_box.pic a img.r_plus {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    background: none;
    border: none;
}

.img_hover_box.pic a:hover img.r_plus {
    visibility: visible;
}

.txt {
    margin-top: 50px;
}


/*form Contact_us*/

#contactform {
    margin: 0;
    padding: 5px 0;
    width: 99%;
}

#contactform * {
    color: #8b8b8e;
}

#contactform ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

#contactform li {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    display: block;
    clear: both;
}

#contactform li.buttons {
    margin: 5px 0 5px 0;
    clear: both;
}

#contactform label {
    margin: 0;
    width: 99%;
    padding: 6px 0;
    text-transform: none;
    float: left;
    font-weight: normal;
    color: #8b8b8b;
}

#contactform label .ness {
    color: #656566;
}

#contactform label span {
    color: #8b8b8b;
}

#contactform input.text {
    width: 99%;
    border: 1px solid #d3d3d3;
    margin: 5px 0;
    padding: 5px 2px;
    height: 16px;
    background: #ffffff;
    float: left;
    font-size: 12px;
    color: #8b8b8e;
}

#contactform textarea {
    width: 99%;
    border: 1px solid #d3d3d3;
    margin: 4px 0;
    padding: 5px 2px;
    background: #ffffff;
    float: left;
    font-size: 12px;
    color: #8b8b8e;
}

#contactform li.buttons input {
    padding: 0 0 3px 0;
    margin: 1% 0 0 0;
    border: 0;
    color: #FFF;
    float: left;
}

.dc_tile_portfolio_content h3 {
    text-align: left;
    background: none;
}

.dc_pricingtable03 li h2 {
    font-size: 24px !important;
}

.dc_pricingtable03 li h2,
.dc_pricingtable03 li h1,
.dc_pricingtable03 li h1 span,
.dc_pricingtable03 li h3 {
    color: #fff !important;
    background: none !important;
}

.dc_pricingtable03 li h2.caption {
    color: #999 !important;
    font-size: 28px !important;
}

.dc_pricingtable06 ul li h3 {
    font-size: 28px !important;
    color: #fff !important;
    line-height: 180% !important;
    background: none !important;
}

.dc_pricingtable05 ul li h3 {
    font-size: 28px !important;
    line-height: 250% !important;
    background: none !important;
}

#slider-wrapper object {
    width: 100%;
}

iframe.wid5 {
    height: 400px;
    width: 100%;
}

iframe.wid6 {
    height: 550px;
    width: 100%;
}

iframe.wid7 {
    height: 400px;
    width: 100%;
}

iframe.wid8 {
    height: 500px;
    width: 100%;
}

.one_half_pad img,
.two_third_pad img,
.one_fourth_pad img,
.one_half_pad img,
.one_third_pad img {
    max-width: 100%;
    height: auto;
}

#mailform-subscribe {
    color: #fff;
    padding: 20px 15px;
    text-shadow: 1px 1px #111;
}

#mailform-subscribe input {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 6px 10px;
    border-radius: 6px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #cccccc;
}

#mailform-subscribe input.email {
    background: #fff url(../images/mailform-subscribe.png) no-repeat 10px center;
    padding-left: 32px
}

#mailform-subscribe input[type="submit"] {
    margin: 3px;
    background-color: #999;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: #ffffff!important;
    text-shadow: 1px 1px #666;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 6px;
    position: relative;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
}

#mailform-subscribe input[type="submit"]:hover {
    background-color: #AAA;
    color: #fff;
}

#mailform-subscribe input[type="submit"]:active {
    top: 1px
}

#live_support_btn {
    display: block;
    text-align: center;
    width: 100%;
}

#live_support_btn img {
    float: none;
}
