/*
Theme Name: Heilala
Version: 1.0
 */

/* ==========================================================================
   Import stylesheets and fonts
   ========================================================================== */

@import url('css/bootstrap.css');
@import url('css/icomoon.css');
@import url('css/animate-custom.css');
@import url('css/nivo-slider.css');
@import url('css/nivo-slider/default/default.css');
@import url('http://fonts.googleapis.com/css?family=Raleway:500,400,300,700');
@import url('http://fonts.googleapis.com/css?family=Lato:300,400,500');
@import url('http://fonts.googleapis.com/css?family=Pacifico');
@import url('http://fonts.googleapis.com/css?family=Montserrat:400,300,700');

/* ==========================================================================
   Base Styles and Bootstrap Modifications
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #f2c2c9;
    color: #a4003a;
    text-shadow: none;
}

::selection {
    background: #16a085;
    color: #a4003a;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

 img {
    vertical-align: middle;
    background: transparent !important;
}

/*
 * Allow only vertical resizing of textareas.
 */

 textarea {
    resize: vertical;
}


/* ==========================================================================
   General styles
   ========================================================================== */

html,
body {
    height: 100%;
}

body {
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.col-md-4 {
	padding-bottom: 20px;
}

.row {
margin-right: 0px;
margin-left: -15px;
}

.modal-header {
	background: #39b3d7;
}

.modal-header h4 {
	color: white;
}

.modal-footer {
	background: #2b2b2b;
}


.navbar {
    background-color: rgba(255, 255, 255, 0.8);
    border-color: transparent;
}


.navbar-nav {
    font-family: "Montserrat";
    text-transform: uppercase;
    margin-left: 170px;
}

.navbar-logo {
    position: absolute;
    top: 8px;
    left: 30px;
}

.navbar-logo a img{
    background: none;
}

.navbar-toggle {
border-color: transparent;
border: 0px solid transparent;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	background-color: #16a085;
	color: white;
}

.navbar-header {
    display: inline-block;
    float: right;
}

.dropdown-menu {
    margin-top: 6px !important;
    min-width: 250px !important;
    background-color: rgba(255, 255, 255, 0.8) !important;
    border-radius: 0px 0px 7px 7px !important;
    border: 0px !important;
    
    zoom: 0 !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;


    -webkit-transition: opacity 0.3s ease-in-out;
     -moz-transition: opacity 0.3s ease-in-out;
     -ms-transition: opacity 0.3s ease-in-out;
     -o-transition: opacity 0.3s ease-in-out;
     transition: opacity 0.3s ease-in-out;
}

.open > .dropdown-menu {
    display: block;
    zoom: 1 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;

        -webkit-transition: opacity 0.3s ease-in-out;
     -moz-transition: opacity 0.3s ease-in-out;
     -ms-transition: opacity 0.3s ease-in-out;
     -o-transition: opacity 0.3s ease-in-out;
     transition: opacity 0.3s ease-in-out;
}


hr {
    position: relative;
    border: none;
}

hr:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 25%;
    width: 50%;
    height: 2px;
    background: #ccc;
}

a img {
    background: white;
}

