@charset "utf-8";
.sloganleft {
    width: 100%;
    float: left;
    text-align: center;
    vertical-align: top;
    color: #333;
    margin: 5px 0 10px 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 24px;
    padding: 10px 0;
    border-top: solid 1px #F4F4F4;
}
.sloganright {
    width: 100%;
    text-align: center;
    float: left;
    vertical-align: top;
    color: #333;
    margin: -10px 0 10px 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 21px;
    padding-bottom: 15px;
}
@media only screen and (min-width: 991px) {
    .compareleft {
        background-color: #fff;
        width: 47%;
        font-size: 16px;
        padding: 5px 15px 5px 5px;
        float: left
    }
}
@media only screen and (max-width: 990px) {
    .compareleft {
        background-color: #fff;
        width: 100%;
        font-size: 16px;
        padding: 5px 15px 5px 5px;
        float: left
    }
}
@media only screen and (min-width: 991px) {
    .compareright {
        background-color: #fff;
        width: 47%;
        font-size: 16px;
        padding: 5px 5px 5px 25px;
        float: right;
        border-left: solid 1px #cccccc;
    }
}
@media only screen and (max-width: 990px) {
    .compareright {
        background-color: #fff;
        width: 100%;
        font-size: 16px;
        padding: 5px 5px 5px 5px;
        float: right;
    }
}

/* portofolio page */

.works,
.works2 {
    overflow: hidden;
    margin-bottom: 41px;
}
.works .worksFilter {
    overflow: hidden;
    font-size: 12px;
    float: left;
    margin-bottom: 20px;
    padding-top: 3px;
}
.works .worksFilter .worksFilterText {
    float: left;
    font-style: italic;
    padding: 3px 0;
}
.works .worksFilter ul.worksFilterCategories {
    list-style: none;
    overflow: hidden;
    float: left;
    font-weight: bold;
}
.works .worksFilter ul.worksFilterCategories li {
    float: left;
    text-transform: uppercase;
    cursor: pointer;
    line-height: 1em;
    padding: 0 8px;
    border-left-width: 2px;
    border-left-style: solid;
}
.works .worksFilter ul.worksFilterCategories li:first-child {
    border: none;
}
.works .worksFilter ul.worksFilterCategories li div {
    padding: 3px 4px 3px 4px;
    border-bottom-width: 2px;
    border-style: solid;
}
.works .worksFilter ul.worksFilterCategories li.worksFilterCategoriesActive div,
.works .worksFilter ul.worksFilterCategories li:hover div {
    color: white;
    background-color: #22ade8;
    border: none;
}
.works .worksViews,
.works2 .worksViews {
    float: right;
    overflow: hidden;
    margin-bottom: 20px;
    padding-top: 15px;
}
.works .worksViews .worksViewsOption,
.works2 .worksViews .worksViewsOption {
    float: left;
    margin-left: 6px;
    padding: 4px 3px;
    border-style: solid;
    border-bottom-width: 2px;
    cursor: pointer;
}
.works .worksViews .worksViewsOption.worksViewsOptionActive,
.works2 .worksViews .worksViewsOption.worksViewsOptionActive,
.works .worksViews .worksViewsOption:hover,
.works2 .worksViews .worksViewsOption:hover {
    border-color: #22ade8;
}
.works .worksContainer,
.works2 .worksContainer {
    clear: both;
    overflow: hidden;
    /*position: relative;*/
}
.works .worksContainer .worksEntry,
.works2 .worksContainer .worksEntry {
    /*position: relative;
    overflow: hidden;*/
}
.worksEntry {
    width: 320px !important;
    float: left !important;
}
.works2 .worksContainer .worksEntry {
    /*position: relative;*/
}

/*portofolio view 1*/

