﻿.header {
    height: 30px;
    background: #16cbe6;
}

h2.portfolio {
    font-family: trebuchet ms;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 8px;
    text-transform: uppercase;
}

h1.portfolio {
    color: #272423;
    font-family: trebuchet ms;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 10px 0 20px;
    text-shadow: 1px 2px 0 #F9F9F7, 3px 6px 0 #E7E6E2;
    text-transform: uppercase;
}

p, td, div {
    font-size: 16px;
    line-height: 18px;
}

blockquote {
    color: #999999;
    font-family: Tahoma;
    font-size: 14px;
    font-style: normal;
    line-height: 24px;
    margin: 0 0 20px;
    padding: 0 0 0 50px;
}

    blockquote.grey {
        background: url("../images/blockquote.png") no-repeat scroll 0 0 transparent;
    }

    blockquote img {
        border: 5px solid;
        float: left;
        margin: 7px 15px 0 0;
        width: 120px;
    }

        blockquote img:hover {
            border-color: #DDDDDD;
            transition: all 0.4s ease-in-out 0s;
        }

    blockquote.green {
    }

    blockquote.pink {
    }

    blockquote.black {
    }

#main {
    border-top: 5px solid #444444;
    font-family: GoudySerial;
    margin: 0;
    padding: 0;
}

.main-area-top {
    background: url("../images/head-top-shadow.png") no-repeat scroll center 80pt transparent;
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 25px;
    padding: 10px 0;
}

.main-area-slide {
    padding: 10px 0 50px;
}

.main-area-mid {
    background: url("../images/main-bg.png") repeat-x scroll 0 0 #F5F5F5;
    box-shadow: 0 -5px 25px #DDDDDD inset;
    content: "";
    padding: 45px 0 20px;
    position: relative;
}

.main-area-bot {
    background: url("../images/pattern-bg.png") repeat scroll 0 -428pt #FFFFFF;
    border-top: 1px solid #CCCCCC;
    padding: 0;
}

.carousel {
    line-height: 1;
    margin-bottom: 20px;
    position: relative;
}

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .carousel-inner > .item {
        display: none;
        position: relative;
        transition: left 0.6s ease-in-out 0s;
    }

        .carousel-inner > .item > img, .carousel-inner > .item > a > img {
            display: block;
            line-height: 1;
        }

    .carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
        display: block;
    }

    .carousel-inner > .active {
        left: 0;
    }

    .carousel-inner > .next, .carousel-inner > .prev {
        position: absolute;
        top: 0;
        width: 100%;
    }

    .carousel-inner > .next {
        left: 100%;
    }

    .carousel-inner > .prev {
        left: -100%;
    }

        .carousel-inner > .next.left, .carousel-inner > .prev.right {
            left: 0;
        }

    .carousel-inner > .active.left {
        left: -100%;
    }

    .carousel-inner > .active.right {
        left: 100%;
    }

.carousel-control {
    background: none repeat scroll 0 0 #222222;
    border-radius: 23px 23px 23px 23px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 100;
    height: 12px;
    left: 45%;
    line-height: 10px;
    margin-top: -30px;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    top: auto;
    width: 13px;
}

    .carousel-control.right {
        left: auto;
        right: 45%;
    }

    .carousel-control:hover, .carousel-control:focus {
        color: #FFFFFF;
        opacity: 0.9;
        text-decoration: none;
    }

.carousel-indicators {
    list-style: none outside none;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 5;
}

    .carousel-indicators li {
        background-color: rgba(255, 255, 255, 0.25);
        border-radius: 5px 5px 5px 5px;
        display: block;
        float: left;
        height: 10px;
        margin-left: 5px;
        text-indent: -999px;
        width: 10px;
    }

    .carousel-indicators .active {
        background-color: #FFFFFF;
    }

.carousel-caption {
    bottom: 75px;
    padding: 15px;
    position: absolute;
    right: 0;
    width: 500px;
}

    .carousel-caption h4, .carousel-caption p {
        color: #828F90;
        line-height: 25px;
    }

    .carousel-caption h4 {
        margin: 0 0 5px;
    }

    .carousel-caption p {
        font-family: GoudySerial;
        margin-bottom: 0;
    }

.hero-unit {
    background-color: #EEEEEE;
    border-radius: 6px 6px 6px 6px;
    color: inherit;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 60px;
}

    .hero-unit h1 {
        color: inherit;
        font-size: 60px;
        letter-spacing: -1px;
        line-height: 1;
        margin-bottom: 0;
    }

    .hero-unit li {
        line-height: 30px;
    }

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.affix {
    position: fixed;
}

span.payoff {
    border-left: 1px solid;
    font-size: 12px;
    font-weight: normal;
    margin-left: 16px;
    padding: 0 14px;
    position: relative;
    text-transform: uppercase;
    top: 0;
}

.masthead {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.muted {
    color: #999999;
    float: none;
    margin: 0 auto;
    position: relative;
    top: 4px;
}

a.muted:hover, a.muted:focus {
    color: #808080;
}

span.main-bg {
    background: url("../images/head-bot-shadow.png") no-repeat scroll center center transparent;
    float: none;
    height: 21px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.lead {
    color: #555555;
    font-family: goudyserial;
    font-size: 20px;
    font-style: normal;
    font-weight: 200;
    line-height: 25px;
    margin-bottom: 0;
    margin-top: 5px;
}

.blue {
    color: #1390c0;
    font-weight: bold;
}

.orange {
    color: #FD8742;
    font-weight: bold;
}

.green {
    color: #1390c0;
    font-weight: bold;
}

.pink {
    color: #1390c0;
    font-weight: bold;
}

.welcome {
    margin: 40px 0 0;
    padding: 0;
}

.jumbotron {
    text-align: center;
}

    .jumbotron h1 {
        color: #000000;
        font-family: trebuchet ms;
        font-size: 3em;
        font-weight: bold;
        letter-spacing: 3px;
        margin: 10px 0 20px;
        text-shadow: 1px 2px 0 #F9F9F7, 3px 6px 0 #E7E6E2;
        text-transform: uppercase;
    }

.slidenav {
    float: left;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}

.cutted {
    font-family: trebuchet ms;
    font-size: 45px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

    .cutted span {
        background: none repeat scroll 0 0 #FBFAF9;
        font-size: 35px;
        padding: 0;
        text-shadow: 1px 2px 0 #F9F9F7, 3px 6px 0 #E7E6E2;
    }

ul.services-wrap {
    padding: 20px 0 0;
}

h3.project-title {
    color: #FFFFFF;
    font-family: georgia;
    font-size: 20px;
    font-weight: normal;
    padding: 35px 0 0;
}

.portfolio-btn {
    background: url("../images/buttons/big-button.png") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
    display: block;
    float: none;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 25px;
    font-style: italic;
    height: 83px;
    line-height: 55px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    top: -35px;
    width: 276px;
}

    .portfolio-btn:hover {
        color: #FFFFFF;
        opacity: 0.9;
        text-decoration: none;
    }

#nav-container {
    float: left;
    height: 54px;
    margin-left: auto;
    padding: 0;
    position: relative;
    top: 5px;
    width: 100%;
    z-index: 200;
}

    #nav-container select {
        display: none;
    }

#nav {
    float: left;
    height: 100%;
    list-style: none outside none;
    margin: 0;
}

    #nav > ul {
        display: block !important;
        float: left;
        left: 5px;
        margin: 0;
        padding: 0;
        position: relative;
    }

    #nav li {
        cursor: pointer;
        float: left;
        list-style: none outside none;
        padding: 0;
        position: relative;
    }

        #nav li.active, #nav li:hover {
            font-style: italic;
            font-weight: bold;
        }

            #nav li.active a {
                color: #0D96CD !important;
                font-weight: bold;
            }

        #nav li a {
            border-right: 1px dashed #CCCCCC;
            color: #272423;
            display: block;
            float: left;
            font: bold 16px/25px 'Trebuchet MS';
            margin-top: 8px;
            padding: 5px;
            text-align: center;
            text-transform: uppercase;
            transition: all 0.4s ease-in-out 0s;
            width: 140px;
        }