.odd a img {
    background: #f5f5f5;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Pacifico";
    color: #333;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

.paragraph-lead {
    font-size: 20px;
    color: #3498db;
}

strong {
    font-weight: 700;
}

em {
    font-weight: 300;
}

pre {
    background: #ebebeb;
    border: none;
    font-family: "Monaco";
    font-size: 16px;
    color: #666;
    padding: 20px;
    line-height: 28px;
}

small {
    font-size: 12px;
}

blockquote,
blockquote p {
    line-height: 28px;
    color: #999;
    font-weight: 300;
    font-style: italic;
}

blockquote {
    position: relative;
    margin: 0 0 40px -30px;
    padding-left: 30px;
    border-left: 5px solid #3498db;
}

blockquote cite {
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 12px;
    font-style: italic;
    color: #333;
    font-weight: 300;
}

blockquote cite:before {
    content: "-- "
}

/* Images */
.overflow-image {
    margin-top: -65px;
}

/* Links */
a {
    color: #39b3d7;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #CC0099;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}


/* ==========================================================================
   Search-Basket
   ========================================================================== */

#search-basket {
    position: fixed;
    right: 0;
    z-index: 1034;
}

.search-bar {
    float: right;
    margin-right: 30px;
    margin-top: 6px;
    display: inline-block;
}

.searchbox {
    position: relative;
    min-width: 50px;
    width: 0px;
    height: 50px;
    float: right;
    overflow:hidden;
     -webkit-transition: width 0.3s;
     -moz-transition: width 0.3s;
     -ms-transition: width 0.3s;
     -o-transition: width 0.3s;
     transition: width 0.3s;
    }

.searchbox-open{
     width:300px;
     padding-right: 50px;
}


.searchbox-input {
    position: absolute;
     top:0;
     right:0;
     border:0;
     outline:0;
     background:rgba(255, 255, 255, 0.8);
     width: 300px;
     height:50px;
     margin-right:50px;
     padding-left: 65px;
     font-size:20px;
     color: #555;
     cursor: text;
    }
    .searchbox-input::-webkit-input-placeholder {
     color: #555;
    }
    .searchbox-input:-moz-placeholder {
     color: #555;
    }
    .searchbox-input::-moz-placeholder {
     color: #555;
    }
    .searchbox-input:-ms-input-placeholder {
     color: #555;
    }

.searchbox span {
     width:50px;
     height:50px;
     display:block;
     position:absolute;
     top:0;
     font-size:22px;
     right: 0;
     padding:0;
     margin:0;
     border:0;
     outline:0;
     line-height:50px;
     text-align:center;
     cursor:pointer;
     color:#dcddd8;
}




.searchbox-submit {
     width:50px;
     height:50px;
     display:block;
     position:absolute;
     top:0;
     font-size:22px;
     right:0;
     padding:0;
     margin:0;
     border:0;
     outline:0;
     line-height:50px;
     text-align:center;
     cursor:pointer;
     background: rgba(255, 255, 255, 0);
}



.basket-bar {
    float: right;
    margin-right: 10px;
    margin-top: 6px;
}

.basketboxbutton {
}

.basketbox {
    position: relative;
    margin-top: 12px;
    min-height: 0px;
    width: 330px;
    height: 0px;
    float: right;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 7px;
    border: 0px;
    box-shadow: 0 0 0px rgba(0,0,0,0);
    overflow:hidden;
     -webkit-transition: height 0.3s;
     -moz-transition: height 0.3s;
     -ms-transition: height 0.3s;
     -o-transition: height 0.3s;
     transition: height 0.3s;
 }

 .basketbox h3 {
    font-family: "Montserrat";
    text-transform: uppercase;
    text-align: center;
    color: #39b3d7;
    margin-bottom: 15px;
 }

 .basketbox ul {
    list-style-type: none;
    padding-left: 0;
 }

 .basketbox li {
    padding-bottom: 5px;
    border-bottom: 1px solid #e6e8ea;
    margin-bottom: 5px;
 }

 .basketbox li:first-of-type {
    border-radius: 7px 7px 0 0;
 }

 .basketbox li:last-of-type {
    border-radius: 0 0 7px 7px;
    border: none;
 }

 .basketbox li a {
    display: inline-block;
 }

 .basketbox li a img {
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.basketbox li span {
    display: inline-block;
}

 .basketbox li:hover {
    background: #f3f8f8;
 }

 .basketbox-open{
     height:500px;
     box-shadow: 0 0 3px rgba(0,0,0,0.1);
     border: 1px solid rgba(0,0,0,0.17);
}

 .basketbox p.total {
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid #e6e8ea;
    border-bottom: 1px solid #e6e8ea;
    margin-bottom: 15px;
 }

 .basketbox p.buttons {
    text-align: center;
    font-family: "Montserrat";
    text-transform: uppercase;
    font-size: 15px;
 }

 .basketbox p.buttons a.button.wc-forward {
    background: #39b3d7;
    color: white;
    border-radius: 2px 2px 2px 2px;
    padding: 5px 9px 5px 9px;
    display: inline-block;
    text-align: center;
    margin-right: 7px;
 }

.basketbox p.buttons a.button.wc-forward:hover, .basketbox p.buttons a.button.wc-forward:focus {
    background: #CC0099;
}

.basketbox p.buttons a.button.wc-forward:before,
.basketbox p.buttons a.button.wc-forward:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}


 .basketboxbutton span {
     width:50px;
     height:50px;
     display:block;
     position: relative;
     float: right;
     top:0;
     font-size:22px;
     right:0;
     padding:0;
     margin:0;
     border:0;
     outline:0;
     line-height:50px;
     text-align:center;
     cursor:pointer;
     color:#39b3d7;
}

.basketboxwidget {
    margin: 10px 20px 10px 20px;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */


#headerwrap {
    background: url(./images/alt-header1.jpg) no-repeat center top;
    margin-top: 0px;
    padding-top:120px;
    margin-bottom: 30px;
    text-align:center;
    background-attachment: relative;
    background-position: top center;
    height: 300px;
    width: 100%;
    
    
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	color:#ffffff;
	margin-top: 90px;
	padding-bottom: 30px;
	letter-spacing: 8px;
	font-size: 100px;
	font-weight: bold;
	text-shadow: 2px 2px 2px #000;
}

#headerwrap p {
	color:#ffffff;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	line-height: 40px;
	letter-spacing: 3px;
	margin-left: 15px;
	text-shadow: 1px 1px 1px #000;
}

