﻿body, html {
    height: 100%;
}

.mini, .mini2 {
    margin-top: 25px;
}

.intro-text, h1 {
    letter-spacing: 1px;
}

.package, .portfolio-box .portfolio-box-caption, .pricing, .topheading, hr {
    text-align: center;
}

body {
    font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
   
    background-size: cover;
    -webkit-background-size: 1920px 1079px;
}

input {
 
    border-radius: 4px;
    border: 1px solid #999;
    padding-left: 10px;
    font-weight: 500;
    margin-right: 10px;
}

h4 {
    color: #881912 !important;
    font-weight: 600;
}

.mini {
    float: right;
    
    background-image:url('/img/mini5.png');
    height:260px;
    min-width:354px;
        position: relative;
    top: 2px;
    left: -4px;
}

.mini2 {
    float: left;
    width: 80%;
}

@media only screen and (max-width :1280px) {
    body {
    
    }
}

li {
    font-size: 16px;
}

.topheading {
    display: inherit;
    margin: 0;
    padding: 30px 0 10px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
    font-family: "Calibri Light",Arial,sans-serif;
    font-size: 4em;
    font-weight: 700;
    line-height: normal;
    color: #fff;
}

.navbar-default, .navbar-default .navbar-header .navbar-brand {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.products {
    padding: 2px;
    height: 265px;
    border: thin solid #CCC;
    border-radius: 15px;
    margin-top: 10px;
}

.logo {
    Padding-left: 50px;
    padding-top: 4px;
    display: none;
}

h1 {
    font-weight: 700;
}

h2,h2 a {
    color: #900 !important;
}

h3 {
    color: #44447b;
}

.left300 {
    text-indent: 20px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}


@media screen and (max-width:992px) {
  
 .mini{
         width: 61%;
    float: right;
    margin-top: 4px;
    background-image: url(/img/mini4sm.png);
    background-repeat-x: no-repeat;
    height: 112px;
    min-width:auto;
}

    .navbar-brand {
        padding-top: 5px;
        padding-left: 27px;
    }

        .navbar-brand > img {
            display: block;
            margin-top: 5px;
        }

    .topheading {
        font-size: 38px !important;
        margin-top: -27px;
    }

    p {
        font-size: 16px;
    }
}

hr {
    max-width: 400px;
    border-color: #999;
    align-content: center;
    margin-left: auto;
    margin-right: auto;
}

.address-bar, .brand {
    display: none;
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

    .navbar-default .navbar-header .navbar-brand {
        text-transform: uppercase;
        font-weight: 700;
        color: #f05f40;
    }

        .navbar-defaul1t .navbar-header .navbar-brand:focus, .navbar-default .navbar-header .navbar-brand:hover {
            color: #eb3812;
        }

    .navbar-default .nav > li > a, .navbar-default .nav > li > a:focus {
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 700;
        color: #222;
    }

        .navbar-default .nav > li > a:focus:hover, .navbar-default .nav > li > a:hover {
            color: #f05f40;
        }

    .navbar-default .nav > li.active > a, .navbar-default .nav > li.active > a:focus {
        color: #f05f40 !important;
        background-color: transparent;
    }

        .navbar-default .nav > li.active > a:focus:hover, .navbar-default .nav > li.active > a:hover {
            background-color: transparent;
        }

.img-full {
    min-width: 100%;
}

.brand-before, .brand-name {
    text-transform: capitalize;
}

.brand-before {
    margin: 15px 0;
}

.brand-name {
    margin: 0;
    font-size: 4em;
}

.tagline-divider {
    margin: 15px auto 3px;
    max-width: 250px;
    border-color: #999;
}

.box {
    margin-bottom: 20px;
    background: #fff;
    background: rgba(255,255,255,.95);
}

.img-border, .img-left {
    float: none;
    margin: 0 auto;
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
}

.img-border {
    border: 1px solid #999;
}

footer {
    background: #fff;
    background: rgba(255,255,255,.95);
}

    footer p {
        margin: 0;
        padding: 50px 0;
    }

.navbar-nav > li > .dropdown-menu {
    margin-top: 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 700;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0;
    width: 90%;
    box-shadow: none;
    -webkit-box-shadow: none;
}

    .mega-dropdown-menu:before {
        content: "";
        border-bottom: 15px solid #fff;
        border-right: 17px solid transparent;
        border-left: 17px solid transparent;
        position: relative;
        float: right;
        margin-top: -19px;
        margin-right: 100px;
        z-index: 10;
    }

    .mega-dropdown-menu:after {
        content: "";
       /* border-bottom: 17px solid #ccc;*/
        border-right: 19px solid transparent;
        border-left: 19px solid transparent;
        position: absolute;
        top: -17px;
        left: 283px;
        z-index: 8;
    }

    .mega-dropdown-menu > li > ul {
        padding: 0;
        margin: 0;
    }

        .mega-dropdown-menu > li > ul > li {
            list-style: none;
        }

            .mega-dropdown-menu > li > ul > li > a {
                display: block;
                padding: 3px 20px;
                clear: both;
                font-weight: 400;
                line-height: 1.428571429;
                color: #999;
                white-space: normal;
            }

    .mega-dropdown-menu > li ul > li > a:focus, .mega-dropdown-menu > li ul > li > a:hover {
        text-decoration: none;
        color: #444;
        background-color: #f5f5f5;
    }

    .mega-dropdown-menu .dropdown-header {
        color: #B9260D;
        font-size: 18px;
        font-weight: 700;
    }

    .mega-dropdown-menu form {
        margin: 3px 20px;
    }

    .mega-dropdown-menu .form-group {
        margin-bottom: 3px;
    }

.container-fluid {
    padding: 0;
    margin: 0;
}

.row {
   
    /*margin-left: auto;
    margin-right: auto;*/
}

#services {
    width: auto;
}

@media screen and (min-width:768px) {
    .address-bar, .brand {
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,.5);
        color: #fff;
    }

    .brand, .navbar-nav > li > a {
        line-height: normal;
    }

    .row {
    
        margin-left: auto;
        margin-right: auto;
    }

    .products {
        padding: 15px;
        height: 265px;
        border: thin solid #CCC;
        border-radius: 15px;
        margin-top: 10px;
    }

    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        font-family: "Open Sans",Helvetica,Arial,sans-serif;
        font-size: 4em;
        font-weight: 700;
    }

    .logo {
        Padding-left: 100px;
        padding-top: 4px;
        display: inline;
    }

    .top-divider {
        margin-top: 0;
    }

    .img-left {
        float: left;
        margin-right: 25px;
    }

    .address-bar {
        display: inherit;
        margin: 0;
        padding: 0 0 40px;
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
    }

    .navbar {
        border-radius: 0;
        min-height: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,.95);
    }

    .nav > li > a {
        padding: 15px;
    }

    .navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 1.25em;
    }
}