.works .worksContainer.worksContainerView1,
.works2 .worksContainer.worksContainerView1 {}
.works .worksContainer.worksContainerView1 .worksEntry,
.works2 .worksContainer.worksContainerView1 .worksEntry {
    /*width: 240px;
    height: 240px;*/
    float: left;
    overflow: hidden;
}
.works .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer,
.works2 .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer {
    overflow: hidden;
    margin-left: -100%;
    width: 200%;
}
.works2 .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer:hover {
    transition: margin-left 0.3s ease-in-out;
    -webkit-transition: margin-left 0.3s ease-in-out;
    margin-left: 0px;
}
.works .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryImg,
.works2 .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryImg {
    width: 320px;
    height: 155px;
    float: left;
    display: block;
}
.works .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryImgBig,
.works2 .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryImgBig {
    display: none;
}
.works .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryInfo,
.works2 .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryInfo {
    /*width: 240px;
    height: 198px;*/
    width: 50%;
    height: 100%;
    float: left;
    padding-top: 21px;
    padding-bottom: 21px;
    line-height: 20px;
    background: url('../images/backgrounds/borderline.png');
}
.works .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryInfo .worksEntryInfoTitle,
.works2 .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryInfo .worksEntryInfoTitle {
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.5);
    -webkit-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
    -moz-box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
    box-shadow: 0px 1px 3px rgba(159, 141, 140, 0.5);
    font-family: 'Oswald', sans-serif;
}
.works .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryInfo .worksEntryInfoTitle a,
.works2 .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryInfo .worksEntryInfoTitle a {
    text-decoration: none;
    color: #666;
}
.works .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryInfo .worksEntryInfoExcerpt,
.works2 .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryInfo .worksEntryInfoExcerpt {
    padding-left: 21px;
    padding-right: 21px;
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    margin-top: 16px;
    margin-bottom: 16px;
    color: #333;
    font-style: italic;
    text-align: center;
}
.works .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryInfo .worksEntryInfoExcerptBig,
.works2 .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryInfo .worksEntryInfoExcerptBig {
    display: none;
}
.works .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryInfo .worksEntryInfoMore,
.works2 .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryInfo .worksEntryInfoMore {
    font-size: 13px;
    text-align: center;
    height: 33px;
    width: 132px;
    margin: 0 auto;
    line-height: 18px;
    background: #aaa;
}
.works .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryInfo .worksEntryInfoMore a,
.works2 .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryInfo .worksEntryInfoMore a {
    text-decoration: none;
    display: block;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
}
.works .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryInfo .worksEntryInfoMore:hover,
.works2 .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryInfo .worksEntryInfoMore:hover {
    background-color: #22ade8;
}
.works .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryInfo .worksEntryInfoMore:hover a,
.works2 .worksContainer.worksContainerView1 .worksEntry .worksEntryContainer .worksEntryInfo .worksEntryInfoMore:hover a {
    color: white;
}
* {
    border: 0;
    margin: 0 auto;
    padding: 0;
    outline: none;
}
.menu_navigation {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
}
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/body_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 #eaeaea;
}
.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;
}
.fl {
    /*float:left;*/
    width: 470px;
    font-family: 'Roboto Condensed', sans-serif !important;
}
.fl-img {
    float: left;
    padding: 20px;
}
.fr {
    float: right;
}
.fl_t {
    text-align: left;
}
h1,
h2,
h3,
h4 {
    line-height: 120%;
}
a {
    color: #db3131;
}
a:hover {
    color: #515151;
}
p {
    line-height: 1.8em;
    padding: 5px 0;
    font-weight: bold;
    font-size: 14px; 
}
h1 {
    font-weight: bold;
    padding: 20px 30px;
    text-align: left;
}
h1 small {
    color: #939292;
    font-weight: normal;
}
h2 {
    background: url(images/h2_bg.png) center repeat-x;
    padding: 15px 0;
    display: block;
}
h2.margin_bottom {
    margin: 0 0 -38px 0;
}
h2 span.white {
    background: #fff;
    padding: 0 20px 0 0;
}
h2 span.broun {
    background: #f4f4f4;
    padding: 0 20px 0 0;
}
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 */
    }
}
.dc_toggle_container {
    float: none !important;
}
.columns h2 {
    background: none;
}

/* 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: 5px;
    bottom: 0;
    left: 5px;
    visibility: hidden;
    height: 100%;
    width: 100%;
}
a.pic:hover img.h {
    background: url(images/img_z.png) center no-repeat;
    visibility: visible;
}

/* main_page */

.padding_block {
    padding: 0 20px;
}
.main_resize_bg {
    width: 1020px;
    padding: 0;
    margin: 0 auto;
    background: #fff;
    max-width: 100%;
}
.main_resize {
    max-width: 90%;
    width: 1020px;
    margin: 0 auto;
    padding: 0;
}

/* header */

.header {
    padding: 0;
    margin: 0;
}

/* rss */