.header-title {
    margin: auto;
    padding-top: 15px;
}

#slider {
    width: 100%;
    position: relative;
    z-index: 1;
}

.theme-default .nivoSlider {
    margin-bottom: 0px !important;
}

.nivo-html-caption {
}

.nivo-caption {
    left: initial;
    bottom: 20px;
    opacity: 0.6;
    right: 20px;
    width: auto;
    font-family: "Montserrat" !important;
    text-transform: uppercase;
    text-align: right;
}

.slider-logo {
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    margin: auto;
    /*top: 17%;
    left: 50%;
    margin-left: -165px;*/
    top: 120px;
    max-height: 488px;
    max-width: 329px;
}

.slider-logo img {
    margin: auto;
    display: table;
}

#greywrap {
	background: #f5f5f5;
	margin-top: 0px;
	padding-top: 40px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#greywrap .callout {
	margin-bottom: 20px;
}

#greywrap p {
	margin-left: 30px;
	margin-right: 30px;
	letter-spacing: 1px;
	padding-top: 15px;
	padding-bottom: 15px;
}

#greywrap .icon {
	font-size: 60px;
	line-height: 30px;
	margin-bottom: 10px;
}

#greywrap .lg {
    background-color: #1abc9c;
}
#greywrap .dg {
    background-color: #16a085;
}


/* STOCKISTS MAP */

#mapwrap {
    margin: 0;
    padding: 0;
    height: 450px;
    width: 100%;
}

#stockist-map {
    background: #a2daf2;
    height: 450;
}

#stockist-map .col-lg-6 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

#stockist-map h1 {
    color: #fff;
    margin-left: 15px;
    margin-top: 140px;
    text-align: center;
    text-shadow: 1px 1px 2px #2B3F8C;
    margin-bottom: 35px;
}
#stockist-map p {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 21px;
    margin-left: 18px;
    margin-bottom: 20px;
    text-shadow: 0.5px 0.5px 1px #2B3F8C;
    text-align: center;
}

#stockist-map .container {
    width: 100%
}

#stockist-map .col-lg-7 {
    margin: 0;
    padding: 0;
}



#sf {
    display: block;
    width: 100%;
    text-align: center;
}

#sf .container {
    width: 100%
}

#sf .container .row{
    margin-left: -15px;
    margin-right: -15px;
}

#sf .col-lg-4 {
    margin: 0;
    padding: 30px;
}

#sf p {
    font-weight: 400;
}

#sf .ag {
    background: url(./images/triple_left.jpg) no-repeat center top;
    background-attachment: relative;
    background-position: center center;
    
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;

}

#sf .ag p {
    visibility: hidden;
}

#sf .ag h2 {
    visibility: hidden;
}

#sf .bg {
    background: url(./images/triple_middle.jpg) no-repeat center top;
    background-attachment: relative;
    background-position: center center;
    
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#sf .bg p {
    visibility: hidden;
}

#sf .bg h2 {
    visibility: hidden;
}

#sf .cg {
    background: url(./images/triple_right.jpg) no-repeat center top;
    background-attachment: relative;
    background-position: center center;
    
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#sf .cg p {
    visibility: hidden;
}

#sf .cg h2 {
    visibility: hidden;
}

#sf h2 {
    color: #fff;
}
#sf p {
    margin-left: 30px;
    margin-right: 30px;
    letter-spacing: 1px;
    padding-top: 15px;
    color: #fff;
}

