/*
 *---------------------------------------------------------------
 * LAYOUT & UTILITIES
 *---------------------------------------------------------------
 *
 */

html {
    box-sizing: border-box;
    height: 100%;
    font-size: 100%;
}

body {
    /*font-size: 0.75em;*/ /*12px*/
    font-size: 0.875em; /*14px*/
    /*font-size: 1em;*/ /*16px*/
    color: #1a321a;
}

::selection {
    background-color:#333;
    color:#fff;
}

*, *:before, *:after {
    box-sizing: inherit;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

.clear:before, .clear:after {
    content:'';
    display:table;
}

.clear:after {
    clear:both;
}

.fl {
    float:left;
}

.fr {
    float:right;
}

.w_90 {
    width:90%;
}

.w_80 {
    width:80%;
}

.w_70 {
    width:70%;
}

.w_60 {
    width:60%;
}

.w_50, .half {
    width:50%;
}

.w_40 {
    width:40%;
}

.w_33_3, .third {
    width:33.3333333%;
}

.w_30 {
    width:30%;
}

.w_25, .quarter {
    width:25%;
}

.w_20, .fifth {
    width:20%;
}

.w_16_6, .sixth {
    width:16.6666666%;
}

.w_12_5, .eighth {
    width:12.5%;
}

.w_10, .tenth {
    width:10%;
}


/*
 *---------------------------------------------------------------
 * SITE LINKS
 *---------------------------------------------------------------
 *
 */

a:link {
    text-decoration: none;
    color:#2c82c9;
}

a:visited {
    text-decoration: none;
    color:#2c82c9;
}

a:hover {
    text-decoration: underline;
    color: #bb1cc9;
}

a:active {
    text-decoration: underline;
}

/* Stop iPhone changing numbered links to telephone numbers */

a[href^=tel] {
    text-decoration:inherit;
    color: inherit;
}




/*
 *---------------------------------------------------------------
 * TEXT COLOURS
 *---------------------------------------------------------------
 *
 */

h1 {
    color:#2c82c9;
}

h2 {
    color: #bb1cc9;
}

h3 {
    color: #13c975;
}

.c_1 {
    color: #000;
}

.c_2 {
    color: #fff;
}

.c_3 {
    color:#2c82c9;
}

.c_4 {
    color: #bb1cc9;
}

.c_5 {
    color: #13c975;
}

.c_6 {
    color: #c92a12;
}




/*
 *---------------------------------------------------------------
 * BACKGROUND COLOURS
 *---------------------------------------------------------------
 *
 */

.bg_c_1 {
    background-color: #000;
}

.bg_c_2 {
    background-color: #fff;
}

.bg_c_3 {
    background-color: #2c82c9;
}

.bg_c_4 {
    background-color: #bb1cc9;
}

.bg_c_5 {
    background-color: #13c975;
}

.bg_c_6 {
    background-color: #c92a12;
}




/*
 *---------------------------------------------------------------
 * FORMS
 *---------------------------------------------------------------
 *
 */

fieldset {
    border: none;
    padding: 0;
}

label {
    padding: 0.5em 0;
    display: inline-block;
}

input, select, textarea {
    border:1px solid #d1d1d1;
    width:100%;
    padding: 0.5em;
    outline: none;
    transition: box-shadow 0.30s ease-in-out;
    /*transition: border 0.30s ease-in-out;*/
}

textarea {
    resize: none;
}

select {
    background: transparent url('../assets/down_arrow.svg') no-repeat right;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

input:focus, select:focus, textarea:focus {
    box-shadow: 0 0 2px rgba(81, 203, 238, 1);
    /*border:1px solid rgba(81, 203, 238, 1);*/
}

input[type="submit"] {
    width:20%;
    margin-top: 0.2em;
    background-color:#2c82c9;
    color: #fff;
    transition: background-color 0.8s ease;
}

input[type="submit"]:hover {
    background-color: #bb1cc9;
}

::-webkit-input-placeholder {
    color: #d1d1d1;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

::-moz-placeholder {
    color: #d1d1d1;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: transparent;
}

:-ms-input-placeholder {
    color: #d1d1d1;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: transparent;
}

.error input, .error textarea {
    background-color: #b8312f;
    color: #fff;
}




/*
 *---------------------------------------------------------------
 * TABLES
 *---------------------------------------------------------------
 *
 */

table {
    padding:0.4em;
}

tr:nth-child(odd) {
    background: #f9f9f9;
}

th, td {
    border: 1px solid #d1d1d1;
    padding:0.6em;
    vertical-align: top;
}

/*
 *---------------------------------------------------------------
 * SITE NAVIGATION
 *---------------------------------------------------------------
 *
 */

/*.main_menu {
    display: block;
}

.main_menu li {
    display: inline;
}*/

/*
 *---------------------------------------------------------------
 * RESPONSIVE SLIDER JS PLUGIN
 *---------------------------------------------------------------
 *
 */

/*.mn_slides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.mn_slides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.mn_slides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.mn_slides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}*/

/*
 *---------------------------------------------------------------
 * RESPONSIVE NAVIGATION (BURGER)
 *---------------------------------------------------------------
 *
 */

/*.rsp_title, .rsp_nav, .rsp_nav_sub, .menu_link {
    display: none;
}

.rsp_nav {
    border: 2px solid #000;
    position: absolute;
    padding-top: 12px;
    height:30px;
    width:44px;
    right: 12px;
    top: 0;
    z-index: 999;
}

.rsp_nav span, .rsp_nav_sub span {
    margin: 0 auto 3px;
    background: #000;
    display: block;
    width: 24px;
    height: 4px;
}

.rsp_nav_sub {
    border: 2px solid #000;
    padding: 12px 0 0 0;
    float: right;
    height:28px;
    width:40px;
    margin-right: 13px;
    margin-top: 5px;
    box-shadow: none;
}*/

/*
 *---------------------------------------------------------------
 * LIVE SEARCH
 *---------------------------------------------------------------
 *
 */

.search_box {
    background-color: #666;
    width:100%;
    text-align: center;
    display: none;
    height:54px;
    opacity: 0.8;
    position: fixed;
    z-index: 999;
}
.search_box input {
    width:60%;
    margin: 10px auto;
    padding: 6px;
}

.close_search {
    float:right;
    padding:10px 20px;
    margin: 2px;
    cursor: pointer;
}

.live_search {
    background-color: #666;
    left: -9999px;
    min-height: auto;
    position: relative;
    top:54px;
    z-index: 999;
}

.live_search.active {
    background-color: #666;
    overflow: scroll;
    min-height: 100%;
    left: auto;
    opacity: 0.9;
}

/*
 *---------------------------------------------------------------
 * PRODUCTS SLIDESHOW JS PLUGIN
 *---------------------------------------------------------------
 *
 */

/*.slide_container {
    width:100%;
}

.slide_container .slide .featured_items {
    width:230px;
    height:420px;
    float:left;
    margin-left: 20px;
    text-align: center;
}*/

/*
 *---------------------------------------------------------------
 * RESPONSIVE WIDTH 400px OR LESS
 *---------------------------------------------------------------
 *
 * To adjust responsive width change the setting in database and
 * also below...
 *
 */

/*@media (max-width: 960px) {

    .main_menu {
        display: none;
    }

    .main_menu li {
        display: block;
        width: 100%;
    }

    .menu_link {
        width: 20px;
        position: absolute;
        top:0.5em;
        right: 1em;
        padding: 0.5em 1.5em;
        cursor: pointer;
        font-weight: bold;
    }

    .toggled {
        display: block;
    }

    .rsp_title, .rsp_nav, .rsp_nav_sub {
        display: block;
    }
}*/