.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
}

    .portfolio-box .portfolio-box-caption {
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        opacity: 0;
        background: rgba(240,95,64,.9);
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
    }

        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
            position: absolute;
            top: 50%;
            width: 100%;
            text-align: center;
            transform: translateY(-50%);
        }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category, .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                padding: 0 15px;
                font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
                text-transform: uppercase;
                font-size: 14px;
                font-weight: 600;
            }

            .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
                font-size: 18px;
            }

    .portfolio-box:hover .portfolio-box-caption {
        opacity: 1;
    }

@media screen and (min-width:900px) {
    .logo {
        padding-left: 200px;
    }

    .box {
        padding: 30px 15px;
    }
}

@media screen and (max-width:900px) {
    .customise {
        top: 15px;
        position: relative;
    }

    .box {
        padding: 10px 0;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 22px;
        line-height:26px;
    }

    body {
     
    }

    section {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (min-width:992px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }

    .box {
        display: block;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        max-width: 950px;
    }
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }

    .box {
        display: block;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        max-width: 1100px;
    }
}

.package {
    font-size: 20px;
    color: #667;
    font-weight: 900;
    width: 100%;
}

.tagline {
    color: #8b0000;
    font-size: 22px;
}

.linebelow {
    text-decoration: none;
}

.tagline2 {
    color: #636161;
    font-size: 19px;
    margin-top: 10px;
}

.pricing {
    color: red;
    font-size: 18px;
    font-weight: 700;
}

.brd {
    padding: 10px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    margin: 1px;
}

.ticklay {
    padding-right: 5px;
}

.brd1, .brd2, .brd3 {
    padding: 10px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    margin: 1px;
}

.hr {
    position: relative;
}

.text-center {
    text-align: center !important;
}

.my-3 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.popover .arrow {
    visibility: hidden;
}

.btn--fb, .btn--fb:visited {
    color: #fff;
    background: #2e4c91;
    border-color: #2e4c91;
}

 /*This sets the videos to 100% for small screens otherwise video does not fit*/
  