.nav > li > a {
    border-right: 0 none;
}

.nav > li:hover > a {
    border-right: 0 none;
}

#nav li:last-child {
    padding-right: 0;
}

    #nav li:last-child a {
        border-right: medium none;
    }

#nav li:hover a, #nav li a.active, #nav li:hover .icon-nav {
    color: #0D96CD;
    text-decoration: none;
}

#nav li ul {
    display: none;
    left: 0;
    margin: 0;
    padding-top: 15px;
    position: absolute;
    top: 100%;
    z-index: 100;
}

    #nav li ul li {
        background: none repeat scroll 0 0 #FFFFFF;
        border-left: 1px solid #D5DCDE;
        border-right: 1px solid #D5DCDE;
        border-top: 1px solid #D5DCDE;
        padding: 12px 20px !important;
    }

        #nav li ul li:last-child {
            border-bottom: 1px solid #D5DCDE;
        }

        #nav li ul li:hover {
            background: none repeat scroll 0 0 #E4E6E7;
        }

        #nav li ul li:last-child:hover {
            border-bottom: 1px solid #D5DCDE;
        }

        #nav li ul li:hover > a {
            color: #333333 !important;
        }

        #nav li ul li, #nav li ul li a {
            float: none;
        }

            #nav li ul li a {
                display: block;
                width: 155px;
            }

            #nav li ul li ul {
                display: none;
            }

            #nav li ul li:hover ul {
                left: 100%;
                padding-left: 5px;
                padding-top: 0 !important;
                top: -1px;
            }

form#demo-b {
    float: right;
    margin: 0;
    padding: 0;
}

.footer {
    padding: 15px 0 0;
}

.lines {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 25px;
}

