/* Heading font */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
}

/*Main heading font*/
@font-face {
  font-family: 'Muli';
  font-style: normal;
  font-weight: 300;
  src: local('Muli Light'), local('Muli-Light'), url(https://fonts.gstatic.com/s/muli/v7/T-qN9Yh40TTJeenUALkjgg.woff2) format('woff2');
}

/* Main font*/
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Cond Light'), local('OpenSans-CondensedLight'), url(https://fonts.gstatic.com/s/opensanscondensed/v10/gk5FxslNkTTHtojXrkp-xBEur64QvLD-0IbiAdTUNXE.woff2) format('woff2');
}

/* Quote Fonts */
@font-face {
    font-family: 'mv_boliregular';
    src: url('/assets/fonts/mvboli-webfont.woff2') format('woff2'),
         url('/assets/fonts/mvboli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
meta.foundation-version {
    font-family: "/5.4.5/"; 
}
meta.foundation-data-attribute-namespace {
    font-family: false; 
}
.relative {
    position: relative !important;
}
a, a:hover, a:focus,.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background: none;
}
.padding-0 {
    padding: 0;
}
body, html {
    height: 100%;
}
body * {
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    color: #000000;
}
header {
    padding-top: 40px;
    padding-bottom: 30px;
}
.open-sans-condensed-light {
    font-family: 'Open Sans Condensed', Arial, sans-serif;
    font-weight: 200;
}
.open-sans {
     font-family: 'Open Sans', Arial, sans-serif;
}
.muli-light {
     font-family: 'Muli', Arial, sans-serif;
}
.margin-top-35 {
    margin-top: 35px;
}
.margin-bottom-0 {
    margin-bottom: 0 !important;
}
.navbar {
    margin-bottom: 2px;
    background-color: #ffffff;
    border-radius: 0;
    height: 120px;
}
.navbar-default {
    border: 0;
}
.navbar-brand {
    position: relative;
    z-index: 1;
    padding-top: 0;
}
.navbar-default .navbar-nav {
    margin-left: 75px;
    height: 120px;
    display: table;
}
.navbar-default .navbar-nav > li,
.navbar-default .navbar-nav > div {
    float: none;
    display: table-cell;
    vertical-align: bottom;
}
.navbar-default .navbar-nav > div {
    padding-bottom: 12px;
    line-height: 25px;
}
.navbar-default .navbar-nav > li > a {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    color: #2d2c2c;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #e798e4;   
    background-color: #ffffff;
}
.dropdown-menu {
    padding: 0;
    min-width: 120px;
}
.dropdown-menu > li > a {
    padding: 10px;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #212121;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ffffff;   
    background-color: #4d4d4d;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
    height: 4px;
}
.navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: transparent;
    border: none;
}
.navbar-collapse {
    border: none;
    box-shadow: none;
}
.dropdown:hover .dropdown-menu {
display: block;
}
.slick-prev, .slick-next {
    width: 79px;
    height: 79px;
    z-index: 1;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}
.slick-prev:before, .slick-next:before {
    opacity: 1;
}
.slick-prev:before {
    background: url(/assets/images/template/left-arrow.png) no-repeat center center;
    width: 100%;
    display: block;
    height: 100%;
    content: "";
    background-size: contain;
}
.slick-next:before {
    background: url(/assets/images/template/right-arrow.png) no-repeat center center;
    width: 100%;
    display: block;
    height: 100%;
    content: "";
    background-size: contain;
}
.single-fullpage-slide {
    padding-bottom: 4px;
    margin-bottom: 0;
}
.home-article {
    margin-bottom: 75px;
}
.home-article > div {
    margin-bottom: 40px;
    position: relative;
}
.home-article > div:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.home-article > div h1,
.home-article > div h2,
.home-article > div h3,
.home-article > div h4,
.home-article > div h5,
.home-article > div span {
    text-transform: uppercase;;
    color: #8c8c8c;
}
.home-article > div h1 {
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 71px;
    color: #bfbfbf;
}
.home .home-article > div h1 {
    font-size: 40px;
    color: #bfbfbf;
}
.home .home-article > div h1 span {
    font-size: 71px;
    margin-top: -12px;
    color: #bfbfbf;
}