.fade-away-ag {
background: -moz-linear-gradient(top,  rgba(102,22,99,0.6) 0%, rgba(163,64,110,0.6) 50%, rgba(236,141,124,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,22,99,0.6)), color-stop(50%,rgba(163,64,110,0.6)), color-stop(100%,rgba(236,141,124,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(102,22,99,0.6) 0%,rgba(163,64,110,0.6) 50%,rgba(236,141,124,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(102,22,99,0.6) 0%,rgba(163,64,110,0.6) 50%,rgba(236,141,124,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(102,22,99,0.6) 0%,rgba(163,64,110,0.6) 50%,rgba(236,141,124,0.5) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(102,22,99,0.6) 0%,rgba(163,64,110,0.6) 50%,rgba(236,141,124,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99661663', endColorstr='#80ec8d7c',GradientType=0 ); /* IE6-9 */

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;

      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

      /* IE 5-7 */
      filter: alpha(opacity=100);

      /* Netscape */
      -moz-opacity: 1;

      /* Safari 1.x */
      -khtml-opacity: 1;

      /* Good browsers */
      opacity: 1;

    transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;

}

.fade-away-ag:hover {
    opacity:0;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}

.fade-away-ag p {
    visibility: visible !important;
}

.fade-away-ag h2 {
    visibility: visible !important;
}

.fade-away-bg {
background: -moz-linear-gradient(top,  rgba(52,43,106,0.6) 0%, rgba(45,78,122,0.6) 50%, rgba(59,163,148,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(52,43,106,0.6)), color-stop(50%,rgba(45,78,122,0.6)), color-stop(100%,rgba(59,163,148,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(52,43,106,0.6) 0%,rgba(45,78,122,0.6) 50%,rgba(59,163,148,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(52,43,106,0.6) 0%,rgba(45,78,122,0.6) 50%,rgba(59,163,148,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(52,43,106,0.6) 0%,rgba(45,78,122,0.6) 50%,rgba(59,163,148,0.5) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(52,43,106,0.6) 0%,rgba(45,78,122,0.6) 50%,rgba(59,163,148,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99342b6a', endColorstr='#803ba394',GradientType=0 ); /* IE6-9 */

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;

      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

      /* IE 5-7 */
      filter: alpha(opacity=100);

      /* Netscape */
      -moz-opacity: 1;

      /* Safari 1.x */
      -khtml-opacity: 1;

      /* Good browsers */
      opacity: 1;

    transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;

}

.fade-away-bg:hover {
    opacity:0;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}

.fade-away-bg p {
    visibility: visible !important;
}

.fade-away-bg h2 {
    visibility: visible !important;
}

.fade-away-cg {
background: -moz-linear-gradient(top,  rgba(145,48,96,0.6) 0%, rgba(221,126,97,0.6) 50%, rgba(253,170,115,0.5) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(145,48,96,0.6)), color-stop(50%,rgba(221,126,97,0.6)), color-stop(100%,rgba(253,170,115,0.5))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(145,48,96,0.6) 0%,rgba(221,126,97,0.6) 50%,rgba(253,170,115,0.5) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(145,48,96,0.6) 0%,rgba(221,126,97,0.6) 50%,rgba(253,170,115,0.5) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(145,48,96,0.6) 0%,rgba(221,126,97,0.6) 50%,rgba(253,170,115,0.5) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(145,48,96,0.6) 0%,rgba(221,126,97,0.6) 50%,rgba(253,170,115,0.5) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99913060', endColorstr='#80fdaa73',GradientType=0 ); /* IE6-9 */

    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;

      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

      /* IE 5-7 */
      filter: alpha(opacity=100);

      /* Netscape */
      -moz-opacity: 1;

      /* Safari 1.x */
      -khtml-opacity: 1;

      /* Good browsers */
      opacity: 1;

    transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;

}

.fade-away-cg:hover {
    opacity:0;
    transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
}

.fade-away-cg p {
    visibility: visible !important;
}

.fade-away-cg h2 {
    visibility: visible !important;
}

/* SOCIAL COLOUR CHANGE LINKS */
.divider6 {
    border-bottom: none !important;
}
.divider6 a {
    margin-left: 3px;
    margin-right: 3px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,60);
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 25px;
    padding: 10px;
    color: rgba(255,255,255,60);

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.divider6 p {
    font-weight: 400;
}

.l-fb:hover,
.l-fb:focus {
    background: #3c599b;
    text-decoration: none;
}

.l-tw:hover,
.l-tw:focus {
    background: #1bb2e9;
    text-decoration: none;
}

.l-in:hover,
.l-in:focus {
    background: #d5ccbb;
    text-decoration: none;
}

.l-pi:hover,
.l-pi:focus {
    background: #cd1b29;
    text-decoration: none;
}

.l-fb:before,
.l-fb:after,
.l-tw:before,
.l-tw:after,
.l-in:before,
.l-in:after,
.l-pi:before,
.l-pi:after, {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}




#footerwrap {
	background: #2b2b2b;
	margin-top: 0px;
	padding-top: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#footerwrap h4 {
	color: white;
}

div.payment {
    text-align: center;
    background-color: #575757;
    margin: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px;
} 

div.payment h1 {
    padding-top: 15px;
    color: #333333;
}

ul.payment-methods {
    list-style: none;
    margin: 0 auto;
    margin-bottom: 30px;
}

ul.payment-methods li {
    display: inline-block;
    margin: 3px 6px 3px 6px;
}



#legalwrap {
    background: #333;
    margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
}

#legalwrap h4 {
    font-family: "Montserrat";
    font-weight: 600;
    color: #5E5E5E;
}

#legalwrap p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-align: left;
    color: #5E5E5E;
}

#legalwrap img {
    display: inline-block;
    float: right;
    margin-left: 30px;
    margin-bottom: 20px;
}

.ks-c {
    float: none !important;
    margin-left: 0px !important;
    margin-bottom: 5px !important;
    margin: auto;
    margin-top: 0px;
}



/* ==========================================================================
   Box Sections
   ========================================================================== */

.white h1 {
	padding-top: 35px;
}

.white p {
	padding-top: 25px;
}

/* Section Dividers */
.section-divider {
    z-index: 999;
    width: 100%;
    display: table;
    max-height: 450px;
    border-bottom: 2px solid #E6EAED;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 70px;
    margin-top: 45px;



    background-position: center center;
    background-repeat: no-repeat;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    background-attachment: fixed;
    
    text-align: center;

}

.textdivider h1 {
	padding-top: 70px;
	color: white;
	font-size: 40px;
}

.textdivider p {
	color: white;
	font-size: 20px;
}


/* Section Dividers Backgrounds */

.divider1 {
	background-image: url('./images/divider1.jpg')
}

.divider2 {
	background-image: url('./images/divider2.jpg');
    border-bottom: none;
}

.divider3 {
	background-image: url('./images/divider3.jpg');
    margin-top: 0px !important;
    border-bottom: 0px !important;
}

.divider4 {
	background-image: url('./images/divider4.jpg')
}

.divider6 {
	background-image: url('./images/divider6.jpg');
    margin-top: 0px !important;
}

.divider-alt {
    min-height: 60px;
    padding-top: 40px;
    padding-bottom: 10px;
}

.divider-alt h1 {
    padding-top: 25px;
    font-size: 30px;
}

.divider-alt p {
    font-size: 20px;
}

.custom-made {
    background: url('./images/divider_custom-made.jpg') no-repeat center;
    margin-top: 0px;
    border-bottom: none;
}

.custom-made p {
    color: black;
    font-size: 16px;
    text-align: justify;
}

.custom-made h1 {
    padding-top: 35px;
    color: black;
}

.gift-voucher {
    background: url('./images/gift-voucher-lights.jpg') no-repeat center;
    margin-top: 0px;
    border-bottom: none;

    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.gift-voucher p {
    color: white;
    font-size: 16px;
    text-align: justify;
    font-weight: 500;
    text-shadow: 1px 1px 1px #3a3a3a;
}

.gift-voucher h1 {
    padding-top: 15px;
    padding-bottom: 15px;
    color: white;
    text-shadow: 1.5px 1.5px 1.5px #3a3a3a;
}

.email-link-main {
    font-size: 20px !important;
    border: 0px !important;
}

/* ==========================================================================
   Services Section
   ========================================================================== */

.service-trigger {
    display: block;
	position: relative;
    margin-bottom: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
    height: 168px;
    cursor: pointer;
	padding: 90px 20px 50px 20px;
    border: none;
    background: #333;
}

.service-trigger:before {
    width: 100%;
    top: 50px;
    color: #39b3d7;
    font-size: 36px;
    text-align: center;
	position: absolute;
	left: 0;
}

.service-active .service-trigger {
    background: #222;
}

.service-active p {
	font-family: 'Lato', sans-serif;
	padding-top: 10px;
}

.service-content {
    padding: 15px 20px;
    background: #e6eaed;
    display: block;
    height: auto
}

.service-content p:last-child {
    margin: 0;
}


/* ==========================================================================
   Image Mask
   ========================================================================== */

.grid figure {
	margin: 0;
	position: relative;
}

.grid figure img {
	width: 100%;
	display: block;
	position: relative;
}

.grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	color: #fff;
	background: #39b3d7;
}

.grid figcaption h5 {
	margin: 0;
	padding-top: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	color: #fff;
    max-width: 195px;
	font-weight: 700;
	text-align: left;
    font-family: "Montserrat";
    text-transform: uppercase;
	
}

.modal-content a.added_to_cart.wc_forward {
    display: none;
}

.modal-content h4 {
    font-family: "Montserrat";
}


.modal-body p {
    margin-bottom: 15px;
}

.modal-body {
    padding-bottom: 5px;
}

.modal-footer {
    margin-top: 0px;
}

.grid figcaption a {
	text-align: left;
	padding: 5px 10px;
	margin-left: 20px;
	display: inline-block;
	background: #2f2f2f;
	color: #fff;
	font-size: 13px;
}

/* Caption Style */
.mask figure {
	overflow: hidden;
}

.mask figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.no-touch .mask figure:hover img,
.mask figure.cs-hover img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px);
}

.mask figcaption {
	height: 80px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}

.no-touch .mask figure:hover figcaption,
.mask figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}

.mask figcaption a {
	position: absolute;
	top:20px;
	bottom: 30px;
	right: 30px;
}


/* ==========================================================================
   Blog Section
   ========================================================================== */

#blog {
    padding-bottom: 25px;
}

.blog-bg {
	background: #2b2b2b;
	padding-right: 0px;
	padding-left: 0px;
    background-size: cover !important;
	
}

.blog-bg p {
    font-family: "Lato";
}

.blog-bg h4 {
	color: #ffffff;
	padding-top: 0px;
    text-shadow: 1px 1px 1px #CBCBCB;
    font-size: 23px;
}

.blog-bg h5 {
	color: #ffffff;
	font-size: 11px;
    font-family: "Lato";
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #CBCBCB;
}

.blog-bg img {
    text-shadow: 1px 1px 1px #CBCBCB;
}

.blog-content {
	padding-top: 10px;
	background: rgba(242, 242, 242, 0.85)
}

/* ==========================================================================
   Guardian Showcase Section
   ========================================================================== */

.newspaper-cont {
    background: #f5f5f5;
    margin-top: 0px;
    padding-top: 20px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    position: relative;
}

.newspaper {
    background-color: #FFFFFF;
    position: relative;
    margin-top: 40px;
    margin-left: 0px;
    z-index: 1;
}

.newspaper-fade-in {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.85);
    z-index: 999;

      /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

      /* IE 5-7 */
      filter: alpha(opacity=0);

      /* Netscape */
      -moz-opacity: 0;

      /* Safari 1.x */
      -khtml-opacity: 0;

      /* Good browsers */
      opacity: 0;

    transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;

}

.newspaper-fade-in:hover {
  /* IE 8 */
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

      /* IE 5-7 */
      filter: alpha(opacity=100);

      /* Netscape */
      -moz-opacity: 1;

      /* Safari 1.x */
      -khtml-opacity: 1;

      /* Good browsers */
      opacity: 1;

    transition: opacity .2s ease-in;
    -moz-transition: opacity .2s ease-in;
    -webkit-transition: opacity .2s ease-in;
    -o-transition: opacity .2s ease-in;

}

.fade-in-overlay p {
    z-index: 1000;
    color: white;
    text-align: right;
}

.fade-in-overlay h1 {
    color: white;
    text-align: right;
}

.newspaper p {
    text-align: justify;
}

.newspaper-image {
    margin: auto;
    margin-bottom: 20px;
}

.newspaper-cutout {
    margin: 100px 100px 0px 100px;
}

.corner-page {
    position: absolute;
    top: 0px;
    left: 0px;
}

.newspaper-headline {
    padding: 15px 0 15px 0;
    margin: 100px 0px 40px 100px;
    line-height: 50px;
}

.newspaper-text {
    display: block;
}

/* ==========================================================================
   Search Page
   ========================================================================== */

.search-cont {
	padding-bottom: 40px;
	min-height: 300px;
}

.search-cont h1 {
	font-family: "Montserrat";
	text-transform: uppercase;
    margin-bottom: 20px;
}

.search-cont h3 {
	color: #1a0dab;
	margin-bottom: 3px;
}

.search-cont h3:hover {
    text-decoration: underline;
}

.search-cont label.screen-reader-text {
	font-family: "Montserrat";
	text-transform: uppercase;
}

.search-cont input#searchsubmit {
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;  /*Removes default style Firefox*/
    font-family: "Lato" !important;
    font-weight: 300 !important;

	background: #cfcfcf !important;
    color: white !important;
    border-radius: 2px 2px 2px 2px !important;
    padding: 4px 9px 3px 9px !important;
    display: inline-block !important;
    text-align: center !important;
    margin-right: 7px !important;
    font-weight: 300 !important;
    text-shadow: none !important;
    border: 0px !important;
    font-family: "Montserrat" !important;
    text-transform: uppercase;
    font-size: 15px !important;
    margin-top: 3px !important;
}

