@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('fonts/ajax-loader.gif') center center no-repeat;
}


.carousel_caption {     
    font-family: 'Rubik', sans-serif;
    font-size:0.65em;
    line-height: 1.4em;
    font-weight: 200;
    margin-top: 20px;
    text-align: center;
    padding: 0 0 28px 0;
}

.carousel_caption_large {     
    font-family: 'Rubik', sans-serif;
    font-size:0.65em;
    line-height: 1.4em;
    font-weight: 200;
    margin-top: -48px;
    text-align: center;
    padding: 0 0 0 0;
}

.carousel_caption .caption_title {     
    font-family: 'Rubik', sans-serif;
    font-size:2em;
    font-style: italic!important;
    color: #666;
    line-height: 1.5em;
    font-weight: 200; 
}

.carousel_wrapper {
    display:block;
    float:left;
    width:100%;
    height:auto;
    background-color:#F4F4F4;
    padding:40px 0 40px 0;
    border:0px solid red;
}

.carousel_wrapper_with_vid {
  display:block;
  float:left;
  width: 100%;
  height: auto;
  margin-top:35px;
  background-color: #F4F4F4;
  padding: 85px 0 60px 0 !important;
  border: 0px solid red;
}

/* Icons */
@font-face
{
   font-family: 'Slick';
    font-weight: bold;
    font-style: normal;

    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
    font-family: 'Rubik', sans-serif;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 38%;
    display: block;
    /*
    width: 20px;
    height: 20px;*/
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #404040;
    border: none;
    outline: none;
    background: transparent;
     
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
   font-family: 'Rubik', sans-serif;
    font-size: 40px;
    line-height: 1;
    opacity: .45;
    color: #404040;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -45px;
}

[dir='rtl'] .slick-prev {
    right: -50px;
    left: auto;
}

.slick-prev:before {
    content: '<';
    transform: scale(0, 2)
}

[dir='rtl'] .slick-prev:before {
    content: '>';
}

.slick-next {
    right: -42px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '>';
}

[dir='rtl'] .slick-next:before
{
    content: '>';
}

.slick-dots {
    position: relative;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 12px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

/*--------------------------------------------------------------
START MOBILE PORTRAIT
--------------------------------------------------------------*/

@media only screen and (min-width : 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

.carousel_wrapper_with_vid {
  display:block;
  width: 100%;
  height: auto;
  margin:0 auto;
  background-color: #F4F4F4;
  padding: 85px 0 60px 0 !important;
  border: 0px solid red;
}

.carousel_wrapper {
  display:block;
  width: 100%;
  height: auto;
  background-color: #F4F4F4;
  padding: 85px 0 60px 0 !important;
  border: 0px solid red;
}

.carousel_caption {
    font-family: 'Rubik', sans-serif;
    font-size: 0.55em;
    line-height: 1.3em;
    font-weight: 200;
    margin-top: 8px;
    text-align: center;
    padding: 0 0 28px 0;
}

.carousel_caption .caption_title {
  font-family: 'Rubik', sans-serif;
  font-size: 1.3em;
  font-style: italic !important;
  color: #666;
  line-height: 1.3em;
  font-weight: 200;
}

.slick-prev::before, .slick-next::before {
  font-family: 'Rubik', sans-serif;
  font-size: 26px;
  line-height: 1em;
  opacity: .45;
  color: #404040;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.slick-dots { 
    width: 100%; 
    position: relative;
    bottom: 6px;
}

}

/*--------------------------------------------------------------
END MOBILE PORTRAIT
--------------------------------------------------------------*/

/*--------------------------------------------------------------
START MOBILE LANDSCAPE
--------------------------------------------------------------*/

@media only screen and (min-width : 320px) 
and (max-device-width: 480px) 
and (-webkit-min-device-pixel-ratio: 2) 
and (orientation: landscape) {

.carousel_wrapper_with_vid {
  display:block;
  width: 100%;
  height: auto;
  margin-top:35px;
  background-color: #F4F4F4;
  padding: 85px 0 60px 0 !important;
  border: 0px solid red;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    background-color: #F4F4F4!important;
}

.slick-prev::before, .slick-next::before {
  font-family: 'Rubik', sans-serif;
  font-size: 26px;
  line-height: 1em;
  opacity: .45;
  color: #404040;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.carousel_wrapper {
    margin: 20px 0 20px 0;
    height:auto;
    background-color: #F4F4F4!important;
    border:0px solid red;
}

.carousel_caption {
    padding: 0 0 27px 0;
    margin-top: 10px;
    border:0px solid red;
}

    
}

/*--------------------------------------------------------------
END MOBILE LANDSCAPE
--------------------------------------------------------------*/


/*--------------------------------------------------------------
START IPAD PORTRAIT
--------------------------------------------------------------*/

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {

.carousel_caption {     
    font-family: 'Rubik', sans-serif;
    font-size:0.65em;
    line-height: 1.4em;
    font-weight: 200;
    margin-top: -33px!important;
    text-align: center;
    padding: 0 0 28px 0;
    border:0px solid red;
}

.carousel_caption_large {     
    font-family: 'Rubik', sans-serif;
    font-size:0.65em;
    line-height: 1.4em;
    font-weight: 200;
    margin-top: -48px;
    text-align: center;
    padding: 0 0 0 0;
}

.carousel_caption .caption_title {     
    font-family: 'Rubik', sans-serif;
    font-size:2em;
    font-style: italic!important;
    color: #666;
    line-height: 1.5em;
    font-weight: 200; 
}

.carousel_wrapper {
    width:100%;
    height:auto;
    background-color:#F4F4F4;
    border:0px solid red;
}


}

/*--------------------------------------------------------------
START IPAD LANDSCAPE
--------------------------------------------------------------*/

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {


}