.rss {
    width: auto;
    margin: 0;
    padding: 0 50px;
    background: #f4f4f4;
    border-bottom: 1px solid #e0e0e0;
}
.rss img {
    float: right;
    margin: 5px 3px 0 0;
}
.rss p {
    font-size: 12px;
    color: #9a9a9a;
    font-weight: bold;
    float: left;
}
img.rss1 {
    background: url(images/f_1.png) center no-repeat;
}
img.rss2 {
    background: url(images/f_2.png) center no-repeat;
}
img.rss3 {
    background: url(images/f_3.png) center no-repeat;
}
img.rss4 {
    background: url(images/f_4.png) center no-repeat;
}
img.rss5 {
    background: url(images/f_5.png) center no-repeat;
}
img.rss1:hover {
    background: url(images/f_1_1.png) center no-repeat;
}
img.rss2:hover {
    background: url(images/f_2_1.png) center no-repeat;
}
img.rss3:hover {
    background: url(images/f_3_1.png) center no-repeat;
}
img.rss4:hover {
    background: url(images/f_4_1.png) center no-repeat;
}
img.rss5:hover {
    background: url(images/f_5_1.png) center no-repeat;
}

/* logo */

.logo.f_b {
    padding: 15px 0 0 0;
}
.logo {
    font-weight: normal;
    float: left;
    padding: 20px 0 15px 70px;
    margin: 0;
}
.logo a {
    font-weight: bold;
}
.logo a span {
    color: #db3131;
}

/* top_text */

.top_text {
    font-family: 'Roboto Condensed', sans-serif !important;
    line-height: 1.2em;
    font-weight: bold;
    text-align: center;
    font-size: 18px !important;
    background: #f4f4f4;
    border-bottom: 1px solid #e0e0e0;
    color: #4a4a4a;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 30px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
}
.top_text small {
    font-size: 14px;
    color: #939292;
}

/* pad_blog_inside */

.pad_blog_inside {
    padding: 0 30px;
    font-family: 'PT Sans';
}

/* slider_box */

.slider_box {
    margin: 0 auto;
    padding: 0;
}
.slider_box img {
    padding: 0;
}

/* center_small_box */

.small_box {
    width: 24%;
    margin: 2% 1% 2% 0;
    float: left;
}
.small_box:last-child {
    margin: 2% 0;
}
.pad_inside {
    float: left;
    display: block;
    padding: 10px 0;
}
.center_small_box {
    padding: 0;
}
.center_small_box.last {}
.center_small_box img {
    padding: 5px;
    border: 1px solid #dddddd;
}
.small_box h2 {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    color: #444444;
}
.small_box h2:hover {
    color: #db3131;
}
.small_box h2 img {
    float: left;
}
.small_box h2 span {
    float: left;
    margin: 10px 0 0 15px;
}
.center_small_box p {
    padding: 18px 0;
    font-size: 11px;
    color: #a1a0a0;
    text-align: center;
    line-height: 1.6em;
}
.center_small_box p strong {
    font-size: 12px;
    color: #515050;
}

/* portfolio1 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: 31%;
    float: left;
    margin: 0 2% 15px 0;
}
.left_side_big.r {
    float: right;
    margin: 0 0 15px 2%;
}
.left_side_big.last {
    width: 31%;
    float: right;
    margin: 0 0 15px 0;
}
.left_side {
    float: left;
    margin: 0 2% 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: 65%;
    float: right;
    margin: 0 0 15px 2%;
}
.right_side_big.l {
    float: left;
    margin: 0 2% 15px 0;
}
.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: 47%;
    float: left;
    margin: 15px 20px 15px 0;
    padding: 0;
}
.data {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5em;
    background: url(images/data_bg.png) top center no-repeat;
    float: left;
    margin: 0 15px 0 0;
    padding: 5px 18px 5px 10px;
}
.post {
    font-size: 14px;
    color: #555;
    line-height: 1.2em;
    border-bottom: 1px solid #ededed;
    padding: 5px 0;
    margin: 0 0 10px 65px;
}
.post span {
    color: #a1a0a0;
    font-size: 11px;
    font-style: italic;
}
.text {
    font-size: 11px;
    color: #a1a0a0;
    padding: 5px 0;
    margin: 0 0 40px 65px;
}

/* 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: #343434;
    border-top: 1px solid #434343;
    padding: 15px 0;
    margin: 0 auto;
}
.prefooter h2 {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 0;
    margin: 0;
}
.prefooter p {
    color: #858585;
    font-size: 11px;
    line-height: 1.5em;
    padding: 5px 0;
}
.prefooter a {
    color: #d44d4d;
    text-transform: uppercase;
}
.pref_blog {
    width: 22.5%;
    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 */

