/*

Theme Name: The Loons
Theme URI: http://www.webmatters.co.nz
Description: Theme for Adapt Solutions
Author: Web Matters
Author URI: http://www.webmatters.co.nz
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: right-sidebar, two-columns, responsive-layout, light, white, custom-background
Text Domain: webmatters_grid
version: 1.1
*/

/*------------------------------------*\
  RESET
\*------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}/*
body {
    line-height: 1;
}*/
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* BASICS AND MISCELLANEOUS STYLES */

*{margin:0; padding:0;}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }


html {
font-family: 'Montserrat', sans-serif;
}

body {
    color: #221282d;
    background: #fff;
    font-size: 100%;
    font-family: 'Montserrat', sans-serif;
}


/* *********************************************************************************************************************
 * Main container for all
 */
.onepcssgrid-1000, .onepcssgrid-1200 {
    margin: 0 auto;
   padding: 0 0 0 1%; /* THAT'S THE NAME ;) */
}


.container {
    max-width: 1220px;
    margin: 0 auto;
}

.onepcssgrid-1200 {
    max-width: 1220px;
}

.onepcssgrid-1000 {
    max-width: 1020px;
}

.onerow {
    clear: both;
    padding: 0 10px;
}


/* *********************************************************************************************************************
 * Common columns definitions
 */
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 {
    float: left;
    margin: 0 3% 0 0;
}

.col1.last, .col2.last, .col3.last, .col4.last, .col5.last, .col6.last, .col7.last, .col8.last, .col9.last, .col10.last, .col11.last, .col12 {
    margin: 0;
}

.col1_last, .col2_last, .col3_last, .col4_last, .col5_last, .col6_last, .col7_last, .col8_last, .col9_last, .col10_last, .col11_last {
    margin: 0;
}

.col1 { width: 5.5%; }
.col2 { width: 14%; }
.col3 { width: 22.5%; }
.col4 { width: 31%; }
.col5 { width: 39.5%; }
.col6 { width: 48%; }
.col7 { width: 56.5%; }
.col8 { width: 65%; }
.col9 { width: 73.5%; }
.col10 { width: 82%; }
.col11 { width: 90.5%; }
.col12 { width: 99%; margin: 0; }

.col1 img, .col2 img, .col3 img, .col4 img, .col5 img, .col6 img, .col7 img, .col8 img, .col9 img, .col10 img, .col11 img, .col12 img {
    max-width: 100%;
    height: auto;
    display: block;
}


/*--- HEADINGS ---*/

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 25px;
    font-weight: normal;
}

table {
    background: none repeat scroll 0 0 #eee;
    margin: 0 0 25px;
    width: 100%;
    padding: 10px;
}
table caption {
    text-transform: uppercase;
}
th {
    font: bold 0.85em/25px;
    padding: 4px 2%;
    text-align: left;
}
td, tbody th {
    padding: 4px 2%;
}
tr:hover td, tr:hover th {
    background: none repeat scroll 0 0 #fff;
}


/*--- PARAGRAPHS ---*/

p {
    margin-bottom: 1.2em;
}

/*--- LINKS ---*/

a {
    color: #444;
    text-decoration: none;
}

a.page-numbers {
    background: none repeat scroll 0 0 #333;
    color: #fff;
    margin-right: 5px;
    padding: 10px;
}

a.page-numbers:hover {
    background: none repeat scroll 0 0 #000;
    color: #fff;
    margin-right: 5px;
    padding: 10px;
}


a:hover {
    text-decoration: underline;
}

a:active {
    color: #f9cc38;
}

strong{
    font-weight: bold;
}


/* DROP DOWN HORIZONTAL MENU SYSTEM */

nav {
    display: block;
    margin: 25px 0 0 0 !important;
    height: 50px;
    width: auto;
    background: #fff;
}
nav ul {
    float: left;
    list-style: none outside none;
    padding: 0;
    margin: 0;
}
nav li{
    float: left;
    position: relative;
    text-align: left;



}

