html {
    height: 100%;
}

body {
    background: #ffffff url(../images/body_bg.png) repeat 0 0;
    text-align: left;
    height: 100%;
    margin: 0;
    padding: 0;
}

#hamburger_menu{
    display: none;
}

header,
footer,
article,
section,
nav,
figure,
address,
hgroup,
abbr,
figcaption,
aside {
    margin: 0;
    padding: 0;
    display: block;
}

abbr {
    border: none;
}

address {
    font-style: normal;
}

a {
    outline: none;
    cursor: pointer;
    transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    -ms-transition: color .2s ease-out;
}

    a:hover {
        text-decoration: none;
    }

p {
    margin: 0;
    padding: 0 0 18px;
}

table {
    padding: 0;
    margin: 0;
    border-collapse: collapse;
}

td,
th,
tr {
    padding: 0;
    margin: 0;
}

ol,
ul,
li,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
    margin-bottom: 3px;
}

ol,
ul {
    margin: 0 0 18px;
}

ul {
    margin-top: -10px;
    margin-left: 20px;
}

td > ul {
    margin-top: 0px;
    margin-bottom: 0px;
}


ol {
    list-style-position: inside;
}

img {
    padding: 0;
    border: 0;
}

a img {
    border: 0;
    display: block;
}

.fullwidth {
    display: block;
    max-width: 100%;
}

img.fullwidth {
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
}

.preloader {
    background: url(../images/loader.gif) 50% 50% no-repeat;
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
}

.resizable_block {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

    figure.preloader .fullwidth,
    .blog.short .preloader .fullwidth,
    .portfolio_container .preloader .fullwidth,
    .resize .preloader .fullwidth,
    .resizable_block .fullwidth {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

div {
    text-align: left;
    margin: 0;
    padding: 0;
}

blockquote,
code,
input,
textarea {
    padding: 0;
    margin: 0;
}

object,
video,
audio,
embed,
canvas {
    display: block;
}

form {
    border: none;
    margin: 0;
    padding: 0;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

label {
    display: block;
    margin: 0;
    padding: 0;
}

input {
    border: 0;
    background: none;
    outline: none;
}

textarea {
    background: none;
    border: 0;
    overflow: hidden;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 18px 0px 18px 0px;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        text-decoration: none;
    }

h5 {
    margin: 0 0 8px 0;
    font-weight: 500;
}

.main_text {
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    padding: 20px 0;
    margin: 0;
}

.cl {
    clear: both;
}

.ovh {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

#page {
    width: 100%;
    /*height:auto;
	min-height:100%;*/
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 110px;
}

.colored_block {
    position: absolute;
    top: 125px;
    height: 360px;
    width: 100%;
}

sup, sub {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

sub {
    top: 0.4em;
}

/* -------------------------------------------------------------------------------- Header */

#header {
    border-top: 4px solid;
    background: #ffffff url(../images/header_grad.png) repeat-x 0 bottom;
    height: 140px;
}

.header {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.logo {
    display: block;
    width: 200px;
    height: 59px;
    position: absolute;
    left: 25px;
    top: 23px;
}

#header nav {
    position: absolute;
    top: -4px;
    right: 10px;
}

/* -------------------------------------------------------------------------------- Navigation */

#navigation li.current_page_item li.current_page_item li.current_page_item a,
#navigation li.current_page_item li.current_page_item li a:hover,
#navigation li.current_page_item li a:hover,
#navigation li.current_page_item li.current_page_item a,
#navigation ul li a:hover {
    color: #ffffff;
}

#navigation,
#navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
}

    #navigation > li > ul > li:first-child > a {
        border-top: 0px;
    }

    #navigation > li > ul > li:first-child > ul li:first-child a {
        border-top: none;
        margin-top: 2px;
    }

    #navigation:after {
        clear: both;
    }

#navigation {
    z-index: 202;
    zoom: 1;
}

    #navigation li {
        float: left;
        margin: 0 0 0 30px;
        position: relative;
        z-index: 203;
    }

    #navigation a {
        text-decoration: none;
        float: left;
        z-index: 204;
        transition: none;
        -moz-transition: none;
        -webkit-transition: none;
        -o-transition: none;
        -ms-transition: none;
    }

    #navigation li > a {
        background-image: url(../images/nav_divider.png);
        background-position: 0 50%;
        background-repeat: no-repeat;
        font: 15px/15px "Varela Round", Helvetica, Arial, sans-serif;
        width: 90px;
        height: 30px;
        padding: 33px 5px 20px 10px;
    }

    #navigation li.current_page_item a + #navigation li a {
        background-image: none;
    }

    #navigation > li {
        margin: 0;
    }

        #navigation > li.current_page_item > a,
        #navigation > li > a:hover {
            background-image: none;
            color: #ffffff;
            text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
        }


    #navigation li > a:hover {
        background-image: none;
    }

    #navigation li:hover > a {
        color: #ffffff;
    }

    #navigation li:first-child > a {
        background-image: none;
    }

    #navigation ul {
        margin: 20px 0 0 0;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 83px;
        z-index: 9999;
        -webkit-transition: opacity .2s ease-in-out, margin .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out, margin .2s ease-in-out;
        -ms-transition: opacity .2s ease-in-out, margin .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out, margin .2s ease-in-out;
        transition: opacity .2s ease-in-out, margin .2s ease-in-out;
    }

    #navigation ul ul {
        padding-left: 1px;
        margin: 0 0 0 20px;
        top: 0;
        left: 150px;
    }

    #navigation ul li:first-child ul {
        top: 0;
    }

    #navigation ul li {
        border: 0;
        display: block;
        float: none;
        margin: 0;
    }

        #navigation ul li a {
            color: #ffffff;
            font-size: 14px;
            line-height: 19px;
            display: block;
            width: 176px;
            float: none;
            padding: 8px 10px 1px 15px;
        }

            #navigation ul li a:hover {
                background: #0095da !important;
            }

        #navigation ul li:first-child > a:before {
            content: '';
            position: absolute;
            left: 26px;
            top: -5px;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            border-bottom: 5px solid;
        }

    #navigation ul ul li:first-child > a:before {
        border: none;
    }

/* -------------------------------------------------------------------------------- Top */

#top {
    border-bottom: 1px solid #ececec;
    position: relative;
}

#slider {
    background: url(../images/loader.gif) no-repeat scroll 50% 50%;
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

#top ul#slider img {
    display: block;
    min-width: 100%;
    max-width: 100%;
}

.architector-number-nav a {
    background: url(../images/slider.png) no-repeat 0 -40px;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
    float: left;
    margin: 26px 4px 22px 0;
    display: block;
    overflow: hidden;
}

.architector-number-nav {
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    background-color: #fdfdfc;
    padding: 0 20px;
}

    .architector-number-nav a:hover,
    .architector-number-nav a.active {
        background-position: 0 0;
    }

/* -------------------------------------------------------------------------------- Top Sidebar */

#top_sidebar {
    padding: 20px 20px 0;
    overflow: hidden;
    position: relative;
}

.top_sidebar_divider {
    border-bottom: 1px solid #ececec;
    background: rgba(0, 0, 0, .01);
    padding-bottom: 6px;
    margin-bottom: -6px;
    position: relative;
    -pie-background: rgba(0, 0, 0, .01);
}

/* -------------------------------------------------------------------------------- Middle */

#middle {
    background: rgba(0, 0, 0, 0.03);
    -pie-background: rgba(0, 0, 0, 0.03);
    width: 982px;
    padding: 9px;
    margin: -29px auto 0;
    overflow: hidden;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.middle_inner {
    background: #ffffff;
    border: 1px solid #d4d4d3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
}

.headline {
    border-bottom: 1px solid #ececec;
    padding: 16px 20px 15px;
}

    .headline h3 {
        line-height: 1em;
        padding: 0;
        margin: 0;
    }

    .headline img {
        margin-right: 15px;
    }

    .headline span {
        font-size: 10px;
        text-transform: uppercase;
    }

.cont_nav {
    border-bottom: 1px solid #ececec;
    font-size: 11px;
    padding: 9px 20px 10px;
}

.one_first {
    width: 100%;
    padding-bottom: 20px;
}

.one_half {
    width: 49%;
    float: left;
    padding-right: 2%;
    padding-bottom: 20px;
}

    .one_half.last {
        width: 49%;
        float: right;
        padding-right: 0;
    }

.one_third {
    width: 32%;
    float: left;
    padding-right: 2%;
    padding-bottom: 20px;
}

    .one_third.last {
        width: 32%;
        float: right;
        padding-right: 0;
    }

.two_third {
    width: 66%;
    float: left;
    padding-right: 2%;
    padding-bottom: 20px;
}

    .two_third.last {
        width: 66%;
        float: right;
        padding-right: 0;
    }

.one_fourth {
    width: 23.5%;
    float: left;
    padding-right: 2%;
    padding-bottom: 20px;
}

    .one_fourth.last {
        width: 23.5%;
        float: right;
        padding-right: 0;
    }

.three_fourth {
    width: 74.5%;
    float: left;
    padding-right: 2%;
    padding-bottom: 20px;
}

    .three_fourth.last {
        width: 74.5%;
        float: right;
        padding-right: 0;
    }

    .one_half + .one_half,
    .one_third + .two_third,
    .two_third + .one_third,
    .one_third + .one_third + .one_third,
    .one_fourth + .one_fourth + .one_half,
    .one_fourth + .one_half + .one_fourth,
    .one_half + .one_fourth + .one_fourth,
    .one_fourth + .three_fourth,
    .three_fourth + .one_fourth,
    .one_fourth + .one_fourth + .one_fourth + .one_fourth {
        float: right;
        padding-right: 0;
    }

/* -------------------------------------------------------------------------------- Content */

.content_wrap {
    background: url(../images/content_sep.png) repeat-y 640px 0;
}

    .content_wrap.left_sidebar {
        background-position: 339px 0;
    }

        .content_wrap.left_sidebar #content {
            float: right;
        }

#content {
    width: 600px;
    padding: 20px;
    float: left;
    /*position:relative;*/
    overflow: hidden;
    min-height: 500px;
}

#content-full {
    width: 940px;
    padding: 20px;
    background-color: white;
    float: left;
    /*position:relative;*/
    overflow: hidden;
    min-height: 500px;
}

#content.fr {
    float: right;
}

.sitemap {
    margin-bottom: 0;
}

    .sitemap ul {
        margin: 0 0 0 20px;
    }

    .sitemap li {
        list-style: none;
    }

        .sitemap li a {
            background: url(../images/arrow.png) no-repeat 3px 12px;
            line-height: 30px;
            display: inline-block;
            padding-left: 15px;
        }

    .sitemap.navigation_menu > li:first-child > a {
        margin-top: 0;
    }

    .sitemap.navigation_menu > li > a {
        background: none;
        font-size: 18px;
        padding-left: 0;
        margin-top: 20px;
    }

    .sitemap.navigation_menu > li > ul {
        margin-left: 0;
    }

/* -------------------------------------------------------------------------------- Middle Content */

#middle_content {
    padding: 20px;
    overflow: hidden;
    position: relative;
}

/* -------------------------------------------------------------------------------- Sidebar */

#sidebar {
    width: 300px;
    padding: 20px;
    float: right;
    position: relative;
    overflow: hidden;
}

    #sidebar.fl {
        float: left;
    }

    #sidebar .one_half,
    #sidebar .one_half.last,
    #sidebar .one_third,
    #sidebar .one_third.last,
    #sidebar .two_third,
    #sidebar .two_third.last,
    #sidebar .one_fourth,
    #sidebar .one_fourth.last,
    #sidebar .three_fourth,
    #sidebar .one_fourth.last {
        width: auto;
        float: none;
        padding-right: 0;
    }

        #sidebar .one_half + .one_half,
        #sidebar .one_third + .two_third,
        #sidebar .two_third + .one_third,
        #sidebar .one_third + .one_third + .one_third,
        #sidebar .one_fourth + .one_fourth + .one_half,
        #sidebar .one_fourth + .one_half + .one_fourth,
        #sidebar .one_half + .one_fourth + .one_fourth,
        #sidebar .one_fourth + .three_fourth,
        #sidebar .three_fourth + .one_fourth,
        #sidebar .one_fourth + .one_fourth + .one_fourth + .one_fourth {
            float: none;
        }

/* -------------------------------------------------------------------------------- Middle Sidebar */

.middle_sidebar {
    padding: 30px 20px 20px;
    position: relative;
    overflow: hidden;
}

.middle_sidebar_divider {
    border-bottom: 1px solid #ececec;
    background: rgba(0, 0, 0, .01);
    -pie-background: rgba(0, 0, 0, .01);
    padding-top: 6px;
    margin-top: -6px;
    position: relative;
}

/* -------------------------------------------------------------------------------- Bottom */

#bottom {
    /*background:#f6f5f5;
	padding-top:78px;
	margin-top:-78px;*/
    height: 30px;
}

.bottom_inner {
    width: 940px;
    padding: 23px 0 20px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

/* -------------------------------------------------------------------------------- Footer */

#footer {
    background-color: #d9d9d8;
    width: 100%;
    height: 110px;
    position: absolute;
    bottom: 0;
}

.footer_inner {
    width: 940px;
    padding: 20px;
    margin: 0 auto;
}

#footer .social_list {
    margin: 2px 0 0 20px;
}

.social_list li {
    list-style: none;
    float: left;
    margin: 0 4px;
}

#footer p {
    padding: 0;
}

/* -------------------------------------------------------------------------------- Shortcodes */

.alignleft {
    float: left;
    margin: 0 20px 15px 0;
}

.alignright {
    float: right;
    margin: 0 0 15px 20px;
}

.aligncenter {
    margin: 0 auto;
}

.divider {
    border-top: 1px solid #ececec;
    padding-bottom: 17px;
}

.with_arrow {
    background: url(../images/arrow.png) no-repeat 0 50%;
    padding-left: 13px;
}

.tooltip {
    border: 1px solid #dedede;
    border: 1px solid rgba(255, 255, 255, .3);
    background: #010101;
    background: rgba(0, 0, 0, .8);
    -pie-background: rgba(0, 0, 0, .8);
    color: #fefefe;
    font-size: 12px;
    display: none;
    padding: 3px 10px;
    margin: 0 0 20px;
    z-index: 999;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 300px;
}

.divider a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 10px;
    margin-top: -18px;
}