.home-article > div .border-bottom { 
    display: block;
    width: 185px;
    border-bottom: 1px solid #d1d1d1;
    margin: 0 auto;
}
.home-article > div p {
    margin-bottom: 30px;
    font-size: 17px;
}
.home-link {
    padding-left: 75px;
    padding-right: 75px;
    margin-bottom: 70px;
}
.home-link h2 {
    margin-top: 0;
    margin-bottom: 35px;
    padding-bottom: 30px;
    color: #000000;
    width: 50%;
    text-transform: uppercase;
    border-bottom: 1px solid #d1d1d1;
}
.home-link p {
    font-size: 20px;
    margin-bottom: 30px;
}
.home-link:nth-of-type(odd) .image-block {
    float: right;
}
.home-link:nth-of-type(odd) .image-block img {
    float: right;
    padding-right: 45px; 
}

.home-link:nth-of-type(even) .text-block {
    float: right;
}
.home-link:nth-of-type(odd) .image-block {
    float: right;
}
.home-block-container {
    padding-bottom: 200px;
    background: url(/assets/images/template/bottom-bg.png) no-repeat center bottom;
}
.gal-slider {
    overflow: hidden;
    margin-bottom: 65px;
}
.gal-slider .slick-slide {
    margin: 0 12px;
    position: relative;
}

.gal-slider .slick-list {
    margin: 0 -12px;
}
.home [class*="block-grid-"] {
    margin-bottom: 110px;
}
.home [class*="block-grid-item"] {
    margin-bottom: 0;
} 
.block-grid-item .slider-image {
    display: block;
    height: 345px;
    width: 215px;
}
.category-listing {
    text-align: center;
}
.category-listing .col-xs-12.col-md-4 {
    margin-bottom: 25px;
}
.category-listing .col-xs-12.col-md-4 h2 {
    margin-top: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 2px;
    color: #292929;
}
.category-listing .col-xs-12.col-md-4 p {
    letter-spacing: 2px;
    font-size: 17px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 45px;
    color: #292929;
}
.category-listing .col-xs-12.col-md-4 .blog-readmore {
    width: 185px;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #cfcfcf; 
    margin: 0 auto;
    font-size: 17px;
    letter-spacing: 2px;
    color: #0f0f0f;
}

.category-listing:last-of-type .col-xs-12.col-md-4 {
    display: inline-block;
    float: none;
    margin-bottom: 150px;
}