nav ul ul li{
	padding: 0;
	
}
nav a {
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #f9cc38;
    text-transform: uppercase;
         border-right: 1px solid #ccc;
             padding-right: 15px;
             padding-top: 20px;
    padding-left: 15px;
    line-height: normal;
    
       
}


nav li:last-child a {
border-right: none;
}




nav a:hover {
    text-decoration: underline;
    color: #222222;
}
nav ul ul {
    display: none;
    float: left;
    left: 0;
    margin:0;
    position: absolute;
    width: 188px;
    z-index: 99999;
    padding-top: 10px;
}
nav ul ul ul {
    left: 100%;
    top: 0;
}
nav ul ul a {
    background: none repeat scroll 0 0 #fff;
    font-weight: normal;
    height: auto;
    padding: 10px;
    width: 168px;
    text-transform: none;
    letter-spacing: normal;
    font-size: 14px;
    border: none;
}
nav li:hover {
    background: transparent;
}

nav ul li:hover > ul {
    display: block;
}

/*nav .current_page_item  a{
 
    background-color: #333;
    color: white;
    text-decoration: none;
}

nav .current_menu_item a{
 
    background-color: #333;
    color: white;
    text-decoration: none;
}*/


.site-title{
	font-size: 11px;
	margin-left: 15px;
}

a.booknow{
	background: #f9cc38;
	display: block;
	border-radius: 10px;
	font-size: 18px;
	text-align: center;
	font-weight: 300;
	padding: 10px;
	margin-top: 25px;
	margin-right: 10px;
	font-family: "proxima-nova";

}

a.booknow:hover{
	background: #000;
	color: #fff;
	text-decoration: none;
	
}


.fl-form-field input[type="text"] {
background: transparent;
border: 1px solid #000;	
text-transform: uppercase;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
  font-weight: bold;
}
::-moz-placeholder { /* Firefox 19+ */
  color: black;
    font-weight: bold;
}
:-ms-input-placeholder { /* IE 10+ */
  color: black;
}
:-moz-placeholder { /* Firefox 18- */
  color: black;
}


/*--- LISTS ---*/
ul, ol {
    margin-bottom: 1.2em;
}

ul {
    list-style: square outside;
}

ul ul,
ol ol {
    margin: 0 0 0 60px;
}

/*--- QUOTES ---*/

blockquote {
  font-size: 22px;
  margin: 20px 0 20px 0;

}
/*blockquote:before {
    content: "\f10d";
    font-size: 20px; 
    font-family: FontAwesome;
    padding-right: 10px;
 }*/

blockquote p {
  display: inline;
}

blockquote em{
	font-size: 16px;
}
/* Images */


img{
    border: none;
    padding:0;
    max-width: 100%;
    height: auto;
}

