body {
    background-color: #ebebeb;
}
body * {
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}
.close {
    color: #ffffff !important;
    opacity: 1;
    background-color: transparent !important;
    font-size: 25px !important;
    position: relative;
    top: -25px;
    right: -25px;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}
.padding-0 { 
    padding: 0;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
}
.navbar-default .navbar-toggle {
    border: none;
    box-shadow: none;
    background-color: transparent !important;
    margin: 15px 0 0 0;
    color: #ffffff;
    font-size: 20px;
    border-radius: 0;
}
.header-social {
    padding: 0 !important;
}
.header-social a {
    padding: 0 !important;
    line-height: 32px;
    margin-top: 15px;
    display: block;
    float: left;
    color: #ffffff;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
}
.navbar-default .navbar-toggle.collapsed {
    /*margin-bottom: -15px;*/
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-default {
    border: none;
    background: url(/assets/images/template/header-bg.png) #D60E10 repeat-x bottom left;
    padding: 0px 0 10px 0;
    position: fixed;
    width: 100%;
    z-index: 101;
}
.home-portfolio-container-xs .port-item {
    height: inherit !important;
}
.navbar-default.normal {
    background-color: #D60E10 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #B60203;
    padding: 7px;
    margin: 8px;
    border-radius: 5px;
}
@media(min-width:768px){
    .navbar-nav {
        margin-top: 15px;
    }
}
@media(max-width:768px){
    .navbar-default {
        position: relative;
        background-color: #D60E10 !important;
        padding-bottom: 20px;
    }
}
.margin-top-10 {
    margin-top: 10px;
}
.navbar-nav > li {
    float: left;
}
@media(max-width:767px){
    .navbar-nav > li {
        float: left;
        width: 100%;
        text-align: center;
    }
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .news-social > a, .news-social > a:hover, .news-social > a:focus {
    font-size: 22px;
    color: #ffffff;
}
.news-social > a, .news-social > a:hover, .news-social > a:focus {
    margin: 0 5px;
}
.slick-slider {
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a.request-a-quote, .navbar-default .navbar-nav > li > a.request-a-quote:hover, .navbar-default .navbar-nav > li > a.request-a-quote:focus {
    margin: 10px 75px 0 75px;
    padding: 5px 15px 5px;
    background-color: #B60203;
    border-radius: 5px;
}
@media (max-width:1369px) {
    .navbar-default .navbar-nav > li > a.request-a-quote, .navbar-default .navbar-nav > li > a.request-a-quote:hover, .navbar-default .navbar-nav > li > a.request-a-quote:focus {
        margin: 10px 0 0 75px;
    }
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        font-size: 20px;
    }
}
@media (max-width:1297px) {
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        font-size: 18px;
    }
}
@media (max-width:1208px) {
    .navbar-default .navbar-nav > li > a.request-a-quote, .navbar-default .navbar-nav > li > a.request-a-quote:hover, .navbar-default .navbar-nav > li > a.request-a-quote:focus  {
        margin: 10px 50px 0 50px;
    }
}
@media (max-width:1141px) {
    .navbar-default .navbar-nav > li > a.request-a-quote, .navbar-default .navbar-nav > li > a.request-a-quote:hover, .navbar-default .navbar-nav > li > a.request-a-quote:focus  {
        margin: 10px 0 0 25px;
    }
}
@media (max-width:1074px) {
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        font-size: 16px;
    }
}
@media (max-width:1074px) {
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        padding-left: 10px; 
        padding-right: 10px;
    }
}
@media (max-width: 991px) {
    .navbar-nav {
        margin: 0 auto;
        float: none;
    }
}
@media (max-width: 922px) {
    .navbar-nav {
        width: 80%;
    }
}
@media (max-width: 868px) {
    .navbar-nav {
        width: 85%;
    }
}
@media (max-width: 822px) {
    .navbar-nav {
        width: 90%;
    }
}
@media (max-width: 779px) {
    .navbar-nav {
        width: 100%;
    }
}
.nav > li.pull-right > a {
    padding-left: 20px;
}
h1 {
    font-size: 50px;
    color: #000000;
}
p {
    font-size: 18px;
}
@media(max-width:480px){
    h1 {
        font-size: 30px;
    }
    p {
        font-size: 16px;
    }
}
.description p {
    font-size: 16px;
    color: #000000;
}
.clients-container {
    background-color: #ffffff;
}
.clients-container h1 {
    color: #414141;
    margin: 75px 0 50px 0;
    text-align: center;
}
.clients-container > .container > * > img {
    margin-bottom: 25px;
}
.clients-container p {
    color: #414141;
    margin: 20px 0 0px 0;
    text-align: center;
    font-size: 24px;
}
.client-desc {
    margin-bottom: 15px;
    margin-top: 0px;
}
.clients-container p a, .clients-container p a:hover, .clients-container p a:focus {
    text-decoration: none;
    color: #414141;
}