.wp-caption {
    display: block;
    box-shadow: 0 0 1px #b3b3b3;
    -moz-box-shadow: 0 0 1px #b3b3b3;
    -webkit-box-shadow: 0 0 1px #b3b3b3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.wp-caption-text {
    background-color: #ffffff;
    text-align: center;
    padding-bottom: 4px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#middle .wp-caption img {
    background-color: #ffffff;
    padding: 4px;
    box-shadow: none;
}

#middle img,
#bottom img {
    box-shadow: 0 0 1px #b3b3b3;
    -moz-box-shadow: 0 0 1px #b3b3b3;
    -webkit-box-shadow: 0 0 1px #b3b3b3;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#middle .jp-video,
#bottom .jp-video {
    margin-bottom: 15px;
}

#middle .blog .post.format-video .jp-video {
    margin-bottom: 0;
}

#middle .jp-video img,
#bottom .jp-video img,
#middle .no_border,
#bottom .no_border,
#middle #top img,
#middle .twtr-widget img,
#bottom .twtr-widget img {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.caption img {
    display: block;
}

.caption figcaption {
    background-color: #ffffff;
    text-align: center;
}

.table {
    width: 100%;
    margin-bottom: 18px;
}

    .table thead th {
        color: #ffffff;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
        font: 18px/18px "Varela Round", Helvetica, Arial, sans-serif;
        padding: 10px 0 10px 20px;
    }

    .table tbody td {
        border-bottom: 1px solid #ffffff;
        background-color: #fafafa;
        padding: 10px 0 10px 20px;
    }

    .table tfoot td {
        background: none;
        padding: 10px 0 10px 20px;
    }

span.dropcap {
    float: left;
    font-size: 34px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 5px;
    padding: 0 13px;
}

span.dropcap2 {
    color: #FFFFFF;
    font-size: 26px;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    width: 38px;
    float: left;
    margin: 0 8px -5px;
    border-radius: 19px;
    -moz-border-radius: 19px;
    -webkit-border-radius: 19px;
}

q, blockquote {
    float: left;
    padding: 0 0 0 35px;
    margin: 0;
    position: relative;
    vertical-align: baseline;
}

    q:before, blockquote:before {
        content: '\201C';
        font-size: 72px;
        line-height: 1em;
        display: block;
        padding: 0;
        position: absolute;
        top: -7px;
        left: 0;
    }

    q:after, blockquote:after {
        clear: both;
    }

code {
    background: #fafafa;
    padding: 10px 15px;
    position: relative;
}

    code:before {
        content: "code";
        color: #ffffff;
        font-size: 10px;
        text-align: center;
        text-transform: uppercase;
        display: block;
        float: left;
        padding: 2px 8px;
        margin-top: -7px;
        position: relative;
    }

    code:after {
        clear: both;
    }

.togg {
    overflow: hidden;
    position: relative;
}

    .togg .tog {
        background: url(../images/toggle.png) no-repeat 7px 0px;
        text-decoration: none;
        display: block;
        padding: 0 0 16px 38px;
    }

        .togg .tog.current {
            background-position: 7px -41px;
        }

    .togg .tab_content {
        padding: 0 0 16px 38px;
    }

.accordion {
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
}

    .accordion .tog.button_large {
        display: block;
        padding-left: 6px;
        margin-bottom: 2px;
    }

        .accordion .tog.button_large span {
            background: url(../images/accordion.png) no-repeat 0 0;
            padding: 0 0 0 25px;
        }

        .accordion .tog.button_large.current span {
            background-position: 0 -41px;
        }

    .accordion .tab_content {
        padding: 15px 0;
        overflow: hidden;
        position: relative;
    }