.search-link {
	color: #006621;
    margin-bottom: 0px;
}

.search-extract {
    margin-top: -10px;
}

/* ==========================================================================
   WOOCOMMERCE MODIFICATIONS
   ========================================================================== */

ul.products {
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 50px !important;
}

ul.products li {
    display: inline-block;
    text-align: center;
    float: none !important;
    margin: 10px 20px 45px 20px !important;
}

ul.products li.cat-page {
    display: block;
    width: 100% !important;
}

.cat-container {
    display: block;
    padding-left: 0px !important;
}

.cat-page-image {
    padding-left: 0px !important;
}

ul.products mark {
    display: none;
}

ul.products h3 {
    font-family: "Montserrat";
    text-transform: uppercase;
    color: #333;
    font-weight: 300;
    min-height: 57px;
    padding: 4px 0 0px 0 !important;
    vertical-align: middle;
}

ul.products span.amount {
    font-size: 30px;
    color: #a7a7a7;
    margin-top: -20px;
}

.cat-page-text h3 {
    font-size: 50px !important;
    text-align: right !important;
}

.cat-page-text p {
    font-size: 20px !important;
    text-align: justify !important;
}

form.woocommerce-ordering select {
     -webkit-appearance: none;  /*Removes default chrome and safari style*/
     -moz-appearance: none;  /*Removes default style Firefox*/

    /* Size and position */
    position: relative;
    width: 250px;
    height: 35px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0px;
    padding-left: 10px;

    /* Styles */
    background: #fff;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
 
    /* Font settings */
    color: #3498db;
}

