/* Minification failed. Returning unminified contents.
(705,13): run-time error CSS1031: Expected selector, found '@charset'
(705,13): run-time error CSS1025: Expected comma or open brace, found '@charset'
(746,80): run-time error CSS1036: Expected expression, found ';'
 */
/*html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    border-top: solid 10px #000;
    color: #333;
    font-size: .85em;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }*/

/*header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}*/

/*h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }*/


/* main layout
----------------------------------------------------------*/
/*.content-wrapper {
    margin: 0 auto;
    max-width: 960px;
}
*/
/*#body {
    background-color: #efeeef;
    clear: both;
    padding-bottom: 35px;
}*/

    /*.main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-left: 10px;
        padding-top: 30px;
    }

    .featured + .main-content {
        background: url("../Images/heroAccent.png") no-repeat;
    }*/

/*header .content-wrapper {
    padding-top: 20px; 
}

footer {
    clear: both;
    background-color: #e2e2e2;
    font-size: .8em;
    height: 100px;
}*/


/* site title
----------------------------------------------------------*/
/*.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}*/


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }


/* menu
----------------------------------------------------------*/
/*ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

        ul#menu li a:hover {
            color: #333;
            text-decoration: none;
        }*/


/* page elements
----------------------------------------------------------*/
/* featured */
/*.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #7ac0da;
        background-image: -ms-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(left, #7ac0da 0%, #a4d4e6 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }*/

/* page titles */
/*hgroup.title {
    margin-bottom: 10px;
}

hgroup.title h1, hgroup.title h2 {
    display: inline;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
}*/

/* features */
/*section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}*/

/* ordered list */
/*
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }*/

/* content */
/*article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}*/

/* login page */
#loginForm {
    /*border-right: solid 2px #c8c8c8;*/
    float: left;
    width: 25%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

    /*
#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}*/

/* contact */
/*.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}*/

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin-right: 8px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
   
----------------------------------------------------------*/
/*table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}*/


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*/
    header .float-left,
    header .float-right {
        float: none;
    }

    /* logo */
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    

    /* forms */
    input {
        width: 90%;
    }

    /* login page */
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}