.related_posts ul li a,
.tabs li a {
    border: 1px solid transparent;
    border-bottom: none;
    text-align: center;
    padding: 7px 20px 12px;
    margin-right: 2px;
    display: block;
    position: relative;
    z-index: 2;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

    .related_posts ul li a.current,
    .tabs li a.current {
        border: 1px solid #dddddd;
        border-bottom: none;
        text-decoration: none;
        background-color: #ffffff;
        padding-bottom: 16px;
    }

.related_posts ul,
.tabs {
    list-style: none;
    margin-bottom: -1px;
    overflow: hidden;
}

    .related_posts ul li,
    .tabs li {
        display: block;
        float: left;
    }

.tab {
    margin-bottom: 18px;
    overflow: hidden;
    position: relative;
}

.tab_content {
    width: 100%;
    z-index: 1;
}

.related_posts_content,
.tabs_tab {
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 20px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.related_posts_content {
    display: block;
}

.related_posts {
    border-top: 1px solid #ececec;
    padding-top: 20px;
    margin-bottom: 30px;
}

.latest_news li:first-child {
    margin: 0;
}

.latest_news li {
    list-style: none;
    margin-top: 30px;
}

    .latest_news li p {
        padding-bottom: 0;
    }

.blog.short,
.portfolio_container.short {
    position: relative;
}

    .blog.short .post header .entry-title,
    .portfolio_container.short .portfolio header .entry-title {
        padding: 0;
        margin: 14px 0 7px;
    }

    .blog.short .post .post_category,
    .portfolio_container.short .portfolio .post_category {
        font-size: 10px;
        text-decoration: none;
        text-transform: uppercase;
    }

    .blog.short .post header,
    .portfolio_container.short .portfolio header {
        margin: 0;
    }

    .blog.short .post footer,
    .portfolio_container.short .portfolio footer {
        border: none;
        padding: 0;
        margin-bottom: 7px;
    }

    .blog.short .post .published,
    .portfolio_container.short .portfolio .published {
        border: none;
        background: none;
        font-size: 10px;
        line-height: 18px;
        text-transform: uppercase;
        text-shadow: none;
        height: auto;
        position: relative;
        top: auto;
        left: auto;
        padding: 0;
        margin-bottom: 2px;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

.google_map {
    margin-bottom: 18px;
}

.tour_content {
    overflow: hidden;
    position: relative;
    margin-bottom: 18px;
}

.tour {
    width: 25%;
    padding-right: 2%;
    float: left;
}

    .tour li:first-child {
        border: none;
    }

    .tour li {
        border-top: 1px solid #ececec;
        background: url(../images/arrow.png) no-repeat 95% 50%;
        line-height: 38px;
    }

        .tour li a {
            display: block;
        }

        .tour li.current a {
            text-decoration: none;
        }

.tour_box {
    width: 73%;
    float: right;
    display: none;
    overflow: hidden;
    position: relative;
}

.tour_box_inner {
    border: 1px solid #ececec;
    padding: 20px;
    overflow: hidden;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* -------------------------------------------------------------------------------- Buttons */

.button,
.button_medium,
.button_large {
    border: 1px solid #ececec;
    border: 1px solid rgba(0, 0, 0, .1);
    background: url(../images/button.png) repeat-x 0 0;
    color: #ffffff;
    font-size: 13px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
    text-decoration: none;
    line-height: 18px;
    display: inline-block;
    padding: 5px 10px;
    margin: 0 0 5px;
    margin: 0px 10px 0px 0px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    -webkit-transition: background-position 0.3s ease-in-out;
    -moz-transition: background-position 0.3s ease-in-out;
    -o-transition: background-position 0.3s ease-in-out;
    -ms-transition: background-position 0.3s ease-in-out;
    transition: background-position 0.3s ease-in-out;
}

.button_medium {
    background: url(../images/but_medium.png) repeat-x 0 0;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 15px 8px 15px;
}

.button_large {
    background: url(../images/but_big.png) repeat-x 0 0;
    height: 18px;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 15px;
}

    .button span,
    .button_large span {
        background: url(../images/arrow_right.png) no-repeat right 50%;
        padding-right: 20px;
    }


.button_medium span {
    background: url(../images/arrow_right.png) no-repeat right 50%;
    padding-right: 15px;
}

.button:hover,
.button_medium:hover,
.button_large:hover {
    background-position: 0 -20px;
    color: #ffffff;
}

.box {
    margin: 0 0 18px;
}

    .box table {
        width: 100%;
    }

        .box table td p {
            padding: 0 20px 0 0;
        }

        .box table td {
            text-align: left;
            padding: 25px 0;
        }

            .box table td:first-child {
                width: 80px;
            }

    .box.warning_box {
        background: #f4b100;
        background: rgba(244, 177, 0, .25);
        border: 1px solid rgba(244, 177, 0, .4);
    }

    .box.success_box, .box.success_box_noicon {
        background: #81d348;
        background: rgba(129, 211, 72, .25);
        border: 1px solid rgba(129, 211, 72, .4);
    }

    .box.notice_box {
        background: #5aa6ea;
        background: rgba(90, 166, 234, .25);
        border: 1px solid rgba(90, 166, 234, .4);
    }

    .box.error_box {
        background: #f2dede;
        border: 1px solid #a94442;
        font-size: 15px;
    }

.error_box h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    color: #707070;
    font: 17px/22px "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-weight: bold !important;
}

.box.download_box {
    background: #43f270;
    background: rgba(67, 242, 112, .25);
    border: 1px solid rgba(67, 242, 112, .4);
}

.box.error_box table td:first-child {
    background: url(../images/error.png) center center no-repeat;
}

.box.success_box table td:first-child {
    background: url(../images/success.png) center center no-repeat;
}

.box.success_nobox table td:first-child {
    background: none;
}

.box.notice_box table td:first-child {
    background: url(../images/notice.png) center center no-repeat;
}

.box.warning_box table td:first-child {
    background: url(../images/warning.png) center center no-repeat;
}

.box.download_box table td:first-child {
    background: url(../images/download.png) center center no-repeat;
}

.box.css_box {
    border: 1px solid #ececec;
    padding: 25px;
}

    .box.css_box p {
        padding: 0;
    }

/* -------------------------------------------------------------------------------- Widgets */

.widget_links li {
    list-style: none;
}

.widgettitle {
    margin-bottom: 15px;
}

.widget {
    position: relative;
}

    .widget ul {
        margin-bottom: 0;
    }

.widget_links li a {
    background: url(../images/arrow.png) no-repeat 0 50%;
    line-height: 30px;
    padding-left: 13px;
    display: block;
}

.widget_custom_flickr_entries .flickr_badge_image a {
    display: block;
}

.widget_custom_flickr_entries .flickr_badge_image {
    margin: 0 7px 7px 0;
    float: left;
}

#sidebar .widget_custom_flickr_entries .wrap {
    padding-bottom: 15px;
    overflow: hidden;
}

.widget_custom_testimonials_entries .wrap {
    border: 1px solid #ececec;
    position: relative;
    padding: 20px;
    margin-bottom: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .widget_custom_testimonials_entries .wrap:before {
        border-top: 17px solid #ececec;
        border-right: 17px solid transparent;
        content: '';
        display: block;
        position: absolute;
        bottom: -17px;
        right: 54px;
    }

    .widget_custom_testimonials_entries .wrap:after {
        border-top: 15px solid #ffffff;
        border-right: 15px solid transparent;
        content: '';
        display: block;
        position: absolute;
        bottom: -15px;
        right: 55px;
    }

    .widget_custom_testimonials_entries .wrap p {
        padding: 0;
    }

.widget_custom_testimonials_entries .test_site,
.widget_custom_testimonials_entries .test_name {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
}

.widget_custom_comments_entries ul li:first-child,
.widget_custom_popular_entries ul li:first-child {
    margin-top: 0;
}

.widget_custom_comments_entries ul li,
.widget_custom_popular_entries ul li {
    list-style: none;
    margin-top: 30px;
    overflow: hidden;
}

    .widget_custom_comments_entries ul li .published,
    .widget_custom_popular_entries ul li .published,
    .widget_custom_tweets_entries ul li .published {
        text-transform: uppercase;
        display: block;
    }

.widget_custom_tweets_entries ul li .published {
    background: url(../images/icon_tweet.png) no-repeat 11px 5px;
    padding: 0 0 5px 58px;
}

.widget_custom_tweets_entries ul li .tweet_content {
    border: 1px solid #ececec;
    background-color: #ffffff;
    position: relative;
    padding: 15px 20px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

    .widget_custom_tweets_entries ul li .tweet_content:before {
        content: '';
        border-bottom: 10px solid #ececec;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        position: absolute;
        top: -10px;
        left: 37px;
    }

    .widget_custom_tweets_entries ul li .tweet_content:after {
        content: '';
        border-bottom: 8px solid #ffffff;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        position: absolute;
        top: -8px;
        left: 37px;
    }

.widget_custom_tweets_entries ul li {
    list-style: none;
    margin-bottom: 20px;
}

    .widget_custom_tweets_entries ul li .tweet_content p,
    .widget_custom_comments_entries ul li p,
    .widget_custom_popular_entries ul li p {
        padding-bottom: 0;
    }

#bottom .widget_custom_contact_form_entries input[type="text"],
#bottom .widget_custom_contact_form_entries textarea {
    border: 1px solid #c8c8c8;
    background-color: #e4e4e4;
    margin-bottom: 5px;
}

.widget_custom_contact_form_entries textarea {
    min-height: 100px;
    resize: vertical;
}

.widget_custom_contact_form_entries .form_info {
    padding-bottom: 3px;
}

.widget_custom_contact_form_entries .button {
    margin: 10px 0;
}

.widget_custom_contact_form_entries .form_info label {
    font-size: 10px;
    text-transform: uppercase;
    padding: 0 0 6px;
}

.widgetinfo {
    border: 1px solid #ececec;
    background: #ffffff;
    color: #0060A8;
    text-align: center;
    display: none;
    padding: 5px 10px;
    margin: 0 0 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.loading {
    background: url(../images/loader.gif) no-repeat 0 0;
    width: 32px;
    height: 32px;
    position: relative;
    margin-top: 10px;
    float: right;
    opacity: 0;
    filter: alpha(opacity=0);
}

.widget_custom_portfolio_entries .project_title {
    margin: 15px 0;
}

.widget_custom_portfolio_entries li {
    display: none;
}

.search_line {
    border: 1px solid #ececec;
    background-color: #ffffff;
    height: 23px;
    width: 198px;
    clear: both;
}

    .search_line p {
        padding: 0;
    }

    .search_line input[type="text"] {
        border: none;
        background-color: transparent;
        height: auto;
        width: 75%;
        float: left;
        padding: 4px;
        margin: 0;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }

    .search_line input[type="submit"] {
        background: url(../images/search.png) no-repeat 0 center;
        cursor: pointer;
        font-size: 1px;
        width: 13px;
        height: 23px;
        float: right;
        margin: 0 8px;
        overflow: hidden;
        position: relative;
        text-indent: -9999px;
    }

.error {
    text-align: center;
    padding-bottom: 70px;
}

    .error h1 {
        font-size: 24.6em;
        line-height: 1em;
        padding: 40px 0 30px;
    }

    .error .search_line {
        margin: 10px auto 30px;
    }

/* -------------------------------------------------------------------------------- Blog */

.post .published {
    border: 1px solid #cecece;
    border: 1px solid rgba(0, 0, 0, .1);
    background: url(../images/date_grad.png) repeat-x 0 0;
    color: #ffffff;
    font-size: 30px;
    height: 35px;
    padding: 10px 20px 11px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -8px;
    left: -1px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 0 5px 0 5px;
    -moz-border-radius: 0 5px 0 5px;
    -webkit-border-radius: 0 5px 0 5px;
    z-index: 9;
}

.post.format-aside .published,
.post.format-link .published,
.post.format-quote .published,
.post.format-gallery .published,
.post.format-video .published,
.post.format-audio .published {
    top: -13px;
}

header .post_img + .post_img_bot .published {
    top: -13px;
}

.blog .post {
    margin-bottom: 55px;
}

.blog.short .post,
.portfolio_container.short .portfolio {
    margin-bottom: 10px;
}

.post header {
    margin-bottom: 35px;
}

    .post header .entry-title {
        padding-bottom: 15px;
    }

figure a {
    display: block;
}

.post footer {
    overflow: hidden;
}

.post_img .border_img,
.post_img .border_img_slide {
    border-bottom: none;
    display: block;
    padding: 5px 5px 0 5px;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.border_img a {
    display: block;
}

.post_info {
    padding: 0 60px 0 165px;
}

.post_img .border_img .border_img_inner,
.post_img .border_img_slide .border_img_inner {
    padding-bottom: 0;
}

.user_name, .category_name {
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
}

.user_name {
    background: url(../images/icon_user.png) no-repeat 0 0;
}

.category_name {
    background: url(../images/icon_category.png) no-repeat 0 0;
}

.comments_number {
    background: url(../images/icon_comment.png) no-repeat 0 3px;
    font-size: 10px;
    text-decoration: none;
    float: right;
    padding: 0 17px 0 20px;
    margin-top: 1px;
}

    .comments_number:hover {
        background-position: 0 -30px;
    }

.user_name:hover,
.category_name:hover {
    background-position: 0 -32px;
}

header .post_img + .post_img_bot,
header iframe + .post_img_bot,
.jp-video + .post_img_bot,
.jp-audio + .post_img_bot {
    padding-top: 0;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

header iframe {
    display: block;
    position: relative;
    z-index: 8;
}

.post_img_bot {
    border: 1px solid #ececec;
    background-color: #f7f7f7;
    position: relative;
    padding: 5px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-bottom: 15px;
}

.post_img_bot_inner {
    /*background-color:#fcfcfc;*/
    padding: 9px 9px;
    overflow: hidden;
    text-align: left;
}

.img_wrapper {
    position: relative;
}

    .img_wrapper img {
        opacity: 1;
    }

.blog .post footer {
    border-top: 1px solid #ececec;
    padding-top: 9px;
    overflow: hidden;
}

.tags {
    width: 70%;
    float: left;
    margin: 7px 0 0;
}

    .tags li {
        list-style: none;
        float: left;
        padding: 0 15px 0 5px;
    }

        .tags li a {
            background: url(../images/icon_tag.png) no-repeat 0 3px;
            text-decoration: none;
            padding-left: 15px;
        }

            .tags li a:hover {
                background-position: 0 -29px;
            }

.format-quote .post_img,
.format-link .post_img,
.format-aside .post_img {
    border: 1px solid #ececec;
    border-bottom: none;
    background-color: #f8f8f8;
    position: relative;
    padding: 5px 5px 0 5px;
    border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}

.format-quote .aside,
.format-link .aside,
.format-aside .aside {
    background-color: #ffffff;
    overflow: hidden;
    padding: 13px 13px 23px;
}

.aside h3,
.aside h4 {
    margin: 0;
}

.format-link .aside h3 {
    background: url(../images/icon_link.png) no-repeat 0 50%;
    padding-left: 30px;
}

.format-quote blockquote:before {
    color: #e5e5e5;
}

.format-quote .post_img .aside blockquote,
.format-aside .post_img .aside h5 {
    line-height: 30px;
}

.project_navi {
    border-top: 1px solid #ececec;
    padding: 20px 0;
    margin-top: 30px;
}

    .project_navi .prev {
        background: url(../images/arrow_left.png) no-repeat 0 50%;
        padding-left: 17px;
    }

    .project_navi .next {
        background: url(../images/arrow.png) no-repeat 100% 50%;
        float: right;
        padding-right: 17px;
    }

.wp-pagenavi {
    padding: 10px 0;
    overflow: hidden;
}

    .wp-pagenavi span.current {
        border: 1px solid #d2d2d2;
        background-color: #e5e5e5;
        padding: 3px 7px;
        margin: 0 2px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
    }

    .wp-pagenavi a {
        border: 1px solid #ececec;
        border: 1px solid rgba(0, 0, 0, 0.1);
        background: url(../images/button.png) repeat-x 0 0;
        color: #ffffff;
        text-decoration: none;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
        padding: 3px 7px;
        margin: 0 2px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
        -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
        box-shadow: 0 2px 0 rgba(0, 0, 0, .05);
    }

        .wp-pagenavi a:hover {
            background-image: none;
            color: #ffffff;
        }

.cmsmsLike {
    border: 1px solid #d3d3d3;
    background: #e5e5e5 url(../images/heart.png) no-repeat 5px 7px;
    text-decoration: none;
    display: block;
    height: 24px;
    width: 24px;
    float: left;
    margin: -3px 60px 0 0;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -webkit-transition: background-color 0.5s ease, border-color 0.5s ease;
    -moz-transition: background-color 0.5s ease, border-color 0.5s ease;
    -o-transition: background-color 0.5s ease, border-color 0.5s ease;
    -ms-transition: background-color 0.5s ease, border-color 0.5s ease;
    transition: background-color 0.5s ease, border-color 0.5s ease;
}

    .cmsmsLike span {
        line-height: 24px;
        margin-left: 34px;
    }

.cmsms_social {
    display: none;
    margin-top: 18px;
    overflow: hidden;
}

.cmsms_share {
    margin: 18px 0 0;
}

.cmsms_social a {
    display: inline-block;
    padding: 5px 10px 0 2px;
}

.share_posts {
    border-top: 1px solid #ececec;
    padding: 20px 0;
}

.about_author {
    border-top: 1px solid #ececec;
    padding: 20px 0;
}

    .about_author h3 {
        margin-bottom: 0;
    }

    .about_author p {
        padding-bottom: 0;
    }

#comments {
    border-top: 1px solid #ececec;
    padding-top: 20px;
}

.commentlist li {
    list-style: none;
}

.commentlist ul {
    padding-left: 45px;
    margin-bottom: 0;
}

.commentlist li .border_img.alignleft {
    margin-right: 10px;
}

.com_box {
    border: 1px solid #ececec;
    background: #ffffff;
    padding: 14px 20px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.comment-body {
    padding-left: 10px;
    overflow: hidden;
}

.com_box:before, .com_box:after {
    content: '';
    position: absolute;
}

.com_box:after {
    border-top: 10px solid #ffffff;
    border-left: 10px solid transparent;
    left: -10px;
    top: 20px;
}

.com_box:before {
    border-top: 12px solid #ececec;
    border-left: 12px solid transparent;
    left: -12px;
    top: 19px;
}

.com_info {
    padding-bottom: 8px;
}

.com_box p {
    padding-bottom: 16px;
}

/* -------------------------------------------------------------------------------- Portfolio */

.portfolio_container {
    margin-right: -1.9%;
    position: relative;
}

    .portfolio_container .portfolio figure {
        padding: 1px;
    }

.project .resize {
    clear: both;
}

    .project .resize figure,
    .portfolio_container .portfolio {
        float: left;
    }

.project.one_block .resize figure {
    float: none;
}

.project.four_blocks .resize figure,
.project.three_blocks .resize figure,
.project.two_blocks .resize figure,
.portfolio_container.four_blocks .portfolio,
.portfolio_container.three_blocks .portfolio,
.portfolio_container.two_blocks .portfolio {
    padding-right: 2%;
    padding-bottom: 20px;
}

.project.four_blocks .resize figure {
    width: 23.5%;
}

.project.three_blocks .resize figure {
    width: 32%;
}

.project.two_blocks .resize figure {
    width: 49%;
}

.portfolio_container.four_blocks .portfolio {
    width: 23%;
}

.portfolio_container.three_blocks .portfolio {
    width: 31.3%;
}

.portfolio_container.two_blocks .portfolio {
    width: 48%;
}

.project.four_blocks header,
.project.three_blocks header,
.project.two_blocks header {
    margin-bottom: 0;
}

.portfolio_container.one_block .portfolio {
    width: 100%;
    margin-bottom: 30px;
}

.portfolio_container.one_block .portfolio,
.project.four_blocks .resize figure + figure + figure + figure,
.project.three_blocks .resize figure + figure + figure,
.project.two_blocks .resize figure + figure,
.project.one_block .resize figure {
    padding-right: 0;
}

.portfolio_container.four_blocks .portfolio .entry-title {
    margin: 12px 0 8px;
}

.portfolio_container.three_blocks .portfolio .entry-title,
.portfolio_container.two_blocks .portfolio .entry-title {
    margin: 17px 0 8px;
}

.portfolio_container.one_block .portfolio .entry-title {
    margin: 21px 0 6px;
}

.portfolio_container .portfolio .post_category {
    margin-bottom: 14px;
}

.portfolio_container.short .portfolio .post_category {
    margin-bottom: 0;
}

.portfolio_container.one_block .portfolio .entry-content {
    margin-bottom: 20px;
}

.portfolio_container.one_block .portfolio figure.fullwidth {
    max-width: 63%;
    min-width: 63%;
}

.portfolio_container.one_block .portfolio .port_text {
    max-width: 33%;
    min-width: 33%;
    float: left;
    padding-left: 2%;
}

.pj_sort {
    border-bottom: 1px solid #ececec;
    height: 30px;
    padding: 14px 20px;
    position: relative;
}

.p_options_loader {
    background: url(../images/loader_white.gif) no-repeat 0 0;
    display: block;
    width: 160px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.p_options_block {
    padding: 0;
    display: none;
    position: absolute;
    right: 0;
    top: 15px;
    z-index: 29;
    opacity: 1;
    filter: alpha(opacity=100);
}

.p_sort_block {
    float: left;
}

    .p_sort_block p {
        margin-left: 10px;
    }

.p_options_block a:hover {
    text-decoration: none;
}

.p_sort {
    float: right;
    padding: 0 20px 0 0;
    position: relative;
}

    .p_sort a[name="p_date"] {
        display: block;
        float: left;
    }

        .p_sort a[name="p_name"] span,
        .p_sort a[name="p_date"] span {
            background: url(../images/sort_arrow.png) no-repeat right 3px;
            padding-right: 25px;
        }

    .p_sort a.current,
    .p_sort a.current.reversed {
        color: #ffffff;
    }

        .p_sort a.current.reversed[name="p_name"] span,
        .p_sort a.current.reversed[name="p_date"] span {
            background-position: right -28px;
        }

        .p_sort a.current.reversed[name="p_name"],
        .p_sort a.current.reversed[name="p_date"],
        .p_sort a.current[name="p_name"],
        .p_sort a.current[name="p_date"] {
            background-image: none;
        }

    .p_sort a[name="p_name"] {
        margin-right: 10px;
        display: block;
        float: left;
    }

div.p_filter,
.p_filter_container {
    position: relative;
    z-index: 29;
}

div.p_filter {
    float: right;
    padding: 0 10px 0 0;
}

a.p_cat_filter {
    display: block;
    position: relative;
    z-index: 31;
}

    a.p_cat_filter span {
        background: url(../images/sort_arrow.png) no-repeat right 3px;
        display: block;
        width: 110px;
        padding-right: 25px;
    }

    a.p_cat_filter:hover span {
        background-position: right -28px;
    }

.p_filter_container ul.p_filter {
    background: #444444;
    list-style: none;
    display: block;
    width: 157px;
    overflow: hidden;
    position: absolute;
    top: 27px;
    left: 0;
    z-index: 30;
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.p_filter_container:hover ul.p_filter {
    opacity: 1;
    filter: alpha(opacity=100);
}

ul.p_filter li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 144px;
    height: 0;
    padding: 0 0 0 10px;
    z-index: 30;
    -webkit-transition: height 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease;
    -moz-transition: height 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease;
    -o-transition: height 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease;
    -ms-transition: height 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease;
    transition: height 0.5s ease, padding-top 0.5s ease, padding-bottom 0.5s ease;
}

.p_filter_container:hover ul.p_filter li a {
    height: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
}

ul.p_filter li.current a, ul.p_filter li a:hover {
    display: block;
    height: 20px;
}

ul.p_filter li:first-child {
    padding-top: 6px;
}

ul.p_filter li {
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 30;
}

.p_date {
    display: none;
}

.project header {
    margin-bottom: 20px;
}

.project footer {
    overflow: hidden;
}

.project .project_meta {
    border-top: 1px solid #ececec;
    background-color: #fcfcfc;
    padding: 10px 0 10px 20px;
    margin: 20px 0;
    overflow: hidden;
    position: relative;
}

    .project .project_meta .post_info {
        width: 60%;
        padding: 0;
    }

    .project .project_meta .published {
        background: url(../images/icon_calendar.png) no-repeat 0 3px;
        font-size: 10px;
        text-transform: uppercase;
        float: left;
        padding: 0 35px 0 25px;
        margin-top: 1px;
    }

.preloader img {
    opacity: 0;
    filter: alpha(opacity=0);
}

/* -------------------------------------------------------------------------------- Form builder */

select {
    border: 1px solid #d3d3d3;
    background-color: #ffffff;
    height: 30px;
    line-height: 20px;
    width: 97%;
    padding: 5px 4px;
    margin: 0 0 3px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

option {
    background-color: #ffffff;
    border: none;
    height: 20px;
    padding: 0;
    margin: 0;
}

.form_info {
    padding-bottom: 15px;
}

span.db {
    font-size: .915em;
}

#commentform {
    padding-top: 20px;
}

input[type="text"],
input[type="password"],
textarea {
    border: 1px solid #d3d3d3;
    background-color: #ffffff;
    height: 20px;
    width: 95%;
    padding: 5px 4px;
    margin: 0 0 3px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#commentform input[type="text"] {
    width: 60%;
    float: left;
}

#commentform textarea {
    width: 95%;
}

#commentform p {
    overflow: hidden;
    clear: both;
}

#commentform input[type="text"] + label {
    line-height: 32px;
    float: left;
    padding-left: 16px;
}

#commentform textarea,
textarea {
    min-height: 100px;
    resize: vertical;
}


label {
    padding-bottom: 11px;
}


div.radio + label {
    display: inline;
    margin-left: 7px;
    margin-right: 15px;
}


.long_field {
    width: 96% !important;
    min-width: 265px;
}

.medium_field {
    width: 56% !important;
    min-width: 265px;
}

.table_header_field {
    width: 59% !important;
    min-width: 265px;
}

    .table_header_field td {
        width: 50% !important;
    }

.table_field {
    width: 90% !important;
    min-width: 128px;
}

.short_field {
    width: 25% !important;
    min-width: 160px;
}

.tiny_field {
    width: 11% !important;
    min-width: 95px;
}

.tiny_tiny_field {
    width: 6% !important;
    min-width: 65px;
}


.field_uppercase {
    text-transform: uppercase;
}

/* -------------------------------------------------------------------------------- Accordion Slider */

.accordionSlider {
    list-style: none;
    width: 980px;
    height: 400px;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.accordion_content_slider {
    background: url(../images/loader.gif) 50% 50% no-repeat;
}

.accordionSlider li {
    display: block;
    width: 980px;
    height: 400px;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    z-index: 200;
}

    .accordionSlider li span.overlay {
        display: block;
        width: 20px;
        height: 400px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 200;
    }

.accordionSlider.vertical li span.overlay {
    width: 980px;
    height: 20px;
    left: 0;
}

.accordionSlider li .slide-description-short {
    background: #010101;
    color: #fefefe;
    padding: 20px 20px 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .8;
    filter: alpha(opacity=80);
}

.slide-description-short h1 {
    color: #ffffff;
}

.accordionSlider.vertical li .slide-description-short {
    padding: 10px 10px 0;
}

.accordionSlider li .slide-description {
    background: #010101;
    color: #fefefe;
    padding: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .8;
    filter: alpha(opacity=80);
}

    .accordionSlider li .slide-description p {
        padding: 0;
    }

    .accordionSlider li .slide-description .fr {
        margin-left: 30px;
    }

#slider.accordionSlider.sliderActive img {
    display: block;
}

#slider.accordionSlider a img {
    border: 0;
}

/* -------------------------------------------------------------------------------- Form Error */

.inputContainer {
    position: relative;
    float: left;
}

.formError {
    display: block;
    position: absolute;
    top: 300px;
    left: 300px;
    cursor: pointer;
    z-index: 5000;
}

.ajaxSubmit {
    border: 1px solid #999999;
    background: #55ea55;
    display: none;
    padding: 20px;
}

.formError .formErrorContent {
    border: 1px solid #333333;
    background: #000000;
    color: #ffffff;
    font-family: Tahoma;
    font-size: 11px;
    width: 150px;
    padding: 4px 10px;
    position: relative;
    z-index: 5001;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.greenPopup .formErrorContent {
    background: #33be40;
}

.blackPopup .formErrorContent {
    background: #393939;
    color: #ffffff;
}

.formError .formErrorArrow {
    width: 15px;
    margin: -2px 0 0 13px;
    position: relative;
    z-index: 5006;
}

.formError .formErrorArrowBottom {
    margin: 0 0 0 12px;
    top: 2px;
}

.formError .formErrorArrow div {
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    background: #000000;
    font-size: 0;
    line-height: 0;
    display: block;
    height: 1px;
    margin: 0 auto;
}

.greenPopup .formErrorArrow div {
    background: #33be40;
}

.blackPopup .formErrorArrow div {
    background: #393939;
    color: #ffffff;
}

.formError .formErrorArrow .line10 {
    border: 0;
    width: 15px;
}

.formError .formErrorArrow .line9 {
    border: 0;
    width: 13px;
}

.formError .formErrorArrow .line8 {
    width: 11px;
}

.formError .formErrorArrow .line7 {
    width: 9px;
}

.formError .formErrorArrow .line6 {
    width: 7px;
}

.formError .formErrorArrow .line5 {
    width: 5px;
}

.formError .formErrorArrow .line4 {
    width: 3px;
}

.formError .formErrorArrow .line3 {
    border-bottom: 0;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    width: 1px;
}

.formError .formErrorArrow .line2 {
    border: 0;
    background: #333333;
    width: 1px;
}

.formError .formErrorArrow .line1 {
    border: 0;
    background: #333333;
    width: 0;
}

.featuresTable
{
    max-width: 480px;
    margin: auto;
}

.featuresRow
{
    display: inline-flex;
    width: 100%;
}

.featuresCell
{
    width: 33%;
}

.featuresCellImage
{
    box-shadow: none !important;
    width: 100%;
    height: auto;
}

.integrationsTable
{
    max-width: 740px;
    margin: auto;
}

.PBGRow
{
    display: inline-block;
    width: 100%;
}

.PBGLeftColumn
{
    float: left;
    width: 49%;
}

.PBGRightColumn
{
    float: right;
    width: 49%;
}

.PBGHeaderHolder
{
    display: inline-block;
    width: 100%;
}

.PBGIcon1
{
    box-shadow: none !important;
    vertical-align: middle;
    margin: 18px 0px 18px 0px;
    float: left;
    padding-right: 5px;
}

.PBGIcon2
{
    box-shadow: none !important;
    vertical-align: middle;
    margin: 18px 0px 18px 0px;
    float: left;
    padding-right: 5px;
}

.PBGHeader
{
    width: 80%;
    min-width: 230px;
    float: left;
}

.featuresList
{
    display: inline-block;
    width: 46%;
    vertical-align: top;
}

.header,
#navigation li > a,
#middle,
#content,
#sidebar,
.bottom_inner,
.footer_inner,
.one_half,
.one_half.last,
.one_third,
.one_third.last,
.two_third,
.two_third.last,
.one_fourth,
.one_fourth.last,
.three_fourth,
.three_fourth.last,
.resizable_block,
.preloader,
.fullwidth,
.cmsms_slider_parent {
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
    -o-transition: width .3s ease-in-out;
    -ms-transition: width .3s ease-in-out;
}

    #middle.portfolio_page {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
    }

.resizable_block,
.preloader,
.fullwidth,
.colored_block,
.cmsms_slider_parent {
    transition: height .3s ease-in-out;
    -moz-transition: height .3s ease-in-out;
    -webkit-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    -ms-transition: height .3s ease-in-out;
}

.content_wrap {
    transition: background-position .3s ease-in-out;
    -moz-transition: background-position .3s ease-in-out;
    -webkit-transition: background-position .3s ease-in-out;
    -o-transition: background-position .3s ease-in-out;
    -ms-transition: background-position .3s ease-in-out;
}

.preloader {
    transition: padding-bottom .3s ease-in-out;
    -moz-transition: padding-bottom .3s ease-in-out;
    -webkit-transition: padding-bottom .3s ease-in-out;
    -o-transition: padding-bottom .3s ease-in-out;
    -ms-transition: padding-bottom .3s ease-in-out;
}

.error h1 {
    transition: font-size .3s ease-in-out, padding .3s ease-in-out;
    -moz-transition: font-size .3s ease-in-out, padding .3s ease-in-out;
    -webkit-transition: font-size .3s ease-in-out, padding .3s ease-in-out;
    -o-transition: font-size .3s ease-in-out, padding .3s ease-in-out;
    -ms-transition: font-size .3s ease-in-out, padding .3s ease-in-out;
}

/* -------------------------------------------------------------------------------- Responsive Slider */

.cmsms_slider_parent,
#slider {
    width: 980px;
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

#sidebar .cmsms_slider_parent,
#sidebar-slider {
    width: 305px;
    height: 280px;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
}

.responsiveSlider {
    text-align: left;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}

.cmsms_slider_parent > .responsiveSlider {
    width: 100%;
    height: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.responsiveSlider,
.responsiveSlider > li {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
}

.responsiveSlider {
    top: 0;
    left: 0;
}

    .responsiveSlider > li {
        top: 0;
        left: 100%;
        z-index: 1;
        opacity: 1 !important;
    }

    .responsiveSlider .slideCaption {
        width: 40%;
        padding: 25px 5px 25px 25px;
        position: absolute;
        top: 0;
        right: 50px;
        pointer-events: none;
    }

        .responsiveSlider .slideCaption > .slideCaptionInner {
            width: 100%;
            display: table-cell;
            vertical-align: middle;
        }

        .responsiveSlider .slideCaption a{
            pointer-events: all;
        }

    .responsiveSlider > li div.cmsms_img_pattern {
        background-position: 0 0;
        background-repeat: repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .responsiveSlider > li.video > a.cmsms_img_video {
        background: url(../images/video.png) 0 0 no-repeat;
        display: block;
        width: 100px;
        height: 100px;
        margin: -50px 0 0 -50px;
        position: absolute;
        top: 50%;
        left: 50%;
        cursor: pointer;
        opacity: 0.33;
        filter: alpha(opacity=33);
        -webkit-transition: opacity .5s ease-in-out;
        -moz-transition: opacity .5s ease-in-out;
        -ms-transition: opacity .5s ease-in-out;
        -o-transition: opacity .5s ease-in-out;
        transition: opacity .5s ease-in-out;
    }

        .responsiveSlider > li.video > a.cmsms_img_video:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

.cmsms_slider_parent .cmsms_slider_video {
    background: #000000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 150;
}

.cmsms_slider_parent a.cmsms_prev_slide,
.cmsms_slider_parent a.cmsms_next_slide {
    display: block;
    width: 70px;
    height: 100px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    z-index: 11;
}

.cmsms_slider_parent a.cmsms_prev_slide {
    left: 10px;
}

.cmsms_slider_parent a.cmsms_next_slide {
    right: 10px;
}

    .cmsms_slider_parent a.cmsms_prev_slide span,
    .cmsms_slider_parent a.cmsms_next_slide span,
    .cmsms_slider_parent a.cmsms_close_video {
        background-color: #ececec;
        width: 41px;
        height: 41px;
        display: block;
        overflow: hidden;
        position: absolute;
        border-radius: 20.5px;
        -moz-border-radius: 20.5px;
        -webkit-border-radius: 20.5px;
        -webkit-transition: background-color .3s ease-in-out, background-position .3s ease-in-out;
        -moz-transition: background-color .3s ease-in-out, background-position .3s ease-in-out;
        -ms-transition: background-color .3s ease-in-out, background-position .3s ease-in-out;
        -o-transition: background-color .3s ease-in-out, background-position .3s ease-in-out;
        transition: background-color .3s ease-in-out, background-position .3s ease-in-out;
    }

    .cmsms_slider_parent a.cmsms_prev_slide span,
    .cmsms_slider_parent a.cmsms_next_slide span {
        background-repeat: no-repeat;
        top: 30px;
    }

.cmsms_slider_parent a.cmsms_prev_slide span {
    background-image: url(../images/prev_sl.png);
    background-position: 14px 11px;
    left: 5px;
}

.cmsms_slider_parent a.cmsms_next_slide span {
    background-image: url(../images/next_sl.png);
    background-position: -24px 11px;
    right: 5px;
}

.cmsms_slider_parent a.cmsms_prev_slide:hover span {
    background-position: -25px 11px;
}

.cmsms_slider_parent a.cmsms_next_slide:hover span {
    background-position: 15px 11px;
}

.cmsms_slider_parent a.cmsms_close_video {
    background-image: url(../images/video_close.png);
    background-position: 12px -49px;
    background-repeat: no-repeat;
    bottom: -150px;
    right: 15px;
    z-index: 200;
}

    .cmsms_slider_parent a.cmsms_close_video:hover {
        background-position: 12px 11px;
    }

.cmsms_slider_parent ul.cmsms_slides_nav {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: auto !important;
    left: auto !important;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    z-index: 10;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    height: 8px;
}

    .cmsms_slider_parent ul.cmsms_slides_nav li {
        display: inline-block;
        margin-left: 4px;
        margin-bottom: 0px;
    }

        .cmsms_slider_parent ul.cmsms_slides_nav li:first-child {
            margin-left: 0px;
        }

        .cmsms_slider_parent ul.cmsms_slides_nav li a {
            background-color: #ececec;
            display: block;
            text-indent: -9999px;
            color: transparent;
            width: 4px;
            height: 4px;
            border-radius: 4px;
            -moz-border-radius: 4px;
            -webkit-border-radius: 4px;
            -webkit-transition: background-color .3s ease-in-out;
            -moz-transition: background-color .3s ease-in-out;
            -ms-transition: background-color .3s ease-in-out;
            -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
            border: 1px solid #0060A7;
        }

.cmsms_slider_parent .cmsms_slider_timer {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

/* -------------------------------------------------------------------------------- Responsive Content Slider */

.cmsms_content_slider_parent {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
}

.responsiveContentSlider {
    background: url(../images/loader.gif) 50% 50% no-repeat;
    text-align: left;
    display: block;
    list-style: none;
    width: 100%;
    height: 0;
    padding: 0 0 56.25%;
    margin: 0;
    position: relative;
    overflow: hidden;
}

    .cmsms_content_slider_parent > .responsiveContentSlider,
    .responsiveContentSlider > li {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
        position: absolute;
    }

.responsiveContentSlider {
    top: 0;
    left: 0;
}

    .responsiveContentSlider > li {
        top: 0;
        left: 100%;
        z-index: 1;
    }

a.cmsms_content_prev_slide,
a.cmsms_content_next_slide {
    background-image: url(../images/widget_nav.png);
    background-repeat: no-repeat;
    display: block;
    width: 21px;
    height: 20px;
    position: absolute;
    top: 10px;
    z-index: 11;
}

a.cmsms_content_prev_slide {
    background-position: 0 -30px;
    right: 23px;
}

a.cmsms_content_next_slide {
    background-position: 0 0;
    right: 0;
}

a.cmsms_content_prev_slide:hover {
    background-position: 0 -60px;
}

a.cmsms_content_next_slide:hover {
    background-position: 0 -90px;
}

.cmsms_content_slider_parent ul.cmsms_slides_nav {
    list-style: none;
    padding: 10px;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -ms-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

    .cmsms_content_slider_parent ul.cmsms_slides_nav li {
        display: block;
        float: left;
        padding: 0 0 0 4px;
    }

        .cmsms_content_slider_parent ul.cmsms_slides_nav li:first-child {
            padding: 0;
        }

        .cmsms_content_slider_parent ul.cmsms_slides_nav li a {
            background-color: #ececec;
            display: block;
            text-indent: -9999px;
            width: 7px;
            height: 7px;
            border-radius: 3.5px;
            -moz-border-radius: 3.5px;
            -webkit-border-radius: 3.5px;
            -webkit-transition: background-color .3s ease-in-out;
            -moz-transition: background-color .3s ease-in-out;
            -ms-transition: background-color .3s ease-in-out;
            -o-transition: background-color .3s ease-in-out;
            transition: background-color .3s ease-in-out;
        }

.colored_block {
    background: url(Images/bg_colored_bar_standard_monitor.png) repeat-y center;
}

.tab ul {
    margin-left: 0px;
    margin-top: 0px;
}

.tabs li {
    margin: 0;
    padding: 0;
}

    .tabs li a {
        text-decoration: none;
    }

        .tabs li a h5 {
            margin: 0px;
        }

/* Mobile Landscape (Note: Design for a width of 320px) */
@media only screen and (max-width: 767px) {

    .ProductsMessengerSideBar{
        display: none;
        opacity: 0;
        visibility: hidden;
    }

    #header {
        height: auto;
        min-height: 80px;
        position: relative;
        background: #ffffff url(../images/body_bg.png) repeat 0 0;
    }

    .header {
        width: 90%;
    }

    .logo {
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        width: calc(100% - 70px);
        max-width: 175px;
        min-width: 100px;
    }
    .logo img{
        width: 100%;
    }

    #header nav {
        width: calc(100% + 20px);
        position: relative;
        margin-bottom: 20px;
        height: auto;
        top: 80px;
        padding-bottom: 80px;
        background: transparent;
    }

    #navigation {
        max-height: 0px;
        overflow: hidden;
        position: relative;
        transition: max-height .5s ease;
        -moz-transition: max-height .5s ease;
        -webkit-transition: max-height .5s ease;
        -o-transition: max-height .5s ease;
        -ms-transition: max-height .5s ease;
    }

    .openedHamburger #navigation{
        max-height: 1000px;
    }

    #navigation li{
        display: block;
        width: 100%;
        float: none;
    }

    #navigation > li{
        width: 100%;
    }

    #navigation ul{
        display: block;
        width: 100%;
        position: static;
        visibility: visible;
        opacity: 1;
        max-height: 0px;
        margin-top: 0px;
        transition: max-height .5s ease;
        -moz-transition: max-height .5s ease;
        -webkit-transition: max-height .5s ease;
        -o-transition: max-height .5s ease;
        -ms-transition: max-height .5s ease;
    }
    #navigation ul li:first-child{
        border-top: 2px solid white;
    }
    #navigation ul li:last-child{
        border-bottom: 2px solid white;
    }
    #navigation a{
        float: none;
    }

    #navigation li > a{
        display: block;
        width: 100%;
        height: 50px;
        padding: 0px;
        background-color: #0060A8;
        background-image: none;
    }

    #navigation li ul li a{
        background-color: #0060A8 !important;
        color: white !important;
        padding: 0px 10px;
        height: 40px;
        line-height: 40px;
    }

    #navigation li:hover > a:hover, 
    #navigation ul li:hover > a, 
    #navigation li:hover > a{
        background-color: #0060A8 !important;
        color: white !important;
        border: none;
        height: 40px;
        line-height: 40px;
    }

    #navigation > li > a:hover,
    #navigation > li > a,
    #navigation > li:hover > a:hover,
    #navigation > li:hover > a{
        padding: 0px 0px 0px 10px;
        background-color: #0060A8;
        color: white !important;
        height: 40px;
        line-height: 40px;
        margin-left: 0px !important;
    }

    #navigation > #navcontact > a,
    #navigation > #navproducts > a{
        border-top: none;
    }

    #navigation a::before{
        display: none;
    }

    #navigation ul li a{
        width: 100%
    }

    #navigation li.current_page_item:hover > a:hover, #navigation li.current_page_item:hover > a, #navigation li.current_page_item > a{
        background-color: #1d76c8 !important;
    }
    
    /*Use click events instead of hover on mobile*/
    #navigation > li > a.navigation-active-clicked + ul{
        max-height: 500px;
    }

    .colored_block {
        height: 104px;
        top: 125px;
        background: url(Images/bg_colored_bar_mobile_landscape.png) repeat-y center;
    }

    #middle {
        width: 100%;
        padding: 0;
        margin: 0;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
    }

    .container{
        padding-bottom: 0px !important;
    }

    #top_sidebar {
        padding: 20px 10px 0;
    }

    .cmsms_slider_parent,
    #slider {
        width: 100%;
        height: 40vw;
    }

    #sidebar .cmsms_slider_parent,
    #sidebar-slider {
        width: 280px;
        height: 280px;
    }

    #middle_content,
    .middle_sidebar,
    #content,
    #content-full,
    #sidebar {
        padding: 20px 10px;
    }

    .content_wrap {
        background: none;
    }

    #content {
        background: url(../images/content_sep.png) bottom left repeat-x;
    }

    .headline,
    .cont_nav,
    .related_posts_content,
    .tabs_tab {
        padding-right: 10px;
        padding-left: 10px;
    }

    .bottom_inner,
    .footer_inner {
        width: 90%;
        padding: 20px 0px;
    }

    .one_half,
    .one_half.last,
    .one_third,
    .one_third.last,
    .two_third,
    .two_third.last,
    .one_fourth,
    .one_fourth.last,
    .three_fourth,
    .three_fourth.last,
    .portfolio_container.four_blocks .portfolio,
    .portfolio_container.three_blocks .portfolio,
    .portfolio_container.two_blocks .portfolio,
    .project.four_blocks .resize figure,
    .project.three_blocks .resize figure,
    .project.two_blocks .resize figure {
        width: 100%;
        float: none;
        padding-right: 0;
    }

    .portfolio_container {
        margin-right: 0;
    }

        .portfolio_container.one_block > .fl,
        .portfolio_container.one_block .portfolio {
            float: none;
        }

            .portfolio_container.one_block .portfolio figure.fl.fullwidth {
                float: none;
                min-width: 100%;
                max-width: 100%;
            }

            .portfolio_container.one_block .portfolio .port_text {
                float: none;
                padding-left: 0;
                min-width: 100%;
                max-width: 100%;
            }

    .main_text {
        font-size: 24px;
        line-height: 32px;
    }

    .commentlist ul {
        padding-left: 15px;
    }

    .commentlist figure.alignleft {
        float: none;
        margin-right: 0;
    }

    .commentlist .comment-body {
        padding: 10px 0 0;
    }

    .com_box:before {
        border-top: 12px solid transparent;
        border-left: 12px solid #ececec;
        top: -12px;
        left: 19px;
    }

    .com_box:after {
        border-top: 10px solid transparent;
        border-left: 10px solid #ffffff;
        top: -10px;
        left: 20px;
    }

    .related_posts ul,
    .tabs,
    .tour {
        margin-bottom: 0;
    }

    .tour {
        padding-right: 0;
    }

    .tour,
    .tour_box {
        width: auto;
        float: none;
    }

    .related_posts ul li,
    .tabs li {
        float: none;
    }

    .tour li {
        border: 0;
        background: none;
    }

    .related_posts ul li a,
    .tabs li a {
        border: 1px solid #ececec;
        border-bottom: 0;
        padding-bottom: 10px;
        margin: 0 5px;
        border-radius: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
    }

    .tour li a {
        border: 1px solid #ececec;
        border-bottom: 0;
        text-align: center;
        line-height: 18px;
        display: block;
        padding: 7px 20px 10px;
        margin: 0 5px;
    }

    .related_posts ul li a.current,
    .tabs li a.current {
        padding-bottom: 10px;
    }

    .related_posts .related_posts_content .one_half {
        overflow: hidden;
    }

    .post_info {
        padding: 50px 15px 0;
    }

    .error h1 {
        font-size: 10em;
        padding: 0 0 10px;
    }

    .cmsms_slider_parent ul.cmsms_slides_nav {
        bottom: 0px;
    }

    .responsiveSlider .slideCaption {
        right: 0px;
        width: 46%;
        padding-top: 0px;
        padding-right: 5px;
        padding-left: 0px;
        padding-bottom: 0px;
        min-width: 160px;
    }

        .responsiveSlider .slideCaption h1 {
            font-size: 20px;
            line-height: 20px;
            margin-bottom: 0px;
        }

        .responsiveSlider .slideCaption div.slideCaptionInner p.slideText {
            display: none;
            font-size: 15px;
        }

    div.jp-video div.jp-current-time,
    div.jp-audio div.jp-current-time,
    div.jp-video div.jp-time-sep,
    div.jp-audio div.jp-time-sep,
    div.jp-video div.jp-duration,
    div.jp-audio div.jp-duration {
        display: none;
    }

    .pj_sort {
        height: 70px;
    }

    .p_sort {
        padding: 0 10px 3px 0;
    }

    #footer {
        height: auto;
        position: static;
        margin-top: 10px;
    }

    #page {
        padding-bottom: 0px;
    }

    .rating-slider {
        text-align: center;
        margin-left: 20px;
        width: 90% !important;
    }

    .button_medium.homepageslider {
        padding: 8px 5px 8px 4px;
    }

    #holidaymessage{
        padding: 12px 0px !important;
    }

    #hamburger_menu{
        position: absolute;
        left: -10px;
        top: 10px;
        background-color: transparent;
        border: none;
        display: block;
        height: 40px;
        width: 40px;
    }
    #hamburger_menu:focus{
        outline: none;
    }
    #hamburger_menu > *{
        background-color: #0060A8;
        position: absolute;
        width: 100%;
        height: 3px;
        transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        -ms-transition: all .5s ease;
    }

    #hamburger_menu_line1{
        top: 10px;
    }

    #hamburger_menu_line2{
        top: 18px;
        opacity: 1;
    }

    #hamburger_menu_line3{
        top: 26px;
    }

    .openedHamburger #hamburger_menu > *{
        width: calc(100% - 10px)
    }

    .openedHamburger #hamburger_menu #hamburger_menu_line3{
        transform: translateY(-8px) rotate(-45deg);
        -webkit-transform: translateY(-8px) rotate(-45deg);
        -moz-transform: translateY(-8px) rotate(-45deg);
        -o-transform: translateY(-8px) rotate(-45deg);
    }

    .openedHamburger #hamburger_menu #hamburger_menu_line2{
        width: 0px;
        opacity: 0;
    }

    .openedHamburger #hamburger_menu #hamburger_menu_line1{
        transform: translateY(8px) rotate(45deg);
        -webkit-transform: translateY(8px) rotate(45deg);
        -moz-transform: translateY(8px) rotate(45deg);
        -o-transform: translateY(8px) rotate(45deg);
    }

    .PBGLeftColumn
    {
        float: none;
        width: 100%;
    }
    
    .PBGRightColumn
    {
        float: none;
        width: 100%;
    }

    .featuresList
    {
        display: block;
        width: 100%;
        vertical-align: top;
    }

    .PBGIcon1
    {
        box-shadow: none !important;
        vertical-align: middle;
        margin-top: 5px;
        margin-bottom: 0;
        float: left;
        padding-right: 5px;
    }
}