form.woocommerce-ordering {
    position: absolute;
    margin-bottom: 20px !important;
    right: 5px;
    top: 0px;
}

form.woocommerce-ordering:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: 7px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: #8aa8bd transparent;
    position:absolute;
    pointer-events:none;
}

p.woocommerce-result-count {
    display: none;
}

nav.woocommerce-breadcrumb {
    margin-top: 25px !important;
    font-size: 20px !important;
    margin-bottom: 20px !important;
}

div#tab-description.panel.entry-content {
    margin-bottom: 60px;
}

div.product {
    margin-top: 40px;
}

h1.page-title {
    display: none;
}

ul.products li.product a img {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.woocommerce-message:before {
    padding-top: 0 !important;
}

.woocommerce-info:before {
    padding-top: 0 !important;
}

.woocommerce-error:before {
    padding-top: 0 !important;
}

div.product_meta {
    display: none;
}

.woocommerce.button {
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none;  /*Removes default style Firefox*/
    font-family: "Lato" !important;
    font-weight: 300 !important;
}

div#spin {
    display: none!important;
}

a.added_to_cart.wc-forward {
    display: none !important;
}

.woocommerce input.button, .woocommerce button.button {
    background: #cfcfcf !important;
    color: white !important;
    border-radius: 2px 2px 2px 2px !important;
    padding: 5px 9px 5px 9px !important;
    display: inline-block !important;
    text-align: center !important;
    margin-right: 7px !important;
    font-weight: 300 !important;
    text-shadow: none !important;
    border: 0px !important;
    font-family: "Montserrat" !important;
    text-transform: uppercase;
    font-size: 15px !important;
    margin-top: 3px !important;
}