.widget img {
    max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
    height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full {
    max-width: 100%;
    width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}

img a{
    border:none;
}

img.left{
    float: left;
    border: none;
    padding: 6px 0 0 0;
}
img.right{
    float: right;
    border: none;
    padding: 0 0 0 6px;
}
img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignright {
    margin: 0 0 10px 20px;
    display: inline;
}
img.alignleft {
    margin: 0 20px 10px 0;
    display: inline;
}
.wp-caption {
    text-align: center;
    margin-bottom: 10px;
    max-width: 100%;

}
.wp-caption img {
    margin: 0;
    padding: 10px;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    color: #666;
    padding: 0 4px 5px;
    margin: 0;
    font-size: .8em;
}

.wp-post-image {/* Default settings for Post Thumbnails */
padding: 25px 0 25px 0;
}



/* Commonly used widgets */


.textwidget{
    margin-bottom: 20px;
    padding-bottom: 20px;
}

/* Contact Form 7 Styling */

.wpcf7{
}

.wpcf7 input{
    padding: 10px;
    font-size: 15px;
    color: #555;
}

.wpcf7 select{
    padding: 10px;

    font-size: 15px;
    color: #555;
}

.wpcf7 textarea{
    padding: 10px;
    font-size: 16px;
    color: #555;
}

/* THE HEADER */

header {
    height: 125px;
    width: 100%;
}


.logo{
    margin-top: 25px;
    margin-left: 70px;
    display: block;
}

.clear{
    clear: both;
}

.clear25{
    clear: both;
    margin-bottom: 25px;
}

.bottom{
    height: 5px;
    margin-bottom: 25px;
}

/* THE CONTENT SECTION */



small{
	font-size: 14px;
}
.post {
    margin:0;
    text-align: left;
    font-size: 15px;
    line-height: 22px;
        font-family: Montserrat;
        color: #222;

}

.post ul {
    margin-bottom: 20px;
    margin-left: 20px;
     list-style-type: none;
   }

.post li {
    margin-left: 20px;
     list-style-type: none;
}


.post ol{
    list-style-type: decimal; 
}

.post a{
    text-decoration: underline;
}
.post a:hover{
    text-decoration: none;
}

.pagetitle {
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 53px;
    margin-top: 20px;
    color: #333;
    font-weight: 400;
    font-family: "proxima-nova";
    text-align: center;
}

.post h1, .pagetitle {
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 53px;
    margin-top: 20px;
    color: #333;
    font-weight: 400;
    font-family: "proxima-nova";
}
.post h1 a {
   color: #333;
    text-decoration: none;
}
.post h1 a:hover {
    color: #000;
}
.post h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "proxima-nova";
   color: #000;
}
.post h2 a {
    font-style: normal;
    font-weight: 300;
    text-decoration: none;
    font-family: "proxima-nova";
}
.post h3 {
    font-size: 28px;
    line-height: 35px;
    font-weight: 300;
     font-family: "proxima-nova";
}

.post h3 em{	
color: #f9cc38;
font-style: normal;
font-family: "proxima-nova";

	
}
.post h4 {
    font-size: 22px;
    font-weight: 400;
    font-family: "proxima-nova";
}
.post h5 {
    font-size: 20px;
    font-weight: 300;
    font-family: "proxima-nova";
}

.postmetadata{
    clear: both;
    padding:6px 0 0 0;
    margin: 20px 0;
}

.whitetext{
	color: #fff;
}

.yellowtext{
	color: #f9cc38;
	font-family: "proxima-nova";
}


.textshadow{
		text-shadow: 1px 1px #222;
}

.intro-text{
	font-size: 22px;
	line-height: 30px;
}


.moretext {
    background: none repeat scroll 0 0 #f9cc38;
    border-radius: 5px;
    clear: both;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
}
.moretext:hover {
    background: none repeat scroll 0 0 #333;
}


/* Sticky Post Styling */
.post.sticky {
    background: #fce4ec;
    border: 2px dashed #e91e63;
    padding: 15px;
    display: block;
    width: auto;
    height: auto;
}


/* Alignments */

.aligncenter,div.aligncenter {
    display: block;
    margin: 0 auto 25px;
}
.alignleft {
    float: left;
    margin-right: 20px;
}
.alignright {
    float: right;
    margin-right: 20px;
}

.alignnone {
    margin: 25px 0 25px 0;
}


/* WIDE SIDEBAR */
.widesidebar {
    margin:0;
    padding: 0;

}

.widesidebar h1{
    background: #ff6c00 none repeat scroll 0 0;
    clear: left;
    color: #fff;
    display: block;
    float: none;
    font-size: 20px;
    font-weight: normal;
    margin: 30px 0;
    padding: 10px 20px;
    text-align: center;
}

.widesidebar h2{
    font-size: 18px;
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: bold;

}

.widesidebar h3{
    font-size: 16px;
    margin: 0;
    padding: 0;

}
.widesidebar a{
}

.widesidebar label{
    color: #000;
    margin: 0;
    padding: 0;
}
.widesidebar p {
}
.widesidebar img.left{
    float: left;
    border: none;
    padding: 6px 0 0 0;
}
.widesidebar img.right{
    float: right;
    border: none;
    padding: 0 0 0 6px;
}
.widesidebar ul {
}
.widesidebar ul li {
    list-style-type:none;
    padding: 5px 0 5px 0px;
}
.widesidebar ul ul {
    margin: 0;
}
.widesidebar ul ul li {
    list-style-type: none;
    margin-left: 20px;
}
.widesidebar ul ul ul{
    margin: 0;
    padding: 0;
}
.widesidebar ul ul ul li{
    padding: 0 0 0 15px;
    list-style-type: none;
}