/* Mobile Portrait (Note: Design for a width of 480px) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .colored_block_container{
        background: url(Images/bg_colored_bar_mobile_potrait.png) repeat-y center;
        margin-top: 40px;
        height: 165px;
        position: absolute;
        left: 0px;
        right: 0px;
        display: block !important;
        z-index: -1;
    }

    .header {
        width: 440px;
    }

    .colored_block {
        height: 165px;
        top: 130px;
        background: url(Images/bg_colored_bar_mobile_potrait.png) repeat-y center;
    }

    #middle {
        width: 462px;
        padding: 4px;
        margin: -17px auto 0;
        border-radius: 10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    .cmsms_slider_parent,
    #slider {
        width: 460px;
        height: 185px;
    }

    #sidebar .cmsms_slider_parent,
    #sidebar-slider {
        width: 440px;
        height: 280px;
    }

    #content,
    #sidebar {
        width: 440px;
    }

    #content-full {
        width: 440px;
    }

    .bottom_inner,
    .footer_inner {
        width: 440px;
    }

    .commentlist ul {
        padding-left: 25px;
    }

    .error h1 {
        font-size: 15em;
        padding: 0;
    }

    div.jp-video div.jp-current-time,
    div.jp-audio div.jp-current-time,
    div.jp-video div.jp-time-sep,
    div.jp-audio div.jp-time-sep,
    div.jp-video div.jp-duration,
    div.jp-audio div.jp-duration {
        display: inline;
    }

    .pj_sort {
        height: 30px;
    }

    .button_medium.homepageslider {
        padding: 8px 15px 8px 15px;
        margin-right: 50px;
    }

    .PBGLeftColumn
    {
        float: none;
        width: 100%;
    }
    
    .PBGRightColumn
    {
        float: none;
        width: 100%;
    }

    .featuresList
    {
        display: inline-block;
        width: 44%;
        vertical-align: top;
    }

    .PBGIcon1
    {
        box-shadow: none !important;
        vertical-align: middle;
        margin-top: 5px;
        margin-bottom: 0;
        float: left;
        padding-right: 5px;
    }
}

/* Tablet Portrait (Note: Design for a width of 768px) */
@media only screen and (min-width: 768px) and (max-width: 1023px) {

    .header {
        width: 760px;
    }

    #navigation li > a {
        width: 65px;
    }

    .colored_block {
        height: 260px;
        top: 123px;
        background: url(Images/bg_colored_bar_tablet_potrait.png) repeat-y center;
    }

    #middle {
        width: 742px;
        padding: 6px;
        margin: -28px auto 0;
    }

    #top_sidebar {
        padding: 20px 20px 0;
    }

    #middle_content,
    .middle_sidebar {
        padding: 20px;
    }

    .cmsms_slider_parent,
    #slider {
        width: 740px;
        height: 300px;
    }

    #sidebar .cmsms_slider_parent,
    #sidebar-slider {
        width: 225px;
        height: 280px;
    }

    .content_wrap {
        background-position: 480px 0;
    }

        .content_wrap.left_sidebar {
            background-position: 259px 0;
        }

    #content {
        width: 440px;
        padding: 20px;
    }

    #content-full {
        width: 700px;
    }


    #sidebar {
        width: 220px;
        padding: 20px;
    }

    .bottom_inner,
    .footer_inner {
        width: 690px;
    }

    .main_text {
        font-size: 24px;
        line-height: 32px;
    }

    .commentlist ul {
        padding-left: 25px;
    }

    #content .post_info {
        padding: 50px 15px 0;
    }

    .portfolio_container {
        margin-right: -2%;
    }

    .responsiveSlider .slideCaption div.slideCaptionInner > p {
        font-size: 14px;
    }

    .responsiveSlider .slideCaption h1 {
        font-size: 27px;
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .logo img {
        width: 150px;
    }

    .PBGLeftColumn
    {
        float: none;
        width: 100%;
    }
    
    .PBGRightColumn
    {
        float: none;
        width: 100%;
    }

    .featuresList
    {
        display: inline-block;
        width: 44%;
        vertical-align: top;
    }

    .PBGIcon1
    {
        box-shadow: none !important;
        vertical-align: middle;
        margin-top: 5px;
        margin-bottom: 0;
        float: left;
        padding-right: 5px;
    }
}