.pref_blog img {
    padding: 0;
    margin: 0 5px 0 0;
    float: left;
}
img.rss1 {
    background: url(images/f_1.png) center no-repeat;
}
img.rss2 {
    background: url(images/f_2.png) center no-repeat;
}
img.rss3 {
    background: url(images/f_3.png) center no-repeat;
}
img.rss4 {
    background: url(images/f_4.png) center no-repeat;
}
img.rss5 {
    background: url(images/f_5.png) center no-repeat;
}
img.rss1:hover {
    background: url(images/f_1_1.png) center no-repeat;
}
img.rss2:hover {
    background: url(images/f_2_1.png) center no-repeat;
}
img.rss3:hover {
    background: url(images/f_3_1.png) center no-repeat;
}
img.rss4:hover {
    background: url(images/f_4_1.png) center no-repeat;
}
img.rss5:hover {
    background: url(images/f_5_1.png) center no-repeat;
}

/* Flickr */

.Flickr {
    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: #606060;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    background: #f4f4f4;
    border-top: 5px solid #e1e1e1;
    padding: 15px 0;
}
.footer a {
    color: #606060;
    text-decoration: none;
}
.footer span.gr {
    font-size: 14px;
    color: #545454;
    text-align: left;
    float: left;
}
.footer span.gr a {
    padding: 0 5px;
}

/* 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;
}

/* NAVIGATION ------------------------------------------------------------*/

nav {
    float: left;
    line-height: 1.8em;
}
nav a {
    text-decoration: none;
    color: #545454;
}
#nav {
    margin-bottom: 0;
    margin-top: 30px;
}
#nav li {
    display: inline;
    font-size: 14px;
    float: left;
}
#nav>li>a {
    text-transform: none;
    display: block;
    overflow: hidden;
    padding: 5px 20px;
    color: #545454;
}
#nav>li>a:hover,
#nav>li.current-menu-item>a,
#nav>li.current_page_item>a,
#nav>li.active>a {
    color: #db3131;
    background-color: #e0e0e0;
}
#nav>li.current-menu-item>a,
#nav>li.current_page_item>a,
#nav a:hover {
    color: #db3131;
}
#nav>li>a>.subheader {
    color: #aeaeae;
    display: block;
    font-size: 14px;
    margin-top: 0;
    font-weight: lighter;
}
#nav .sf-sub-indicator {
    float: right;
}
#nav>li>a>.sf-sub-indicator {
    display: none;
}

/* sub navigation -----------------------------------------------------*/

#nav>li ul {
    display: block;
    margin-top: 65px;
    background: #fff;
    border: 1px solid #ececec;
}
#nav>li ul li a {
    border-bottom: 1px solid #ececec;
    display: block;
    padding: 10px 15px;
    display: block;
    font-size: 14px;
    color: #a9a9a9;
    text-decoration: none;
}
#nav>li ul li a span {
    display: block;
}
#nav>li ul li a:hover {
    color: #525252;
    background: #f9f9f9;
}

/* MOBILE NAVIGATION ------------------------------------------------*/

.menu_mobile {}
#mobile-nav-holder {
    z-index: 1000;
    background: #fff;
}
#mobile-nav {
    z-index: 2000;
    display: none;
    padding-top: 20px;
    padding-bottom: 30px;
    position: absolute;
    right: 60px;
    background: #fff;
}
#mobile-nav-holder a {
    display: block;
    padding: 7px 14px;
    text-decoration: none;
    color: #989898;
    font-size: 13px;
    font-weight: lighter;
}
#mobile-nav-holder li {
    padding: 1% 1%;
}
#mobile-nav-holder li a {
    border-bottom: 1px solid #ececec;
}
#mobile-nav-holder li:last-child a,
#mobile-nav-holder li > ul a {
    border: none;
}
#mobile-nav-holder li > ul a {
    color: #989898;
    margin-left: 0px;
}
#mobile-nav-holder a:hover,
#mobile-nav-holder a:focus {
    background: #f4f4f4;
}
#mobile-nav-holder a:hover {
    padding-left: 20px;
}
#mobile-nav-holder #nav-open {
    background: #fff;
    position: absolute;
    right: 20px;
    top: 60px;
    z-index: 2000;
}
#mobile-nav-holder #nav-open a {
    display: block;
    padding: 7px 14px;
}
#mobile-nav-holder #nav-open a:hover,
#mobile-nav-holder #nav-open a:focus {
    background: #f4f4f4;
}
#mobile-nav-holder #nav-open:hover a {
    color: #989898;
}
#mobile-nav > .current-menu-item > a,
#mobile-nav > .current_page_item > a {
    background: #f4f4f4;
    color: #989898;
}

/* GALLERY START */


/*4cols_gallery*/