.page-title {
    margin-top: 35px;
    margin-bottom: 35px;
}
.page-title h1 {
    text-transform: uppercase;
    color: #717171;
}
.page-title h1 a {
    color: #717171;
}
.page-title h1 a:hover {
    color: #717171;
}
.serv-block {
    font-size: 18px;
    color: #797979;
    margin-bottom: 35px;
}
.service-view {
    margin-bottom: 25px;
}
.service-view .gallery {
    margin-right: -10px;
    margin-left: -10px;
}
.gallery .categories {
    font-size: 31px;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.gallery .categories .cats span {
    cursor: pointer;
}
.gallery .categories .cats span + span {
    margin-left: 10px;
}
.gallery .categories .cats .active {
    color: #e798e4;   
}
.quote p {
    /*font-family: 'Open Sans', Arial, sans-serif;*/
    font-size: 26px;
    text-align: center;
    color: #8c8c8c;
    margin-bottom: 25px;
    font-style: italic;
    margin-top: 25px;
}
footer {
    background: #212121;
    padding-bottom: 80px;
    padding-top: 45px;
    font-size: 17px;
    margin-top: 40px;
}
footer h3 {
    margin-top: 45px;
    margin-bottom: 35px;
    font-size: 23px;
    color: #ffffff;
}
footer p,
footer span {
    color: #ffffff;
    line-height: 19px;
    font-size: 17px;
}
footer p span {
    display: inline-block;
    width: 35px;
}
footer a, footer a:hover {
    line-height: 17px;
    color: #ffffff;
    margin-bottom: 10px;
}
footer a .fa {
    color: #212121;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    text-align: center;
    line-height: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 13px;
}
.social-sharing {
    line-height: 40px;
}
.social-sharing a {
    color: #ffffff;
    width: 30px;
    height: 30px;
    background-color: #3a3a3a;
    text-align: center;
    line-height: 30px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 3px;
}
.contact {
    margin-bottom: 25px;
}
.contact_details {
    min-height: 80px;
}
.contact_details p {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    margin-left:80px;
    color: #717171;
}
.contact_details p a {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 18px;
    color: #717171;
}
.contact_details p a:hover {
    color: #717171;
}
.contact_details:nth-of-type(2) p {
    padding-top: 0;
    line-height: 50px;
}

.contact_details .fa {
    color: #959595;
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #959595;
    text-align: center;
    line-height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    float: left;
}
.social-sharing span {
    margin-right: 15px;
    font-size: 27px;
    float: left;
}
.copyright {
    background: #252525;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
}
.copyright p, .copyright p a, .copyright p a:hover {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 16px;
}
.page-info {
    margin-top: 70px;
    text-align: center;
}
.page-info h1, .page-info h1 a {
    margin-top: 0;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 35px;
    color: #003090;
}
.page-info h1.text-left, .page-info h1.text-left a {
    font-size: 25px;
}
.page-info p {
    margin-bottom: 30px;
    font-size: 17px;
    color: #231f20;
}
.page-info p strong {
    font-size: 25px;
    color: #ce142b;
}

/* Blog Styling*/
.blog-listing {
    margin: 0;
}
.blog-row {
    margin-bottom: 35px;
}
.blog-row .blog-block {
    padding-left: 13px;
    padding-right: 13px; 
}
.blog-row .blog-block > div {
    background-color: #f4f4f4;
    padding: 13px 40px 25px 40px;
    font-size: 17px;
    float: left;
    width: 100%;
}
.blog-row:nth-of-type(1) .blog-block > div {
    background-color: #e6e6e6;
}
.blog-row .blog-block > div .published-date {
    float: left;
    font-size: 17px;
    background-color: #707070;
    color: #f4f4f4;
    padding: 0 5px;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.blog-row .blog-block > div h2 {
    font-size: 27px;
    margin-top: 0;
    color: #707070;
    text-transform: uppercase;
    font-weight: bold;
    height: 60px;
}
.blog-row .blog-block > div .description {
    float: left;
    font-size: 17px;
    margin-top: 40px;
    color: #707070;
}
.blog-row .blog-block > div .description a {
    color: #6ab2fd;
}
.blog-row .blog-block > div .social-sharing span {
    font-size: 17px;
    font-weight: bold;
    color: #707070;
}
.blog-row .blog-block > div .social-sharing {
    float: left;
    font-size: 17px;
}
.blog-row .blog-block > div .social-sharing a {
    color: #f4f4f4;
    background-color: #717171;
}
.view-blog {
    margin-bottom: 25px;
}
.view-blog .blog-title {
    font-size: 31px;
    margin-bottom: 15px;
}
.view-blog .blog-title h1 {
    padding-top: 15px;
    border-top: 1px solid #d1d1d1;
    text-transform: uppercase;
    color: #717171;
}
.view-blog .blog-title .published_date {
    padding-bottom: 15px;
    border-bottom: 1px solid #d1d1d1;
    color: #717171;
}
.view-blog .blog-desc {
    font-size: 18px;
}
.view-blog .blog-desc .social-sharing span {
    color: #797979;
}
.view-blog .blog-desc .social-sharing a {
    background-color: #3a3a3a;
}
.view-blog .blog-desc .description {
   margin-top: 30px;
}
.view-blog .blog-desc .description p {
    color: #797979;
}
.about-articles {
    background: url(/assets/images/template/about-bg.png) no-repeat top center, url(/assets/images/template/about-bg-left.png) no-repeat bottom 20px left, url(/assets/images/template/about-bg-right.png) no-repeat bottom 20px right;
    padding-top: 150px;
    padding-bottom: 125px;
}
.article-block p {
    font-size: 17px;
    color: #231f20;
}
.article-block h1 {
    margin-top: 70px;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    color: #003090;
}
.article-block h2 {
    margin-top: 20px;
    margin-bottom: 50px;
    font-weight: bold;
    font-size: 25px;
    color: #3c3c3c;
    line-height: 30px;
}
.article-block blockquote {
    margin: 0;
    padding: 0;
    border: none;
}
.article-block blockquote p {
    color: #ce142b;
    font-size: 33px;
    margin-top: 30px;
    font-family: 'Acme', sans-serif;
    margin-bottom: 30px;
    line-height: 30px;
}
.member-block {
    padding-bottom: 135px;
    background: url(/assets/images/template/team-bg.png) no-repeat bottom center;
}
.member-row {
    margin-bottom: 90px
}
.member-row:last-of-type {
    margin-bottom: 0;
}
.member-row div {
    text-align: center;
}
.member-row h2 {
    font-weight: bold;
    font-size: 29px;
    text-transform: uppercase;
    color: #ce142b;
    margin-top: 50px;
    margin-bottom: 0;
    line-height: 35px;
}
.member-row h3 {
    font-weight: bold;
    font-size: 23px;
    text-transform: uppercase;
    color: #000000;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 30px;
}
.member-row p {
    color: #595858;
    font-size: 22px;
}
.branch {
    text-align: center;
    margin-bottom: 60px;
    padding-bottom: 50px;
    position: relative;
}
.branch > span {
    display: block;
    position: absolute;
    left: 15px;
    right: 15px;
    height: 50px;
    bottom: 0;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 50px;
    background: #05318b;
}
.branch h2 {
    font-weight: bold;
    font-size: 30px;
    margin-top: 55px;
    margin-bottom: 15px;
    line-height: 30px;
    color: #ce142b;
    text-transform: uppercase;
}
.branch h3 {
    font-weight: bold;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 45px;
    line-height: 22px;
    color: #000000;
    padding-bottom: 50px;
    text-transform: uppercase;
    border-bottom: 1px solid #7a7a7a;
}
.branch > div strong {
    display: block;
    margin-bottom: 25px;
    font-size: 20px;
    color: #231f20;
}
.branch > div p {
    font-size: 20px;
    line-height: 25px;
    color: #231f20;
    min-height: 75px;
}
.branch > div p:last-of-type {
    margin-bottom: 90px;
}
.address {
    margin-bottom: 70px;
}
.address h2 {
    margin-top: 40px;
    margin-bottom: 45px;
    color: #ce142b;
    font-weight: bold;
    font-size: 30px;
    text-transform: uppercase;
}
.address p {
    color: #231f20;
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 20px;
}
.address p i {
    display: block;
    float: left;
    margin-right: 10px;
    color: #003090;
    font-size: 20px;
}
.contact-form {
    margin-top: 55px;
}
.contact-form input {
    font-weight: bold;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
}
.contact-form textarea {
    font-weight: bold;
    font-size: 18px;
    height: 130px;
    border-radius: 0;
}
.contact-form button {
    font-weight: bold;
    font-size: 18px;
    background: transparent;
    width: 30%;
    height: 50px;
    border-radius: 0;
}
.contact-form input::-webkit-input-placeholder {
   font-size: 18px;
}

.contact-form input:-moz-placeholder { /* Firefox 18- */
   font-size: 18px;  
}

.contact-form input::-moz-placeholder {  /* Firefox 19+ */
   font-size: 18px;  
}

.contact-form input:-ms-input-placeholder {  
   font-size: 18px;  
}

.contact-form textarea::-webkit-input-placeholder {
   font-size: 18px;
}

.contact-form textarea:-moz-placeholder { /* Firefox 18- */
   font-size: 18px;  
}

.contact-form textarea::-moz-placeholder {  /* Firefox 19+ */
   font-size: 18px;  
}

.contact-form textarea:-ms-input-placeholder {  
   font-size: 18px;  
}

.contact-form button:hover {
    background: #ffffff;
}
.alert-success {
        position: absolute;
    background-color: #60b43e;
    border-color: transparent;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    top: 0;
    z-index: 3;
    width: 100%;
}
.special-block {
    padding-top: 135px;
    background: url(/assets/images/template/service-bg.png) no-repeat top center;
}
.special-block > div {
    background: #0033aa;
    padding-bottom: 80px;
    border-bottom: 8px solid #ffffff;   
}
.special-block > div h1 {
    font-weight: bold;
    font-size: 34px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 85px;
    margin-bottom: 70px;
    text-align: center;
}
.special-block > div ul {
    list-style: none;
    padding: 0;
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 0;
}
.special-block > div li {
    color: #ffffff;
    font-size: 17px;
    display: block;
    width: 33%;
    float: left;
    margin-bottom: 25px;
    background: url(/assets/images/template/service-list-style.png) no-repeat left 20px center;
    padding-left: 50px;
}
.product-list .product {
    margin-bottom: 90px;
} 
.product-list h2 {
    color: #797979;
    text-align: center;
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.product-list p {
    text-align: center;
    font-size: 16px;
    color: #231f20;
    margin-bottom: 50px;
}
.product-list span {
    display: block;
    width: 125px;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px; 
    background: #ffffff;
    color: #000000;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #6a6a6a;
}
.product-view {
    margin-bottom: 25px;
}
.product-view h2 {
    margin-top: 35px;
    margin-bottom: 40px;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
}
.product-view p {
    font-size: 20px;
    color: #231f20;
    margin-bottom: 40px;
}
.include.gallery .slick-slide {
    padding: 0 12px;
}
.gal-section .gal-block {
    padding: 12px;
}
.custom {
    max-width: 1342px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
}
.product-images .slick-arrow.fa-chevron-right {
    right: 0px;
}
.product-images .slick-arrow.fa-chevron-left {
    left: 0px;
}

.product-images .slick-arrow.fa-chevron-left, .product-images .slick-arrow.fa-chevron-right {
    font-size: 24px;
    position: absolute;
    top: 10px;
    display: block;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: #cfcaca;
    color: #ffffff;
}
.product-images .slick-arrow.fa-chevron-left, .product-images .slick-arrow.fa-chevron-right {
    width: 30px;
    height: 100%;
    z-index: 1;
    line-height: 140px;
    padding-left: 8px;
}
.product-images .slick-arrow.fa-chevron-left:hover, .product-images .slick-arrow.fa-chevron-right:hover {
    background: #cfcaca;
}
.product-images .slick-slider:nth-of-type(2) .slick-list {
    margin: 0 40px;
}

.product-images .slick-slider:nth-of-type(2) .slick-slide {
    margin: 0 10px;
}
.product-images .gallery-image {
    padding-bottom: 50px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 50px;
}
.product-description h2 {
    padding: 20px 0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    margin-top: 0;
    color: #797979;
}
.product-description h3 {
    margin-bottom: 20px;
    color: #797979;
}
.product-description p {
    color: #797979;
}
.related-products .border-center {
    width: 48%;
    height: 25px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 45px;
    margin-top: 35px;
}
.related-products .border-center span {
    font-size: 31px;
    background-color: #ffffff;
    padding: 0 10px;
    text-transform: uppercase;
}
.related-products h2{
    text-transform: capitalize;
    color: #797979;
}
.p-0 {
    padding-left: 0;
    padding-right: 0;
}
.m-0 {
    margin-left: 0;
    margin-right: 0;
}
.d-none {
    display: none !important;
}
.d-block {
    display: block !important;
}
.category-slider {
    margin-bottom: 0;
}
.margin-bottom-25 {
    margin-bottom: 25px;
}
.tab-para {
    position: relative;
    display: block;
    float: left;
    margin-bottom: 10px !important;
    padding-left: 75px;
}
.tab-para strong {
    position: absolute;
    top: 0;
    left: 0;
}
@media(min-width: 1199px){
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
}
@media (max-width: 1199px) {
    .navbar-default .navbar-nav {
        margin-left: 0px;
    }
    .navbar-default .navbar-nav > li > a {
        padding-left: 15px;
        padding-right: 15px;
    }
    
}
@media (max-width: 1030px) {
    .home-article {
        margin-top: 15px;
    }
}
@media (max-width: 991px) {
    .about-articles {
        background: none;
        padding-top: 0;
        padding-bottom: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .navbar.navbar-default .container {
        width: 100%;
        padding: 0;
        padding-left: 15px;
    }
    .navbar-default .navbar-nav.navbar-right {
        position: absolute;
        top: 15px;
        right: 10px;
        display: block;
        height: auto;
        margin-right: 0px;
    }
    .navbar-default .navbar-nav > div {
        display: block;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
    }
    header img.img-responsive {
        max-width: 280px;
    }
    .home-link {
        margin-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .slick-prev, .slick-next {
        width: 50px;
        height: 50px;
    }
    .home-block-container {
        padding-bottom: 100px;
    }
    .copyright .container {
        padding: 0;
    }
    .copyright p, .copyright p a, .copyright p a:hover {
        font-size: 14px;
    }
    .contact_details p {
        font-size: 16px;
    }
    .contact_details p a {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .navbar.navbar-default {
        height: auto;
    }
    .navbar.navbar-default .container {
        padding-left: 0;
    }
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        background: #212121;
    }
    .navbar-default .navbar-nav > li > a {
        padding: 15px;
        text-align: center;
    }
    footer {
        margin-top: 10px;
    }
    .dropdown-menu>li>a {
        display: block;
    }
    .related-products .border-center {
        width: 100%;
    }
    .navbar-brand {
        height: auto;
        display: block;
        width: 100%;
        padding: 0;
    }
    .product-description {
        margin-bottom: 25px;
    }
    .navbar-default .navbar-toggle, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        position: absolute;
        top: 15px;
        right: 10px;
        z-index: 3;
    }
    .home .gallery .slick-slide {
        padding: 0;
    }
    .home-link:nth-of-type(odd) .image-block img {
        float: right;
        padding-right: 0;
    }
    .block-grid-item .slider-image {
        height: auto;
        width: auto;
    }
    .home-article > div h1 {
        margin-top: 0;
        font-size: 30px;
        line-height: 50px;
    }
    .home-article {
        margin-bottom: 30px;
    }
    .home-article > div {
        margin-bottom: 0;
    }
    .home .home-article > div h1 {
        font-size: 30px;
    }
    .home .home-article > div h1 span {
        font-size: 30px;
    }
    .home .gallery .slick-prev:before {
        content: "\f0d9";
        font-family: FontAwesome;
        color: #ffffff;
        line-height: 50px;
        font-size: 32px;
    }
    .home .gallery .slick-next:before {
        content: "\f0da";
        font-family: FontAwesome;
        color: #ffffff;
        line-height: 50px;
        font-size: 32px;
    }
    .home .gallery .slick-prev:before, .home .gallery .slick-next:before {
        border-radius: 50%;
        background: rgba(67,69,68,0.5);
    }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #212121;
    }
    .navbar-default .navbar-nav > li > a {
        color: #ffffff;
        font-size: 18px;
    }
    .navbar-default .navbar-nav {
        display: block;
        height: auto;
        width: 100%;
        margin-right: 0;
    }
    .navbar-default .navbar-nav > li, .navbar-default .navbar-nav > div {
        display: block;
        border-bottom: 1px solid #777777;
        width: 75%;
        margin: 0 auto;
    }
    .page-title {
        margin-top: 0;
    }
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-left: 0;
        margin-right: 0;
    }
    .product-images .slick-arrow.fa-chevron-left, .product-images .slick-arrow.fa-chevron-right {
        line-height: 90px;
    }
    .blog-row .blog-block > div {
        padding-right: 25px;
        padding-left: 25px;
    }
    .blog-row .blog-block:first-child > div {
        margin-bottom: 35px;
    }
    .view-blog .blog-desc .description p {
        margin-bottom: 20px;
    }
    .contact-form {
        margin-top: 25px;
    }
    .contact-form .form {
        margin-top: 25px;
        padding: 0 25px;
    }
    footer, .copyright, .copyright .text-right {
        text-align: center;
    }
}
@media only screen and (max-width : 480px) {
    .blog-row .blog-block:nth-child(1) {
        margin: 0;
    }
    .blog-row .blog-block:nth-child(2) {
        margin: 0;
    }
    .blog-row .col-sm-6.blog-block {
        width: 100%;
    }
    .contact_details p {
        font-size: 16px;
    }
    .contact_details p a {
        font-size: 16px;
    }
}

@media only screen and (max-width : 320px) {
    
    .contact_details p {
        font-size: 13px;
    }
    .contact_details p a {
        font-size: 13px;
    }
}