@media only screen and (min-width: 767px){
    #navigation > li:hover > ul, #navigation > li > a:hover + ul {
        font-size: 100px;
        opacity: 1;
        visibility: visible;
        margin: 0;
    }
}

.nowrap_on_desktop{
    white-space: nowrap;
}

/* Large Monitor (Note: Design for a width of 1366px) */
@media only screen and (min-width: 1366px) {
    .header {
        width: 1240px;
    }

    #navigation li > a {
        width: 110px;
        height: 30px;
    }

    .colored_block {
        height: 460px;
        background: url(Images/bg_colored_bar_large_monitor.png) repeat-y center;
    }

    #middle {
        width: 1222px;
        padding: 10px;
        margin: -30px auto 0;
    }

    .cmsms_slider_parent,
    #slider {
        width: 1220px;
        height: 500px;
    }

    #sidebar .cmsms_slider_parent,
    #sidebar-slider {
        width: 380px;
        height: 280px;
    }

    .content_wrap {
        background-position: 800px 0;
    }

        .content_wrap.left_sidebar {
            background-position: 419px 0;
        }

    #content {
        width: 760px;
        padding: 20px;
    }

    #content-full {
        width: 1180px;
        padding: 20px;
        background-color: white;
    }

    #sidebar {
        width: 374px;
        padding: 20px;
    }

    .bottom_inner,
    .footer_inner {
        width: 1180px;
    }

    .main_text {
        font-size: 32px;
        line-height: 40px;
    }

    .portfolio_container {
        margin-right: -1.7%;
    }

    #FreeDemoClientList div{
        display: inline-block;
        width: 24% !important;
    }

    #FreeDemoPage #btnSubmit{
        position: absolute;
        bottom: 34px !important;
        right: 41.3% !important;
    }

    .PBGIcon1
    {
        box-shadow: none !important;
        vertical-align: middle;
        margin-top: 5px;
        margin-bottom: 0;
        float: left;
        padding-right: 5px;
    }
}

