/*General styles*/

html, body {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 100%;
    font-weight: 400;
    width: 100%;
    height: 100%;
    margin: 0;
    -ms-overflow-style: none;
}
body::-webkit-scrollbar {
    display: none;
}
h1 {
    font-size: 6rem;
    font-weight: 700;
    padding: 0;
    text-shadow: 4px 4px 2px #666;
    margin: 1rem auto;
    width: 80%;
}
h2 {
    font-size: 3.5rem;
    font-weight: 400;
    padding: 0;
    text-shadow: 1px 1px 2px #428bca;
    margin: 1rem auto;
    width: 80%;
}
h3 {
    font-size: 2rem;
    padding: 0;
    text-align: center;
    text-shadow: 1px 1px 2px #428bca;
    margin: 1rem auto;
    width: 80%;
}
h4 {
    font-size: 2rem;
}
h5 {
    font-size: 1.5rem;
}
p {
    font-size: 1.5rem;
    margin: 1rem auto;
    width: 80%;
}
.products p {
    font-size: 1em;
    margin: 0 auto;
}
.products h3 {
	margin: 0 auto;
}

.introtext {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.introtext h1 {
    font-size: 4.5rem;
    font-weight: 700;
    padding: 0;
    color: white;
    margin: 0 auto;
    margin-bottom: 1rem;
    width: 80%;
}
.introtext h2 {
    font-size: 2rem;
    font-weight: 400;
    margin: 0 auto;
    padding: 0;
    color: white;
}
.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.text-vertical-center h1 {
    font-size: 4.5em;
    font-weight: 700;
    margin: 0;
    padding: 0;
}
/*sidebar menu and navigation*/

#menu-toggle {
    font-size: 1.5em;
    font-weight: 400;
    line-height: 1.33;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    padding: .5em .9em;
    cursor: pointer;
    color: white;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .5);
}
#menu-toggle:hover {
    background-color: rgba(0, 0, 0, .7);
}
#menu-toggle:active {
    background-color: rgba(0, 0, 0, .9);
}
#menu-close {
    font-size: 1.5em;
    line-height: 1.33;
    display: inline-block;
    margin-top: 0;
    padding: .5em .9em;
    color: #333;
    border-radius: 0;
    background-color: rgba(255, 255, 255, 1);
}
#menu-close:hover {
    background-color: rgba(255, 255, 255, .7);
}
#menu-close:active {
    background-color: rgba(255, 255, 255, .5);
}
#sidebar-wrapper {
    position: fixed;
    z-index: 1000;
    right: 0;
    display: block;
    overflow-y: auto;
    width: 16.625em;
    height: 100%;
    margin-right: -16.625em;
    transition: all .5s ease-in-out;
    background: #222;
}
#sidebar-wrapper.active {
    right: 16.625em;
    width: 16.625em;
    transition: all .5s ease-in-out;
}
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 16.625em;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    font-size: 1.1em;
    line-height: 2em;
    text-indent: 1.2em;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255, 255, 255, .2);
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    font-size: 1.3em;
    font-weight: 700;
    line-height: 3em;
    display: inline-block;
    height: 3em;
}
.sidebar-nav > .sidebar-brand a {
    color: #999;
}
.sidebar-nav > .sidebar-brand a:hover {
    text-decoration: underline;
    color: #fff;
    background: none;
}
.products {
    color: #fff;
    background-color: #428bca;
}
.cheque-prices {
    color: black;
    background-color: #fff;
}
/*@media stuff*/

.container {
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 768px) {
    .col-sm-12 {
        position: relative;
        width: 100%;
    }
    /*    .prodpic {

        display: none;
}*/
}
@media (min-width: 769px) {
    .container {
        width: 55em;
    }
    .col-md-4 {
        position: relative;
        float: left;
        width: 33.33333333%;
    }
    .col-md-6 {
        position: relative;
        float: left;
        width: 50%;
    }
}
.pulldown {
    margin-top: 3rem;
    margin-bottom: 3rem;
}
/* Call to Action */

