﻿



body {
    height:100%;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	background-color:lightgray;

	background-repeat:no-repeat;
	background-size:cover;
    -webkit-background-size: 1920px 1079px;
}

input {
height:30px;
border-radius:4px;
border:1px solid #999;
padding-left:10px;
font-weight:500;
margin-right:10px;
}
html {
height:100%;
}

@media screen and (max-width:900px) {
   .customise{
    top: 15px;
    position: relative;
	}
	.box {
	padding:10px 0px;
	
	}
	h1 {font-size:26px;font-family:Roboto-Thin;}
	h2 {font-size:22px}
}

@media only screen and (max-width : 1280px){
body{


background-repeat:no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
}

 .row {
        margin-left: 30px;
        margin-right: 30px;
    }


li {
font-size:16px;
}

.topheading {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 4em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }
	
.products {
padding:2px;
height:265px;
border: thin #CCCCCC solid;
border-radius:15px;
margin-top:10px;
}
.logo{
Padding-left:50px;
padding-top:4px;
display:none;
}


h2 {
color:#990000;
}

h3{
color: #44447b;
}
.left300{
text-indent:20px;
}

p {
    font-size: 1.25em;
    line-height: 1.6;
    color: #000;
}

hr {
    border-style:dotted;
    border-color: #999999;
}

.brand,
.address-bar {
    display: none;
}


.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.navbar-default .navbar-header .navbar-brand {
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
    color: #f05f40;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-defaul1t .navbar-header .navbar-brand:focus {
    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:hover,
.navbar-default .nav>li>a:focus: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:hover,
.navbar-default .nav>li.active>a:focus: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: #999999;
}

.box {
    margin-bottom: 20px;
    padding: 30px 15px ;
	background: #fff;
    background: rgba(255,255,255,0.95);
}

@media screen and (max-width:900px) {
   .customise{
    top: 15px;
    position: relative;
	}
	.box {
	padding:10px 0px;
	
	}
    .col-md-12{
        padding:0px;
    }
	h1 {font-size:26px}
	h2 {font-size:22px}
}

.intro-text {
    text-transform: uppercase;
    font-size: 1.25em;
    font-weight: 400;
    letter-spacing: 1px;
}

.img-border {
    float: none;
    margin: 0 auto 0;
    border: #999999 solid 1px;
}

.img-left {
    float: none;
    margin: 0 auto 0;
}

footer {
    background: #fff;
    background: rgba(255,255,255,0.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: bold;
}

.mega-dropdown {
  position: static !important ;
  
  }

.mega-dropdown-menu {
  padding: 20px 0px;
  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: -34px;
  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: normal;
  line-height: 1.428571429;
  color: #999;
  white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
  color: #B9260D;
  font-size: 18px;
  font-weight: bold;
}

.mega-dropdown-menu form {
  margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
  margin-bottom: 3px;
}
.container-fluid{
padding:0px;
margin : 0px;
}
.row {
padding:2px;
margin-left:0px;
margin-right:0px;
}


@media screen and (min-width:768px) {
 
 .row {
padding:2px;
margin-left:30px;
margin-right:30px;
}
 
 .products {
padding:15px;
height:265px;
border: thin #CCCCCC solid;
border-radius:15px;
margin-top:10px;
}
 
    .brand {
        display: inherit;
        margin: 0;
        padding: 30px 0 10px;
        text-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 5em;
        font-weight: 700;
        line-height: normal;
        color: #fff;
    }

	.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-align: center;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
        text-transform: uppercase;
        font-size: 1.25em;
        font-weight: 400;
        letter-spacing: 3px;
        color: #fff;
    }

    .navbar {
        border-radius: 0;
    }

    .navbar-header {
        display: none;
    }

    .navbar {
        min-height: 0;
    }


    .navbar-default {
        border: none;
        background: #fff;
        background: rgba(255,255,255,0.95);
    }

    .nav>li>a {
        padding: 15px;
    }

    .navbar-nav>li>a {
        line-height: normal;
    }

    .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%;
    text-align: center;
    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:78px;}
#mobipanel {
    display:none;
}

.hideifnotmobi {display:none;}
}

@media screen and (min-width:1200px) {
    .box:after {
        content: '';
        display: table;
        clear: both;
    }
	.box {
    display: block;
    position: relative;
    margin: 40px auto;
    max-width: 1100px;
}
}

@media screen and (max-width:900px) {
.row {
    margin-left:5px;
    margin-right:0px;
}
.container {
    margin : 0px 0px 0px 0px;
}
.logocollapse {    padding-left: 30px;
    padding-top: 10px;
}
.hideifmobi {display:none;}
}


}