/* Smarsoft Styles */

table.table-comparison {
    width: 100%;
    border-collapse: separate;
}

.table-comparison tr th, .table-comparison tr td {
    padding: 6px;
}

    .table-comparison tr th:nth-child(4n+2) h1, .table-comparison tr th:nth-child(4n+3) h1 {
        font-size: 17px;
        font-weight: 500;
        line-height: 17px;
        margin: 0 0 3px;
    }

    .table-comparison tr th + th h1, .table-comparison tr th + th + th h1 /* IE 8 solution for above */ {
        font-size: 17px;
        font-weight: 500;
        line-height: 17px;
        margin: 0 0 3px;
    }

    .table-comparison tr th:nth-child(4n+2) h1 {
        color: #000000;
    }

    .table-comparison tr th + th h1 /* IE 8 solution for above */ {
        color: #000000;
    }

    .table-comparison tr th:nth-child(4n+3) h1 {
        color: #FFFFFF;
    }

    .table-comparison tr th + th + th h1 /* IE 8 solution for above */ {
        color: #FFFFFF;
    }

    .table-comparison tr th:nth-child(4n+2) h2 {
        color: #424242;
        font-size: 16px;
        line-height: 16px;
    }

    .table-comparison tr th + th h2 /* IE 8 solution for above */ {
        color: #424242;
        font-size: 16px;
        line-height: 16px;
    }

    .table-comparison tr th:nth-child(4n+3) h2 {
        color: #ACACAC;
        font-size: 16px;
        line-height: 16px;
    }

    .table-comparison tr th + th + th h2 /* IE 8 solution for above */ {
        color: #ACACAC;
        font-size: 16px;
        line-height: 16px;
    }

    .table-comparison tr td:first-child {
        font-weight: 600;
    }

    .table-comparison tr th:nth-child(4n+2) {
        background: none repeat scroll 0 0 #d0e3f6;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 70px;
        width: 30%;
        padding: 15px 0 0;
        text-align: center;
        border: 1px solid #F1F1F1;
    }

    .table-comparison tr th + th /* IE 8 solution for above */ {
        background: none repeat scroll 0 0 #d0e3f6;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 70px;
        width: 30%;
        padding: 15px 0 0;
        text-align: center;
        border: 1px solid #F1F1F1;
    }


    .table-comparison tr th:nth-child(4n+3) {
        background: none repeat scroll 0 0 #424242;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 70px;
        width: 30%;
        padding: 15px 0 0;
        text-align: center;
        border: 1px solid #F1F1F1;
    }

    .table-comparison tr th + th + th /* IE 8 solution for above */ {
        background: none repeat scroll 0 0 #424242;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        height: 70px;
        width: 30%;
        padding: 15px 0 0;
        text-align: center;
        border: 1px solid #F1F1F1;
    }

.table-comparison tr td {
    border-left: #f1f1f1 solid 1px;
    border-right: #f1f1f1 solid 1px;
    border-bottom: #f1f1f1 solid 1px;
    background: url("../images/grey-bg.png") repeat-x scroll left bottom transparent;
    height: 45px;
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    padding-left: 5px;
    padding-right: 5px;
}

table.table-features {
    width: 100%;
    border-collapse: separate;
    border-top: #f1f1f1 solid 1px;
    border-bottom: #f1f1f1 solid 1px;
}

.table-features tr th, .table-features tr td {
    padding: 6px;
}

.table-features tr td {
    font-weight: 500;
    text-align: left;
    padding-left: 15px;
}

    .table-features tr td:nth-child(4n+2) {
        width: 50px;
        text-align: center;
    }

    .table-features tr td + td /* IE solution for above */ {
        width: 50px;
        text-align: center;
    }

.table-features tr td {
    border-left: #f1f1f1 solid 1px;
    border-right: #f1f1f1 solid 1px;
    border-bottom: #f1f1f1 solid 1px;
    background: url("../images/grey-bg.png") repeat-x scroll left bottom transparent;
    height: 30px;
    text-align: left;
    font-size: 15px;
    line-height: 20px;
}

    .table-features tr td img {
        border-radius: 0px !important;
        box-shadow: none !important;
        border: 0px !important;
        width: 18px;
        height: 18px;
    }

div.order-table {
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    padding-left: 0px;
    padding-top: 0px;
}

div.pricing-table {
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 10px;
    padding-bottom: 7px;
}

.order-table > h2 {
    color: #444444;
    font-weight: 600 !important;
    padding: 5px 0px 0px 0px;
    font: 18px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*Pricing and Ordering*/
.GSTTinyText {
    font-size: 10px;
    height: auto;
    line-height: normal;
    padding: 10px;
    padding-top: 3px;
}

/*Checklist*/
.tabbedPricingTable_checkList > * > * {
    display: table-cell;
    line-height: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.tabbedPricingTable_checkList > * {
    display: table;
}

    .tabbedPricingTable_checkList > * > *:first-child {
        background-image: url("../Images/success.png");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 20px;
        height: 23px;
        padding: 0px;
        margin: 0px;
        margin-left: 10px;
        margin-right: 3px;
        position: relative;
    }

    .tabbedPricingTable_checkList > * > *:last-child {
        padding-left: 5px;
    }
/*Optional Add Ons*/
.pricingAndOrdering_mainTableOptionalExtraHolder {
    margin-top: 40px;
    clear: both;
}

    .pricingAndOrdering_mainTableOptionalExtraHolder > h2 {
        margin-bottom: 0px;
    }

.pricingAndOrdering_mainTableOptionalExtra {
    /*border: 3px solid #0060A7;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 10px;*/
    margin-top: 20px;
}

    .pricingAndOrdering_mainTableOptionalExtra > div:first-child {
        margin-top: 0px;
    }

.tabbedPricingTable_purchaseTable > .pricingAndOrdering_mainTablePricingHeader:nth-child(3) {
    margin-top: 20px;
}

/*Main pricing table for both subscribe and purchase*/
.tabbedPricingTable_buttons {
    text-align: center;
}

    .tabbedPricingTable_buttons > * {
        text-align: center;
        border: 1px solid #DDD;
        border-bottom: none;
        -moz-border-top-left-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -moz-border-top-right-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        display: inline-block;
        font-size: 24px;
        color: #AAA;
        width: 160px;
        height: 50px;
        line-height: 50px;
        vertical-align: bottom;
        position: relative;
        top: 1px;
        cursor: pointer;
    }

        .tabbedPricingTable_buttons > *:last-child {
            margin-left: -5px;
        }

        .tabbedPricingTable_buttons > *:not(.activated):first-child {
            border-right: none;
        }

        .tabbedPricingTable_buttons > *:not(.activated):last-child {
            border-left: none;
        }

    .tabbedPricingTable_buttons > .activated {
        width: 180px;
        height: 60px;
        line-height: 60px;
        color: #0060A7;
        background-color: white;
    }

.tabbedPricingTable {
    border: 1px solid #DDD;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px;
}

    .tabbedPricingTable sub {
        top: 0px;
        font-size: 16px;
    }

    .tabbedPricingTable h1, .tabbedPricingTable h2, .tabbedPricingTable h3, .tabbedPricingTable h4, .tabbedPricingTable h5, .tabbedPricingTable h6 {
        color: #1d76c8;
    }

    .tabbedPricingTable h2 {
        font-size: 1.5em;
    }

    .tabbedPricingTable h3 {
        font-size: 1.3em;
    }

    .tabbedPricingTable > * {
        display: none;
    }

.tabbedIn {
    display: block;
}

.pricingAndOrdering_mainTablePricingHeader {
    margin-top: 30px;
}

    .pricingAndOrdering_mainTablePricingHeader * {
    }

.subscribeTable_Pitch, .purchaseTable_Pitch {
    margin-top: 0px;
}
/*Pricing table for purhcase*/
.purchaseTable_HowManyLicencesHolder {
    width: 100%;
    display: table;
}

    .purchaseTable_HowManyLicencesHolder > * {
        display: table-cell;
        vertical-align: middle;
    }

.licenceQuestionInfoHolderHolder, .licenceQuestionInfoHolderHolder * {
    cursor: help;
    width: 225px;
}

.licenceQuestionInfoHolder {
    width: 100%;
    display: table;
}

    .licenceQuestionInfoHolder > * {
        display: table-cell;
    }

        .licenceQuestionInfoHolder > *:first-child {
            height: 20px;
            width: 20px;
            background-size: contain;
            background-repeat: no-repeat;
        }

.licenceQuestionInfo {
    text-align: center;
}


/**
 * Tooltip Styles
 */

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
    position: relative;
}

    /* Hide the tooltip content by default */
    [data-tooltip]:before,
    [data-tooltip]:after {
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    /* Position tooltip above the element */
    [data-tooltip]:before {
        position: absolute;
        z-index: 99999999;
        bottom: 100%;
        left: -10vw;
        margin-bottom: 5px;
        margin-left: -80px;
        padding: 7px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #0060A7;
        color: #fff;
        content: attr(data-tooltip);
        text-align: center;
        font-size: 12px;
        line-height: 1.2;
    }

    /* Triangle hack to make tooltip look like a speech bubble */
    [data-tooltip]:after {
        position: absolute;
        bottom: 100%;
        left: 50%;
        margin-left: -5px;
        width: 0;
        border-top: 5px solid #0060A7;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        content: " ";
        font-size: 0;
        line-height: 0;
    }

    /* Show tooltip content on hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        opacity: 1;
    }

/*Pricing table for subscriptions*/
.subscribeTable_TopTableHolder {
    display: table;
    width: 100%;
}

.subscribeTable_RightPricingHolder {
    width: 220px;
    display: table-cell;
}

.subscribeTable_RightPricing {
    width: 220px;
    color: #0060A7;
    display: table;
    position: relative;
}

.subscribeTable_LeftInfo {
    width: auto;
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
    padding-top: 20px;
}

    .subscribeTable_LeftInfo h3 {
        margin-bottom: 0px;
    }

    .subscribeTable_LeftInfo .pricingAndOrdering_mainTablePricingHeader:nth-child(3) {
        margin-top: 40px;
    }

    .subscribeTable_LeftInfo .pricingAndOrdering_mainTablePricingHeader:not(:first-child) {
    }

.subscribeTable_RightPricing > div {
    display: table-row;
}

    .subscribeTable_RightPricing > div > * {
        display: table-cell;
        text-align: center;
    }

.subscribeTable_RightPricing .subscribeTable_RightPricing_First span {
    color: #aaa;
    background-color: inherit;
    font-weight: normal;
    font-size: 13px;
}

.subscribeTable_RightPricing_First span {
    vertical-align: bottom;
    padding: 5px;
    padding-bottom: 2px;
}

.subscribeTable_RightPricing span {
    width: 33%;
    text-align: center;
}

.subscribeTable_RightPricing span {
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
}

.subscribeTable_RightPricing div:nth-child(2n+3) span {
    background-color: #eee;
}

.subscribeTable_RightPricing *:not(.subscribeTable_RightPricing_First) span:nth-child(2) {
    font-weight: bold;
    border-left: 2px solid #0060A7;
    border-right: 2px solid #0060A7;
}

/*Pricing for other items in the side bar*/
.pricingAndOrdering_sidebarPricingHeader, .pricingAndOrdering_mainTablePricingHeader {
    display: table;
    width: 100%;
}

.pricingAndOrdering_mainTablePricingHeader {
    margin-bottom: 2px;
}

    .pricingAndOrdering_mainTablePricingHeader sub {
        padding-right: 2px;
    }

    .pricingAndOrdering_sidebarPricingHeader > *, .pricingAndOrdering_mainTablePricingHeader > * {
        display: table-cell;
    }

        .pricingAndOrdering_sidebarPricingHeader > *:last-child {
            text-align: right;
        }

        .pricingAndOrdering_mainTablePricingHeader > *:last-child {
            text-align: right;
            max-width: 100px;
            white-space: nowrap;
        }

.pricingAndOrdering_mainTablePricingHeaderMonthly {
    height: 20px;
}

    .pricingAndOrdering_mainTablePricingHeaderMonthly > * {
        margin: 0px;
        display: inline-block;
        text-align: right;
    }

        .pricingAndOrdering_mainTablePricingHeaderMonthly > *:first-child {
            display: block;
        }

        .pricingAndOrdering_mainTablePricingHeaderMonthly > *:last-child {
            font-size: 11px;
            font-weight: bold;
            position: relative;
            top: -11px;
            line-height: 8px;
            min-width: 100%;
            height: 5px;
        }

.pricingAndOrdering_sidebarRequestQuoteTable > div {
    width: 100%;
    display: table;
}

    .pricingAndOrdering_sidebarRequestQuoteTable > div > * {
        display: table-cell;
        vertical-align: middle;
    }

        .pricingAndOrdering_sidebarRequestQuoteTable > div > *:last-child {
            padding-left: 10px;
        }

    .pricingAndOrdering_sidebarRequestQuoteTable > div:last-child > *:last-child {
        padding-top: 5px;
    }

    .pricingAndOrdering_sidebarRequestQuoteTable > div > *:first-child {
        width: 25px;
        height: 25px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

.pricingAndOrdering_sidebarRequestQuoteTable a {
    text-decoration: none;
}

@media only screen and (max-width: 1023px) {
    .subscribeTable_RightPricingHolder {
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }

    .subscribeTable_RightPricing {
        width: 100%;
    }

    .subscribeTable_LeftInfo {
        display: block;
        padding-right: 0px;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 280px){
    .logo{
        margin-left: 20px;
    }
}
@media only screen and (max-width: 180px){
    .logo{
        top: 60px;
    }
    .logo{
        margin-left: 0px;
    }
}

@media only screen and (max-width: 480px) {
    .tabbedPricingTable_buttons > * {
        width: 110px;
    }

    .tabbedPricingTable_buttons > .activated {
        width: 130px;
    }

    .licenceQuestionInfoHolder > * {
        display: block;
        text-align: center;
        background-position: center;
        width: 100% !important;
    }

    #header .header{
        width: 100%;
    }

    #hamburger_menu{
        left: 10px;
    }

    .middle_inner{
        border: none;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    #content,
    #content-full,
    #sidebar {
        width: calc(100% - 40px);
        padding: 0 20px;
        float: none;
    }

    #navigation{
        margin-left: 10px;
    }
    #header nav {
        width: calc(100% + 10px);
        margin-bottom: 0px;
    }
    div #FreeDemoClientList div{
        display: block;
        width: 100%;
    }
    #FreeDemoClientList{
        width: 100%;
    }

    #FreeDemoPage .form_info{
        width: 97%;
        display: block;
    }
}