/*.call-to-action {
    padding: 3em 0;
}*/
.call-to-action .btn {
    margin: .7em;
}
/*Buttons*/

.buttonbase {
    font-size: 1em;
    font-weight: 700;
    line-height: 1.33;
    display: inline-block;
    /*margin: .7em;*/
    padding: 1em 2em;
    list-style-type: none;
    cursor: pointer;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-radius: 0;
}
.buttonbase[disabled] {
    overflow: visible;
    margin: 0;
    margin-bottom: 1.5rem;
    cursor: not-allowed;
    text-transform: none;
    pointer-events: none;
    opacity: .50;
    filter: alpha(opacity=50);
    -webkit-appearance: button;
}
.disabled {
    opacity: .50;
}
.list-inline {
    display: inline;
}
#togglebutton1 {
    font-size: 1.3em;
    margin-top: 1em;
    margin-bottom: 2em;
    text-decoration: none;
    color: #fff;
    border-radius: 0;
    background-color: #428bca;
}
#togglebutton1:hover {
    opacity: .8;
}
#togglebutton2 {
    font-size: 1.3em;
    margin-top: 1em;
    margin-bottom: 2em;
    text-decoration: none;
    color: white;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .5);
}
#togglebutton2:hover {
    background-color: rgba(0, 0, 0, .7);
}
.prodbutton {
    font-size: 1.3em;
    margin-top: 1em;
    margin-bottom: 1.5rem;
    color: #333;
    border-radius: 0;
    background-color: rgb(255, 255, 255);
}
.prodbutton:hover {
    color: #333;
    background-color: rgba(255, 255, 255, .8);
}
/* Header */

.header {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    opacity: .9;
    background: url(../img/bg.jpg) no-repeat center center scroll;
    background-size: cover;
}
/* Callout */

.callout h1 {
    -webkit-text-stroke: 2px black;
}
.callout h2 {
    -webkit-text-stroke: 1px black;
}
.callout {
    display: table;
    width: 100%;
    height: 25em;
    color: #fff;
    background: url(../img/callout.jpg) no-repeat center center scroll;
    background-size: cover;
}
.text-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.text-primary {
    color: #428bca;
}
section {
    display: block;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
img {
    vertical-align: middle;
    border: 0;
}
.bg-primary {
    color: #fff;
    background-color: #428bca;
}
footer {
    font-size: 1.5em;
    /*height: 3em;*/
    margin-top: 2em;
    color: #fff;
    background-color: #428bca;
    /*display: block;*/
}
.container:before, .container:after, .row:before, .row:after, .nomargin:before, .nomargin:after {
    display: table;
    content: ' ';
}
ol, ul {
    list-style-type: none;
    padding: 0;
    -webkit-padding-start: 0;
}
/* responsive product menu */

.respmenu .respmenusub {
    position: relative;
    left: 0;
    display: none;
    background: #fff;
}
.respmenuopen .respmenusub {
    display: block;
}
.respmenu .respmenusub-inner:after {
    clear: both;
}
.mastertable {
    max-width: 90%;
    margin: 0 auto;
    color: black;
    border: 2px solid black;
}
.chequeinfo {
    max-width: 90%;
    margin: 0 auto;
    padding: 2em;
    text-align: left;
    color: black;
}
.pricing {
    text-align: center;
    color: black;
    border: 1px solid black;
    position: relative;
    width: 90%;
    margin: 1em auto;
}

.prodpic {
    position: relative;
    float: right;
    max-width: 100%;
    height: auto;
    padding: 2em 2em;
}
.chequeinfo {
    /*border: 1px solid black;*/
}
.pricecontainer {
    margin: 0 auto;
    width: 100%;
}
tr, td, th {
    font-size: 1.1rem;
    vertical-align: top;
}
.pricing tr, .pricing td {
    padding: .5rem;
}
.pricing th, .pricing td {
    text-align: center;
    border: 1px solid black;
}

.pricing th {
	
}

.tabletitle {
    font-size: 1.5rem;
    font-weight: 400;
    padding: .5rem;
    /*text-decoration: underline;*/
}
@media (max-width: 1500px) {
    .prodpic {
        /*        display: none;
*/
    }
}
/*@media (min-width: 1051px) {
    .pricecol4 {
        position: relative;
        float: left;
        width: 30%;
    }
    .pricecol6 {
        position: relative;
        float: left;
        width: 50%;
    }
}
@media (max-width: 1050px) {
    .pricecol12 {
        position: relative;
        width: 100%;
    }
}*/
/* contact form */

#form-main {
    width: 100%;
}
#form-div {
    position: relative;
    width: 28em;
    margin: 0 auto;
    padding: 3em;
    border-radius: 1em;
    background-color: #428bca;
}
.feedback-input {
    font-size: 18px;
    line-height: 22px;
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 10px;
    padding: 13px 13px 13px 54px;
    color: #428bca;
    border: 3px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    background-color: #fbfbfb;
    -ms-box-sizing: border-box;
}
.feedback-input:focus {
    padding: 13px 13px 13px 54px;
    color: #428bca;
    border: 3px solid #3498db;
    outline: none;
    background: #fff;
    box-shadow: 0;
}
.focused {
    color: #30aed6;
    border: #30aed6 solid 3px;
}
.products a {
    text-decoration: none;
}
/* Icons ---------------------------------- */