.box-social {
    clear: both;
    float: left;
    margin: 20pt auto 0;
    padding: 0 0 40px;
    text-align: center;
    width: 100%;
}

    .box-social ul {
        clear: both;
        float: left;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .box-social li {
        display: inline;
        margin: 0 1px 0 0;
    }

        .box-social li a {
            background: none repeat scroll 0 0 #333333;
            display: inline-block;
            height: 20px;
            padding: 7px;
        }

            .box-social li a.fb:hover {
                background: none repeat scroll 0 0 #3D5998;
            }

            .box-social li a.google:hover {
                background: none repeat scroll 0 0 #55B131;
            }

            .box-social li a.rss:hover {
                background: none repeat scroll 0 0 #F79F05;
            }

            .box-social li a.twitter:hover {
                background: none repeat scroll 0 0 #88D8DD;
            }

            .box-social li a.flickr:hover {
                background: none repeat scroll 0 0 #E9295B;
            }

            .box-social li a.picasa:hover {
                background: none repeat scroll 0 0 #0647DB;
            }

            .box-social li a.linkedin:hover {
                background: none repeat scroll 0 0 #1FC0D3;
            }

            .box-social li a.vimeo:hover {
                background: none repeat scroll 0 0 #7CB4BB;
            }

.copy-cont {
    clear: both;
    float: left;
    margin: 36px auto 0;
    padding: 0 0 14px;
    text-align: center;
    width: 100%;
}

.copy {
    clear: both;
    font-family: arial;
    font-size: 14px;
    margin: 0 auto;
    width: 65%;
}

.copy-left {
    color: #666666;
    float: left;
}

.copy-right {
    float: right;
}

    .copy-right ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

    .copy-right li {
        display: inline;
        padding: 0 10px;
    }

        .copy-right li a {
            color: #80B9CF;
        }

            .copy-right li a:hover {
                color: #786D55;
                text-decoration: none;
            }

.box-social a {
    text-decoration: none;
}

.box-social a, .transition {
    transition: all 0.4s ease-in-out 0s;
}

.logo {
    float: left;
    margin: 0 0 20px 58px;
    padding: 0 0 20px;
    text-align: center;
    width: auto;
}

span.logo-l {
    border-right: 1px dashed #DDDDDD;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    margin: 0 20px;
    padding: 30px 30px 30px 0;
}

span.logo-r {
    border-left: 1px dashed #DDDDDD;
    font-family: goudyserial;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    margin: 0 20px;
    padding: 30px 0 30px 30px;
}

.module_cont {
    margin-bottom: 0px !important;
}

    .module_cont:after {
        clear: both;
        content: "";
        display: block;
    }

    .module_cont.margin0 {
        margin-bottom: 0 !important;
    }

    .module_cont.margin10 {
        margin-bottom: 10px !important;
    }

.carousel_wrapper {
    background: none repeat scroll 0 0 #3D3D3D;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: -100%;
    transition: top 400ms ease 0s;
    width: 100%;
}

.carouselslider .item:hover .img_block .carousel_wrapper {
    top: 0;
}

.carousel-wrap .carousel_wrapper {
    display: block;
}

.carouselslider, .team_slider {
    position: relative;
}

    .team_slider .img_block {
        position: relative;
    }

.team_slider {
}

.left-sidebar .carouselslider, .left-sidebar .team_slider, .right-sidebar .carouselslider, .right-sidebar .team_slider {
    position: relative;
}

.carouselslider ul {
    list-style: none outside none;
    margin: 0 0 0 -30px;
    padding: 0;
}

    .carouselslider ul li:before {
        content: "" !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .carouselslider ul li {
        display: inline-block;
        float: left;
        font-family: georgia;
        margin: 0;
        padding: 0 0 0 30px !important;
    }

.team_slider ul li .item, .featured_slider ul li .item {
    background: none repeat scroll 0 0 #ECECEC;
    border-bottom: 6px solid;
    transition: background-color 400ms ease 0s;
}

    .team_slider ul li .item:hover, .featured_slider ul li .item:hover {
        background: none repeat scroll 0 0 #3D3D3D;
        color: #999999;
    }

.left-sidebar .team_slider ul li, .right-sidebar .team_slider ul li {
    display: inline-block;
    float: left;
    margin: 0 !important;
    padding: 0 10px;
}

.team_slider ul li .img_block, .featured_slider ul li .img_block {
    display: block;
}

    .team_slider ul li .img_block img, .featured_slider ul li .img_block img {
        background: none repeat scroll 0 0 #3D3D3D;
        display: block;
        height: auto;
        margin: 0;
        padding: 0;
        width: 100%;
    }

.carouselslider ul li h4 {
    margin-bottom: 3px;
    padding: 15px 20px 0;
    text-align: center;
    transition: color 400ms ease 0s;
}

.teamslider ul li h4 {
    padding-top: 30px;
}

.featured_slider ul li .carousel_title {
    text-align: left !important;
}

.carouselslider ul li .carousel_desc {
    font-size: 13px;
    line-height: 18px;
    padding: 22px 0 0;
}

    .carouselslider ul li .carousel_desc a {
        color: #A9A9A9;
        font-style: italic;
    }

.team_slider ul li .op {
    clear: both;
    color: #AAAAAA;
    display: block;
    font-size: 16px;
    text-align: center;
}

.team_slider ul .item:hover .op {
    color: #FFFFFF;
}

.carouselslider ul li .exc {
    font-family: open_sanscondensed_light;
    font-size: 16px;
    margin-bottom: 3px;
    padding: 0 20px;
    text-align: center;
    transition: color 400ms ease 0s;
}

.carouselslider ul li .smallproflinks {
    padding: 23px 0 25px;
    text-align: center;
}

    .carouselslider ul li .smallproflinks a {
        background-color: #55A677;
        background-position: 0 0;
        background-repeat: no-repeat;
        display: inline-block;
        height: 34px;
        margin: 0 2px 0 1px;
        padding: 0 !important;
        transition: background-color 300ms ease 0s;
        width: 34px;
    }

.carouselslider ul .item:hover .smallproflinks a {
    background-position: center center;
}

.carouselslider ul li .smallproflinks a:hover {
    background-color: #999999 !important;
}

.carouselslider ul li .smallproflinks a.facebook_link {
    background-image: url("../images/icons/facebook.png");
    background-position: center center;
}

.carouselslider ul li .smallproflinks a.twitter_link {
    background-image: url("../images/icons/twitter.png");
    background-position: center center;
}

.carouselslider ul li .smallproflinks a.tumbler_link {
    background-image: url("../images/icons/google.png");
    background-position: center center;
}

.carousel-previous, .carousel-next {
    border: medium none;
    border-radius: 0 0 0 0 !important;
    cursor: pointer;
    display: block;
    height: 21px;
    left: auto !important;
    opacity: 1 !important;
    padding: 0 !important;
    position: absolute !important;
    top: -27px !important;
    transition: background-color 300ms ease 0s;
    width: 21px !important;
}

.carouselslider a {
    transition: color 300ms ease 0s;
}

.carousel-previous {
    background: url("../images/carousel_prev.png") no-repeat scroll 0 0 #3D3D3D;
    right: 23px !important;
}

.carousel-next {
    background: url("../images/carousel_next.png") no-repeat scroll 0 0 #3D3D3D;
    right: 0 !important;
}

.carouselslider .disabled {
    background-color: #3D3D3D !important;
    background-position: left top !important;
    cursor: default !important;
    opacity: 0.8 !important;
}

.carouselslider .carousel-previous:hover, .carouselslider .carousel-next:hover {
    background-position: left bottom;
}

.span12 .items4 li {
    width: 217px;
}

.floatright {
    float: right;
    padding: 0 0 25px;
}

.floatleft {
    float: left;
    padding: 0 0 25px;
}

.about {
    float: left;
    width: 460px;
}

.block {
    width: 470px;
}

.about h5 {
    background: none repeat scroll 0 0 #EEEEEE;
    border-left: 5px solid #55A677;
    cursor: pointer;
    float: left;
    font-family: 'open_sanscondensed_light';
    font-size: 17px;
    font-weight: normal;
    margin: 2px 0;
    padding: 10px 15px;
    transition: all 400ms ease 0s;
    width: 92%;
}

    .about h5:hover {
        background: none repeat scroll 0 0 #333333;
        color: #55A677;
    }

.ui-icon-triangle-1-e {
    background: url("../images/accordion.png") repeat scroll 0 0 transparent;
    float: right;
    height: 7px;
    position: relative;
    top: 7px;
    width: 13px;
}

.ui-icon-triangle-1-s {
    background: url("../images/accordion.png") no-repeat scroll 0 -7px transparent;
    float: right;
    height: 7px;
    position: relative;
    top: 7px;
    width: 13px;
}

.ui-accordion-header:hover .ui-icon {
    background-position: 10pt 0;
}

p.ui-accordion-content {
    float: left;
    font-family: tahoma;
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    position: relative;
    top: 0;
}

.services-box {
    float: left;
    margin-bottom: 25px;
    margin-left: 13px;
    width: 225px;
}

#sidebar {
    float: left;
    width: 290px;
}

#sidebar-r {
    float: right;
    width: 290px;
}

#content {
    border-left: 1px dashed #DCDCD5;
    float: right;
    padding-left: 28px;
    width: 614px;
}

#content-l {
    border-right: 1px dashed #CCCCCC;
    float: left;
    padding-right: 28px;
    width: 619px;
}

ul#sliding-navigation {
    margin: 0;
    padding: 0;
}

    ul#sliding-navigation li {
        list-style: none outside none;
        margin: 0 0 5px;
        padding: 0 0 5px;
    }

        ul#sliding-navigation li a {
            background: url("../images/arrow.png") no-repeat scroll 0 5pt transparent;
            color: #0D96CD;
            display: block;
            font-family: Tahoma;
            font-size: 15px;
            font-weight: normal;
            padding: 0 20px;
            text-shadow: 0 1px 0 #FFFFFF;
            text-transform: none;
            transition: all 40ms ease 0s;
        }

            ul#sliding-navigation li a:hover {
                color: #0F698D;
                text-decoration: none;
            }

img.topimg {
    border: 5px solid #CCCCCC;
    margin: 5px 0 15px;
    transition: all 400ms ease 0s;
}

    img.topimg:hover {
        border: 5px solid #FFFFFF;
    }

ul#sliding-navigation li h3 {
    border-bottom: 1px dotted #CCCCCC;
    color: #555555;
    font-family: open_sanscondensed_light;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 0 15px;
    padding: 0 0 10px;
    text-transform: none;
}

li.sliding-element {
    border: 0 none;
}

#content p, #content-l {
    color: #555555;
    font-family: goudyserial;
    font-size: 19px;
    line-height: 22px;
    margin: 10px 0;
}

p.intro {
    color: #9C8D6C !important;
}

h3.fanpage {
    font-family: monospace;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
}

    h3.fanpage span.orangebg {
        background-color: #FD8742;
        color: #FFFFFF;
        padding: 0 4px;
    }