.pricing-table > h2 {
    color: #444444;
    font-weight: 600 !important;
    padding: 5px 0px 0px 8px;
    font: 18px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pricing-table > p, .order-table > p {
    padding: 0 0 14px;
}

table.pricing-table-block, table.order-table-block {
    width: 100%;
    border-radius: 10px;
}

    table.pricing-table-block tr td, table.order-table-block tr td {
        padding: 10px;
        color: #444444;
        padding-bottom: 30px;
    }

        table.pricing-table-block tr td:nth-child(4n+2) {
            width: 15%;
        }

        table.pricing-table-block tr td + td /* IE solution for above */ {
            width: 15%;
        }

        table.order-table-block tr td:first-child {
            width: 40px;
            text-align: center;
        }

        table.pricing-table-block tr td:nth-child(4n+3) {
            width: 15%;
        }

        table.pricing-table-block tr td + td + td /* IE 8 solution for above */ {
            width: 15%;
        }

div.pricing-table table.pricing-table-block:last-child tr td {
    padding-bottom: 15px !important;
}

div.pricing-table > table.pricing-table-block:nth-of-type(1), div.order-table > table.order-table-block:nth-of-type(1) {
    background-color: #f3f3f3 !important;
}

div.pricing-table > table.pricing-table-block, div.order-table > table.order-table-block /* IE 8 solution for above */ {
    background-color: #f3f3f3 !important;
}

    div.pricing-table > table.pricing-table-block:nth-of-type(2), div.order-table > table.order-table-block:nth-of-type(2) {
        background-color: #e8e8e8 !important;
    }

    div.pricing-table > table.pricing-table-block + table.pricing-table-block,
    div.order-table > table.order-table-block + table.order-table-block /* IE 8 solution for above */ {
        background-color: #e8e8e8 !important;
    }

    div.pricing-table > table.pricing-table-block:nth-of-type(3), div.order-table > table.order-table-block:nth-of-type(3) {
        background-color: #dedede !important;
    }

    div.pricing-table > table.pricing-table-block + table.pricing-table-block + table.pricing-table-block,
    div.order-table > table.order-table-block + table.order-table-block + table.order-table-block /* IE 8 solution for above */ {
        background-color: #dedede !important;
    }

    div.pricing-table > table.pricing-table-block:nth-of-type(4), div.order-table > table.order-table-block:nth-of-type(4) {
        background-color: #d4d4d4 !important;
    }

    div.pricing-table > table.pricing-table-block + table.pricing-table-block + table.pricing-table-block + table.pricing-table-block,
    div.order-table > table.order-table-block + table.order-table-block + table.order-table-block + table.order-table-block
    /* IE 8 solution for above */ {
        background-color: #d4d4d4 !important;
    }

    div.pricing-table > table.pricing-table-block:nth-of-type(5), div.order-table > table.order-table-block:nth-of-type(5) {
        background-color: #c9c9c9 !important;
    }

    div.pricing-table > table.pricing-table-block + table.pricing-table-block + table.pricing-table-block + table.pricing-table-block + table.pricing-table-block,
    div.order-table > table.order-table-block + table.order-table-block + table.order-table-block + table.order-table-block + table.order-table-block
    /* IE 8 solution for above */ {
        background-color: #c9c9c9 !important;
    }

    div.pricing-table > table.pricing-table-block:nth-of-type(6), div.order-table > table.order-table-block:nth-of-type(6) {
        background-color: #BFBFBF !important;
    }

    div.pricing-table > table.pricing-table-block + table.pricing-table-block + table.pricing-table-block + table.pricing-table-block + table.pricing-table-block + table.pricing-table-block,
    div.order-table > table.order-table-block + table.order-table-block + table.order-table-block + table.order-table-block + table.order-table-block + table.order-table-block
    /* IE 8 solution for above */ {
        background-color: #BFBFBF !important;
    }

table.order-table-block input[type="text"] {
    width: 30px !important;
    text-align: center;
}

div.price-label {
    width: 100%;
    background-color: white;
    border-radius: 8px;
    padding: 5px 0px 5px 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: auto;
    border: 1px solid #d0d0d0;
    text-align: center;
    color: #444444;
    font-size: 1.1em;
}

div.post_img_bot_inner label {
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.pp_description {
    font-size: 15px !important;
}

div.form_info label i {
    line-height: 20px !important;
}

table.order-table-block input[type="radio"] + label {
    margin-left: 10px;
    margin-right: 0px;
}

table.order-table-block tr th {
    padding: 10px;
    color: #444444;
    text-align: left;
}

table.less-padding tr td {
    padding-top: 0px;
    padding-bottom: 0px;
}

.hide {
    display: none;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.download-table {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 0px;
}

div.download-table > div.download-block:nth-of-type(1) {
    background-color: #f3f3f3 !important;
}

div.download-table > div.download-block /* IE8 solution for above */ {
    background-color: #f3f3f3 !important;
}

.download-block {
    width: 100%;
    border-radius: 10px;
    display: inline-block;
}

.download-block-left {
    float: left;
    width: 55%;
    margin: 10px;
    display: block;
}

.download-block-right {
    float: right;
    width: 35%;
    background: #FFFFFF;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    min-height: 80px;
    display: block;
}

.download-table p {
    margin: 0;
    padding: 0 0 5px;
}

.download-table ul {
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.pp_nav {
    display: none !important;
}

.social-media {
    display: none;
}

span#siteMap > a {
    display: none;
}

.togg .tog {
    padding-top: 4px !important;
}

.tab_content {
    width: auto !important;
}

div#divQuestions img.fullwidth, .success_box_noicon img.fullwidth {
    display: block;
    max-width: 100%;
    min-width: initial !important;
}

#holidaypanel, #announcementpanel {
    background-color: #0060A8;
    color: #FFFFFF;
}

#announcementpanel {
    padding-top: 10px;
    padding-bottom: 10px;
}

    #announcementpanel img {
        height: 40px;
        width: 40px;
        vertical-align: middle;
    }

    #announcementpanel span {
        /*line-height: 50px; */
        padding-left: 15px;
    }

    #announcementpanel a {
        color: #FFFFFF;
    }

.slideLink {
    margin-top: 5px;
}

/* .bubble */

.bubble {
    background-image: linear-gradient(bottom, rgb(210,244,254) 25%, rgb(149,194,253) 100%);
    background-image: -o-linear-gradient(bottom, rgb(210,244,254) 25%, rgb(149,194,253) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(210,244,254) 25%, rgb(149,194,253) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(210,244,254) 25%, rgb(149,194,253) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(210,244,254) 25%, rgb(149,194,253) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.25, rgb(210,244,254)), color-stop(1, rgb(149,194,253)) );
    border: solid 1px rgba(0, 0, 0, 0.5);
    /* vendor rules */
    border-radius: 20px;
    /* vendor rules */
    box-shadow: inset 0 5px 5px rgba(255, 255, 255, 0.4), 0 1px 3px rgba(0, 0, 0, 0.2);
    /* vendor rules */
    box-sizing: border-box;
    clear: both;
    margin-bottom: 20px;
    padding: 8px 30px;
    position: relative;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.7);
    width: 400px;
    max-width: 400px;
    word-wrap: break-word;
    display: table;
}

    .bubble:before {
        border: 10px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        left: -7px;
        z-index: -2;
    }

    .bubble:after {
        border: 8px solid transparent;
        border-bottom-color: #d2f4fe;
        bottom: 1px;
        left: -5px;
    }

.bubble--alt {
    background-image: linear-gradient(bottom, rgb(172,228,75) 25%, rgb(122,205,71) 100%);
    background-image: -o-linear-gradient(bottom, rgb(172,228,75) 25%, rgb(122,205,71) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(172,228,75) 25%, rgb(122,205,71) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(172,228,75) 25%, rgb(122,205,71) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(172,228,75) 25%, rgb(122,205,71) 100%);
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.25, rgb(172,228,75)), color-stop(1, rgb(122,205,71)) );
    float: right;
}

    .bubble--alt:before {
        border-bottom-color: rgba(0, 0, 0, 0.5);
        border-radius: 20px / 10px;
        left: auto;
        right: -7px;
    }

    .bubble--alt:after {
        border-bottom-color: #ace44b;
        border-radius: 20px / 10px;
        left: auto;
        right: -5px;
    }

.bubble p {
    padding-bottom: 5px;
    color: black;
}

.checkbox > label {
    display: inline-block;
}

.button:disabled, .button_medium:disabled, .button_large:disabled {
    background-image: none;
    color: #b7b7b7;
}

.tc-block {
    overflow: hidden;
    width: 100%;
    margin-top: 5px;
}

.tc-number {
    float: left;
    width: 5%;
}

.tc-text {
    float: left;
    width: 90%;
}

.tc-indent {
    margin-left: 5%;
}

.tc-doubleindent {
    margin-left: 10%;
}

table.sms-pricing {
    border-collapse: collapse;
}

    table.sms-pricing, table.sms-pricing td {
        border: 1px solid black;
    }

        table.sms-pricing td {
            padding: 3px;
        }

.currency {
    min-width: 75px;
    width: 10% !important;
}

.radio-group {
    white-space: nowrap;
}

.disabled, .disabled:hover {
    background-image: none;
    color: #b7b7b7;
}

.tooltip {
    width: auto;
}

.quotation {
    text-transform: uppercase;
}

.long-label-text label {
    line-height: 22px !important;
}

.rating-slider {
    text-align: center;
    margin-left: 20px;
    width: 60%;
}

    .rating-slider .rating-tooltip {
        background: #1360ad !important;
        width: 35px !important;
        left: 40px !important;
        bottom: 30px !important;
    }

    .rating-slider .ui-slider-handle:hover, .rating-slider .ui-state-active, .rating-slider .ui-state-focus {
        background: none !important;
        border: 1px solid #77b7d2 !important;
        background: linear-gradient(to bottom, rgba(255,251,255,1), rgba(145,207,233,1)) !important;
    }

.hidden {
    display: none;
}

.info-bar {
    background-color: #0060a7;
    border-radius: 4px;
    padding: 10px 12px;
    color: white;
    font: 14px/16px 'Varela Round',Helvetica,Arial,sans-serif;
}

    .info-bar a, .info-bar a:hover {
        color: white;
        text-decoration: underline;
    }

.support-panel {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    line-height: 20px;
    padding: 5px;
    width: 294px;
    margin-right: 11px;
    float: left;
    min-height: 759px;
}

    .support-panel:last-child {
        margin-right: 0;
    }

    .support-panel .caption {
        /*padding:15px;*/
        padding-bottom: 15px;
        padding-top: 5px;
        padding-right: 5px;
        padding-left: 5px;
    }

        .support-panel .caption h3 {
            margin-top: 0;
        }

.community-panel {
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    line-height: 20px;
    padding: 5px;
    width: 928px;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

    .community-panel > div {
        box-shadow: 0 0 1px #b3b3b3;
    }

    .community-panel img {
        border-radius: 0 !important;
        border: none !important;
        box-shadow: none !important;
    }

    .community-panel > div {
        background-image: linear-gradient(to right, #f5f5f5, #d6d6d6);
        height: 200px;
    }

.community-holder {
    position: absolute;
    top: 0px;
    left: 324px;
    height: 248px;
}

div.cn {
    display: table-cell;
    height: 212px;
    vertical-align: middle;
}

div.inner {
    display: inline-block;
    width: 587px;
}

.community-panel p {
    color: #999;
    padding-bottom: 15px;
    padding-top: 10px;
}

.support-panel input[type="text"], .support-panel input[type="password"], textarea {
    width: 264px;
}

.support-panel > img {
    width: 294px;
}

.inner img {
    height: 32px;
}

.josie-image {
    height: 200px;
    margin-left: 25px;
}

.padding-credits {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 6px;
}

.padding-credits-headings {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 6px;
}

.small-margins {
    margin-bottom: 8px;
    margin-top: 8px;
}

.small-bottom-padding {
    padding-bottom: 5px;
}

#community-desktop-panel {
    display: inline;
}

#community-mobile-panel {
    display: none;
}

