/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
@charset "UTF-8";


  html, body {
      font-family: 'Montserrat', sans-serif;
      color:#333;
      font-weight: 400;
        font-size: 16px;
    }

    select, input, textarea {color: #333;}

a {color: #666;text-decoration: none;}
a:hover {color: #69f;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;} 

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #fcd700;} 

img {border : 0;}
a {outline : none;}
a img {outline : none;}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}




footer {
  color:#444;
  margin: 0px auto;
  text-align:center;
}

.footer_2 {
        height:168px;
        margin: 0 auto;
        margin-top:30px;
        background: url(/images/bg_footer.gif) repeat-x;
        border-bottom: 15px solid #66CCCC;
}




body {background:#b4e6e6 url(/images/body-bg.gif) repeat-x;}

h1 {
    font-size:18px; 
}

h2 {
    font-size:26px;
    font-weight:normal;
    color: #333;
    text-align:center;
    margin-bottom:25px;
}








.slick-prev:before, .slick-next:before { 
    color:#D81B60!important;
	font-size:24px;
}

.slider {
	width:200px;
    height: 200px;
    background: white;
    margin: 0 auto;
}


.carousel__container {
    position: relative;
    height: 100%;
    overflow: hidden;
}

.slick-prev{
	width:40px; height:40px;
	left: -40px;
}
.slick-next{
  	width:40px; height:40px;
	right: -40px; 
}

/*
.slick-next:hover, .slick-prev:hover {
    background-color: red;
    color: white;
    }
  */


/* Paste this css to your style sheet file or under head tag */
/* This only works with JavaScript, 
if it's not present, don't show loader */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
    background:#CFD8DC;
	background: url(/images/loader-64x/Preloader_2.gif) center no-repeat #fff;
}    


::-webkit-scrollbar {
  width: 6px;
}
 
::-webkit-scrollbar-track {
  border-radius: 0;
}
 
::-webkit-scrollbar-thumb {
  margin: 2px;
  border-radius: 0;
  background: rgba(0,0,0,0.2);
}