a.button.add_to_cart_button, .checkout-button, input.checkout-button.button.alt.wc-forward, button.single_add_to_cart_button.button.alt {
    background: #39b3d7 !important;
    color: white !important;
    border-radius: 2px 2px 2px 2px !important;
    padding: 5px 9px 5px 9px !important;
    display: inline-block !important;
    text-align: center !important;
    margin-right: 7px !important;
    font-weight: 300 !important;
    text-shadow: none !important;
    border: 0px !important;
    font-family: "Montserrat" !important;
    text-transform: uppercase;
    font-size: 15px !important;
    margin-top: 3px !important;
}

button.single_add_to_cart_button.button.alt {
    margin-top: 1px !important;
}

nav.woocommerce-breadcrumb {
    font-family: "Montserrat" !important;
    text-transform: uppercase;
    font-size: 1em !important;
}

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
    width: 50% !important;
}

input#coupon_code.input-text {
    width: 120px !important;
}

.shipping_calculator h2 {
    text-align: right;
}

table.variations label {
	color: #555;
}

nav.woocommerce-pagination {
    margin-bottom: 30px;
}

label.checkbox {
    font-weight: 300;
    padding-left: 0 !important;
}

ul.payment-methods {
    padding-left: 0px !important;
}

li.payment_method_paypal label:after {
    content: url('./images/credit_debit_list.png');
    position: relative;
    margin-left: 8px;
    top: 7px;

}

/* ==========================================================================
   BLOG PAGE
   ========================================================================== */