#name {
    background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
    background-repeat: no-repeat;
    background-position: 11px 8px;
    background-size: 30px 30px;
}
#name:focus {
    background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);
    background-repeat: no-repeat;
    background-position: 8px 5px;
    background-position: 11px 8px;
    background-size: 30px 30px;
}
#email {
    background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
    background-repeat: no-repeat;
    background-position: 11px 8px;
    background-size: 30px 30px;
}
#email:focus {
    background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
    background-repeat: no-repeat;
    background-position: 11px 8px;
    background-size: 30px 30px;
}
#comment {
    background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
    background-repeat: no-repeat;
    background-position: 11px 8px;
    background-size: 30px 30px;
}
textarea {
    line-height: 150%;
    width: 100%;
    height: 150px;
    resize: vertical;
}
input:hover, textarea:hover, input:focus, textarea:focus {
    background-color: white;
}
#button-blue {
    font-size: 24px;
    font-weight: 700;
    float: left;
    width: 100%;
    margin-top: -4px;
    padding-top: 22px;
    padding-bottom: 22px;
    cursor: pointer;
    transition: all .3s;
    color: white;
    border: #fbfbfb solid 4px;
    background-color: #6dbbff;
}
#button-blue:hover {
    color: #0493bd;
    background-color: rgba(0, 0, 0, 0);
}
.submit:hover {
    color: #3498db;
}
.ease {
    width: 0;
    height: 74px;
    transition: .3s ease;
    background-color: #fbfbfb;
}
.submit:hover .ease {
    width: 100%;
    background-color: white;
}
@media only screen and (max-width: 580px) {
    #form-div {
        left: 3%;
        width: 88%;
        margin-right: 3%;
        margin-left: 0;
        padding-right: 3%;
        padding-left: 3%;
    }
}
.antispam {
	display: block;
}

/* modal */

.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    opacity:0;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    width: 25em;
    position: relative;
    margin: 10% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 10px;
    background: #fff;
    background: -o-linear-gradient(#fff, #999);
}
.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 12px;
    box-shadow: 1px 1px 3px #000;
}
.close:hover {
    background: #00d9ff;
}

.breadcrumbs {
	text-align: center;
	display: block;
	float: left;
	width: 100%;
}

.breadcrumbs li, .breadcrumbs a {
	font-size: 1em;
	display: inline;
	padding: 1em;
	text-decoration: none;
	color: white;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}