body_pattern@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; text-align:justify}
.body_pattern { background: url(/images/main_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; border-bottom:1px solid #eeeeee; }
.bg_mar { clear:both; margin:0 -35px; padding:25px 0; border-bottom:1px solid #ededed;}
.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;}
.pad_inside { padding:20px 0;}
h1, h2, h3, h4 { line-height: 120%; }
a { color:#e05d1f;}
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:12px; color:#555; padding:15px 0 30px 0; display:block; text-transform:uppercase; font-weight:normal; }
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%; }
iframe { border: 0; margin:0px; padding:0px; outline: none; }
/* responsive image */
img { max-width: 100%; height: auto; }


@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; height: 100%; width: 100%; }
a.pic:hover img.h { background:url(/images/img_z.png) center no-repeat; visibility:visible; }
/* main_page */
.main_resize { width:980px; margin:0 auto; padding:0; max-width: 98%; overflow:; }
.main_resize_bg { border:1px solid #e3e4e4; background:#fff; padding:25px 30px;}
/* header */
.header_text { float:left; width:auto; font-size:11px; color:#ababab; padding:17px 0; margin:0; }
.header_text a { color:#ababab; padding:0 5px;}
/* logo */
.logo { float:left; padding:6px 0 0 0; margin:0; }
.logo a { font-size:30px; color:#565656; text-transform:uppercase; }
.logo p { font-size:30px; color:#565656; text-transform:uppercase; }
/* top_text */
.top_text { margin:0 -35px; padding:0 50px 30px 50px; border-bottom:1px solid #ededed; line-height:1.2em; font-weight:normal; text-align:center; font-size:14px; text-transform:uppercase; color:#4e4d4d; }
.top_text small { font-size:12px; color:#939292; text-transform:none; }
/* slider_box */
.slider_box { margin:0 auto; padding:0 0 20px 0; }
.slider_box img { padding:0; }
/* center_small_box */
.small_box { width:23%; margin:0 2% 0 0; float:left;}
.center_small_box { margin:0 2% 0 0; float:left; padding:0; }
.center_small_box { padding:0 0 2px 0; background:#fcfcfc;}
.center_small_box:hover { border-bottom:2px solid #64a1d9; padding:0;}
.center_small_box h3 { color:#515050; padding:10px 20px; font-size:14px; text-align:left; line-height:1em; margin:0;}
.center_small_box p { padding:5px 20px; color:#b7b7b7; font-size:11px; }
.small_box h2 { background:#f4f4f4; padding:0; margin:0; font-weight:bold; }
.small_box h2 img { float:left; }
.small_box h2 span { float:left; margin:15px 0 0 15px; white-space:nowrap; overflow:hidden; }

/* Portfolio pages */
.port3 { width:31%; float:left; margin:0 2% 0 0;}
.port2 { width:48%; float:left; margin:0 2% 0 0;}
.center_small_box.port1 { width:99%; margin:25px 0;}
/* BLOG PAGES */
/* left_side */
.left_side_big {  width:25%; float:left; margin:0 7px 15px 0;}
.left_side_big.r {  float:right; margin:0 0 15px 0;}
.left_side_big.last { width:25%; 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:70%; 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:30%; float:left; margin:15px 20px 15px 0; padding:0; }
.content_blog .some_blog { margin:0 0 20px 0; background:url(/images/div_serv_bg.png);}
.content_blog .some_blog h3 { padding:0; margin:0;}
.content_blog .some_blog h3:hover { color:#499bd6;}
.content_blog .some_blog img { float:left; margin:0 20px 0 0;}
.content_blog .some_blog p { margin:0 10px 0 0; padding:0; color:#a9a9a9; font-size:11px;}
/* slider2_post */
.slider2_post { border-bottom:1px solid #ededed; margin:0 0 20px 0;}
.slider2_post h2 { font-size:14px; font-weight:bold; padding:0; margin:0; color:#555;}
.slider2_post h2 small { font-size:10px; text-transform:uppercase; color:#b6b6b6;}
.slider2_post p { color:#a1a0a0; font-size:11px; line-height:1.5em; padding:5px 0;}
.slider2_post img { margin:0 10px 20px 0;}
.slider2_post .data_blog { color:#808080; font-size:11px; font-weight:bold; background:#efefef; text-align: center; padding:10px; float:left; margin:0 10px 30px 0;}
.slider2_post .data_blog:hover { color:#fff; background:#629fd8;}
/* img */
img.banner { border:1px solid #eaeaea; padding:15px 21px; 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: url(/images/prefooter_bg.png); padding:15px 0; border-top:3px solid #629fd8; margin:0 auto; }
.prefooter h4 { padding:0; margin:0; color:#fff; font-size:30px; font-weight:normal; text-transform:uppercase;}
.prefooter h2 { font-size:12px; color:#fff; text-transform:uppercase; padding:15px 0; margin:0; }
.prefooter p { color:#858585; font-size:12px; line-height:1.5em; padding:5px 0; }
.prefooter a { color:#629fd8; font-style:italic; }
.pref_blog { color:#A1A0A0; width:22%; float:left; margin:5px 22px 5px 0; padding: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; }
/* Flickr */
.Flickr { color:#A1A0A0; float:left; width:20%; margin: 5px 20px 5px 0; }
.Flickr img { padding:3px; background:#484848; float:left; margin:5px 4px 5px 0; }
.Flickr img.last { margin:5px 0; }
.Flickr img:hover { padding:2px; border:1px solid #e05d1f; }
/* footer */
.footer { color:#545454; font-size:11px; font-weight:bold; text-align:center; background:url(/images/footer_bg.png); padding:25px 0; }
.footer a { color:#545454; text-decoration:underline; }
/* 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/serv_img_1.png) center no-repeat; }
img.h2_hover2 { background:url(/images/serv_img_2.png) center no-repeat; }
img.h2_hover3 { background:url(/images/serv_img_3.png) center no-repeat; }
img.h2_hover4 { background:url(/images/serv_img_4.png) center no-repeat; }
img.h2_hover1:hover { background: url(/images/serv_img_1_h.png) no-repeat; }
img.h2_hover2:hover { background:url(/images/serv_img_2_h.png) no-repeat; }
img.h2_hover3:hover { background:url(/images/serv_img_3_h.png) no-repeat; }
img.h2_hover4:hover { background:url(/images/serv_img_4_h.png) no-repeat; }
/* RSS */
.RSS { width:auto; margin:0; padding:17px 0; float:right;}
.RSS img { display: inline-table; float:left; margin:0 3px;}
img.rss1 { background:url(/images/f_1.png) no-repeat;}
img.rss2 { background:url(/images/f_2.png) no-repeat;}
img.rss3 { background:url(/images/f_3.png) no-repeat;}
img.rss4 { background:url(/images/f_4.png) no-repeat;}
img.rss5 { background:url(/images/f_5.png) no-repeat;}
img.rss1:hover { background:url(/images/f_1_1.png) no-repeat;}
img.rss2:hover { background:url(/images/f_2_1.png) no-repeat;}
img.rss3:hover { background:url(/images/f_3_1.png) no-repeat;}
img.rss4:hover { background:url(/images/f_4_1.png) no-repeat;}
img.rss5:hover { background:url(/images/f_5_1.png) no-repeat;}
 /* GALLERY START */
 /*4cols_gallery*/
.col44 { width:200px; float:left; padding:0; margin-right:10px; position:relative; top:0px; margin-top:50px; padding-bottom:40px; }
.col44 h3 { position:relative; bottom:0px; margin-bottom:0px; }
.col44 a img { margin-top:0px; }
.col44.last { float:right; margin:0; margin-right:0px; }
.col44.invisible-box { display: none; opacity: 0; z-index: 1; }
/* gallery-categ */
.gallery-categ { margin:0; padding:0; }
.gallery-categ li { padding:0; float:left; border-right:1px solid #CCC; }
.gallery-categ li:last-child { border-right:0; }
.gallery-categ li a { font-weight:bold; display:block; padding:5px 10px; }
.gallery-categ li.active a { text-decoration:underline; }
.img_hover_box.pic a { display: block; position: relative; margin-bottom:15px; }
.img_hover_box.pic a img { margin:0; }
.img_hover_box.pic a img.h { position: absolute; top: 0; left: 0; visibility:hidden; background:none; border:none; height: 100%; width: 100%; }
.img_hover_box.pic a:hover img.h { visibility:visible; }
/*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:0px; 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; }
.widfull .oneThird { width: 95%; }

/*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_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;}
.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;}
.dc_pricingtable05 ul li h3 { font-size:28px !important; line-height:250% !important;}

#slider-wrapper object { width: 100%; }

@media only screen and (max-width: 767px) {
	#slider-wrapper object { height: 250px; }
}

@media only screen and (max-width: 479px) {
	.gap1 iframe { height: 150px; }
}
#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%; }




#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
}


/* ###################################### */
/* ################ EYAL #################*/
a.dc_toggle_link {font-size: 14px !important;}
/* ############### /EYAL #################*/