div.blog-title {
    background: url(./images/divider1.jpg) no-repeat center top;
    text-align:center;
    background-attachment: relative;
    background-position: center center;
    
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.blog-title h2 {
    font-size: 40px;
    margin-top: 35px;
    color: white;
    text-shadow: 1.5px 1.5px 1.5px #3a3a3a;
}
.author {
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 7px;
    color: white;
    text-shadow: 0.5px 0.5px 1.5px #3a3a3a;
    font-weight: 500;
}

.blog-text {
    background: #f2f2f2;
}

.blog-single-container {
    padding-top: 20px;
}

div.blog-title-single {
    background: url(./images/divider1.jpg) no-repeat center top;
    text-align:center;
    background-attachment: relative;
    background-position: center center;
    
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    min-height: 124px;
}

.blog-title-single h2 {
    font-size: 40px;
    margin-top: 35px;
    color: white;
    text-shadow: 1.5px 1.5px 1.5px #3a3a3a;
}
.author-single {
    text-transform: uppercase;
    text-align: right;
    margin-bottom: 7px;
    color: white;
    text-shadow: 0.5px 0.5px 1.5px #3a3a3a;
    font-weight: 500;
}

.blog-text-single {
    background: #f2f2f2;
    margin-bottom:30px;
}

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */


@media screen and (max-width:1050px), screen and (max-device-width:1050px){
	body .header{background-attachment: scroll;}
}


/*ipad portrait*/
@media only screen and (min-device-width:768px) and (max-device-width : 1024px) and (orientation : portrait){
	.header{background-attachment: scroll;}
}

@media screen and (max-width:769px) {
	#headerwrap h1 {
		font-size: 80px;
	}
	#headerwrap p {
		font-size: 30px;
		line-height: 38px;
	}
}

@media (min-width: 768px) {
    .navbar-nav {
        float: none;
        margin-top: 6px;
        display: table;
        table-layout: fixed;
        padding-bottom: 5px;
    }

}


@media screen and (max-width: 830px) {
    #search-basket {
        display: none;
    }
}


@media screen and (max-width: 1690px) {
    .slider-logo {
        top: 190px;
    }
    .slider-logo img {
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 1590px) {
    .slider-logo {
        top: 180px;
    }
    .slider-logo img {
        height: 100%;
        width: 100%;
    }
}


@media screen and (max-width: 1530px) {
    .slider-logo {
        top: 160px;
    }
    .slider-logo img {
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 1480px) {
    .slider-logo {
        top: 145px;
    }
    .slider-logo img {
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 1430px) {
    .slider-logo {
        top: 140px;
    }
    .slider-logo img {
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 1380px) {
    .slider-logo {
        top: 130px;
    }
    .slider-logo img {
        height: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 1330px) {
    .slider-logo img {
        height: 90%;
        width: 90%;
    }
}

@media screen and (max-width: 1210px) {
    .slider-logo {
        top: 115px;
    }
    .slider-logo img {
        height: 80%;
        width: 80%;
    }
}

@media screen and (max-width: 1130px) {
    .slider-logo {
        top: 105px;
    }
    .slider-logo img {
        height: 75%;
        width: 75%;
    }
}

@media screen and (max-width: 1000px) {
    .slider-logo {
        top: 100px;
    }
    .slider-logo img {
        height: 65%;
        width: 65%;
    }
}

@media screen and (max-width: 900px) {
    .slider-logo {
        top: 90px;
    }
    .slider-logo img {
        height: 60%;
        width: 60%;
    }
    .nivo-caption {
        font-size: 11px;
        padding: 5px;
    }
    .nivo-caption p {
        font-size: 11px;
        padding: 0px;
    }
    .newspaper-text {
        display: none;
    }

}

@media screen and (max-width: 830px) {
    .slider-logo {
        top: 90px;
    }
    .slider-logo img {
        height: 55%;
        width: 55%;
    }
}

@media screen and (max-width: 767px) {
    .navbar-logo {
        top: 12px;
    }
    .slider-wrapper {
        margin-top: 69px;
    }

    ul.products li {
        margin: 3px 3px 3px 3px !important;
    }
    .slider-logo {
        display: none;
    }
    .nivo-caption {
        display: none !important;
    }
    .newspaper-headline {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {
    div.col-lg-4.ag, div.col-lg-4.bg, div.col-lg-4.cg {
        min-height: 280px;
    }
}

@media (min-width: 1200px) {
    .blog-bg, .blog-content {
        min-height: 384px;
    }
}

@media (min-width: 440px) and (max-width: 1119px) {
    .blog-title-single h2 {
        padding-top: 20px;
    }
}