.col44 {
    width: 212px;
    float: left;
    padding: 0;
    margin-right: 10px;
    position: relative;
    top: 0px;
    margin-top: 20px;
    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 0 15px 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: relative;
    top: 0;
    left: 0;
    visibility: hidden;
    background: none;
    border: none;
}
.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: 5px;
    background: #fff;
    border: 1px solid #ddd;
    max-width: 100%;
    height: auto;
    /*}
.pic a:hover img {background:#e1e1df;border:1px solid #e1e1df; /**/
}
.pic img.h {
    background: none;
    border: none;
}
.pic.fl {
    margin: 5px 20px 10px 0;
}
.pic.fr {
    margin: 5px 0 20px 10px;
}
.img_hover_box.pic a img.r_plus {
    position: relative;
    top: 0;
    left: 0;
    visibility: hidden;
    background: none;
    border: none;
    height: 100%;
    width: 100%;
}
.img_hover_box.pic a:hover img.r_plus {
    visibility: visible;
}
.txt {
    margin-top: 50px;
}

/*form Contact_us*/

#contactform {
    margin: 0;
    padding: 0px 0;
    float: left;
    display: block;
    width: 99%;
    margin-top: -10px;
}
#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;
}
.columns h3 {
    background: none;
    text-align: left;
}
#slider-wrapper object {
    width: 100%;
}
iframe.wid1 {
    width: 100%;
    height: 500px;
}
iframe.wid2 {
    width: 100%;
    height: 500px;
}
iframe.wid3 {
    width: 100%;
    height: 400px;
}
iframe.wid5 {
    height: 400px;
    width: 100%;
}
iframe.wid6 {
    height: 550px;
    width: 100%;
}
iframe.wid7 {
    height: 400px;
    width: 100%;
}
iframe.wid8 {
    height: 500px;
    width: 100%;
}
#text_container {
    height: 185px;
    overflow: hidden;
}
#see_more {
    float: right;
    cursor: pointer;
}
#see_more:hover {
    cursor: pointer;
    color: #db3131;
}

/* ============================= Responsive CSS ============================= */

body {
    width: 100%;
    max-width: 100%;
}

/*RESPONSIVE MOBILE MENU*/

@media(max-width:1150px) {
    .padding_block {
        padding: 0;
    }
    .main_resize_bg {
        width: 100%;
    }
    .works2 {
        width: 100%;
    }
}
#responsivenav {
    height: 40px;
    width: 100%;
    background-color: #333;
    color: #0f0f0f;
    display: none;
}
#responsivenav ul {
    padding: 0;
    margin: 0;
}
#responsivenav li {
    display: inline;
    float: left;
}
#responsivenav a {
    display: inline-block;
    width: 100px;
    text-align: center;
    text-decoration: none;
    padding: 10px 0;
    color: #eee;
    text-decoration: none;
}
#responsivenav li:hover {
    background-color: #444;
}
#responsivenav a#openup {
    display: none;
}
@media screen and (max-width: 1150px) {
    h1 {
        font-size: 2.8em;
    }
    #responsivenav {
        height: auto;
        border-bottom: 0;
    }
    #responsivenav ul {
        display: none;
        height: auto;
    }
    #responsivenav li {
        width: 100%;
        float: left;
        position: relative;
    }
    #responsivenav a {
        text-align: left;
        width: 100%;
        text-indent: 25px;
        background: #333;
        border-bottom: 1px solid #555;
    }
    #responsivenav a:hover {
        background: #444;
    }
    #responsivenav a#openup:after {
        content: "|||";
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        /* IE 9 */
        -webkit-transform: rotate(-90deg);
        /* Safari and Chrome */
        width: 30px;
        height: 30px;
        display: inline-block;
        position: absolute;
        right: 5px;
        top: 20px;
    }
    #responsivenav a#openup {
        display: inline-block;
        background-color: #333;
        width: 100%;
        position: relative;
    }
}
.cf:before,
.cf:after {
    content: "";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    zoom: 1;
}
@media(max-width:550px) {
    #responsivenav {
        display: block;
        margin: 0;
        padding: 0;
    }
    #nav {
        display: none;
    }
    .logo {
        text-align: center;
    }
}
.worksContainer {
    width: 960px;
    height: 550px;
    padding-top: 45px;
}
@media(max-width:1000px) {
    .worksContainer{
        width: 100%;
        height: auto;
    }    
    .worksEntry{
        float: none !important;
        margin-bottom: 15px;
    }
    #slider1 .margin_bottom{
        margin-bottom: 20px !important;
    }
    #slider1 .viewport {
        width: 100% !important;
    }
    
    .footer .pad_blog_inside{
        padding: 0 5px;
    }
    
    .footer .fl{
        width: 100%;
    }
}