.support-info-box {
    border: 1px solid #ddd;
    background-color: #eee;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
}

    .support-info-box h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

.current-support-p {
    font-size: 15px !important;
    line-height: 20px !important;
}

.support_login_error {
    border-radius: 5px;
    padding: 10px;
    background-color: #f2dede;
    border: 1px solid #e9c1c1;
    margin-bottom: 20px;
}

    .support_login_error p {
        padding-bottom: 0;
        color: #b43c3c;
        font-size: 13px;
        line-height: 16px;
    }

.support-panel .info-bar {
    margin-bottom: 15px;
}

.support-panel .info-bar {
    font: 13px/16px "Varela Round",Helvetica,Arial,sans-serif;
}

/*.patientbookinggateway-images {
    width: 100%;
}

.patientbookinggateway-images td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.patientbookinggateway-images img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}*/

.sidebar-images {
    width: 100%;
}

.sidebar-images td {
    padding-top: 20px;
    padding-bottom: 20px;
}

.sidebar-images img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.support-phone {
    background-color: #eee;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 5px;
}

    .support-phone td {
        padding: 10px;
    }

    .support-phone h3 {
        margin: 0;
        font-size: 22px;
    }

    .support-phone td:first-child {
        width: 50px;
    }

    .support-phone td:last-child {
        padding-left: 5px;
    }

    .support-phone span {
        color: #555;
        font: 15px/16px "Varela Round",Helvetica,Arial,sans-serif;
    }

    .support-phone img {
        box-shadow: none !important;
        height: 50px;
    }

.support-opening-hours {
    margin-top: 5px;
    border-radius: 5px;
    background-color: #0060a7;
    padding: 10px;
    color: white !important;
    line-height: 18px;
}

    .support-opening-hours h3 {
        color: white;
        font-size: 24px;
        margin-bottom: 10px;
    }

.support-case-form .form_info label {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 5px;
}


.support-case-form .form_info {
    padding-bottom: 5px;
}

.submit-success {
    background-color: #def2df !important;
    border-color: #c0e4c2 !important;
}

    .submit-success p {
        color: #1a9621 !important;
    }

.support-panel textarea {
    min-height: 0;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #community-desktop-panel {
        display: none;
    }

    #community-mobile-panel {
        display: inline;
    }

    .support-panel h3 {
        font: 24px/24px "Varela Round",Helvetica,Arial,sans-serif !important;
    }

    .support-panel {
        width: 428px !important;
    }

        .support-panel > img {
            width: 428px !important;
        }

    .support-info-box p, .support-info-box ul {
        font-size: 15px !important;
        line-height: 18px !important;
    }

    .support-info-box ul {
        margin-bottom: 5px !important;
    }

    .support-panel input[type="text"], .support-panel input[type="password"], textarea {
        width: 398px !important;
    }

    .support-panel .caption label {
        font-size: 16px !important;
        padding-bottom: 8px !important;
    }

    .support_login_error p {
        font-size: 15px !important;
    }

    .support-panel .info-bar {
        font: 14px/16px "Varela Round",Helvetica,Arial,sans-serif !important;
    }
}

@media only screen and (max-width: 767px) {
    .support-panel {
        width: calc(100% - 2px);
        margin-bottom: 11px;
        margin-right: 0px;
        padding: 0px;
        min-height: 0;
    }

        .support-panel > img {
            width: 100%;
        }

        .support-panel h3 {
            font: 20px/20px "Varela Round",Helvetica,Arial,sans-serif;
        }

        .support-panel input[type="text"], .support-panel input[type="password"], textarea {
            width: calc(100% - 10px);
        }

        .support-panel .caption label {
            font-size: 14px;
            padding-bottom: 5px;
        }

    #community-desktop-panel {
        display: none;
    }

    #community-mobile-panel {
        display: inline;
    }

    .support-info-box h3 {
        font: 18px/18px "Varela Round",Helvetica,Arial,sans-serif;
    }

    .support-info-box p, .support-info-box ul {
        font-size: 13px;
        line-height: 16px;
    }

    .support-info-box ul {
        margin-bottom: 0;
    }

    .support-phone td {
        padding: 8px;
    }

    .support-phone h3 {
        font-size: 20px;
    }

    .support-phone td:first-child {
        width: 40px;
    }

    .support-phone td:last-child {
        padding-left: 5px;
    }

    .support-phone span {
        font: 14px/16px "Varela Round",Helvetica,Arial,sans-serif;
    }

    .support-phone img {
        height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    
    .responsiveSlider .slideCaption h1 {
        line-height: 25px;
    }

    .community-panel {
        width: 688px;
        height: 180px;
    }

        .community-panel > div {
            height: 180px;
        }

        .community-panel p {
            padding-top: 5px;
            padding-bottom: 10px;
            line-height: 16px;
            font-size: 13px;
        }


    .community-holder {
        height: 150px;
        left: 240px;
    }

    div.cn {
        height: 190px;
    }

    .josie-image {
        height: 180px;
        margin-left: 15px;
    }

    div.inner {
        width: 440px;
    }

    .inner img {
        height: 25px;
    }

    .community-panel .button_medium, .support-panel .button_medium {
        padding: 5px 10px;
        font-size: 13px;
    }

    .support-panel {
        width: 214px;
        min-height: 759px;
    }

        .support-panel > img {
            width: 214px;
        }

        .support-panel h3 {
            font: 18px/18px "Varela Round",Helvetica,Arial,sans-serif;
        }

        .support-panel .caption {
            padding: 9px !important;
        }

            .support-panel .caption label {
                font-size: 14px;
                padding-bottom: 5px;
            }

        .support-panel input[type="text"], .support-panel input[type="password"], textarea {
            width: 186px;
        }

    #community-desktop-panel {
        display: inline;
    }

    #community-mobile-panel {
        display: none;
    }

    .current-support-p {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .support-info-box h3 {
        font: 15px/15px "Varela Round",Helvetica,Arial,sans-serif !important;
    }

    .support-info-box p, .support-info-box ul {
        font-size: 13px;
        line-height: 16px;
    }

    .support-info-box ul {
        margin-bottom: 0;
    }

    .support-phone td {
        padding: 5px;
    }

    .support-phone h3 {
        font-size: 16px;
    }

    .support-phone td:first-child {
        width: 26px;
    }

    .support-phone td:last-child {
        padding-left: 2px;
    }

    .support-phone span {
        font: 12px/14px "Varela Round",Helvetica,Arial,sans-serif;
    }

    .support-phone img {
        height: 26px;
    }
}

@media only screen and (min-width: 1366px) {
    .josie-image {
        margin-left: 70px;
    }

    .community-holder {
        left: 410px;
    }

    .community-panel {
        width: 1168px;
    }

    .support-panel {
        width: 374px;
        min-height: 759px;
    }

        .support-panel > img {
            width: 374px;
        }

        .support-panel input[type="text"], .support-panel input[type="password"], textarea {
            width: 334px;
        }

    #community-desktop-panel {
        display: inline;
    }

    #community-mobile-panel {
        display: none;
    }

    .support-panel .caption {
        /*padding:15px;*/
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
    }

    .support_login_error p {
        font-size: 15px !important;
    }

    .support-panel .info-bar {
        font: 14px/16px "Varela Round",Helvetica,Arial,sans-serif;
    }

    .support-phone h3 {
        font-size: 22px;
    }

    .form_info_wrap {
        float: left;
        width: 158px;
    }

        .form_info_wrap input {
            width: 156px !important;
        }

    .form_info_margin {
        margin-right: 20px;
    }
}

.AfterHoursLink {
    color: #ffffff;
}

    .AfterHoursLink:hover {
        color: #b1b1b1;
    }

#hicapsTroubleshootingIframe {
    width: 100%;
    height: 600px;
}

#PBG_Demo_ScrollTo_Button{
    margin-bottom: 10px;
}
#PatientBookingGateway_Header{
    margin-bottom: 10px;
}

#content-full.FreeDemoPageContent,
#content-full.DashboardPageContent{
    padding: 0px;
    width: 100%;
}

#FreeDemoPageTopHalf{
    background-image: linear-gradient(to right, #f5f5f5, #d6d6d6);
    box-shadow: 0 0 1px #b3b3b3;
    position: relative;
    min-height: 400px;
}
#FreeDemoPageTopHalf > *:not(#FreeDemoImage){
    margin-left: 400px;
    margin-right: 20px;
}
#FreeDemoPageDescriptionText, #FreeDemoClosingText1, #FreeDemoClosingText2, #FreeDemoClientList{
    color: #999;
}
#FreeDemoPageHeader{
    margin-top: 0px;
    padding-top: 50px;
}
#FreeDemoImage{
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 400px;
    width: 400px;
    background-image: url(../Images/img/combined_models.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}
#FreeDemoPage{
    border-radius: 4px;
    display: block;
    line-height: 20px;
    padding: 5px;
    position: relative;
    width: 100%;
    left: -6px;
}
#FreeDemoPage .form_info{
    display: inline-block;
    width: 35%;
}
#FreeDemoPage .form_info:nth-child(1n){
    margin-right: 4%;
}
#FreeDemoPage .form_info input{
    width: 100%;
    display: block;
}
#FreeDemoPage .form_info input.Invalid{
    border: 1px solid rgba(255, 0, 0, 0.75);
}
#FreeDemoPage .form_info label{
    padding-bottom: 2px;
}
#FreeDemoPage .form_info label.Invalid{
    color: rgba(255, 0, 0, 0.75);
}
/*Change placeholder colour*/
#FreeDemoPage .form_info input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #999;
}
#FreeDemoPage .form_info input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}
#FreeDemoPage .form_info input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}
#FreeDemoPage .form_info input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}
#FreeDemoPage .form_info input::-ms-input-placeholder { /* Microsoft Edge */
    color: #999;
}
#FreeDemoPage #ContactDetails{
    position: relative;
}

#FreeDemoPage #btnSubmit{
    position: absolute;
    bottom: 20px;
    right: 3%;
}
#FreeDemoClientList{
    margin-bottom: 10px;
    width: 780px;
    margin-left: 25%;
}
#FreeDemoClientList div{
    display: inline-block;
    width: 35%;
}
#FreeDemoClientList div span:first-child{
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #999;
    display: inline-block;
    margin-right: 10px;
}
#FreeDemoPageBottomHalf{
    padding-top: 20px;
    padding-left: 60px;
    padding-right: 30px;
}
#FreeDemoPage #divErrorMessage td{
    padding-top: 10px;
    padding-bottom: 10px;
}
#FreeDemoPage #divErrorMessage td:first-child{
    background-size: contain;
}
#FreeDemoPage #divErrorMessage{
    margin-right: 4%;
}
#FreeDemoPage #divErrorMessage{
    
}

.Page_SMSLogo .post_img_bot p:last-child{
    padding-bottom: 0px;
}
.Page_SMSLogo .form_info_checkbox label {
    padding-bottom: 0px;
    padding-left: 5px;
}
.Page_SMSLogo .form_info_checkbox p{
    padding-bottom: 0px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}
.Page_SMSLogo .form_info_checkbox p > *{
    display: table-cell;
    vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
    #FreeDemoPage #ContactDetails {
        padding-bottom: 50px;
    }
    #FreeDemoClientList{
        margin-left: 12.5%;
    }
    #FreeDemoPage #btnSubmit{
        position: absolute;
        bottom: 20px;
        right: 3%;
    }
    #FreeDemoClientList div{
        display: inline-block;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    #FreeDemoImage {
        position: static;
        width: 100%;
        height: 250px;
        background-position: center;
        background-position-x: center;
        background-position-y: -30px;
        background-size: 300px;
    }
    #FreeDemoPageTopHalf > *:not(#FreeDemoImage){
        margin-left: 10px;
        margin-right: 10px;
    }
    #FreeDemoClientList{
        margin-left: 0px;
    }
    #FreeDemoPageBottomHalf{
        padding-left: 10px;
        padding-right: 10px;
    }
    #FreeDemoPageHeader{
        padding-top: 10px;
    }
    #FreeDemoPage #btnSubmit{
        position: absolute;
        bottom: 20px;
        right: 3%;
    }
    #FreeDemoClientList div{
        display: inline-block;
        width: 100%;
    }

    .contactUsPage .medium_field,
    .contactUsPage .short_field,
    .OrderPage .short_field,
    .OrderPage .medium_field,
    .OrderSMSCreditsPage .short_field,
    .OrderSMSCreditsPage .medium_field,
    .PatientBookingGatewayPage .short_field,
    .PatientBookingGatewayPage .medium_field{
        width: calc(100% - 10px) !important;
        min-width: 0px !important;
    }
    
    .PatientBookingGatewayPage .table_header_field{
        width: calc(100% + 8px) !important;
    }
}

@media only screen and (max-width: 400px){
    #dashboard_slide .slideCaption {
        left: 55%;
        min-width: 0;
        width: auto;
        padding: 0;
    }

    #dashboard_slide .slideCaption h1 {
        font-size: 15px;
    }
}

/*
li[style="left: 300px; opacity: 1; z-index: 0;"],
li[style="left: 300px; opacity: 1; z-index: 1;"],
li[style="left: 300px; opacity: 1; z-index: 2;"],
li[style="left: 300px; opacity: 1; z-index: 3;"],
li[style="left: 300px; opacity: 1; z-index: 4;"],
li[style="left: 300px; opacity: 1; z-index: 5;"],
li[style="left: 300px; opacity: 1; z-index: 6;"],

li[style="left: 300px; z-index: 0; opacity: 1;"],
li[style="left: 300px; z-index: 1; opacity: 1;"],
li[style="left: 300px; z-index: 2; opacity: 1;"],
li[style="left: 300px; z-index: 3; opacity: 1;"],
li[style="left: 300px; z-index: 4; opacity: 1;"],
li[style="left: 300px; z-index: 5; opacity: 1;"],
li[style="left: 300px; z-index: 6; opacity: 1;"] {
  opacity: 0 !important;
}*/