.latestnews ul li {
    list-style-type:none;
    padding: 5px 0 5px 0px;
    border-bottom:1px solid #eeeeee;
}

.calltoaction{
    width:auto;
    background: #eeeeee;
    padding: 15px;
    margin-bottom: 25px;
}

.socialmedia{
    width:auto;
    background: #e8f5fb;
    padding: 15px;
    margin-bottom: 25px;
    overflow:auto;
}

.mailchimp{
    width:auto;
    background: #eeeeee;
    padding: 15px;
    margin-bottom: 25px;
    overflow:auto;
}


.button a{
    background: #e91e63;
    border-radius: 5px;
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px; 
    color: #fff;
    text-transform: uppercase;
    padding: 10px;
    display: block;
}

.button a:hover{
    background: #9c27b0;
    text-decoration: none;
}


input{
padding: 5px;
}


/* misc */

code{
    font-family:"Courier New", Courier, monospace;
}

.entry{
}
.line {
    width : 100%;
    background : #eeeeee;
    height : 1px;
    margin-bottom : 45px;
    margin-top : 45px;
    clear: both;
}



/* NATIVE GALLERY STYLING */

.gallery {
    clear: both;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}
.gallery .gallery-row {
    clear: both;
    display: block;
    margin: 0;
    overflow: hidden;
}
.gallery .gallery-item {
    float: left;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
}
.gallery .gallery-item .gallery-icon img {
    height: auto;
    margin: 0 auto;
    max-width: 89%;
    padding: 1%;
    width: auto;

}

.gallery-caption {
    margin-left: 0;
}

/* COMMENT FORM STYLING */


#commentform{
    background:#fff;
    margin-bottom:20px;
    padding:0;
}

#commentform p{
}

#commentform a{
    text-decoration: underline;
}

#commentform h3{
    margin:0;
    padding:0;
}

#comment{
    width:80%;
}

#author, #email, #url, #comment, #submit{
    background: #fff;
    margin:5px 5px 0 0;
    padding:5px;
    border: 1px solid #cccccc;
    font-size: 14px;
}

#submit{
    margin:5px 5px 0 0;
}

#comments{
    margin:0;
    padding:0
}

.bypostauthor {

}

ol.commentlist {
    list-style-type: none;
    margin:0;
    padding:0;
}

.avatar{
    float:left;
    margin:0 12px 0 0;
}

ol.commentlist li {
    background: #fff;
    margin:10px 0;
    padding:5px 0 5px 10px;
    list-style-type:none;
}

ol.commentlist li.alt {
    background: #f9f9f9;}

ol.commentlist li p {
    margin: 6px 0 6px 0;
    padding: 0 12px 0 0;
}

ol.commentlist a {
}

cite {
    font-style: italic;
}


/* SEARCH FORM */


#searchform{
    padding: 6px 0 10px 0px;
    margin-bottom: 20px;
}

#searchform input#s{
    border: 1px solid #B7B7B7;
    color: #555;
    padding: 5px;
    margin: 2px;
    width: 180px;

}

#searchform input#searchsubmit{
    font-weight: bold;
    padding: 4px;
    margin: 2px 0 0 2px;
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
}





/* THE FOOTER */

footer {
    background: #fff;
    clear : both;
    width : 100%;
    height: auto;
    display: block;
    overflow: hidden;

}
footer p {
    padding : 6px;
    margin : 5px;
    font-size: 0.9em;

}
footer a {
    text-decoration : none;

}
footer a:hover {
    text-decoration : underline;
}
footer h2{
    font-weight: bold;
    margin-bottom: 10px;
}
footer ul {
    list-style-type : none;
}
footer ul li {
    margin : 0;
    padding : 0;
    list-style-type : none;
    padding: 5px 0 5px 0;
}
footer ul ul {
    padding-top : 0;
    padding-bottom: 20px;
}
footer ul ul li {
    list-style-type : none;
    margin : 0;
    padding : 0;
}
footer ul ul ul {
    margin : 0;
    padding : 0;
}
footer ul ul ul li {
    padding : 0 0 0 0;
    margin : 0;
    list-style-type : none;
    color : #cccccc;
}

 p.copyright{
text-align: center;
font-size: 12px;	
line-height: 18px;
font-weight: 300'
}