form.fanpage {
    float: left;
    margin: 10px 0 0;
    width: 100%;
}

    form.fanpage label {
        float: left;
        font-family: 'Lucida Console';
        font-size: 14px;
        font-weight: lighter;
        position: relative;
        top: 7px;
    }

    form.fanpage input.f-url {
        border: 3px solid #DDD8CE;
        border-radius: 0 0 0 0;
        box-shadow: none;
        color: #579AA9;
        float: left;
        font-family: "open sans",arial,sans-serif;
        font-size: 12px;
        font-weight: lighter;
        height: 15px;
        left: 7px;
        padding: 5px;
        position: relative;
        transition: none 0s ease 0s;
        width: 114px;
    }

        form.fanpage input.f-url:focus {
            border: 3px solid #579AA9;
        }

    form.fanpage input.f-button {
        background-color: #579AA9;
        background-image: url("lab.jpg");
        background-position: 10% 50%;
        background-repeat: no-repeat;
        border: 3px solid #4A8390;
        color: #FFFFFF;
        cursor: pointer;
        float: left;
        font-family: "open sans",arial,sans-serif;
        font-size: 10px;
        font-weight: lighter;
        height: 31px;
        left: 11px;
        padding-left: 7px;
        position: relative;
        width: 36px;
    }

.newsbox {
    border-bottom: 1px dashed #DCDCD5;
    float: left;
    margin: 0 0 30px;
    padding: 20px 0 15px;
    width: 100%;
}

p.fanpage {
    color: #9C8D6C;
    float: left;
    font-family: open_sanscondensed_light;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    width: 100%;
}

.jumbotron h2 {
    font-family: trebuchet ms;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 8px;
    text-transform: uppercase;
}

.price {
    background: none repeat scroll 0 0 #FDFCFA;
    border: 1px solid #CCCCCC;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 8px #DDDDDD inset;
    display: block;
    float: left;
    padding: 20px;
    position: relative;
}

.price1 {
    left: 15px;
    width: 171px;
}

.price2 {
    height: auto;
    top: -20px;
    width: 200px;
    z-index: 1;
}

.btcent {
    padding: 0 0 40px;
    position: relative;
    top: 0 !important;
}

.price3 {
    left: -15px;
    width: 171px;
}

.price-cont {
    display: table;
    margin: 0 auto;
    position: relative;
}

.price h2 {
    text-align: center;
}

.price span.price-month {
    background: url("../images/price-bg.png") repeat-x scroll 0 0 transparent;
    color: #999999;
    float: left;
    font-size: 16px;
    font-style: italic;
    font-weight: bold;
    left: -20px;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 108%;
}

.price ul {
    float: left;
    list-style: none outside none;
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.price-button {
    float: left;
    position: relative;
    text-align: center;
    top: -11px;
    width: 100%;
}

.price p {
    float: left;
    font-family: goudyserial;
    line-height: 22px;
    text-align: center;
    width: 100%;
}

.filter_navigation {
    margin-bottom: 30px;
    min-height: 52px;
    overflow: hidden;
    position: relative;
}

    .filter_navigation ul, .filter_navigation ul li ul {
        list-style: none outside none;
        margin: 0;
        padding: 0;
    }

        .filter_navigation ul li {
            padding: 0;
        }

            .filter_navigation ul li ul {
                border-bottom: 6px solid #ECECEC;
                overflow: hidden;
            }

                .filter_navigation ul li:before, .filter_navigation ul li ul li:before {
                    display: none;
                    margin: 0;
                    padding: 0;
                }

                .filter_navigation ul li ul li {
                    display: inline-block;
                    float: left;
                    margin: 0 3px 0 0;
                }

                    .filter_navigation ul li ul li a {
                        background: none repeat scroll 0 0 #F3F3F3;
                        border-top: 6px solid #FFFFFF;
                        color: #ABABAB;
                        display: block;
                        font-size: 16px;
                        line-height: 20px;
                        padding: 10px 18px;
                        transition: all 400ms ease 0s;
                    }

                    .filter_navigation ul li ul li.selected a {
                        background-color: #ECECEC;
                        color: #3D3D3D;
                    }

                        .filter_navigation ul li ul li.selected a:hover {
                            color: #3D3D3D !important;
                        }

.image-grid .element {
    background: none repeat scroll 0 0 transparent;
    display: inline-block;
    margin-bottom: 30px;
    overflow: hidden;
}

.filter_img {
    position: relative;
}

    .filter_img img {
        display: block;
        height: auto;
        width: 100%;
    }

.columns1 .filter_img {
    background: none repeat scroll 0 0 #3D3D3D;
}

.columns1 .element {
    margin-left: 0;
    min-height: 400px;
    width: 100%;
}

.columns1 h4 a {
    color: #3D3D3D;
    font-style: normal !important;
    text-decoration: none !important;
}

.columns1 h4 {
    margin-top: -5px;
}

.portfolio_dscr a {
    color: #ABABAB;
    font-style: italic;
}

    .portfolio_dscr a:hover {
        color: #3D3D3D !important;
    }

.columns1 {
    margin: 0 !important;
    width: 1170px;
}

.columns2, .columns3, .columns4 {
    margin: 0 0 0 -30px !important;
    width: auto;
}

    .columns2 .element {
        display: inline-block;
        float: left;
        margin: 0 0 30px 30px;
        min-height: 400px;
        width: 570px;
    }

        .columns2 .element img {
            display: block;
        }

    .columns3 .element {
        margin-left: 30px;
        min-height: 220px;
        width: 298px;
    }

    .columns4 .element {
        margin-left: 30px;
        min-height: 189px;
        width: 270px;
    }

.filter_navigation {
    overflow: hidden;
}

.filter_img {
    position: relative;
}

    .filter_img .portfolio_wrapper {
        color: #FFFFFF;
        display: block;
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        text-align: center;
        top: 0;
        transition: opacity 300ms ease 0s;
        width: 100%;
    }

.portfolio_content {
    color: #FFFFFF;
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}

.filter_img:hover .portfolio_wrapper {
    opacity: 0.8;
}

.filter_img img {
    opacity: 1;
    transition: opacity 300ms ease 0s;
}

.filter_img, .filter_img a {
    background: none repeat scroll 0 0 #3D3D3D !important;
}

    .filter_img:hover img {
        opacity: 0.4;
        transition: opacity 300ms ease 0s;
    }

    .filter_img .portfolio_content {
        line-height: 20px;
    }

        .filter_img .portfolio_content h5 {
            color: #FFFFFF;
            font-size: 19px;
            line-height: 22px;
            margin: 2px 5px 15px;
        }

.columns4 .filter_img .portfolio_content h5 {
    font-size: 15px;
    line-height: 18px;
}

.columns-grid .filter_img .portfolio_content h5 {
    font-size: 32px !important;
    line-height: 34px !important;
    margin: 0 0 8px !important;
}

.filter_img .portfolio_content p {
    color: #FFFFFF;
    margin: 0 0 10px;
    padding: 0 15px;
    text-align: center;
}

.filter_img .portfolio_content .ico_block, .filter_img .portfolio_content .more_block {
    padding: 0 10px;
}

    .filter_img .portfolio_content .ico_block a, .filter_img .portfolio_content .more_block a {
        color: #FFFFFF;
    }

    .filter_img .portfolio_content .ico_block .ico {
        color: #FFFFFF;
        display: inline-block;
        font-size: 16px;
        height: 16px;
        line-height: 16px;
        width: 25px;
    }

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

.isotope, .isotope .isotope-item {
    transition-duration: 0.8s;
}

.isotope {
    transition-property: height, width;
}

    .isotope .isotope-item {
        transition-property: transform, opacity;
    }

        .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
            transition-duration: 0s;
        }

    .isotope.infinite-scrolling {
        transition: none 0s ease 0s;
    }