@media (max-width: 1366px){
    .clients-container p {
        font-size: 20px;
    }
    .clients-container h1 {
        font-size: 40px;
    }
}
@media (max-width: 767px){
    .clients-container p {
        font-size: 18px;
    }
    .client-desc {
        margin: 0;
    }
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        font-size: 20px;
    }
}
@media(max-width:480px){
    .clients-container h1 {
        font-size: 30px;
        margin: 30px 0 20px 0;
    }
}
.ri-grid-size-1 {
    width: 100%;
}
.ri-grid {
    margin: 0;
}
@media (max-width: 1024px) and (min-width: 481px){
    .ri-grid {
        padding-left: 100px;
    }
}
.ri-grid ul li a, .ri-grid ul li {
    max-width: 185px;
    max-height: 100px;
    padding: 0;
}
.ri-grid ul li {
    margin-right: 5px;
    margin-bottom: 20px;
    background: transparent;
}
@media (max-width: 480px){
    .ri-grid ul li {
        margin-right: 0;
    }
}
.ri-grid ul li a {
    background-color: transparent;
}
.page-feature {
    min-height: 335px;
    position: relative;
    background-color: #1a1a1a;
}
.page-feature.service {
    min-height: 165px;
}
.page-feature.port-header {
    min-height: 250px;
}
.page-feature > div {
    top: 0;
    bottom: 0;
    left: 75px;
    margin: auto;
    position: absolute;
    max-height: 100px;
}
.page-feature.service > div {
    max-height: 35px;
}
.page-feature.port-header > div {
    max-height: 30px;
}
.page-feature > div.container {
    left: 0;
    right: 0;
}
.page-feature > div h1, .page-margin > div h1 {
    color: #ffffff;
}
.page-feature > div p, .page-margin > div p {
    color: #ffffff;
    font-size: 15px;
}
.page-feature h1, .page-margin h1 {
    font-size: 35px;
}
@media (max-width: 1366px){
    .page-feature h1 {
        font-size: 30px;
    }
    .page-feature > div p, .page-margin > div p {
        font-size: 14px;
    }
    .page-feature {
        min-height: 265px;
    }
    .page-feature.port-header {
        min-height: 270px;
    }
    .page-feature.port-header > div {
        max-height: 95px;
    }
}
.margin-top-30 {
    /*margin-top: 30px;*/
}
@media (max-width: 1024px){
    .page-feature > div {
        max-height: 79px;
    }
    .page-feature.service > div {
        left: 30px;
    }
    .page-feature.port-header > div {
        max-height: 140px;
    }
}
@media(max-width: 768px){
    .page-feature > div p, .page-margin > div p {
        font-size: 16px;
    }
    .page-feature {
        min-height: 320px;
    }
    .page-feature.service {
        min-height: 285px;
    }
    .page-feature > div {
        max-height: 170px;
        left: 0;
    }
    .page-feature.service > div {
        max-height: 170px;
        left: 0;
    }
    .page-feature.port-header > div {
        left: 0;
        position: relative;
        max-height: auto;
    }
    .page-feature.port-header {
        min-height: auto;
    }
}
@media (max-width: 767px){
    .page-feature > div {
        left: 0;
        position: relative;
    }
    .page-feature.port-header {
        min-height: 1px;
    }
    .page-feature.service > div.social-block {
        margin: 15px 0;
    }
    .page-feature.service > div {
        max-height: 300px;
    }
    .page-feature.port-header > div {
        max-height: 325px;
        position: relative;
    }
}
.page-container {
    background-color: #ffffff;
    position: relative;
    top: -35px;
    box-shadow: 0px 0px 5px -2px #000000;
    width: 1700px;
    max-width: 100%;
}
footer.page-container {
    background-color: transparent;
    top: 0;
    box-shadow: none;
}
@media (max-width:1700px) {
    .page-container {
        top: 0;
    }
}
.margin-bot-15px {
    margin-bottom: 15px;
}
.page-title {
    text-transform: uppercase;
    font-size: 30px;
    color: #4c4c4c;
    margin-top: 75px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 85px;
    line-height: 40px;
}
.page-title:before {
    content: url(/assets/images/template/page-title-arrow.png);
    position: absolute;
    left: -5px;
}
div.page-title:before {
    content: "";
}
.page-title a, .page-title a:hover, .page-title a:focus {
    text-decoration: none;
    color: #4c4c4c;
}
.page-title a.back, .page-title a.back:hover, .page-title a.back:focus {
    font-size: 18px;
    color: #ffffff;
    background-color: #1e1e1e;
    float: right;
    padding: 5px 5px;
    margin-right: 95px;
    position: relative;
    width: 40px;
    height: 40px;
    line-height: 32px;
}
.page-title a.back.prev, .page-title a.back.next, .page-title a.back.prev:hover, .page-title a.back.next:hover, .page-title a.back.prev:focus, .page-title a.back.next:focus {
    margin-right: 5px;
    padding: 14px 0;
}
.page-title a.back.prev.negative, .page-title a.back.next.negative, .page-title a.back.prev.negative:hover, .page-title a.back.next.negative:hover, .page-title a.back.prev.negative:focus, .page-title a.back.next.negative:focus {
    background-color: #A8A8A8;
}
@media(max-width: 1024px){
    .page-title {
        margin-top: 35px;
        font-size: 27px;
    }
}
@media(max-width:768px){
    .page-title {
        font-size: 30px;
    }
    .page-title a.back, .page-title a.back:hover, .page-title a.back:focus {
        margin-right: 30px;
    }
}
@media(max-width:767px){
    .page-title {
        font-size: 25px;
    }
    .page-title a.back, .page-title a.back:hover, .page-title a.back:focus {
        margin-top: 10px;
        float: left;
        margin-right: 5px;
    }
    .page-title a.back.prev, .page-title a.back.next, .page-title a.back.prev:hover, .page-title a.back.next:hover, .page-title a.back.prev:focus, .page-title a.back.next:focus {
        padding: 14px 0;
    }
    .page-title a.back img {
        max-width: inherit;
    }
}
.news-block p {
    font-size: 16px;
}
.margin-top-15px {
    margin-top: 15px;
}
.margin-top-15px p {
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.about-container {
    padding-left: 80px;
    padding-right: 80px;
}
.news-container > div, .news-container > h2 {
    padding-right: 80px;
    padding-left: 80px;
}
.news-container > div:nth-of-type(2) {
    padding-left: 20px;
}
.news-container > div:nth-of-type(2).sitemap-block {
    padding-left: 80px;
}
@media (max-width:1024px){
    .news-container > div, .news-container > h2, .news-container > div.sitemap-block {
        padding-right: 0;
        padding-left: 70px;
    }
}
@media (max-width: 1024px) and (min-width: 768px) {
    .news-container {
        padding-right: 30px;
    }
}
@media(max-width:768px){
    .news-container > div:nth-of-type(2), .news-container > div:nth-of-type(2).sitemap-block {
        padding-left: 0;
    }
    .news-container > div, .news-container > h2, .news-container > div.sitemap-block {
        padding-left: 0;
    }
    .about-container {
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 767px){
    .about-container {
        padding-left: 0;
        padding-right: 0;
    }
    .news-container > div, .news-container > h2, .news-container > div.sitemap-block {
        padding: 0;
    }
    .news-container > h2 {
        float: left;
        width: 100%;
    }
}
@media (max-width: 1366px) {
    .news-header {
        min-height: 85px !important;
    }
}
@media (max-width:1024px){
    .news-header p br {
        display: none;
    }
}
.about-block h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #4c4c4c;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 25px;
    border-bottom: 1px solid #eaeaea;
}
.about-block p {
    font-size: 18px;
    color: #4c4c4c;
    padding-right: 20px;
    margin-bottom: 30px;
}
@media (max-width:1366px){
    .about-block p {
        font-size: 15px;
    }
    .about-block h2 {
        font-size: 25px;
    }
}
@media(max-width:1024px){
    .about-block h2 {
        font-size: 25px;
        margin-bottom: 30px;
        margin-top: 15px;
        padding-bottom: 15px;
    }
}
@media(max-width:768px){
    .about-block {
        min-height: 600px;
    }
    .about-block h2 {
        font-size: 30px;
    }
    .about-block p {
        font-size: 16px;
        text-align: justify;
    }
}
.about-block p a {
    margin-right: 2px;
}
.footer-newsletter-container, .footer-bg {
    background-color: #EBEBEB;
}
.footer-newsletter-container > .container {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}
.footer-bg p {
    font-size: 15px;
}
@media(max-width:1024px){
    .footer-newsletter-container > .container {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}
.footer-newsletter-container h3 {
    margin: 5px 0;
    font-size: 22px;
    color: #414141;
}
.footer-newsletter-container input[type="text"], .footer-newsletter-container input[type="email"] {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #d3d3d3;
    font-size: 18px;
    color: #9f9f9f;
    outline: none;
    box-shadow: none;
}
.footer-newsletter-container button {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #1e1e1e;
    color: #ffffff;
    padding: 5px 10px;
    font-size: 16px;
}
.parsley-errors-list li {
    color: red;
}
footer > div > div > a, footer > div > div > a:hover, footer > div > div > a:focus {
    font-size: 15px;
    color: #8b8b8b;
    text-decoration: none;
    margin-bottom: 10px;
}
footer h2 {
    font-size: 30px;
    color: #414141;
    margin-bottom: 25px;
}
footer > div > div > a span {
    display: block;
    font-size: 15px;
    /*color: #b7b7b7;*/
    /*line-height: 20px;*/
}
footer .border-bottom {
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
}
footer p.border-bottom {
    padding-bottom: 10px;
    font-size: 15px;
    color: #8b8b8b;
}
footer p.border-bottom a, footer p.border-bottom a:hover, footer p.border-bottom a:focus {
    font-size: 17px;
    color: #8b8b8b;
    text-decoration: none;
}
footer p.border-bottom span {
    display: inline-block;
    width: 75px;
}
@media(max-width: 767px){
    footer p.border-bottom {
        font-size: 17px;
        text-align: center;
    }
    footer p.border-bottom a, footer p.border-bottom a:hover, footer p.border-bottom a:focus {
        font-size: 17px;
    }
    footer p.border-bottom span {
        display: none;
    }
}
footer .address {
    padding-left: 40px;
    font-size: 17px;
    color: #8b8b8b;
    background: url(/assets/images/template/footer-marker.png) no-repeat top 5px left 5px;
    min-height: 50px;
}
footer .news-art, footer .news-art:hover, footer .news-art:focus {
    padding: 0 0 13px 40px;
    margin-bottom: 10px;
    background: url(/assets/images/template/footer-diamond.png) no-repeat top 5px left 19px;
}
.footer-social-block a {
    margin-right: 5px;
}
@media(max-width: 1024px){
    footer h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    footer > div:nth-of-type(3) h2, footer p.border-bottom {
        padding-left: 0;
    }
    .footer-social-block {
        top: 0;
        margin-bottom: 0;
    }
}
@media(max-width:768px){
    .footer-newsletter-container h3 {
        font-size: 25px;
        padding-left: 0;
    }
    .footer-newsletter-container .form-group {
        width: 100%;
        margin-top: 15px;
    }
    .footer-newsletter-container .form-group input {
        width: 100%;
    }
    footer > div > div > a, footer > div > div > a:hover, footer > div > div > a:focus {
        font-size: 16px;
    }
    footer > div:nth-of-type(2) h2 {
        padding-left: 0;
    }
    footer .news-art, footer .news-art:hover, footer .news-art:focus {
        padding: 0 0 13px 20px;
        margin-bottom: 10px;
        background: url(/assets/images/template/footer-diamond.png) no-repeat top 5px left 0px;
        font-size: 18px;
    }
    footer > div > div > a span {
        font-size: 18px;
    }
    .footer-newsletter-container h3 {
        font-size: 20px;
        text-align: center;
    }
}
@media(max-width: 480px){
    footer .news-art, footer .news-art:hover, footer .news-art:focus {
        padding-left: 0;
        background: none;
    }
    footer > div > div > a span {
        line-height: 22px;
    }
    .footer-social-block h2 {
        width: 100%;
    }
    footer > div > div > a, footer > div > div > a:hover, footer > div > div > a:focus {
        width: 100% !important;
        text-align: center;
    }
    footer h2 {
        text-align: center;
    }
}
.copyright {
    color: #8b8b8b;
    font-size: 15px;
}
.copyright a, .copyright a:hover, .copyright a:focus {
    color: #8b8b8b;
    font-size: 15px;
    text-decoration: none;
}
.social-share-block a {
    margin-bottom: 1px;
    display: block;
}
.social-share-block {
    position: relative;
    right: -1px;
    top: 0;
    float: right;
}
.contact-block {
    padding: 120px 0 200px 0;
}
@media (max-width:1366px){
    .contact-block {
        padding-bottom: 80px;
    }
}
@media (max-width:1024px){
    .contact-block {
        padding-top: 120px;
    }
}
@media(max-width: 767px){
    .contact-block {
        padding: 20px 0 200px 0;
    }
    .copyright {
        text-align: center;
        margin-top: 10px;
    }
    .footer-social-block {
        text-align: center;
    }
    .footer-social-block a {
        float: none !important;
    }
    .social-share-block {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .social-share-block a {
        display: inline-block !important;
        font-size: 20px !important;
        height: 40px !important;
        width: 40px !important;
        line-height: 41px !important;
    }
}
.contact-block h1 {
    font-size: 35px;
    color: #ffffff;
    margin-bottom: 15px;
}
.contact-description p {
    font-size: 18px;
    color: #fefefe;
}
.contact-heading {
    font-size: 25px;
    color: #ffffff;
    padding-bottom: 15px;
    border-bottom: 1px solid #383838;
}
.contact-details p {
    font-size: 20px;
    color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.contact-details p span {
    display: inline-block;
    width: 100px;
}
.contact-details p a, .contact-details p a:hover, .contact-details p a:focus {
    font-size: 18px;
    color: #ffffff;
    text-decoration: none;
}
.address-block h2 {
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 20px;
}
.address-block p {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 0;
}
.address-block p span {
    display: inline-block;
    width: 103px;
}
.contact-details {
    margin-bottom: 15px;
}
@media (max-width: 1024px){
    .padding-left-5 {
        padding-left: 5px;
    }
    .address-block h2 {
        font-size: 25px;
    }
    .contact-block h1 {
        font-size: 35px;
    }
}
@media (max-width: 768px){
    .contact-block h1 {
        font-size: 35px;
    }
    .contact-description p, .contact-details p, .address-block p {
        font-size: 22px;
    }
    .contact-heading {
        font-size: 35px;
        margin-top: 0;
    }
    .address-block h2 {
        font-size: 30px;
    }
    .contact-block {
        padding-bottom: 50px;
        padding-top: 20px;
    }
}
@media (max-width: 767px){
    .contact-block h1 {
        font-size: 30px;
    }
}
@media (max-width:480px){
    .contact-block h1 {
        font-size: 30px;
    }
    .contact-heading {
        font-size: 32px;
        margin-top: 0px;
    }
    .contact-description p, .contact-details p, .address-block p {
        font-size: 18px;
    }
}
.form-block {
    padding: 25px;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #ec2f31;
    margin-bottom: 10px;
}
.form-block.no-bg {
    background-color: #ffffff;
}
.form-desc {
    margin-top: 20px;
}
.form-desc p {
    margin: 0;
    font-size: 25px;
}
.form-desc p.small {
    font-size: 18px;
}
.modal-backdrop.in {
    opacity: 0.85;
    filter: alpha(opacity=85);
}
@media (max-width: 767px){
    .form-desc p {
        font-size: 20px;
    }
    .modal-body .form-desc p {
        font-size: 19px;
    }
    .modal-body .form-desc p.small {
        font-size: 15px;
    }
}
.form-block input[type="text"], .form-block input[type="email"] {
    height: 50px;
    
}
.form-block input[type="text"], .form-block input[type="email"], .form-block textarea {
    font-size: 18px;
    color: #ffffff;
    padding: 15px;
    border: 1px solid #ad0002 !important;;
    border-radius: 0;
    background-color: #ce0002;
    outline: none !important;
    box-shadow: none !important;
    height: auto;
}
.form-block input[type="text"]::-webkit-input-placeholder, .form-block input[type="email"]::-webkit-input-placeholder, .form-block textarea::-webkit-input-placeholder {
    color: #ffffff;
}
.form-block input[type="text"]:-moz-placeholder, .form-block input[type="email"]:-moz-placeholder, .form-block textarea:-moz-placeholder { /* Firefox 18- */
    color: #ffffff;
}
.form-block input[type="text"]::-moz-placeholder, .form-block input[type="email"]::-moz-placeholder, .form-block textarea::-moz-placeholder {  /* Firefox 19+ */
    color: #ffffff;
}
.form-block input[type="text"]:-ms-input-placeholder, .form-block input[type="email"]:-ms-input-placeholder, .form-block textarea:-ms-input-placeholder {  
    color: #ffffff;
}
.form-block button {
    border: none;
    border-radius: 0;
    background-color: #ffffff;
    font-size: 16px;
    color: #ec2f31;
    padding: 10px;
    font-weight: bold;
}
.form-block .signup, .form-block .signup a, .form-block .signup a:hover, .form-block .signup a:focus {
    font-size: 18px;
    color: #ffffff;
    padding-left: 40px;
    background: url(/assets/images/template/signup.png) no-repeat left 10px center;
    text-decoration: none;
}
#holiday_modal .form-block .signup, #holiday_modal .form-block .signup a, #holiday_modal .form-block .signup a:hover, #holiday_modal .form-block .signup a:focus {
    padding-left: 0;
    background: none;
    color: #000000;
}
#holiday_modal .form-block .signup a.underline, #holiday_modal .form-block .signup a.underline:hover, #holiday_modal .form-block .signup a.underline:focus {
    text-decoration: underline;
}
.form-block .signup.unchecked {
    background: url(/assets/images/template/signup-checked.png) no-repeat left 10px center;
}
.form-block .signup input {
    display: none;
    visibility: hidden;
}
@media(max-width: 1366px){
    .form-block textarea {
        max-height: 120px;
    }
    .form-block .signup {
        font-size: 16px;
    }
}
@media(max-width: 1024px){
    .form-block .signup {
        font-size: 13px;
    }
}
@media (max-width: 767px){
    .form-block .signup {
        background: none;
    }
    .form-block .signup input {
        display: block;
        visibility: visible;
        margin-top: 6px;
        margin-left: -27px;
    }
}
.social-share-containter {
    position: absolute;
    right: 0;
    top: 25px;
}
.relative {
    position: relative;
}
meta.foundation-version {
    font-family: "/5.5.2/"; 
}
meta.foundation-data-attribute-namespace {
    font-family: false; 
}
.news-desc {
    background-color: #000000;
    border-bottom: 1px solid #d8d8d8;
    padding: 125px 50px 0 75px;
}
@media (max-width: 1650px){
    .news-desc {
        padding: 125px 50px 0 75px;
    }
}
@media (max-width: 1450px){
    .news-desc {
        padding: 70px 50px 0 75px;
    }
}
@media (max-width: 1366px){
    .news-desc {
        padding: 40px 50px 0 45px;
    }
}
@media (max-width: 1350px){
    .news-desc {
        padding: 35px 50px 0 30px;
    }
}
.news-desc h2 {
    margin: 0;
}
.news-desc h2 a, .news-desc h2 a:hover, .news-desc h2 a:focus {
    text-decoration: none;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
}
.news-desc h3 {
    font-size: 30px;
    color: #d2d2d2;
    margin: 5px 0;
}
.news-desc .news-desc-block p {
    font-size: 16px;
    color: #ffffff;
    box-sizing: border-box;
    padding-right: 30px;
    float: left;
    margin-top: 15px;
}
.news-desc .news-button, .news-desc .news-button:hover, .news-desc .news-button:focus, .read-more, .read-more:hover, .read-more:focus {
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    background-color: #ec2f31;
    padding: 5px 30px;
    display: inline-block;
    margin: 50px 0 0 0;
    text-transform: uppercase;
}
@media (max-width:767px){
.pull-left-xs {
    float: left !important;
}
}
.read-more, .read-more:hover, .read-more:focus {
    float: left;
    max-width: 225px;
    margin: 25px 0;
    text-align: center;
}
@media (max-width: 1366px) {
    .news-desc .news-button, .news-desc .news-button:hover, .news-desc .news-button:focus {
        margin: 30px 0 0 0;
        font-size: 18px;
    }
    .news-desc h2 a, .news-desc h2 a:hover, .news-desc h2 a:focus {
        font-size: 35px;
    }
    .news-desc h3 {
        font-size: 25px;
    }
}
@media (max-width: 1190px) {
    .news-desc .news-button, .news-desc .news-button:hover, .news-desc .news-button:focus {
        font-size: 22px;
    }
}
@media (max-width: 1130px) {
    .news-desc .news-desc-block p {
        font-size: 14px;
    }
    .news-desc .news-button, .news-desc .news-button:hover, .news-desc .news-button:focus {
        margin: 10px 0 0 0;
    }
}
@media (max-width: 1070px){
    .news-desc h2 a, .news-desc h2 a:hover, .news-desc h2 a:focus {
        font-size: 35px;
    }
    .news-desc h3 {
        font-size: 25px;
    }
    .news-desc .news-button, .news-desc .news-button:hover, .news-desc .news-button:focus {
        margin: 10px 0 0 0;
    }
}
@media (max-width: 1010px){
    .news-desc {
        padding: 15px 50px 0 40px;
    }
}
@media(max-width: 768px){
    .news-desc {
        padding: 25px 50px 25px 30px;
        min-height: 300px;
    }
}
@media (max-width:767px){
    .news-desc h2 a, .news-desc h2 a:hover, .news-desc h2 a:focus {
        font-size: 30px;
    }
    .news-desc h3 {
        font-size: 20px;
    }
    .news-desc .news-desc-block p {
        width: 100%;
    }
    .news-desc-block {
        margin-top: 10px;
    }
    .news-desc .news-button, .news-desc .news-button:hover, .news-desc .news-button:focus {
        font-size: 17px;
    }
}
.news-row-hide {
    display: none;
}
.news-view-more, .news-view-more:hover, .news-view-more:focus {
    text-decoration: none;
    color: #ffffff;
    font-size: 25px;
    background-color: #1b1b1b;
    text-transform: uppercase;
    text-align: center;
    display: block;
}
.divider-header {
    font-size: 30px;
    color: #4c4c4c;
    padding-bottom: 30px;
    padding-left: 10px;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 50px;
}
.about-news-article, .about-news-article:hover, .about-news-article:focus {
    text-decoration: none;
    padding-left: 0;
}
.about-news-article h3 {
    font-size: 30px;
    color: #4c4c4c;
}
.about-news-article h3 span {
    display: block;
    font-size: 20px;
}
.about-news-article p {
    font-size: 18px;
    color: #4c4c4c;
    min-height: 130px;
}
.about-news-article .news-button {
    text-transform: uppercase;
    font-size: 25px;
    color: #ffffff;
    background-color: #ec2f31;
    padding: 5px 25px;
    display: inline-block;
    margin: 25px 0 25px 0;
}
@media (max-width: 1366px){
    .about-news-article .news-button, .about-news-article h3 span {
        font-size: 18px;
    }
    .about-news-article h3 {
        font-size: 25px;
    }
    .about-news-article p {
        font-size: 15px;
    }
}
@media(max-width: 1024px){
    .about-news-article h3 {
        font-size: 20px;
    }
    .about-news-article .news-button, .about-news-article h3 span {
        font-size: 16px;
    }
}
@media (max-width: 1024px) and (min-width: 768px){
    .about-news-article:last-of-type, .about-news-article:last-of-type:hover, .about-news-article:last-of-type:focus {
        padding-right: 0;
    }
}
@media(max-width: 768px){
    .about-news-article h3 {
        font-size: 30px;
    }
    .about-news-article .news-button, .about-news-article h3 span {
        font-size: 20px;
    }
    .about-news-article p {
        font-size: 18px;
    }
    .about-news-article, .about-news-article:hover, .about-news-article:focus {
        padding-right: 0;
    }
}
@media (max-width: 768px){
    .news-view-more, .news-view-more:hover, .news-view-more:focus {
        font-size: 20px;
        line-height: 31px;
    }
    .about-news-article, .about-news-article:hover, .about-news-article:focus {
        padding-right: 0;
    }
    .divider-header {
        background-color: #414141;
        padding: 10px 0;
        border: none;
        color: #ffffff;
        padding-left: 10px; 
    }
    .about-news-article .news-button {
        font-size: 17px;
    }
    .about-news-article p {
        font-size: 14px;
    }
}
.view-work {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    display: block;
    color: #ffffff !important;
    text-decoration: none !important;
    z-index: 1;
    position: relative;
    background: url(/assets/images/template/viewmore.png) no-repeat center center;
    background-size: contain;
    font-size: 22px;
    text-align: center;
    padding-top: 46px;
    box-sizing: border-box;
    line-height: 20px;
    margin-top: 30px;
    padding-left: 2px;
}
.home-portfolio-container {
    overflow: hidden;
}
.port-item {
    background-size: contain !important;
    -moz-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -ms-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    text-decoration: none !important;
    overflow: hidden;
    position: relative;
}
.port-item h2 {
    position: absolute;
    top: 0;
    visibility: hidden;
    opacity: 0;
    font-size: 30px;
    text-align: center;
    color: #ffffff !important;
    background-color: rgba(0,0,0,0.9);
    margin: 0;
    height: 100%;
    width: 100%;
    padding-top: 35%;
    transition: visibility 0s, opacity 0.25s linear;
}
.port-item h2 span {
    font-size: 15px;
    display: block;
    width: 80%;
    margin: 0 auto;
}
.port-item h2 i {
    position: absolute;
    bottom: 0;
    left: 43.5%;
    color: #ffffff;
    background-color: #EC2F31;
    display: block;
    width: 40px;
    height: 40px;
    -moz-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -ms-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    line-height: 40px;
}
.port-item:hover {
    z-index: 1;
}
.port-item:hover h2 {
    visibility: visible;
    opacity: 1;
}
.slick-slide > div:nth-of-type(2) a {
    margin-left: 52%;
    margin-top: -49%;
    margin-bottom: -49%;
}
.slick-slide > div {
    padding-left: 2%;
    padding-right: 2%;
}
@media(max-width: 767px){
    .view-work {
        width: 100%;
        height: auto;
        background: #ec2f31;
        padding: 15px;
    }
    .view-work br {
        display: none;
    }
    .port-item {
        -moz-clip-path: none;
        -ms-clip-path: none;
        -webkit-clip-path: none;
        clip-path: none;
        padding-left: 15px;
        padding-right: 15px;
        margin-top: 15px;
    }
    .slick-slide > div {
        padding-left: 0;
        padding-right: 0;
    }
    .slick-slide > div:nth-of-type(2) a {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }
}
.slick-prev, .slick-next {
    z-index: 1;
    top: 45%;
    width: auto;
    height: auto;
    margin-top: 0;
}
.slick-prev {
    left: 0;
}
.padding-left-0 {
    padding-left: 0;
}
.padding-right-0 {
    padding-right: 0 !important;
}
.slick-prev:before {
    content: url(/assets/images/template/slick-prev.png);
    opacity: 1;
}
.slick-next {
    right: 0;
}
.slick-next:before {
    content: url(/assets/images/template/slick-next.png);
    opacity: 1;
}
.service-block, .service-block:hover, .service-block:focus {
    text-decoration: none;
}
.service-block-container * {
    background-color: #1c1c1c;
}
.service-block h2 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 0;
    margin-top: 100px;
    position: relative;
    padding: 30px 40px 15px;
    text-transform: uppercase;
}
.service-desc {
    min-height: 210px;
    overflow: hidden;
    padding: 0 40px;
}
@media(max-width: 1024px){
    .service-desc {
        min-height: 235px;
    }
    .service-block h2 {
        font-size: 28px;
    }
}
@media(max-width: 768px){
    .service-desc {
        min-height: 135px;
    }
}
.service-desc p {
    font-size: 18px;
    color: #ffffff;
}
.service-block .readmore-block {
    padding: 35px 40px 50px;
}
.service-block .readmore-block .readmore {
    font-size: 20px;
    color: #ffffff;
    background-color: #d42a2c;
    padding: 5px 25px 5px 25px;
    text-align: center;
}
.service-block h2:before {
    content: url(/assets/images/template/service-arrow.png);
    position: absolute;
    top: -43px;
    left: 165px;
}
.serv-block h1 {
    color: #000000;
    font-size: 35px;
}
@media (max-width:1366px){
    .serv-block p {
        font-size: 15px;
    }
    .service-block .readmore-block .readmore {
        font-size: 18px;
    }
    .serv-block h1 {
        font-size: 30px;
    }
}
@media(max-width:768px){
    .serv-block {
        padding-right: 25px !important;
    }
    .service-block h2 {
        font-size: 27px;
    }
    .service-block h2:before {
        top: -42px;
    }
    .service-desc {
        position: relative;
        top: -1px;
    }
    .service-desc {
        padding: 0 25px;
    }
    .service-block h2 {
    padding: 30px 25px 15px;
    }
    .service-block .readmore-block {
        position: relative;
        top: -2px;
        padding: 35px 25px 30px;
    }
}
.serv-block p {
    color: #000000;
    font-size: 18px;
}
.page-margin {
    margin-top: 200px;
}
@media (max-width: 1366px){
    .page-margin {
        margin-top: 130px;
    }
}
@media (max-width: 768px){
    .page-margin {
        margin-top: 25px;
    }
}
@media (max-width: 767px){
    .serv-block h1 {
        font-size: 25px;
    }
    .page-margin {
        margin-top: 0;
    }
    .service-block-container {
        padding-right: 0;
    }
}
.testimonials-block {
    background-color: #ffffff;
    margin: 75px 0 0 0;
    padding: 40px 65px;
    position: relative;
    margin-bottom: 25px;
}
.testimonials-block:before {
    content: url(/assets/images/template/testimonial-arrow.png);
    position: absolute;
    top: -43px;
    right: 40px;
}
.testimonials-block.left:before {
    left: 55px;
    right: auto;
}
.testimonials-block span {
    display: block;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}
.testimonials-block p {
    font-size: 15px;
    color: #000000;
}
@media(max-width: 768px){
    .testimonials-block p {
        font-size: 15px;
    }
    .testimonials-block span {
        font-size: 17px;
    }
}
.testimonials-block h2 {
    font-size: 35px;
    color: #000000;
    margin-top: 0;
}
.testimonials-number {
    display: block;
    width: 185px;
    height: 185px;
    border: 10px solid #ffffff;
    color: #ffffff;
    font-size: 68px;
    text-align: center;
    line-height: 175px;
    background-color: #84007f;
    border-radius: 50%;
    margin-top: 0;
}
@media (max-width: 767px){
    .testimonials-number {
        float: none !important;
        margin: 25px auto 0;
    }
    .testimonials-block {
        padding: 40px 25px;
    }
    .testimonials-block h2 {
        font-size: 30px;
    }
}
.home-testimonial .testimonials-number {
    margin-top: 0;
}
@media(max-width: 480px){
    .home-testimonial .testimonials-number {
        margin-top: 15px;
    }
}
.testimonials-container > div:nth-of-type(2n) .testimonials-number{
    background-color: #f47708;
}
.home-testimonial:nth-of-type(2n) .testimonials-number{
    background-color: #f47708;
}
.testimonials-container > div:nth-of-type(3n) .testimonials-number{
    background-color: #0097dd;
}
.testimonials-container > div:nth-of-type(4n) .testimonials-number{
    background-color: #01bc12;
}
.testimonials-container > div:nth-of-type(5n) .testimonials-number{
    background-color: #ea003d;
}
.cat-link{
    font-size: 22px;
    text-decoration: none;
    display: block;
    background-color: #3A3A3A;
    color: #ffffff;
    border-right: 1px solid #1a1a1a;
    text-transform: uppercase;
    /*width: 300px;*/
    max-width: 100%;
    padding: 5px 15px;
    text-align: center;
    margin-top: 15px;
    float: left;
}
.cat-link:hover, .cat-link:focus, .cat-link.active {
    font-size: 22px;
    text-decoration: none;
    display: block;
    background-color: #8D8D8D;
    color: #000000;
    border-right: 1px solid #1a1a1a;
    text-transform: uppercase;
    max-width: 100%;
    padding: 5px 15px;
    text-align: center;
    margin-top: 15px;
    float: left;
}
.cat-link:first-of-type, .cat-link:first-of-type:hover, .cat-link:first-of-type:focus {
    width: auto;
    padding: 5px 15px;
}
.service-list .cat-link, .service-list .cat-link:hover, .service-list .cat-link:focus, .service-list .cat-link.active, .service-list .cat-link:first-of-type, .service-list .cat-link:first-of-type:hover, .service-list .cat-link:first-of-type:focus {
    font-size: 18px;
    padding: 0;
    background-color: transparent;
    color: #ffffff;
    text-transform: initial;
}
.social-block {
    float: right;
    position: relative !important;
    left: auto !important;
    top: 100px !important;
    right: 100px !important;
}
.social-block a {
    display: block;
    color: #ffffff;
    background-color: #1E1E1E;
    font-size: 25px;
    margin: 3px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 51px;
    float: left;
}
@media (max-width: 1366px){
    .cat-link, .cat-link:hover, .cat-link:focus {
        width: 275px;
    }
}
@media (max-width:1024px){
    .cat-link, .cat-link:hover, .cat-link:focus {
        margin-top: 1px;
    }
}
@media (max-width: 768px){
    .social-block {
        top: -135px !important;
    }
    .service .social-block {
        top: 0px !important;
    }
    .page-feature {
        min-height: 350px;
    }
}
@media(max-width:767px){
    .testimonials-container > div {
        padding-left: 0;
        padding-right: 0;
    }
    .social-block {
        top: 0 !important;
        width: 100%;
        right: 0 !important;
        text-align: center;
    }
    .social-block a {
        float: none;
        display: inline-block;
    }
    .page-feature.port-header > div {
        max-height: inherit;
    }
    .cat-link, .cat-link:hover, .cat-link:focus {
        width: 100% !important;
    }
}
.port-block {
    position: relative;
}
.port-block .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(/assets/images/template/port-overlay.png) no-repeat;
    background-size: cover;
    margin: auto;
    text-align: center;
    padding: 25% 0;
    color: transparent !important;
}
.port-block h2 {
    font-size: 30px;
    text-decoration: none !important;
    text-transform: uppercase;
    margin: 20px auto 10px auto;
    width: 80%;
}
.port-block p {
    width: 80%;
    margin: 0 auto;
}
.port-block:hover .overlay {
    background: url(/assets/images/template/port-overlay-hover.png) no-repeat;
    background-size: contain;
    color: #ffffff !important;
}
@media(max-width:1024px){
    .port-block:hover .overlay {
        background: url(/assets/images/template/port-overlay.png) no-repeat;
        background-size: contain;
        color: transparent !important;
    }
}
.gallery-title {
    font-size: 20px;
    color: #4c4c4c;
    padding-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    margin-left: 75px !important;
    margin-bottom: 25px !important;
}
.port-social-block {
    margin-top: 75px;
}
.port-social-block.serv-social {
    margin: 25px 0;
    text-align: right;
}
.port-social-block a, .social-share-containter a, .social-share-block a {
    display: block;
    width: 60px;
    height: 60px;
    font-size: 30px;
    color: #ffffff;
    background-color: #1E1E1E;
    text-align: center;
    margin: 3px;
    float: left;
    line-height: 61px;
}
.port-social-block.serv-social a {
    display: inline-block;
    float: none;
    margin: 3px 0 3px 3px;
}
.social-share-containter a, .social-share-block a {
    float: none;
    margin-right: 0;
}
@media (max-width:1366px) {
    .port-social-block a, .social-share-containter a, .social-share-block a {
        width: 45px;
        height: 45px;
        line-height: 46px;
    }
}
@media (max-width: 1024px){
    .gallery-title {
        margin-left: 65px;
    }
}
@media (max-width: 768px){
    .gallery-title {
        margin-left: 0;
    }
    .port-social-block.serv-social {
        padding-right: 40px;
    }
}
.client-title {
    font-size: 25px;
    color: #4c4c4c;
    margin: 45px 0 25px 0;
}
.client-title span {
    color: #ec2f31;
}
@media (max-width: 767px){
    .social-share-containter {
        top: 10px;
    }
    .social-share-containter a {
        width: 35px;
        height: 35px;
        line-height: 36px;
        font-size: 20px;
    }
    .gallery-title {
        margin-left: 0;
    }
    .port-social-block, .client-title {
        margin-top: 25px;
    }
}
.short-description {
    font-size: 20px;
    color: #4c4c4c;
}
.creative-title {
    font-size: 35px;
    color: #4c4c4c;
    margin: 60px 0 30px 0;
}
.creative-title-block p {
    font-size: 18px;
    color: #4c4c4c;
}
.view-site, .view-site:hover, .view-site:focus {
    font-size: 18px;
    padding: 5px 10px;
    background-color: #1e1e1e;
    color: #ffffff;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 65px 0 100px 0;
}
.quote-button, .quote-button:hover, .quote-button:focus {
    color: #ffffff;
    text-decoration: none;
    font-size: 20px;
    background-color: #ec2f31;
    display: block;
    text-align: center;
    padding: 20px 50px;
}
.quote-button span {
    font-size: 16px;
    display: block;
    margin-top: 15px;
    border: 1px solid #ffffff;
}
@media(max-width:1366px){
    .short-description {
        font-size: 16px;
    }
    .creative-title-block p {
        font-size: 15px;
    }
    .creative-title {
        font-size: 30px;
        margin: 30px 0 30px 0;
    }
    .view-site, .view-site:hover, .view-site:focus {
        margin: 30px 0 30px 0;
    }
    .quote-button, .quote-button:hover, .quote-button:focus {
        padding: 20px 30px;
    }
}
@media(max-width:768px){
    .short-description, .creative-title-block p {
        font-size: 18px;
    }
}
.diamond-box-inner {
    position: relative;
}
.home-clients-container {
    position: relative;
    background: url(/assets/images/template/clients-bg.png) no-repeat;
    padding-bottom: 185px;
    background-size: cover;
}
.clients-block {
    color: #ffffff;
    text-align: center;
}
.clients-block h1 {
    color: #ffffff;
    text-align: center;
    margin: 100px 0 25px 0;
}
@media(max-width: 1024px) {
    .clients-block h1 {
        margin: 120px 0 25px 0;
    }
}
@media(max-width: 768px) {
    .clients-block h1 {
        margin: 125px 0 25px 0;
    }
}
.clients-block h1:nth-of-type(2){
    margin: 75px 0 25px 0;
}
@media (max-width:1366px) {
    .clients-block h1 {
        font-size: 40px;
    }
    .clients-block h1:nth-of-type(2) {
        margin-top: 40px;
    }
}
@media(max-width: 480px) {
    .clients-block h1 {
        font-size: 30px;
        margin: 175px 0 25px 0;
    }
    .clients-block h1:nth-of-type(2) {
        font-size: 30px;
        margin-bottom: 0;
    }
}
.home-testimonial {
    text-align: left;
    text-decoration: none !important;
    color: #ffffff !important;
}
.home-testimonial p {
    margin-top: 25px;
    line-height: 18px;
}
@media (min-width: 992px){
    .home-testimonial p {
        width: 55%;
        font-size: 16px;
    }
}
@media (max-width: 480px){
    .home-testimonial p {
        padding: 0;
    }
}
.get-to-know-us {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 54px;
    text-transform: uppercase;
    color: #ffffff !important;
    text-decoration: none !important;
    line-height: 50px;
    padding: 30px;
    background: url(/assets/images/template/get-arrow.png) no-repeat right bottom;
    background-size: contain;
}
.get-to-know-us:after {
    content: url(/assets/images/template/link-arrow.png);
    top: -10px;
    position: relative;
    left: 15px;
}
@media(max-width:480px){
    .get-to-know-us {
        font-size: 40px;
        line-height: 37px;
    }
}
.serv-item-standard {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px;
    text-decoration: none !important;
    color: #ffffff !important;
    background: #000000;
    margin-bottom: 10px;
}
.serv-item-standard h2 {
    font-size: 20px;
    margin: 0;
    padding: 5px 0;
}
.ser-dia {
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    float: none;
}
.serv-item {
    text-decoration: none !important;
    color: #ffffff !important;
    background: #000000;
    -moz-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -ms-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: relative;
    margin-left: 0.5%;
    margin-right: 0.5%;
}
@media (min-width: 992px){
    .serv-item.col-md-3 {
        width: 24%;
    }
}
.serv-item:nth-of-type(5) {
    margin-left: 13%;
}
.serv-item:nth-of-type(5), .serv-item:nth-of-type(6), .serv-item:nth-of-type(7), .serv-item:nth-of-type(8), .serv-item:nth-of-type(9), .serv-item:nth-of-type(10), .serv-item:nth-of-type(11) {
    margin-top: -11.5%;
}
.serv-item h2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    padding-top: 45%;
    font-size: 22px;
}
@media (max-width: 1024px){
    .serv-item h2 {
        font-size: 17px;
    }
}
.serv-item h2 i {
    display: none;
}
.serv-item:hover {
    z-index: 100;
}
.serv-item:hover h2 i {
    position: absolute;
    bottom: 0;
    left: 42%;
    color: #ffffff;
    background-color: #EC2F31;
    display: block;
    width: 55px;
    height: 55px;
    -moz-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -ms-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    line-height: 59px;
    font-size: 31px;
}
.color-white {
    color: #ffffff;
    margin: 50px 0 30px 0
}
@media (max-width: 1366px){
    .color-white {
        font-size: 40px;
    }
}
.home-services-container {
    background: url(/assets/images/template/hm-serv-bg.jpg) no-repeat;
    padding-bottom: 30px; 
    background-size: cover;
}
.page-feature .quote-button, .page-margin .quote-button {
    max-width: 100%;
    width: 325px;
    float: right;
    text-align: left;
    font-size: 24px;
    padding: 15px 35px 20px;
    margin-top: 15px;
    position: relative;
    right: -13px;
    text-align: center;
}
.page-margin .quote-button {
    right: 0;
}
.page-feature .quote-button span, .page-margin .quote-button span {
    text-align: center;
}
@media (max-width:1366px){
    .page-feature .quote-button {
        right: 45px;
    }
}
@media (max-width: 1024px){
    .page-feature .quote-button {
        right: -16px;
    }
    .page-feature.port-view-header .quote-button {
        right: 10px;
    }
    .page-margin .quote-button {
        top: 15px;
    }
}
@media(max-width: 768px){
    .page-feature .quote-button {
        right: -70px;
    }
    .page-feature.service .quote-button {
        right: -30px;
    }
}
@media(max-width: 767px){
    .page-feature .quote-button, .page-margin .quote-button {
        float: left;
    }
}
@media(max-width: 1024px){
    .port-item h2, .serv-item h2 i {
        display: none !important;
    }
}
.modal-body {
    padding: 0;
}
.modal-body .alert {
    display: none;
}
.sitemap-title {
    color: #7B7B7B;
    text-transform: uppercase;
    font-size: 25px;
    margin-top: 50px;
}
@media (min-width: 1024px){
    .port-info {
        padding-left: 30px;
        padding-right: 30px;
    }
    .divider-header {
        padding-left: 10px !important;
        width: 90%;
        margin-left: 80px;
    }
}
@media (min-width: 1024px){
    .gal-offset {
        margin-left: 10%;
    }
}
@media (min-width: 1366px){
    .gal-offset {
        margin-left: 6.333333%;
    }
}
@media(max-width:1024px) and (min-width:768px){
    .margin-bot-15px-ipad-land {
        margin-bottom: 15px;
    }
    .footer-social-block a {
        width: 40px;
    }
}
.page-feature.small {
    min-height: 150px;
}
@media (max-width: 767px){
    .port-header h1 {
        display: none;
    }
    .page-feature {
        display: none;
    }
    .page-feature.port-header {
        display: block;
    }
    .gallery-title {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .navbar-default .navbar-collapse {
        background-color: transparent;
    }
    .nav {
        padding-right: 0;
    }
    .navbar-collapse.collapse.in {
        margin-bottom: -15px;
    }
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        text-transform: uppercase;
    }
    .navbar-header .pull-left {
        padding: 15px 5px;
    }
    .page-title {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .page-title:before {
        display: none;
    }
}
@media(max-width: 768px){
    footer .address {
        padding-left: 0;
        background: none;
    }
    .footer-bg {
        text-align: center;
    }
    .footer-social-block a, .copyright .pull-left {
        float: none !important;
    }
    .cat-link:hover, .cat-link:focus, .cat-link.active {
        margin-top: 1px;
    }
}