/* MailChimp Form Embed Code - Slim - 08/17/2011 */
#mc_embed_signup form {display:block; position:relative; text-align:left; }
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #ccc; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #ff6c00; border: 0 none; border-radius:3px; color: #FFFFFF; cursor: pointer; display: inline-block; font-weight: bold; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto; float: right; text-transform: uppercase; font-size: 12px;}
#mc_embed_signup .button:hover {background-color:#000;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}
#mc_embed_signup input.email {display:block; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:100%; font-family: Georgia; font-style:italic;}
#mc_embed_signup input.button {display:block; width:35%; margin:0 0 10px 0; min-width:90px;}

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}

.video embed,
.video object,
.video iframe {
    width: 100%;
    height: auto;
}
.video-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin-bottom: 45px;}
.video-container iframe, .video-container object, .video-container embed, .video-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }

.crunchify-top:hover {
    color: #fff !important;
    background-color: #f9cc38;
    text-decoration: none;
}

.crunchify-top {
    display: none;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    font-size: 1.4rem;
    color: #fff;
    background-color: #000;
    text-decoration: none;
    border-radius: 3.2rem;
    text-align: center;
    cursor: pointer;
}

.yellow{
	color: #f9cc38;
	font-size: 19px;
}

.yellow a{
	color: #f9cc38;
	text-decoration: none;
}




.social{
	width: 50%;
	margin: 0 auto;
}

.social ul {
    overflow: auto;
    text-align: center;
}
 
.social ul li {
    list-style-type: none;
    display: inline-block;
}
 
.social ul li a i {
    background: #ffffff;
    border: 2px solid #ffcc00;
    color: #ffcc00;
    min-width: 30px; max-width: 30px; width:30px;
    height: 30px;
    border-radius: 50%;
    font-size: 30px;
    text-align: center;
     transition: all 0.2s ease-in-out;
     margin-right: 15px;
     padding: 10px;
}









/* *********************************************************************************************************************
 * Disable padding left/right 10px if I'm 1024 or gibber - correct percentage math
 */
@media all and (min-width: 1024px) {
    .onepcssgrid-1000 {
        max-width: 1000px;
    }

    .onepcssgrid-1000 .onerow {
        padding: 0;
    }
}





/* *********************************************************************************************************************
 * Small devices
 */
@media all and (max-width: 768px) {
    .onerow {
    }

    .col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11 {
        float: none;
        width: 99%;
    }

    header{
        margin: 0 auto;
        height: auto;
    }
 
    .logo{
        margin: 20px auto;
    }

    .site-title {
        text-align: center;
    }

    .widesidebar {
        padding-left: 10px;
    }



}

/* *********************************************************************************************************************
 * SlickNav Responsive menu
 */
/* customisations */
.slicknav_btn { /* hamburger to the left override */
    float: left;
}
.slicknav_nav a, .slicknav_nav li {
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
}

.slicknav_nav a {
    height: 2.5em;
}

.slicknav_nav .slicknav_arrow {
    width: 40%;
    font-size: 1em;
    float: right;
    text-align: right;
}

.slicknav_arrow {
    float: right;
}

.slicknav_brand {
    float: right;
    position: relative
}

.slicknav_brand img {
    position: relative;
    height: 35px;
    width: auto;
    top: -5px;
}

/* Must haves in order to work */
.slicknav_menu {
    display:none;
}

@media screen and (max-width: 1000px) {
    /* #main-menu-bar is the original menu */
    #main-menu-bar {
        display:none;
    }

    .slicknav_menu {
        display:block;
    }

    /* Hide the banner which leaves a silver strip
    Caveat: slider appears to be contained inside if easing_slider defined.
    */
   
}