.ico_link, .ico_link img, .ico_link div, .ico_link canvas {
    background-color: #FFFFFF !important;
    border: medium none !important;
    display: block !important;
    outline: medium none !important;
    text-decoration: none !important;
}

.portfolio_block .filter_img .post_type_image {
    background-image: url("../images/icons/post_type-image.png");
}

.portfolio_block .filter_img .post_type_video {
    background-image: url("../images/icons/post_type-video.png");
}

.ico_link, .ico_link img, .ico_link div, .ico_link canvas {
    background-color: #FFFFFF !important;
    border: medium none !important;
    display: block !important;
    outline: medium none !important;
    text-decoration: none !important;
}

.portfolio_block .filter_img .post_type {
    display: block;
    height: 40px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity 300ms ease 0s;
    width: 40px;
}

.columns1 .filter_img .post_type {
    left: 50%;
    margin: -20px 0 0 -20px;
    top: 50%;
}

.columns2 .filter_img .post_type, .columns3 .filter_img .post_type, .columns4 .filter_img .post_type {
    left: 50%;
    margin: -43px 0 0 -20px;
    top: 50%;
}

.filter_img:hover .post_type {
    opacity: 1;
}

.portfolio_block .filter_img hr {
    border: medium none !important;
    bottom: 0 !important;
    display: block !important;
    height: 6px !important;
    left: 0 !important;
    opacity: 0;
    position: absolute !important;
    transition: opacity 300ms ease 0s;
    width: 100% !important;
}

.portfolio_block .filter_img:hover hr {
    opacity: 1;
}

.filter_img:hover .portfolio_line {
    bottom: 0;
}

.columns2 .portfolio_dscr .post_type, .columns3 .portfolio_dscr .post_type, .columns4 .portfolio_dscr .post_type {
    top: -36px;
}

.columns2 .filter_img .portfolio_dscr, .columns3 .filter_img .portfolio_dscr, .columns4 .filter_img .portfolio_dscr {
    background: none repeat scroll 0 0 #3D3D3D;
    border-bottom: 6px solid #FFD600;
    bottom: -500px;
    left: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    transition: bottom 300ms ease 0s;
    width: 100%;
}

    .columns2 .filter_img .portfolio_dscr .wrap_padding, .columns3 .filter_img .portfolio_dscr .wrap_padding, .columns4 .filter_img .portfolio_dscr .wrap_padding {
        font-size: 16px;
        line-height: 20px;
        padding: 0 10px;
    }

.columns2 .filter_img:hover .portfolio_dscr, .columns3 .filter_img:hover .portfolio_dscr, .columns4 .filter_img:hover .portfolio_dscr {
    bottom: 0 !important;
}

.shortcode_promoblock .promo_button:hover, .nivo-directionNav a:hover, #commentform #submit:hover, .feedback_form .feedback_go:hover, .portfolio_block .filter_img .post_type, .portfolio_block .filter_img hr, .btn_load_more:hover {
    background-color: #FFD600 !important;
}

.wrap_padding {
    color: #FFD600;
}

.back_home {
    background: none repeat scroll 0 0 #F5F5F5;
    font-family: open_sanscondensed_light;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0 0 40px;
    position: relative;
    width: 100%;
}

.cont_news {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 22px;
    position: relative;
    width: 100%;
}

.cont_news_left {
    font-family: open_sanscondensed_light;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 998px;
}

    .cont_news_left h2 {
        border: 0 none;
        font-family: open_sanscondensed_light;
        font-size: 2.7em;
        letter-spacing: -2px;
        line-height: 45px;
        text-transform: uppercase;
    }

    .cont_news_left h3 {
        font-family: open_sanscondensed_light;
        font-size: 1.8em;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 20px;
        text-transform: uppercase;
    }

    .cont_news_left .div_1 {
        background: none repeat scroll 0 0 #E4E4E4;
        border-right: 23px solid #F5F5F5;
        float: left;
        font-family: open_sanscondensed_light;
        height: 136px;
        overflow: hidden;
        padding: 30px 0 0 45px;
        text-align: left;
        width: 567px;
    }

    .cont_news_left .div_2 {
        background: none repeat scroll 0 0 #EFEFEF;
        color: #666666;
        float: left;
        font-family: open_sanscondensed_light;
        font-size: 20px;
        height: 100px;
        overflow: hidden;
        padding: 41px 22px 25px 51px;
        width: 257px;
    }

    .cont_news_left .animazione_jpg {
        height: 166px;
        position: absolute;
        right: 0;
        top: 0;
        width: 373px;
        z-index: 100;
    }

.cont_news_right {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 998px;
}

    .cont_news_right h2 {
        font-family: open_sanscondensed_light;
        font-size: 2.7em;
        letter-spacing: 0;
        line-height: 45px;
        text-transform: uppercase;
    }

    .cont_news_right h3 {
        font-family: open_sanscondensed_light;
        font-size: 1.8em;
        font-weight: normal;
        letter-spacing: 0;
        line-height: 20px;
        text-transform: uppercase;
    }

    .cont_news_right .div_1 {
        background: none repeat scroll 0 0 #E4E4E4;
        border-left: 23px solid #F5F5F5;
        float: left;
        height: 121px;
        overflow: hidden;
        padding: 45px 45px 0 0;
        text-align: right;
        width: 567px;
    }

    .cont_news_right .div_2 {
        background: none repeat scroll 0 0 #EFEFEF;
        color: #666666;
        float: left;
        font-family: open_sanscondensed_light;
        font-size: 2em;
        height: 100px;
        overflow: hidden;
        padding: 41px 68px 25px 22px;
        width: 249px;
    }

    .cont_news_right .animazione_jpg {
        height: 166px;
        left: 0;
        position: absolute;
        top: 0;
        width: 353px;
        z-index: 100;
    }

.titolo_ani {
    font-size: 1em;
    padding: 10px 0 0;
    text-align: right;
}

    .titolo_ani a, .titolo_ani a:visited, .titolo_ani a:hover {
        color: #666666;
        text-decoration: none;
    }

.real2011 {
    height: 79px;
    position: absolute;
    right: 25px;
    top: -38px;
    width: 79px;
    z-index: 100;
}

.cont_news_right .div_1_bis {
    background: none repeat scroll 0 0 #EFEFEF;
    float: left;
    overflow: hidden;
    text-align: right;
    width: 637px;
}

