.vertis-comment-item-links > ul > li{
	float: left;
	list-style: none;
}
.vertis-comment-item-links > ul > li:not(:last-child){
	padding-right: 8px;
}
.indented{
	padding-left: 30px;
}
.vertis-form-comment-blog form .form-actions input[type=submit]{
	margin: 0;
	padding-bottom: 20px;
}
#vertis-pager-pagination{
	width: 100%;
	display: inline-block;
}
#MyContactForm input[type=submit], #contact-message-feedback-form input[type=submit]{
	font-size: 18px;
    display: inline-block;
    color: rgba(38, 35, 40, 0.7);
    font-family: 'JosefinSans', sans-serif;
    font-weight: 600;
    padding: 0 0 10px 0;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
    background: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #333;
    border-color: #ccc;
}
.vertis-portfolio-contact-container{
	padding: 120px 120px 90px 120px;
	background-color: rgba(38, 35, 40, 0.9);
}
.md-objects .md-object, .md-objects .md-object a, .slider-item > div{
	padding: auto !important;
}
#MainContent form input[type=email], 
#MainContent form input[type=password],
#MainContent form input[type=text], 
#MainContent form textarea,
#MainContent form input[type=number]
{
    padding-top: 20px;
}
.md-slider-wrap > .md-thumb{
    bottom: 25px;
}
.md-slider-wrap > .md-thumb .md-thumb-item > img{
    box-shadow: inset 5px 5px 10px 0px rgba(0,0,0,0.25);
    box-sizing: border-box;
    border: 3px solid rgba(0,0,0,0.25);
}
.vertis-color-white *{
    color: rgba(255, 255, 255, 0.3) !important;
}
.gn-search.form-search{
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
}
#form-wrapper #MainContent form{
    position: relative;
}
.contextual .contextual-links a{
    color: #000 !important;
}
.vertis-list-style .widget-block ul{
    padding-left: 0;
    list-style: none;
}
#block-vertis-local-tasks > ul > li:not(:last-child){
    float: left;
    padding-right: 20px;
}
#block-vertis-local-tasks > ul{
    list-style: none;
}
.ms-fullscreen-template > .contextual{
    top: 80px;
}
.page-vertis form input[type=submit]{
    padding-top: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.vertis-search-page ol > li{
    border-bottom: 1px solid #ccc;
}

#header .header-logo img {
    max-height: 140px;
}

#header.header-top-fixed .header-logo img,
#footer .footer-logo img {
    max-height: 50px;
}

.section-content section {
    padding: 40px 25px;
}
.section-sidebar > div {
    padding: 25px 0;
}

.md-slide-wrap {
    overflow: hidden;
}
.md-objects {
    display: none;
}
.md-slide-wrap .md-objects {
    display: block;
}

.carousel-caption {
    padding: 20px 25px;
    border-radius: 10px;
    left: 5%;
    right: 30%;
    bottom: 50px;
    background: rgba(0, 0, 0, 0.2);
}
.carousel-control {
    width: 5%;
}
.carousel-control.left {
    padding-left: 0px;
}
.carousel-control.right {
    padding-right: 23px;
}
.carousel-control i {
    position: absolute;
    top: 49%;
    font-size: 35px;
}
.carousel-caption h4 {
    font-size: 75px;
    text-align: left;
    color: #8c20ba;
    text-shadow: none;
    margin: 0 0 15px 0;
}

.carousel-caption p {
    font-size: 25px;
    text-align: left;
    margin: 15px 0 0 0;
    line-height: 30px;
    color: white;
}

@media only screen and (max-width: 1200px) {
    .carousel-caption h4 {
        font-size: 55px;

    }

    .carousel-caption p {
        font-size: 20px;
        line-height: 25px;
    }
}

@media only screen and (max-width: 992px) {
    .carousel-caption {
        padding: 15px 20px;
        right: 25%;
        bottom: 40px;
    }

    .carousel-caption h4 {
        font-weight: bold;
        font-size: 40px;
        margin: 0 0 10px 0;

    }

    .carousel-caption p {
        font-size: 18px;
        margin: 10px 0 0 0;
        line-height: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .carousel-caption {
        padding: 10px 15px;
        right: 5%;
        bottom: 15px;
    }

    .carousel-caption h4 {
        font-size: 30px;
        margin: 0 0 10px 0;

    }

    .carousel-caption p {
        font-size: 13px;
        margin: 5px 0 0 0;
        line-height: 17px;
    }

    .carousel-caption p {
        font-size: 18px;
        margin: 10px 0 0 0;
        line-height: 18px;
    }
}

#header .header-logo img {
    max-height: 140px;
}

#header .header-logo {
    position: fixed;
    left: 5%;
}

#header .navbar-collapse {
    position: fixed;
    right: 5%;
}

@media only screen and (max-width: 1200px) {
    #header .header-logo img {
        max-height: 120px;
    }
}

@media only screen and (max-width: 992px) {
    #header .header-logo img {
        max-height: 120px;
    }

    #header #container-fixed {
        padding: 15px 0;
    }
}

@media only screen and (max-width: 768px) {
    #header {
        position: relative;
    }

    #header .header-logo img {
        max-height: 90px;
    }

    #header .header-logo {
        position: static;
        left: auto;
        z-index: 90;
    }

    #header .navbar-collapse {
        position: static;
        right: auto;
        z-index: 100;
    }

    #header .navbar-toggle {
        padding: 29px 10px 34px;
    }
    #header .header-body-fixed .navbar-toggle {
        padding: 10px;
    }
    
    .carousel-inner {
        overflow: visible;
    }
    .carousel-caption {
        bottom: auto;
        top: 20px;
    }
}

.toolbar-fixed header#header,
.toolbar-vertical header#header {
    top: 36px !important;
}
.toolbar-horizontal.toolbar-tray-open header#header {
    top: 80px !important;
}
@media only screen and (max-width: 768px) {
.toolbar-vertical header#header {
    top: 0 !important;
}
}
#contact-message-contact-us-form .form-item-mail {
    min-height: 42px;
}
#edit-field-date-of-birth-0-value-date {
    line-height: initial;
    height: 32px;
}