.cont_news_right .div_2_bis {
    background: none repeat scroll 0 0 #EFEFEF;
    border-left: 23px solid #FFFFFF;
    color: #666666;
    float: left;
    font-family: 'Open Sans Condensed',arial,serif;
    height: 315px;
    overflow: hidden;
    padding: 45px 45px 0 0;
    text-align: right;
    width: 293px;
}

#anno_h {
    display: block;
    font-size: 30px;
    padding-bottom: 26px;
}

#reel_ul {
    font-size: 20px;
    list-style: none outside none;
    text-transform: uppercase;
}

    #reel_ul li {
        color: #A1A1A1;
        display: block;
        float: left;
        padding-bottom: 1px;
        text-align: right;
        width: 100%;
    }

.cont_news_right_2 {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 998px;
}

    .cont_news_right_2 h2 {
        font-family: 'open_sanscondensed_light';
        font-size: 4em;
        letter-spacing: -3px;
        line-height: 45px;
        text-transform: uppercase;
    }

    .cont_news_right_2 h3 {
        font-family: 'open_sanscondensed_light',arial,serif;
        font-size: 1.8em;
        letter-spacing: -1px;
        line-height: 20px;
        text-transform: uppercase;
    }

    .cont_news_right_2 .div_1 {
        background: none repeat scroll 0 0 #EFEFEF;
        border-left: 23px solid #FFFFFF;
        float: left;
        height: 121px;
        overflow: hidden;
        padding: 45px 45px 0 0;
        text-align: right;
        width: 592px;
    }

    .cont_news_right_2 .div_2 {
        background: none repeat scroll 0 0 #EFEFEF;
        color: #666666;
        float: left;
        font-family: 'Open Sans Condensed',arial,serif;
        font-size: 1.3em;
        height: 100px;
        overflow: hidden;
        padding: 41px 68px 25px 22px;
        width: 248px;
    }

    .cont_news_right_2 .animazione_jpg {
        height: 166px;
        left: 0;
        position: absolute;
        top: 0;
        width: 338px;
        z-index: 100;
    }

span.post-data {
    background: none repeat scroll 0 0 #DD793E;
    border-radius: 60px 60px 60px 60px;
    color: #FFFFFF;
    display: block;
    float: left;
    font-family: 'Goudy Bookletter 1911',arial,sans-serif;
    font-size: 11px;
    height: 60px;
    left: 0;
    line-height: 36px;
    margin-right: 20px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 9px;
    width: 60px;
}

    span.post-data span {
        display: block;
        font-family: Georgia,serif;
        font-size: 26px;
        margin-top: -21px;
    }

p.meta-info {
    color: #AEAEAE;
    float: left;
    font-family: Georgia,serif;
    font-size: 16px;
    font-style: italic;
    margin: 0 0 20px;
    padding: 0;
    text-shadow: 1px 1px 0 #FFFFFF;
}

.entry {
}

    .entry h2 {
        border-bottom: medium none;
        font-size: 40px;
        line-height: 47px;
    }

    .entry p {
        font-size: 19px;
        line-height: 21px;
    }

form.commentform {
    color: #999999;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

    form.commentform input.commentinput {
        border: 1px solid #CCCCCC;
        box-shadow: 0 0 8px #DDDDDD inset;
        float: left;
        padding: 10px;
        width: 201px;
    }

    form.commentform label {
        float: left;
        font-family: open_sanscondensed_light;
        line-height: 44px;
        width: 53px;
    }

    form.commentform input.btn {
        color: #666666;
        float: right;
        font-weight: bold;
        margin: 0;
        padding: 44px 15px;
        text-shadow: 0 -1px 0 #FFFFFF;
    }

.form-left {
    float: left;
    width: 55px;
}

.form-right {
    float: left;
    width: 60%;
}

form.commentform textarea {
    border: 1px solid #CCCCCC;
    box-shadow: 0 0 8px #DDDDDD inset;
    float: left;
    height: 58px;
    margin-left: 53px;
    padding: 24.2px;
    width: 66%;
}

#content-l p, #content-r p {
    font-size: 19px;
    line-height: 21px;
}

#content-l h2, #content-r h2 {
    font-size: 40px;
}

.archive {
}

.blog-article {
    background: url("../images/puntini.png") repeat-x scroll center bottom transparent;
    float: left;
    list-style: none outside none;
    margin: 0 0 -20px;
    padding: 0 0 20px;
    width: 100%;
}

    .blog-article ul {
        float: left;
        list-style: none outside none;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .blog-article li {
        margin: 0 0 20px;
        width: 100%;
    }

        .blog-article li div.article-social {
            border: 1px solid;
            display: none;
            margin-left: -81px;
            padding: 10px;
            position: absolute;
            width: 60px;
        }

        .blog-article li:hover div.article-social {
        }

.article-img {
    float: left;
    margin: 0;
    padding: 0;
}

    .article-img img.art-img {
        float: left;
        margin-right: 3px;
    }

.date {
    background: url("../images/date.png") no-repeat scroll 0 0 transparent;
    float: none;
    height: 42px;
    margin-left: -6px;
    margin-top: -3px;
    position: absolute;
    width: 51px;
}

    .date span.day {
        color: #FFFFFF;
        float: left;
        font-size: 18px;
        font-weight: bold;
        line-height: 11px;
        margin-left: -2px;
        margin-top: 7px;
        text-align: center;
        text-shadow: 0 -1px 0 #000000;
        width: 100%;
    }

    .date span.month {
        color: #FFFFFF;
        float: left;
        font-size: 11px;
        font-weight: bold;
        margin-left: -2px;
        margin-top: -3px;
        text-align: center;
        text-shadow: 0 -1px 0 #000000;
        width: 100%;
    }

.article-text {
    border-bottom: 1px dashed #CCCCCC;
    float: left;
    margin: 0 0 25px;
    padding: 0 0 20px;
    width: 100%;
}

h3.blog-article {
    font-family: open_sanscondensed_light;
    margin: 0 0 15px;
    padding: 0 0 10px;
}

    h3.blog-article a {
        color: #222222;
        font-size: 23px;
    }

        h3.blog-article a:hover {
            color: #F26535;
            text-decoration: none !important;
        }

.article-text p {
    color: #999999;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
}

span.article-cat {
    color: #F26535;
    font-family: open_sanscondensed_light;
    font-size: 19px;
    font-weight: bold;
    padding-right: 0;
    text-transform: uppercase;
}

.resource {
    color: #999999;
    float: left;
    font-size: 11px;
    margin: 0;
    text-align: right;
    width: 100%;
}

span.calendar {
    background: url("../images/date-new.png") no-repeat scroll 0 0 transparent;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    float: right;
    font-family: open_sanscondensed_light;
    font-size: 20px;
    height: 39px;
    line-height: 28px;
    margin-right: -23px;
    opacity: 0.6;
    text-align: center;
    width: 103px;
}

span.author {
    background: url("../images/icons/ico-admin.png") no-repeat scroll 0 1pt transparent;
    float: left;
    font-family: open_sanscondensed_light;
    font-size: 20px;
    line-height: 15px;
    margin: 10px 0;
    padding: 0 24px;
}

span.comments {
    background: url("../images/icons/ico-comments.png") no-repeat scroll left center transparent;
    float: left;
    font-family: open_sanscondensed_light;
    font-size: 11px;
    line-height: 13px;
    margin: 0;
    padding: 0 23px;
    text-transform: uppercase;
}

span.tags {
    background: url("../images/icons/ico-tags.png") no-repeat scroll left center transparent;
    float: left;
    font-size: 15px;
    line-height: 34px;
    margin: 0 0 6px;
    padding: 0 0 0 23px;
}

    span.tags a {
        color: #88BBC8;
        font-family: open_sanscondensed_light;
    }

        span.tags a:hover {
            color: #F26535;
            text-decoration: none;
        }

span.fb-like-box {
    background: none repeat scroll 0 0 #DDDDDD;
    float: left;
    height: 200px;
    width: 100%;
}

.bot-feat {
    background: url("../images/slider-box.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 20px;
    margin-left: -4px;
    margin-top: -3px;
    width: 942px;
}

span.read-rest {
    display: block;
    float: right;
    margin: 0 auto;
    position: relative;
    width: 100%;
}

.read-btn {
    background-image: url("../images/bg-gray.jpg");
    background-position: 0 0;
    background-repeat: repeat-x;
    border: 1px solid #E6E6E6;
    border-radius: 10px 10px 10px 10px;
    color: #999999 !important;
    display: block;
    font-size: 11px;
    height: 22px;
    line-height: 23px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 85px;
}

    .read-btn:hover {
        background-position: 0 -22px;
        text-decoration: none;
    }

h1.category-title {
    color: #C0C0C0;
    float: left;
    font-family: tahoma;
    font-size: 15px;
    margin: 4px 0 0;
}

    h1.category-title span.cat {
        color: #D64701;
        font-weight: bold;
        text-transform: capitalize;
    }

span.social-in-title {
    float: right;
}

span.social-in-title {
    float: right;
}

    span.social-in-title span {
        color: #999999;
        float: left;
        font-family: georgia;
        font-size: 14px;
        font-style: italic;
        line-height: 30px;
        position: relative;
        right: 10px;
    }

    span.social-in-title a img:hover {
        opacity: 0.8;
    }

.post-item-side {
    margin-bottom: 16px;
    overflow: hidden;
}

img.post-side-img {
    border: 1px solid #DDDDDD;
    float: left;
    margin-right: 10px;
    padding: 3px;
}

.post-item-side h3 {
}

    .post-item-side h3 a {
        color: #F8560E;
        font-family: century gothic;
        font-size: 13px;
        line-height: normal;
        white-space: normal;
    }

span.post-side-resource {
    color: #999999;
    font-family: tahoma;
    font-size: 12px;
    margin: 14px 0 0;
}

    span.post-side-resource a {
        color: #666666;
    }

span.post.entry-content {
    margin: 0;
    padding: 0;
}

.entry-content p {
    font-family: tahoma;
    font-size: 12px;
    line-height: normal;
    white-space: normal;
}

.post-resource {
    background-color: #F9F9F9;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1) inset;
    float: left;
    height: 148px;
    padding: 15px;
    width: 185px;
}

-side-resource a:hover {
    text-decoration: underline;
}

.pagination li:hover a, .pagination li.active a {
    color: #FFFFFF;
}

.pagination {
    float: right;
}

    .pagination li {
        background: none repeat scroll 0 0 #FFFFFF;
        border: 1px solid #DDDDDD;
        float: left;
        font: 12px Arial,sans-serif;
        height: 28px;
        list-style: none outside none;
        margin-left: 5px;
        text-align: center;
        transition: all 0.3s ease 0s;
    }

        .pagination li a {
            color: #8F8F8F;
            display: block;
            padding-left: 12px;
            padding-right: 12px;
            padding-top: 8px;
            transition: all 0.3s ease 0s;
        }

        .pagination li:hover a, .pagination li.active a {
            color: #FFFFFF;
        }

        .pagination li:hover, .pagination li.active {
            background: none repeat scroll 0 0 #F26535;
        }

        .pagination li.arrow a {
            padding-top: 7px;
        }

    .pagination.portfolio {
        margin: 0 10px 40px;
    }

.entry li {
    list-style: none outside none;
}

.price li {
    border-bottom: 1px solid #CCCCCC;
    font-family: open_sanscondensed_light;
    font-size: 15px;
    padding: 5px 0;
}

.price p {
}

.footer .jumbotron {
    text-align: left;
}

    .footer .jumbotron h4 {
        border-bottom: 1px dashed #555555;
        color: #272523;
        float: left;
        font-family: open_sanscondensed_light;
        font-size: 34px;
        font-weight: bold;
        padding: 15px 0 30px;
        text-align: center;
        text-transform: uppercase;
        width: 100%;
    }

        .footer .jumbotron h4 img {
            margin-right: 15px;
            width: auto;
        }

.box-seo-cont {
    float: left;
    left: -29px;
    margin: 40px 0;
    position: relative;
    width: 100%;
}

.seo1 {
    border-right: 1px dashed;
    float: left;
    margin-left: 0;
    padding: 0 25px;
    width: 190px;
}

    .seo1 img {
        float: left;
        margin-right: 15px;
    }

.fot-news {
    border-bottom: 1px dashed;
    float: left;
    padding: 30px 0;
    position: relative;
    width: 100%;
}

    .fot-news .news-left {
        border-right: 1px dashed #48423C;
        float: left;
        padding-right: 68px;
        width: 45%;
    }

    .fot-news .news-right {
        float: right;
        width: 45%;
    }

    .fot-news span.newsimg {
        float: left;
        width: 145px;
    }

        .fot-news span.newsimg span {
            color: #444444;
            float: left;
            font-family: open_sanscondensed_light;
            font-size: 15px;
            line-height: 20px;
            position: relative;
            text-align: center;
            text-transform: uppercase;
            top: 6px;
        }

.seo1 h5 {
    color: #9C8D6C;
    font-family: open_sanscondensed_light;
    font-size: 16px;
    text-transform: uppercase;
}

span.newsimg img {
    border: 3px solid;
    border-radius: 40px 40px 40px 40px;
    display: block;
    float: none;
    margin: 0 auto;
    position: relative;
    width: 47px;
}

.newstxt {
    float: left;
    margin-left: 23px;
    width: 245px;
}

    .newstxt h5 {
        color: #252723;
        font-family: open_sanscondensed_light;
        font-size: 20px;
        font-weight: normal;
        text-transform: uppercase;
    }

    .newstxt p {
        color: #999999;
        font-family: goudyserial;
        font-size: 17px;
        line-height: 23px;
    }

.dropcap {
    color: #3D3D3D;
    float: left;
    font-size: 40px;
    font-weight: bold;
    line-height: 42px;
    margin: -3px 9px -3px 0;
    text-transform: uppercase;
}

.lists {
}

blockquote.testimonial {
    background: none repeat scroll 0 0 transparent !important;
    border-bottom: 1px solid #DCDCDC;
    border-color: #DCDCDC;
    border-top: 1px solid #DCDCDC;
    color: #777777;
    font: italic 17px/24px Georgia,serif;
    padding: 20px 0;
    text-align: center;
}

    blockquote.testimonial cite {
        color: #555555;
        content: "� ";
        display: block;
        font-size: 12px;
        font-style: italic !important;
        margin-top: 20px;
        padding: 0 20px;
    }

.search {
    float: left;
    margin: 27px 0 0 90px;
}

    .search form.sform {
    }

        .search form.sform input.sinput {
            padding: 10px;
            width: 220px;
        }

        .search form.sform input.sbutton {
            background: url("../images/search-ico.png") repeat scroll 0 0 transparent;
            border: 0 none;
            height: 20px;
            position: relative;
            right: 39px;
            top: -5px;
            width: 20px;
        }

.sicon {
    float: right;
    margin: 30px 67px 0 0;
}

    .sicon a img {
        float: left;
        margin: 0 5px;
    }

        .sicon a img:hover {
            opacity: 0.8;
        }

.frmSendMail {
    float: left;
    display: block;
    background-color: #FBFAF9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    /* font-weight: bold; */          
    padding: 15px 25px;          
    /* width: 380px; */          
    /* height: 100px; */          
    border: 3px solid #db0b0b;          
    border-radius: 10px;
    margin-left: 15px;
}

table p {
    color: #000;
    font-size: 12px;
    padding-left: 5px;
    font-weight: bold;
}

/*.frmSendMail input {

    }*/

.frmSendMail textarea,
.frmSendMail input {
    border-radius: 5px;
    width: 340px;
    height: 27px;
}

.frmSendMail textarea {
    height: 220px;
}

.frmSendMail #submit {
    float: right;
    color: white;
    margin: 20px 8px 0 0;
    width: 140px;
    height: 40px;
    background: linear-gradient(to top, rgb(219, 11, 11) 0%, rgb(219, 11, 11) 50%, rgb(219, 11, 11) 100%);
    border: 5px double #fff;
    border-radius: 12px;
}

.info {
    float: right;
    margin-left: 10px;
    display: block;
}

#call-box {
    width: 300px;
    /* background-color: white; */
    margin-left: -20px;
}

    #call-box ul {
        background-color: #fbfaf9;
        font-weight: bold;
        padding: 5px 0px 25px 30px;
        width: 334px;
        height: 100px;
        border: 2px dashed #db0b0b;
        border-radius: 10px;
    
}

        #call-box ul li {
            padding-bottom: 20px;
        
            padding-right: 45px;
            text-align: center;
}

        #call-box ul img {
            float: left;
            margin-right: 10px;
            margin-top: 20px;
        }

    #call-box ul, .list ul {
        list-style-type: none;
    }

.list p {
    color: white;
    background-color: #D63636;
    margin: 0px;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.list ul {
    width: 350px;
    margin-left: 25px;
    padding-left: 0px;
}

    .list ul li {
        font-size: 14px;
        padding-bottom: 5px;
    }

#service {
    background-color: #fbfaf9;
    border: 1px solid #DCDCDC;
    padding-top: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

@media (min-width: 600px) {
    #rowContact {
        margin-right: 15%;
        margin-left: 15%;
    }
}

@media (min-width: 1281px) {
    #rowContact {
        margin-right: 20%;
        margin-left: 20%;
    }
}

@media (min-width: 1511px) {
    #rowContact {
        margin-right: 25%;
        margin-left: 25%;
    }
}

.root {
    width: 980px;
    height: 470px;
    position: relative;
}

@media (min-width: 600px) {
    .root {
        margin-right: 15%;
        margin-left: 15%;
    }
}

@media (min-width: 1281px) {
    .root {
        margin-right: 20%;
        margin-left: 20%;
    }
}

@media (min-width: 1441px) {
    .root {
        margin-right: 25%;
        margin-left: 25%;
    }
}

.vertical-separator {
    background: url('../images/sliderBg.png') right center no-repeat;
    height: 500px;
    width: 30px;
    float: right;
    margin-right: -19px;
}

.categories_container {
    width: 195px;
    margin-right: 10px;
    position: absolute;
}

.categories {
    height: 500px;
    width: 243px;
    float: left;
    z-index: 2;
    position: absolute;
}

    .categories .item {
        padding-left: 15px;
        padding-top: 14px;
        height: 65px;
        width: 190px;
        padding-right: 37px;
        cursor: pointer;
        font-size: 12px;
        position: relative;
        background: url('../images/bgx2.png') no-repeat left top;
        color: White;
    }

    .categories .item-noaction {
        padding-left: 15px;
        padding-top: 14px;
        height: 65px;
        color: black;
        width: 193px;
        padding-right: 37px;
        font-size: 12px;
        position: relative;
    }

    .categories .item .bottomline {
        border-bottom: 1px solid #f1f1f1;
        position: absolute;
        bottom: 0px;
        left: 5px;
        right: 50px;
        font-size: 12px;
    }

    .categories .item-noaction .bottomline {
        border-bottom: 1px solid #f1f1f1;
        position: absolute;
        bottom: 0px;
        left: 5px;
        right: 50px;
    }

    .categories .item .title {
        font-family: Mtavruli,Arial;
        font-weight: bold;
        font-size: 14px;
    }

    .categories .item.item1-active {
        background: url('../images/bgx5.png') no-repeat left top;
        color: White;
    }

    .categories .item.item2-active {
        background: url('../images/bgx5.png') no-repeat left top;
        color: White;
    }

    .categories .item.item3-active {
        background: url('../images/bgx5.png') no-repeat left top;
        color: White;
    }

    .categories .item.item4-active {
        background: url('../images/bgx5.png') no-repeat left top;
        color: White;
    }

    .categories .item.item5-active {
        background: url('../images/bgx5.png') no-repeat left top;
        color: White;
    }

    .categories .item.item6-active {
        background: url('../images/bgx5.png') no-repeat left top;
        color: White;
    }

.category-content {
    height: 470px;
    width: 774px;
    float: right;
    position: relative;
    overflow: hidden;
    margin-left: -30px;
}

    .category-content .item {
        height: 500px;
        position: relative;
    }

.slider {
    width: 777px;
    height: 2000px;
}

.intro-footer {
    height: 14px;
    width: 100%;
    background: url("../images/intro-footer.png") no-repeat right center;
    margin-left: 4px;
}

table.banda-categories {
    top: 130px;
    left: 82px;
    font-size: 15px;
    position: absolute;
}

    table.banda-categories a {
        text-decoration: underline;
    }

.item-header {
    margin-left: 30px;
    font-family: goudyserial;
    font-size: 17px;
    font-weight: bold;
}

.loginFormBox {
    margin-left: 35% !important;
    margin-right: 35%;
    background-color: #FBFAF9;
    width: 30%;
    height: auto;
    padding-top: 15px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 3px 3px 5px #888888;
    -webkit-box-shadow: 3px 3px 5px #888888;
    -moz-box-shadow: 3px 3px 5px #888888;
}
