  /*-----------------------------------------*/
/* IMAGE 001
/*-----------------------------------------*/
.carousel:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.carousel:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
/*----- MAIN WRAPPER -----*/
.sz_image_001_wrapper{
  overflow: hidden;
  padding: 0 0 20px 0;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_image_001_header{
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_image_001_header > h1{
  color: #313131;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
}
/*----- FONT -----*/
.sz_image_001_header > h1,
.sz_image_001_trig_btn > a,
.sz_image_001_slide_txt > a,
.sz_image_001_slide_txt > a > span{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Prompt', sans-serif;
}
/*---------------------------*/
/* TRIGGER IMAGE
/*---------------------------*/
/*----- GENERAL -----*/
.sz_image_001_trig{
  padding: 25px 0;
}
.sz_image_001_trig_col_2{
  padding: 25px 200px;
}
.sz_image_001_trig > .row{
  margin: 0;
}
.sz_image_001_trig > .row > div{
  padding: 0;
}
.sz_image_001_trig_wrap{
  overflow: hidden;
  position: relative;
}
/*----- IMAGE -----*/
.sz_image_001_trig_img{
  overflow: hidden;
  position: relative;
}
.sz_image_001_trig_img > img{
  width: 100%;
  margin: auto;
  display: block;
}
/*----- CART AND TRIGGER BUTTON -----*/
.sz_image_001_trig_btn{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: absolute;
  background: rgba(0,0,0,0.95);
  -webkit-transform: translate(-100%,0);
  transform: translate(-100%,0);
  -webkit-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}
.sz_image_001_trig_wrap:hover .sz_image_001_trig_btn{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
/*---------- ICONS ----------*/
.sz_image_001_trig_btn > a{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  color: #ffffff;
  font-size: 12px;
  text-shadow: none;
  line-height: 50px;
  position: absolute;
  background: #2b2b2b;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.5s cubic-bezier(.075,.82,.165,1);
  transition: all 0.5s cubic-bezier(.075,.82,.165,1);
}
.sz_image_001_trig_btn > a:nth-child(1){
  left: 51px;
}
.sz_image_001_trig_btn > a:nth-child(2){
  right: 51px;
}
.sz_image_001_trig_btn > a:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_img_001_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_img_001_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_img_001_mod_sld.carousel{
  position: fixed;
}
.sz_img_001_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_img_001_mod_sld > .modal-dialog{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 1301px){
  .sz_img_001_mod_sld > .modal-dialog{
    width: 100%;
    height: 100%;
	margin: auto;
  }
}
.sz_img_001_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_img_001_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_img_001_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #8e8e8e;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
a.sz_image_001_close{
  top: 10px;
  right: 10px;
  width: 40px;
  z-index: 100;
  height: 40px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 100;
  line-height: 40px;
  text-align: center;
  position: absolute;
  background: transparent;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_image_001_close:hover{
  color: #ff6a00;
  background: transparent;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
/*----- INDICATORS CONTROL -----*/
#yir .sz_image_001_indicators .carousel-indicators{
  left: 0;
  right: 0;
  top: 15px;
  width: 50%;
  padding: 0;
  height: 20px;
  margin: auto;
  bottom: auto;
  cursor: pointer;
  overflow-x: auto;
  text-align: left;
  overflow-y: hidden;
  white-space: nowrap;
}
#yir .sz_image_001_indicators .carousel-indicators li{
  padding: 0;
  width: 7px;
  height: 7px;
  border: none;
  text-indent: 0;
  margin: 5px 2px;
  cursor: pointer;
  overflow: hidden;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all cubic-bezier(0.22,0.81,0.01,0.99) 0.2s;
  transition: all cubic-bezier(0.22,0.81,0.01,0.99) 0.2s;
}
#yir .sz_image_001_indicators .carousel-indicators .active{
  width: 7px;
  height: 7px;
  border: none;
  text-indent: 0;
  margin: 5px 2px;
  background: #ff6a00;
}
#yir .sz_image_001_indicators .carousel-indicators::-webkit-scrollbar{
  height: 2px;
}
#yir .sz_image_001_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #c0c0d3;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
#yir .sz_image_001_controls .carousel-control{
  top: 45%;
  opacity: 1;
  width: 40px;
  height: 40px;
  z-index: 100;
  color: #ffffff;
  font-size: 30px;
  cursor: pointer;
  font-weight: 100;
  overflow: hidden;
  line-height: 40px;
  text-shadow: none;
  position: absolute;
  background: transparent;
  text-shadow: none;
  text-transform: uppercase;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
#yir .sz_image_001_controls .carousel-control.left{
  left: 5%;
}
#yir .sz_image_001_controls .carousel-control.right{
  right: 5%;
  left: auto;
}
#yir .sz_image_001_controls .carousel-control:hover{
  color: #ff6a00;
  background: transparent;
}
/*----- SLIDE IMAGE -----*/
.sz_image_001_slide_img{
  padding: 50px 0 0 0;
}
.sz_image_001_slide_img > img{
  width: 50%;
  margin: auto;
  display: block;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.sz_image_001_slide_txt{
  width: 50%;
  margin: auto;
  padding: 15px 0;
}
.sz_image_001_slide_txt > a{
  color: #ffffff;
  display: block;
  font-weight: 300;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_image_001_slide_txt > a:nth-child(1){
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sz_image_001_slide_txt > a > span{
  color: #8e8e8e;
  margin-right: 5px;
}
.sz_image_001_slide_txt > a:hover{
  color: #ff6a00;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- HEADER -----*/
  .sz_image_001_header{
    width: 95%;
  }
  .sz_image_001_header > h1{
    font-size: 20px;
  }
  /*----- TRIGGER -----*/
  .sz_image_001_trig{
    padding: 25px 0;
  }
  /*----- 2 COLUMNS -----*/
  .sz_image_001_trig_col_2{
    padding: 25px;
  }
  /*----- INDICATORS CONTROL -----*/
  #yir.sz_image_001_indicators .carousel-indicators{
    top: 50px;
    width: 90%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  #yir .sz_image_001_controls .carousel-control{
    top: 0;
  }
  #yir .sz_image_001_controls .carousel-control.left{
    left: 15px;
    right: auto;
  }
  #yir .sz_image_001_controls .carousel-control.right{
    left: 66px;
    right: auto;
  }
  .sz_image_001_slide_img{
    padding: 75px 0 0 0;
  }
  .sz_image_001_slide_img > img{
    width: 90%;
  }
  .sz_image_001_slide_txt{
    width: 90%;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- HEADER -----*/
  .sz_image_001_header{
    width: 75%;
  }
  /*----- TRIGGER -----*/
  .sz_image_001_trig{
    padding: 25px 50px;
  }
  /*----- INDICATORS CONTROL -----*/
  #yir .sz_image_001_indicators .carousel-indicators{
    top: 50px;
    width: 80%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  #yir .sz_image_001_controls .carousel-control{
    top: 0;
  }
  #yir .sz_image_001_controls .carousel-control.left{
    left: 15px;
    right: auto;
  }
  #yir .sz_image_001_controls .carousel-control.right{
    left: 66px;
    right: auto;
  }
  .sz_image_001_slide_img{
    padding: 75px 0 0 0;
  }
  .sz_image_001_slide_img > img{
    width: 80%;
  }
  .sz_image_001_slide_txt{
    width: 80%;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- HEADER -----*/
  .sz_image_001_header{
    width: 60%;
  }
  /*----- TRIGGER -----*/
  .sz_image_001_trig{
    padding: 25px 100px;
  }
  /*----- INDICATORS CONTROL -----*/
  #yir .sz_image_001_indicators .carousel-indicators{
    top: 50px;
    width: 70%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  #yir .sz_image_001_controls .carousel-control{
    top: 0;
  }
  #yir .sz_image_001_controls .carousel-control.left{
    left: 15px;
    right: auto;
  }
  .sz_image_001_controls .carousel-control.right{
    left: 66px;
    right: auto;
  }
  .sz_image_001_slide_img{
    padding: 75px 0 0 0;
  }
  .sz_image_001_slide_img > img{
    width: 70%;
  }
  .sz_image_001_slide_txt{
    width: 70%;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*----- 2 COLUMNS -----*/
  .sz_image_001_trig_col_2{
    padding: 25px 50px;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- 2 COLUMNS -----*/
  .sz_image_001_trig_col_2{
    padding: 25px 150px;
  }
}
/*-----------------------------------------*/
/* IMAGE 002
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_image_002_wrapper{
  overflow: hidden;
  padding: 0 0 20px 0;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_image_002_header{
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_image_002_header > h1{
  color: #313131;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
}
/*----- FONT -----*/
.sz_image_002_header > h1,
.sz_image_002_trig_btn > a,
.sz_image_002_trig_img > a,
.sz_image_002_trig_txt > a,
.sz_image_002_trig_txt > span{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
/*---------------------------*/
/* TRIGGER IMAGE
/*---------------------------*/
/*----- GENERAL -----*/
.sz_image_002_trig{
  padding: 25px 2px;
}
.sz_image_002_trig_col_2{
  padding: 25px 200px;
}
.sz_image_002_trig > .row{
  margin: 0;
}
.sz_image_002_trig > .row > div{
  padding: 2px;
}
.sz_image_002_trig_wrap{
  overflow: hidden;
  position: relative;
}
/*----- IMAGE -----*/
.sz_image_002_trig_img{
  overflow: hidden;
  position: relative;
}
.sz_image_002_trig_img > img{
  width: 100%;
  margin: auto;
  display: block;
}
/*---------- TRIGGER BUTTON ----------*/
.sz_image_002_trig_btn > a{
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  color: #ffffff;
  font-size: 18px;
  text-shadow: none;
  line-height: 40px;
  position: absolute;
  visibility: hidden;
  text-align: center;
  display: inline-block;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s cubic-bezier(.075,.82,.165,1);
  transition: all 0.5s cubic-bezier(.075,.82,.165,1);
}
.sz_image_002_trig_btn > a:hover{
  color: #ff6a00;
}
.sz_image_002_trig_wrap:hover .sz_image_002_trig_btn > a{
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sz_image_002_trig_img > a{
  left: 10px;
  bottom: 7px;
  color: #ffffff;
  font-size: 14px;
  position: absolute;
  -webkit-transition: color 0.5s cubic-bezier(.075,.82,.165,1);
  transition: color 0.5s cubic-bezier(.075,.82,.165,1);
}
.sz_image_002_trig_img > a > span{
  margin-right: 5px;
}
.sz_image_002_trig_img > a:hover{
  color: #ff6a00;
}
.sz_image_002_trig_txt{
  padding: 10px;
}
.sz_image_002_trig_txt > a{
  color: #2b2b2b;
  display: block;
  font-size: 14px;
  font-weight: 600; 
  text-transform: uppercase;
  -webkit-transition: color 0.5s cubic-bezier(.075,.82,.165,1);
  transition: color 0.5s cubic-bezier(.075,.82,.165,1);
}
.sz_image_002_trig_txt > a:hover{
  color: #ff6a00;
}
.sz_image_002_trig_txt > span{
  color: #ff6a00;
  display: block;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 600;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_img_002_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_img_002_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_img_002_mod_sld.carousel{
  position: fixed;
}
.sz_img_002_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_img_002_mod_sld > .modal-dialog{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 1301px){
  .sz_img_002_mod_sld > .modal-dialog{
    width: 100%;
    height: 100%;
	margin: auto;
  }
}
.sz_img_002_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_img_002_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_img_002_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #8e8e8e;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
a.sz_image_002_close{
  top: 10px;
  right: 10px;
  width: 40px;
  z-index: 100;
  height: 40px;
  color: #8e8e8e;
  font-size: 30px;
  font-weight: 100;
  line-height: 36px;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 1px solid #8e8e8e;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Raleway', sans-serif;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_image_002_close:hover{
  color: #ffffff;
  background: #ff6a00;
  border: 1px solid #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
.sz_image_002_slide_txt > a,
.sz_image_002_slide_txt > a > span{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
.sz_img_002_mod_sld .carousel-inner{
  max-height: 643px;
}
/*----- INDICATORS CONTROL -----*/
#yir .sz_image_002_indicators .carousel-indicators{
  top: 10px;
  left: 15px;
  width: 30%;
  padding: 0;
  right: auto;
  height: 20px;
  margin: auto;
  bottom: auto;
  cursor: pointer;
  overflow-x: auto;
  text-align: left;
  overflow-y: hidden;
  white-space: nowrap;
}
#yir .sz_image_002_indicators .carousel-indicators li{
  padding: 0;
  width: 9px;
  height: 9px;
  text-indent: 0;
  margin: 5px 2px;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  border: 1px solid #8e8e8e;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all cubic-bezier(0.22,0.81,0.01,0.99) 0.2s;
  transition: all cubic-bezier(0.22,0.81,0.01,0.99) 0.2s;
}
#yir .sz_image_002_indicators .carousel-indicators .active{
  width: 9px;
  height: 9px;
  text-indent: 0;
  margin: 5px 2px;
  background: #ff6a00;
  border: 1px solid #ff6a00;
}
#yir .sz_image_002_indicators .carousel-indicators::-webkit-scrollbar{
  height: 2px;
}
#yir .sz_image_002_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #c0c0d3;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
#yir .sz_image_002_controls .carousel-control{
  top: 45%;
  opacity: 1;
  width: 40px;
  height: 40px;
  z-index: 100;
  color: #8e8e8e;
  font-size: 20px;
  cursor: pointer;
  font-weight: 100;
  overflow: hidden;
  line-height: 36px;
  text-shadow: none;
  position: absolute;
  background: transparent;
  border: 1px solid #8e8e8e;
  text-shadow: none;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
#yir .sz_image_002_controls .carousel-control.left{
  left: 5%;
}
#yir .sz_image_002_controls .carousel-control.right{
  right: 5%;
  left: auto;
}
#yir .sz_image_002_controls .carousel-control:hover{
  color: #ffffff;
  background: #ff6a00;
  border: 1px solid #ff6a00;
}
/*----- SLIDE IMAGE -----*/
.sz_image_002_slide_img{
  padding: 0;
}
.sz_image_002_slide_img > img{
  margin: auto;
  display: block;
  max-height: 643px;
}
.sz_image_002_slide_txt{
  bottom: 0;
  width: 100%;
  margin: auto;
  position: absolute;
  text-align: center;
  padding: 15px 150px;
  background: rgba(0,0,0,0.7);
}
.sz_image_002_slide_txt > a{
  color: #ffffff;
  display: block;
  font-weight: 300;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_image_002_slide_txt > a:nth-child(1){
  margin: auto;
  width: 400px;
  font-size: 18px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.sz_image_002_slide_txt > a:nth-child(2){
  right: 15px;
  bottom: 15px;
  font-size: 18px;
  position: absolute;
  font-family: 'Satisfy', cursive;
}
.sz_image_002_slide_txt > a > span{
  color: #8e8e8e;
  margin-right: 5px;
  font-family: 'Satisfy', cursive;
}
.sz_image_002_slide_txt > a:hover{
  color: #ff6a00;
}
.sz_image_002_slide_txt > ul{
  padding: 0;
  margin: 25px 0 10px 0;
  list-style-type: none;
}
.sz_image_002_slide_txt > ul > li{
  margin: 0 2px;
  display: inline-block;
}
.sz_image_002_slide_txt > ul > li > a{
  width: 30px;
  height: 30px;
  display: block;
  color: #8e8e8e;
  line-height: 30px;
  border: 1px solid #8e8e8e;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_image_002_slide_txt > ul > li > a:hover{
  color: #ffffff;
  background: #ff6a00;
  border: 1px solid #ff6a00;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- HEADER -----*/
  .sz_image_002_header{
    width: 95%;
  }
  .sz_image_002_header > h1{
    font-size: 20px;
  }
  /*----- TRIGGER -----*/
  .sz_image_002_trig{
    padding: 25px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_image_002_trig_col_2{
    padding: 25px;
  }
  /*----- INDICATORS CONTROL -----*/
  #yir .sz_image_002_indicators .carousel-indicators{
    display: none;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  #yir .sz_image_002_controls .carousel-control{
    top: 15px;
  }
  #yir .sz_image_002_controls .carousel-control.left{
    left: 15px;
    right: auto;
  }
  #yir .sz_image_002_controls .carousel-control.right{
    left: 61px;
    right: auto;
  }
  #yir .sz_image_002_slide_img > img{
	width: 100%;
    max-height: initial;
  }
  .sz_image_002_slide_txt{
    padding: 50px 5px;
    position: relative;
  }
  .sz_image_002_slide_txt > a:nth-child(1){
    width: 95%;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- HEADER -----*/
  .sz_image_002_header{
    width: 75%;
  }
  /*----- TRIGGER -----*/
  .sz_image_002_trig{
    padding: 25px 50px;
  }
  /*----- INDICATORS CONTROL -----*/
  #yir .sz_image_002_indicators .carousel-indicators{
    display: none;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  #yir .sz_image_002_controls .carousel-control{
    top: 15px;
  }
  #yir .sz_image_002_controls .carousel-control.left{
    left: 15px;
    right: auto;
  }
  #yir .sz_image_002_controls .carousel-control.right{
    left: 61px;
    right: auto;
  }
  .sz_image_002_slide_img > img{
	width: 100%;
    max-height: initial;
  }
  .sz_image_002_slide_txt{
    padding: 50px 5px;
    position: relative;
  }
  .sz_image_002_slide_txt > a:nth-child(1){
    width: 95%;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- HEADER -----*/
  .sz_image_002_header{
    width: 60%;
  }
  /*----- TRIGGER -----*/
  .sz_image_002_trig{
    padding: 25px 100px;
  }
  /*----- INDICATORS CONTROL -----*/
  #yir .sz_image_002_indicators .carousel-indicators{
    width: 50%;
  }
  .sz_image_002_slide_img > img{
	width: 100%;
    max-height: initial;
  }
  .sz_image_002_slide_txt > a:nth-child(1){
    width: 100%;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*----- 2 COLUMNS -----*/
  .sz_image_002_trig_col_2{
    padding: 25px 50px;
  }
  .sz_image_002_slide_img > img{
	width: 100%;
    max-height: initial;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- 2 COLUMNS -----*/
  .sz_image_002_trig_col_2{
    padding: 25px 150px;
  }
}
/*-----------------------------------------*/
/* IMAGE 003
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_image_003_wrapper{
  overflow: hidden;
  background: #f6f6f6;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_image_003_header{
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_image_003_header > h1{
  color: #313131;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
}
/*----- FONT -----*/
.sz_image_003_header > h1,
.sz_image_003_trig_btn > a,
.sz_image_003_trig_txt > a,
.sz_image_003_trig_txt > ul > li > a{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
}
/*---------------------------*/
/* TRIGGER IMAGE
/*---------------------------*/
/*----- GENERAL -----*/
.sz_image_003_trig{
  padding: 25px 8px;
}
.sz_image_003_trig_col_2{
  padding: 25px 200px;
}
.sz_image_003_trig > .row{
  margin: 0;
}
.sz_image_003_trig > .row > div{
  padding: 8px;
}
.sz_image_003_trig_wrap{
  overflow: hidden;
  position: relative;
}
/*----- IMAGE -----*/
.sz_image_003_trig_img{
  overflow: hidden;
  position: relative;
}
.sz_image_003_trig_img > img{
  width: 100%;
  margin: auto;
  display: block;
}
/*---------- TRIGGER BUTTON ----------*/
.sz_image_003_trig_btn > a{
  width: 30px;
  height: 30px;
  color: #c5c6c8;
  font-size: 18px;
  text-shadow: none;
  line-height: 30px;
  margin: 0 0 5px 0;
  position: relative;
  text-align: center;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s cubic-bezier(.075,.82,.165,1);
  transition: all 0.5s cubic-bezier(.075,.82,.165,1);
}
.sz_image_003_trig_btn > a:hover{
  color: #ff6a00;
}
.sz_image_003_trig_img > a{
  top: 5px;
  left: 5px;
  color: #ffffff;
  padding: 0 5px;
  font-size: 14px;
  position: absolute;
  -webkit-transition: color 0.5s cubic-bezier(.075,.82,.165,1);
  transition: color 0.5s cubic-bezier(.075,.82,.165,1);
}
.sz_image_003_trig_img > a > span{
  margin-right: 5px;
}
.sz_image_003_trig_img > a:hover{
  color: #ff6a00;
}
.sz_image_003_trig_txt{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  padding: 8px;
  visibility: hidden;
  position: absolute;
  text-align: center;
  background: rgba(0,0,0,0.75);
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: all 1s cubic-bezier(.075,.82,.165,1);
  transition: all 1s cubic-bezier(.075,.82,.165,1);
}
.sz_image_003_trig_txt_col_4{
  padding: 50px 40px;
}
.sz_image_003_trig_txt_col_3{
  padding: 80px;
}
.sz_image_003_trig_txt_col_2{
  padding: 80px;
}
.sz_image_003_trig_wrap:hover .sz_image_003_trig_txt{
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.sz_image_003_trig_txt > a{
  display: block;
  font-weight: 400; 
  text-transform: uppercase;
  -webkit-transition: color 0.5s cubic-bezier(.075,.82,.165,1);
  transition: color 0.5s cubic-bezier(.075,.82,.165,1);
}
.sz_image_003_trig_txt > a:nth-child(2){
  color: #c5c6c8;
  font-size: 14px;
}
.sz_image_003_trig_txt > a:nth-child(3){
  color: #ffffff;
  font-size: 10px;
  margin-top: 10px;
}
.sz_image_003_trig_txt > a:hover{
  color: #ff6a00;
}
.sz_image_003_trig_txt > ul{
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 10px 0;
  text-align: center;
  position: absolute;
  list-style-type: none;
}
.sz_image_003_trig_txt > ul > li{
  left: 5px;
  bottom: 2px;
  position: absolute;
  display: inline-block;
}
.sz_image_003_trig_txt > ul > li > a{
  color: #c5c6c8;
  font-size: 13px;
  font-weight: 400;
  -webkit-transition: color 0.5s cubic-bezier(.075,.82,.165,1);
  transition: color 0.5s cubic-bezier(.075,.82,.165,1);
}
.sz_image_003_trig_txt > ul > li > a > span{
  margin-right: 5px;
}
.sz_image_003_trig_txt > ul > li > a:hover{
  color: #ff6a00;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_img_003_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_img_003_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_img_003_mod_sld.carousel{
  position: fixed;
}
.sz_img_003_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_img_003_mod_sld > .modal-dialog{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 1301px){
  .sz_img_003_mod_sld > .modal-dialog{
    width: 100%;
    height: 100%;
	margin: auto;
  }
}
.sz_img_003_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_img_003_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_img_003_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #8e8e8e;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
a.sz_image_003_close{
  top: 125px;
  right: 10px;
  width: 40px;
  z-index: 100;
  height: 40px;
  color: #8e8e8e;
  font-size: 30px;
  font-weight: 100;
  line-height: 36px;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 1px solid #8e8e8e;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Raleway', sans-serif;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_image_003_close:hover{
  color: #ffffff;
  background: #ff6a00;
  border: 1px solid #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
.sz_image_003_slide_txt > a > span{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
#yir .sz_img_003_mod_sld .carousel-inner{
  left: 0;
  right: 0;
  top: 125px;
  width: 50%;
  margin: auto;
}
#yir .sz_img_003_mod_sld .carousel-inner,
#yir .sz_img_003_mod_sld .carousel-inner > .item{
  overflow: hidden;
}
/*---------- INDICATORS THUMBNAIL CONTROL ----------*/
#yir .sz_image_003_indicators .carousel-indicators{
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: auto;
  margin: auto;
  font-size: 0;
  cursor: pointer;
  overflow-x: auto;
  text-align: left;
  padding: 10px 5px;
  overflow-y: hidden;
  white-space: nowrap;
  background: #2a2a2a;
}
#yir .sz_image_003_indicators .carousel-indicators li{
  padding: 0;
  width: 120px;
  border: none;
  height: auto;
  margin: 0 5px;
  text-indent: 0;
  background: transparent;
  border: 3px solid #333331;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
#yir .sz_image_003_indicators .carousel-indicators .active{
  width: 120px;
  border: none;
  height: auto;
  margin: 0 5px;
  background: transparent;
  border: 3px solid #ff6a00;
}
#yir .sz_image_003_indicators .carousel-indicators > li > img{
  width: 100%;
  display: block;
}
#yir .sz_image_003_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
#yir .sz_image_003_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #8e8e8e;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
#yir .sz_image_003_controls .carousel-control{
  top: 50%;
  opacity: 1;
  width: 40px;
  height: 40px;
  z-index: 100;
  color: #8e8e8e;
  font-size: 20px;
  cursor: pointer;
  font-weight: 100;
  overflow: hidden;
  line-height: 36px;
  text-shadow: none;
  position: absolute;
  background: transparent;
  border: 1px solid #8e8e8e;
  text-shadow: none;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
#yir .sz_image_003_controls .carousel-control.left{
  left: 10%;
}
#yir .sz_image_003_controls .carousel-control.right{
  right: 10%;
  left: auto;
}
#yir .sz_image_003_controls .carousel-control:hover{
  color: #ffffff;
  background: #ff6a00;
  border: 1px solid #ff6a00;
}
/*----- SLIDE IMAGE -----*/
.sz_image_003_slide_img{
  padding: 0;
  position: relative;
}
.sz_image_003_slide_img > img{
  width: 100%;
  margin: auto;
  display: block;
}
.sz_image_003_slide_img > a{
  right: 15px;
  bottom: 15px;
  color: #ffffff;
  font-size: 18px;
  position: absolute;
  text-decoration: none;
  font-family: 'Satisfy', cursive;
  -webkit-transition: color 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_image_003_slide_img > a > span{
  margin-right: 5px;
}
.sz_image_003_slide_img > a:hover{
  color: #ff6a00;
}
.sz_image_003_slide_txt{
  bottom: 0;
  width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
  padding: 15px 0;
  background: rgba(0,0,0,0.7);
}
.sz_image_003_slide_txt > a{
  margin: 0;
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  font-family: 'Arima Madurai', cursive;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_image_003_slide_txt > a:hover{
  color: #ff6a00;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- HEADER -----*/
  .sz_image_003_header{
    width: 95%;
  }
  .sz_image_003_header > h1{
    font-size: 20px;
  }
  /*----- 4 COLUMNS -----*/
  .sz_image_003_trig_txt_col_4,
  .sz_image_003_trig_txt_col_3,
  .sz_image_003_trig_txt_col_2{
    padding: 8px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_image_003_trig_col_2{
    padding: 10px;
  }
  /*----- TRIGGER -----*/
  .sz_image_003_trig_btn > a{
    font-size: 20px;
    margin: 0 0 15px 0;
  }
  .sz_image_003_trig_txt > a:nth-child(2){
    font-size: 20px;
  }
  .sz_image_003_trig_txt > a:nth-child(3){
    font-size: 12px;
	margin-top: 20px;
  }
  .sz_image_003_trig_txt > ul > li > a{
    font-size: 15px;
  }
  .sz_img_003_mod_sld .carousel-inner{
    width: 95%;
  }
  /*----- CLOSE BUTTON -----*/
  a.sz_image_003_close{
    top: 70px;
  }
  /*----- INDICATORS CONTROL -----*/
  #yir .sz_image_003_indicators .carousel-indicators li{
    width: 50px;
    margin: 0 2px;
    border: 1px solid #333331;
  }
  #yir .sz_image_003_indicators .carousel-indicators .active{
    width: 50px;
    margin: 0 2px;
    border: 1px solid #ff6a00;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  #yir .sz_image_003_controls .carousel-control{
    top: 70px;
  }
  #yir .sz_image_003_controls .carousel-control.left{
    left: 15px;
    right: auto;
  }
  #yir .sz_image_003_controls .carousel-control.right{
    left: 61px;
    right: auto;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- HEADER -----*/
  .sz_image_003_header{
    width: 75%;
  }
  /*----- 4 COLUMNS -----*/
  .sz_image_003_trig_txt_col_4,
  .sz_image_003_trig_txt_col_3,
  .sz_image_003_trig_txt_col_2{
    padding: 8px;
  }
  /*----- TRIGGER -----*/
  .sz_image_003_trig{
    padding: 25px 50px;
  }
  /*----- TRIGGER -----*/
  .sz_image_003_trig_btn > a{
    font-size: 25px;
    margin: 0 0 25px 0;
  }
  .sz_image_003_trig_txt > a:nth-child(2){
    font-size: 25px;
  }
  .sz_image_003_trig_txt > a:nth-child(3){
    font-size: 16px;
	margin-top: 30px;
  }
  .sz_image_003_trig_txt > ul > li > a{
    font-size: 15px;
  }
  .sz_img_003_mod_sld .carousel-inner{
    width: 95%;
  }
  /*----- CLOSE BUTTON -----*/
  a.sz_image_003_close{
    top: 80px;
  }
  /*----- INDICATORS CONTROL -----*/
  #yir .sz_image_003_indicators .carousel-indicators li{
    width: 75px;
    margin: 0 2px;
    border: 2px solid #333331;
  }
  #yir.sz_image_003_indicators .carousel-indicators .active{
    width: 75px;
    margin: 0 2px;
    border: 2px solid #ff6a00;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  #yir .sz_image_003_controls .carousel-control{
    top: 80px;
  }
  #yir .sz_image_003_controls .carousel-control.left{
    left: 15px;
    right: auto;
  }
  #yir .sz_image_003_controls .carousel-control.right{
    left: 61px;
    right: auto;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- HEADER -----*/
  .sz_image_003_header{
    width: 60%;
  }
  /*----- 4 COLUMNS -----*/
  .sz_image_003_trig_txt_col_4,
  .sz_image_003_trig_txt_col_3,
  .sz_image_003_trig_txt_col_2{
    padding: 8px;
  }
  /*----- TRIGGER -----*/
  .sz_image_003_trig{
    padding: 25px 100px;
  }
  .sz_image_003_trig_btn > a{
    font-size: 25px;
    margin: 0 0 35px 0;
  }
  .sz_image_003_trig_txt > a:nth-child(2){
    font-size: 25px;
  }
  .sz_image_003_trig_txt > a:nth-child(3){
    font-size: 16px;
	margin-top: 35px;
  }
  .sz_image_003_trig_txt > ul > li > a{
    font-size: 15px;
  }
  #yir .sz_img_003_mod_sld .carousel-inner{
    width: 70%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  #yir .sz_image_003_controls .carousel-control{
    top: 40%;
  }
  #yir .sz_image_003_controls .carousel-control.left{
   left: 5%;
  }
  #yir .sz_image_003_controls .carousel-control.right{
    right: 5%;
    left: auto;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*----- 2 COLUMNS -----*/
  .sz_image_003_trig_col_2{
    padding: 25px 50px;
  }
  /*----- 3 COLUMNS -----*/
  .sz_image_003_trig_txt_col_3{
    padding: 15px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_image_003_trig_txt_col_2{
    padding: 35px;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  #yir .sz_image_003_controls .carousel-control{
    top: 40%;
  }
  
}
/*---------- MEDIA 992px - 1250px ----------*/
@media (min-width: 992px) and (max-width: 1250px){
  .sz_image_003_trig{
    padding: 25px 2px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_image_003_trig_col_2{
    padding: 25px 175px;
  }
  .sz_image_003_trig > .row > div{
    padding: 2px;
  }
  .sz_image_003_trig_btn > a{
    margin: 0 0 3px 0;
  }
  .sz_image_003_trig_txt{
    padding: 3px;
  }
  /*----- 4 COLUMNS -----*/
  .sz_image_003_trig_txt_col_4{
    padding: 15px;
  }
  .sz_image_003_trig_txt_col_3,
  .sz_image_003_trig_txt_col_2{
    padding: 50px;
  }
  .sz_image_003_trig_txt > a:nth-child(2){
    font-size: 10px;
  }
  .sz_image_003_trig_txt > a:nth-child(3){
    font-size: 10px;
	margin-top: 3px;
  }
}
/*-----------------------------------------*/
/* IMAGE SLIDER
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_image_slider_wrapper{
  overflow: hidden;
  background: #adadad;
  padding: 20px 0 0 0;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
.sz_image_slider_trig{
  overflow: hidden;
  position: relative;
}
#yir .sz_image_slider_trig > .carousel-inner > .item{
  overflow: hidden;
}
/*----- FONT -----*/
.sz_image_slider_header > h1,
.sz_image_slider_trig_img > a,
.sz_image_slider_trig_txt > a,
.sz_image_slider_trig_txt > ul > li > a{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
/*----- HEADER -----*/
.sz_image_slider_header{
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_image_slider_header > h1{
  color: #313131;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
}
/*---------------------------*/
/* TRIGGER SLIDER
/*---------------------------*/
/*----- GENERAL -----*/
.sz_image_slider_trig{
  padding: 85px 2px 50px 2px;
}
.sz_image_slider_trig_col_2{
  padding: 85px 200px 50px 200px;
}
.sz_image_slider_trig .row{
  margin: 0;
}
.sz_image_slider_trig .row > div{
  padding: 2px;
}
.sz_image_slider_trig_wrap{
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(11,11,11,0.3);
}
/*----- INDICATORS CONTROL -----*/
#yir .sz_image_slider_indicators > .carousel-indicators{
  top: 0;
  left: 0;
  right: 0;
  width: 99%;
  bottom: auto;
  margin: auto;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  padding-left: 5px;
  text-align: center;
  overflow-y: hidden;
  padding-right: 5px;
  white-space: nowrap;
}
#yir .sz_image_slider_indicators > .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 0 5px;
  text-indent: 0;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  background: #0b0b0b;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
#yir .sz_image_slider_indicators > .carousel-indicators .active{
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: 0;
  background: #ff6a00;
}
#yir .sz_image_slider_indicators > .carousel-indicators::-webkit-scrollbar{
  height: 2px;
}
#yir .sz_image_slider_indicators > .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
#yir .sz_image_slider_control .carousel-control{
  top: 30px;
  opacity: 1;
  width: 30px;
  bottom: auto;
  height: 30px;
  color: #cccccc;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 30px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: #0b0b0b;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
#yir .sz_image_slider_control .carousel-control.left{
  left: 0;
  right: 32px;
  margin: auto;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
#yir .sz_image_slider_control .carousel-control.right{
  right: 0;
  left: 32px;
  margin: auto;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
#yir .sz_image_slider_control .carousel-control:hover{
  opacity: 1;
  color: #ffffff;
  background: #ff6a00;
}
/*----- IMAGE -----*/
.sz_image_slider_trig_img{
  overflow: hidden;
  position: relative;
}
.sz_image_slider_trig_img > img{
  width: 100%;
  margin: auto;
  display: block;
}
.sz_image_slider_trig_img > a{
  top: 3px;
  left: 3px;
  height: 18px;
  color: #0b0b0b;
  font-size: 16px;
  padding: 1px 5px;
  line-height: 18px;
  position: absolute;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_image_slider_trig_img > a > span{
  margin-right: 5px;
}
.sz_image_slider_trig_img > a:hover{
  color: #ff6a00;
}
/*----- TRIGGER BUTTON -----*/
.sz_image_slider_trig_btn{
  left: 5px;
  top: -28px;
  width: 100px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  position: absolute;
  background: #0b0b0b;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.sz_image_slider_trig_btn > a{
  width: 35px;
  height: 35px;
  color: #ff6a00;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border: 2px solid #ff6a00;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_image_slider_trig_btn > a:focus{
  outline: none;
}
.sz_image_slider_trig_btn > a:hover{
  color: #ffffff;
  background: #ff6a00;
}
.sz_image_slider_trig_btn > span{
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  background: #ff6a00;
  display: inline-block;
  border: 2px solid transparent;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_image_slider_trig_btn > span > a{
  color: #ffffff;
  display: block;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_image_slider_trig_btn > span:hover{
  background: #0b0b0b;
  border: 2px solid #ff6a00;
}
.sz_image_slider_trig_btn > span:hover > a{
  color: #ff6a00;
}
/*----- TEXT CONTENT -----*/
.sz_image_slider_trig_txt{
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  height: 30%;
  position: absolute;
  text-align: center;
  visibility: hidden;
  background: #0b0b0b;
  padding: 15px 5px 5px 5px;
  border-bottom: 1px solid #cccccc;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_image_slider_trig_wrap:hover .sz_image_slider_trig_txt{
  opacity: 1;
  visibility: visible;
}
/*----- TITLE -----*/
.sz_image_slider_trig_txt > a{
  color: #cccccc;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_image_slider_trig_txt > a:hover{
  color: #ff6a00;
}
/*----- LIST -----*/
.sz_image_slider_trig_txt > ul{
  padding: 0;
  list-style-type: none;
}
.sz_image_slider_trig_txt > ul > li{
  display: inline-block;
}
.sz_image_slider_trig_txt > ul > li > a{
  color: #cccccc;
  display: block;
  font-size: 11px;
  text-transform: capitalize;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_image_slider_trig_txt > ul > li:nth-child(2){
  margin-left: 10px;
  position: relative;
}
.sz_image_slider_trig_txt > ul > li:nth-child(2):before{
  top: 35%;
  left: -13px;
  margin: 0 5px;
  font-size: 3px;
  content: "\f111";
  position: absolute;
  font-family: FontAwesome;
}
.sz_image_slider_trig_txt > ul > li > a:hover{
  color: #ff6a00;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_img_slider_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_img_slider_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
#yir .modal.sz_img_slider_mod_sld.carousel{
  position: fixed;
}
.sz_img_slider_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_img_slider_mod_sld > .modal-dialog{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 768px){
  .sz_img_slider_mod_sld > .modal-dialog{
    width: 100%;
    height: 100%;
	margin: auto;
  }
}
.sz_img_slider_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 100%;
  padding: 60px 0 0 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_img_slider_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_img_slider_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #8e8e8e;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
a.sz_image_slider_close{
  top: 10px;
  width: 35px;
  right: 10px;
  z-index: 100;
  height: 35px;
  color: #cccccc;
  font-size: 18px;
  font-weight: 100;
  line-height: 35px;
  text-align: center;
  position: absolute;
  background: #0b0b0b;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_image_slider_close:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
.sz_image_slider_slide_txt > a,
.sz_image_slider_slide_txt > h1,
.sz_image_slider_slide_txt > p,
ul.sz_image_slider_slide_author > li > a,
#yir .sz_img_sldr_indicators .carousel-indicators > li > div > p,
#yir .sz_img_sldr_indicators .carousel-indicators > li > div > span{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
#yir .sz_img_slider_mod_sld .carousel-inner{
  width: 85%;
  margin: auto;
  background: #0b0b0b;
}
#yir .sz_img_slider_mod_sld .carousel-inner,
#yir .sz_img_slider_mod_sld .carousel-inner > .item{
  overflow: hidden;
}
/*---------- INDICATORS THUMBNAIL CONTROL ----------*/
#yir .sz_img_sldr_indicators .carousel-indicators {
  left: 0;
  right: 0;
  top: 10px;
  width: 85%;
  bottom: auto;
  margin: auto;
  font-size: 0;
  padding: 5px 5px;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
  white-space: nowrap;
}
#yir .sz_img_sldr_indicators .carousel-indicators li{
  width: 15px;
  height: 15px;
  border: none;
  opacity: 0.7;
  margin: 0 5px;
  text-indent: 0;
  cursor: pointer;
  background: #0b0b0b;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.7s;
  transition: all cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.7s;
}
#yir .sz_img_sldr_indicators .carousel-indicators .active{
  opacity: 1;
  width: 15px;
  border: none;
  height: 15px;
  margin: 0 5px;
  text-indent: 0;
  background: #ff6a00;
}
#yir .sz_img_sldr_indicators .carousel-indicators::-webkit-scrollbar{
  height: 2px;
  background: transparent;
}
#yir .sz_img_sldr_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #545454;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
#yir .sz_img_sldr_control .carousel-control{
  top: 45%;
  opacity: 1;
  width: 35px;
  bottom: auto;
  height: 35px;
  color: #cccccc;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 35px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: #0b0b0b;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
#yir .sz_img_sldr_control .carousel-control.left{
  left: 2%;
  margin: auto;
}
#yir .sz_img_sldr_control .carousel-control.right{
  right: 2%;
  left: auto;
  margin: auto;
}
#yir .sz_img_sldr_control .carousel-control:hover{
  opacity: 1;
  color: #ffffff;
  background: #ff6a00;
}
/*----- SLIDE IMAGE -----*/
.sz_sldr_img_slider_image{
  width: 45%;
  float: left;
}
.sz_sldr_img_slider_image > img{
  width: 100%;
  display: block;
}
/*----- TEXT -----*/
.sz_image_slider_slide_txt{
  width: 55%;
  display: inline-block;
  padding: 50px 50px 15px 50px;
}
/*----- AUTHOR -----*/
ul.sz_image_slider_slide_author{
  padding: 0;
  margin: 20px 0;
  list-style-type: none;
}
ul.sz_image_slider_slide_author > li{
  display: inline-block;
}
ul.sz_image_slider_slide_author > li > a{
  color: #ffffff;
  display: block;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
  -webkit-transition: color .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
ul.sz_image_slider_slide_author > li > a > img{
  width: 30px;
  height: 30px;
  margin-right: 5px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
ul.sz_image_slider_slide_author > li > a:hover{
  color: #ff6a00;
}
/*----- TITLE -----*/
.sz_image_slider_slide_txt > h1{
  color: #cccccc;
  display: block;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.sz_image_slider_slide_txt > p{
  margin: 25px 0;
  color: #909090;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.sz_image_slider_slide_txt > a{
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: color .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_image_slider_slide_txt > a:hover{
  color: #ff6a00;
}
/*----- SOCIAL MEDIA -----*/
ul.sz_image_slider_slide_social{
  padding: 0;
  margin: 50px 0 0 0;
  list-style-type: none;
}
ul.sz_image_slider_slide_social > li{
  display: inline-block;
}
ul.sz_image_slider_slide_social > li > a{
  display: block;
  text-decoration: none;
}
ul.sz_image_slider_slide_social > li > a > span{
  width: 35px;
  height: 35px;
  color: #ffffff;
  display: block;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
ul.sz_image_slider_slide_social > li > a > span:hover{
  opacity: 0.8;
}
ul.sz_image_slider_slide_social > li > a > .fa-facebook{
  background: #3b5998;
}
ul.sz_image_slider_slide_social > li > a > .fa-twitter{
  background: #55acee;
}
ul.sz_image_slider_slide_social > li > a > .fa-google-plus{
  background: #dd4b39;
}
ul.sz_image_slider_slide_social > li > a > .fa-youtube{
  background: #bb0000;
}
ul.sz_image_slider_slide_social > li > a > .fa-vimeo{
  background: #aad450;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- TRIGGER -----*/
  .sz_image_slider_trig{
    padding: 75px 35px 50px 35px;
  }
  /*----- HEADER -----*/
  .sz_image_slider_header{
    padding: 25px 0 10px 0;
  }
  .sz_image_slider_header > h1{
    font-size: 25px;
  }
  .sz_img_slider_mod_sld > .modal-dialog > .modal-content{
    padding: 75px 0 0 0;
  }
  #yir .sz_img_slider_mod_sld .carousel-inner{
    width: 98%;
  }
  /*----- INDICATORS THUMBNAIL CONTROL -----*/
  #yir .sz_img_sldr_indicators .carousel-indicators {
    top: 0;
    width: 98%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  #yir .sz_img_sldr_control .carousel-control{
    top: 200px;
  }
  #yir .sz_img_sldr_control .carousel-control.left{
    left: 1%;
  }
  #yir  .sz_img_sldr_control .carousel-control.right{
    right: 1%;
  }
  /*----- CLOSE BUTTON -----*/
  a.sz_image_slider_close{
    top: 30px;
    right: 1%;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sldr_img_slider_image{
    width: 100%;
    float: none;
  }
  .sz_image_slider_slide_txt{
    width: 100%;
    padding: 30px 15px;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- TRIGGER -----*/
  .sz_image_slider_trig{
    padding: 75px 60px 50px 60px;
  }
  /*----- TEXT CONTENT -----*/
  .sz_image_slider_trig_txt{
    padding: 20px 5px 5px 5px;
  }
  /*----- TITLE -----*/
  .sz_image_slider_trig_txt > a{
    font-size: 18px;
  }
  .sz_image_slider_trig_txt > ul > li > a{
    font-size: 13px;
  }
  .sz_img_slider_mod_sld > .modal-dialog > .modal-content{
    padding: 75px 0 0 0;
  }
  #yir .sz_img_slider_mod_sld .carousel-inner{
    width: 80%;
  }
  /*----- INDICATORS THUMBNAIL CONTROL -----*/
  #yir .sz_img_sldr_indicators .carousel-indicators {
    width: 80%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  #yir .sz_img_sldr_control .carousel-control{
    top: 250px;
  }
  #yir .sz_img_sldr_control .carousel-control.left{
    left: 1%;
  }
  #yir .sz_img_sldr_control .carousel-control.right{
    right: 1%;
  }
  /*----- CLOSE BUTTON -----*/
  a.sz_image_slider_close{
    top: 3px;
    right: 3px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sldr_img_slider_image{
    width: 100%;
    float: none;
  }
  .sz_image_slider_slide_txt{
    width: 100%;
    padding: 30px 15px;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- TRIGGER -----*/
  .sz_image_slider_trig{
    padding: 75px 125px 50px 125px;
  }
  /*----- TEXT CONTENT -----*/
  .sz_image_slider_trig_txt{
    padding: 20px 5px 5px 5px;
  }
  /*----- TITLE -----*/
  .sz_image_slider_trig_txt > a{
    font-size: 18px;
  }
  .sz_image_slider_trig_txt > ul > li > a{
    font-size: 13px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sldr_img_slider_image{
    width: 100%;
    float: none;
  }
  .sz_image_slider_slide_txt{
    width: 100%;
  }
}
/*---------- MEDIA 768px - 900px ----------*/
@media (min-width: 768px) and (max-width: 900px){
  .sz_image_slider_trig_col_2{
    padding: 85px 100px 50px 100px;
  }
  #yir .sz_img_slider_mod_sld .carousel-inner{
    width: 98%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  #yir .sz_img_sldr_control .carousel-control{
    top: 30%;
  }
  /*----- INDICATORS THUMBNAIL CONTROL -----*/
  #yir .sz_img_sldr_indicators .carousel-indicators {
    width: 98%;
  }
  .sz_image_slider_slide_txt{
    padding: 20px 30px;
  }
  ul.sz_image_slider_slide_author{
    margin: 10px 0;
  }
  .sz_image_slider_slide_txt > h1{
    font-size: 25px;
  }
  .sz_image_slider_slide_txt > p{
    margin: 15px 0;
    font-size: 12px;
  }
  ul.sz_image_slider_slide_social{
    margin: 25px 0 0 0;
  }
}
/*---------- MEDIA 901px - 991px ----------*/
@media (min-width: 901px) and (max-width: 991px){
  .sz_image_slider_trig_col_2{
    padding: 85px 100px 50px 100px;
  }
  #yir .sz_img_slider_mod_sld .carousel-inner{
    width: 90%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  #yir .sz_img_sldr_control .carousel-control{
    top: 30%;
  }
  /*----- INDICATORS THUMBNAIL CONTROL -----*/
  #yir .sz_img_sldr_indicators .carousel-indicators {
    width: 90%;
  }
  .sz_image_slider_slide_txt{
    padding: 20px 30px;
  }
  .sz_image_slider_slide_txt > h1{
    font-size: 25px;
  }
  .sz_image_slider_slide_txt > p{
    margin: 15px 0;
    font-size: 12px;
  }
  ul.sz_image_slider_slide_social{
    margin: 25px 0 0 0;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- TEXT CONTENT -----*/
  .sz_image_slider_trig_txt{
    height: 40%;
    padding: 15px 3px 3px 3px;
  }
  /*----- TITLE -----*/
  .sz_image_slider_trig_txt > a{
    font-size: 11px;
  }
  .sz_image_slider_trig_txt > ul > li > a{
    font-size: 9px;
  }
  .sz_image_slider_slide_txt{
    padding: 20px 30px;
  }
  ul.sz_image_slider_slide_social{
    margin: 25px 0 0 0;
  }
}
/*-----------------------------------------*/
/* PORTFOLIO 001
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_portfolio_001_wrapper{
  overflow: hidden;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_portfolio_001_header{
  width: 55%;
  margin: auto;
  padding: 25px 0;
  text-align: center;
}
.sz_portfolio_001_header > h1{
  margin: 0;
  color: #1e1e25;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}
.sz_portfolio_001_header > h1 > span{
  color: #ff6a00;
  margin-left: 5px;
}
/*---------------------------*/
/* TRIGGER PORTFOLIO
/*---------------------------*/
/*----- GENERAL -----*/
.sz_portfolio_001_trig{
  padding: 25px 50px;
}
.sz_portfolio_001_trig_col_2{
  padding: 25px 200px;
}
.sz_portfolio_001_trig > .row{
  margin: 0;
}
.sz_portfolio_001_trig > .row > div{
  padding: 10px;
}
.sz_portfolio_001_trig_wrap{
  overflow: hidden;
  position: relative
}
/*----- IMAGE -----*/
.sz_portfolio_001_trig_img > img{
  width: 100%;
}
/*----- TEXT -----*/
.sz_portfolio_001_trig_txt{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  background: rgba(30,30,37,0.9);
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_portfolio_001_trig_wrap:hover > .sz_portfolio_001_trig_txt{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/*----- NAME AND CATEGORY -----*/
.sz_portfolio_001_trig_txt_name > a,
.sz_portfolio_001_trig_txt_name > span,
.sz_portfolio_001_trig_btn > a{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}
.sz_portfolio_001_trig_txt_name{
  top: 10px;
  left: 10px;
  position: absolute;
}
.sz_portfolio_001_trig_txt_name > a{
  color: #ffffff;
  display: block;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_portfolio_001_trig_txt_name > a:hover{
  color: #ff6a00;
}
.sz_portfolio_001_trig_txt_name > span{
  color: #c0c0d3;
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
/*----- TRIGGER BUTTON -----*/
.sz_portfolio_001_trig_btn{
  right: 10px;
  width: 25px;
  bottom: 10px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  background: #c0c0d3;
  -webkit-transition: background 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: background 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_portfolio_001_trig_btn > a:link,
.sz_portfolio_001_trig_btn > a:visited{
  color: #1e1e25;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_portfolio_001_trig_btn > a:focus{
  outline: 0;
}
.sz_portfolio_001_trig_btn > a:hover,
.sz_portfolio_001_trig_btn > a:active{
  outline: 0;
  color: #ffffff;
}
.sz_portfolio_001_trig_btn:hover{
  background: #ff6a00;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_prtf_001_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_prtf_001_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
#yir  .modal.sz_prtf_001_mod_sld.carousel{
  position: fixed;
}
.sz_prtf_001_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_prtf_001_mod_sld > .modal-dialog{
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 768px){
  .sz_prtf_001_mod_sld > .modal-dialog{
	width: 100%;
	margin: 0 0;
	height: 100%;
  }
}
.sz_prtf_001_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
  padding: 25px 0 0 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_prtf_001_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_prtf_001_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #c0c0d3;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
.sz_portfolio_001_close{
  top: 10px;
  right: 10px;
  width: 25px;
  z-index: 10;
  height: 25px;
  color: #1e1e25;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  background: #c0c0d3;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_portfolio_001_close:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
/*----- GENERAL -----*/
#yir .sz_prtf_001_mod_sld .carousel-inner{
  width: 45%;
  margin: auto;
  background: #1e1e25;
  padding-bottom: 25px;
}
#yir  .sz_prtf_001_mod_sld .carousel-inner > .item > img{
  width: 100%;
}
/*----- INDICATORS CONTROL -----*/
#yir  .sz_portfolio_001_indicators .carousel-indicators{
  left: 0;
  right: 0;
  top: auto;
  bottom: 5px;
  width: 100%;
  height: 20px;
  margin: auto;
  padding: 0 15px;
  cursor: pointer;
  overflow-x: auto;
  text-align: center;
  overflow-y: hidden;
  white-space: nowrap;
}
#yir  .sz_portfolio_001_indicators .carousel-indicators li{
  padding: 0;
  width: 7px;
  height: 7px;
  border: none;
  text-indent: 0;
  margin: 5px 2px;
  cursor: pointer;
  overflow: hidden;
  background: #c0c0d3;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all cubic-bezier(0.22,0.81,0.01,0.99) 0.2s;
  transition: all cubic-bezier(0.22,0.81,0.01,0.99) 0.2s;
}
#yir  .sz_portfolio_001_indicators .carousel-indicators .active{
  width: 7px;
  height: 7px;
  border: none;
  text-indent: 0;
  margin: 5px 2px;
  background: #ff6a00;
}
#yir .sz_portfolio_001_indicators .carousel-indicators::-webkit-scrollbar{
  height: 2px;
}
#yir .sz_portfolio_001_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #c0c0d3;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
#yir .sz_portfolio_001_controls .carousel-control{
  top: 45%;
  opacity: 1;
  width: 35px;
  height: 35px;
  z-index: 100;
  color: #1e1e25;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  line-height: 35px;
  text-shadow: none;
  position: absolute;
  background: #c0c0d3;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s cubic-bezier(.455,.03,.515,.955);
  transition: all 0.5s cubic-bezier(.455,.03,.515,.955);
}
#yir .sz_portfolio_001_controls .carousel-control.left{
  left: 10%;
  right: auto;
}
#yir .sz_portfolio_001_controls .carousel-control.right{
  left: auto;
  right: 10%;
}
#yir .sz_portfolio_001_controls .carousel-control:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*----- SLIDE TEXT -----*/
.sz_portfolio_001_slide_txt > h1,
.sz_portfolio_001_slide_txt > p,
.sz_portfolio_001_slide_txt > a{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}
.sz_portfolio_001_slide_txt{
  padding: 10px;
  position: relative;
}
.sz_portfolio_001_slide_txt > h1{
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}
.sz_portfolio_001_slide_txt > p{
  font-size: 11px;
  color: #c0c0d3;
  font-weight: 400;
  margin: 7px 0 5px 0;
}
.sz_portfolio_001_slide_txt > a{
  color: #ff6a00;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- HEADER -----*/
  .sz_portfolio_001_header > h1{
    font-size: 20px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_portfolio_001_trig_col_2{
    padding: 25px 50px;
  }
  /*----- SLIDER -----*/
  #yir .sz_prtf_001_mod_sld .carousel-inner{
    width: 75%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  #yir .sz_portfolio_001_controls .carousel-control{
    top: 30%;
  }
  #yir .sz_portfolio_001_controls .carousel-control.left{
    left: 1%;
    right: auto;
  }
  #yir .sz_portfolio_001_controls .carousel-control.right{
    left: auto;
    right: 1%;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- TRIGGER -----*/
  .sz_portfolio_001_trig{
    padding: 25px 100px;
  }
  /*----- SLIDER -----*/
  #yir .sz_prtf_001_mod_sld .carousel-inner{
    width: 75%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  #yir .sz_portfolio_001_controls .carousel-control{
    top: 30%;
  }
  #yir .sz_portfolio_001_controls .carousel-control.left{
    left: 1%;
    right: auto;
  }
  #yir .sz_portfolio_001_controls .carousel-control.right{
    left: auto;
    right: 1%;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- TRIGGER -----*/
  .sz_portfolio_001_trig{
    padding: 25px 150px;
  }
  /*----- SLIDER -----*/
  #yir .sz_prtf_001_mod_sld .carousel-inner{
    width: 75%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  #yir .sz_portfolio_001_controls .carousel-control{
    top: 30%;
  }
  #yir .sz_portfolio_001_controls .carousel-control.left{
    left: 3%;
    right: auto;
  }
  #yir .sz_portfolio_001_controls .carousel-control.right{
    left: auto;
    right: 3%;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*----- 2 COLUMNS -----*/
  .sz_portfolio_001_trig_col_2{
    padding: 25px 50px;
  }
  /*----- SLIDER -----*/
  #yir .sz_prtf_001_mod_sld .carousel-inner{
    width: 75%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  #yir .sz_portfolio_001_controls .carousel-control{
    top: 30%;
  }
  #yir .sz_portfolio_001_controls .carousel-control.left{
    left: 3%;
    right: auto;
  }
  #yir .sz_portfolio_001_controls .carousel-control.right{
    left: auto;
    right: 3%;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- TRIGGER -----*/
  .sz_portfolio_001_trig{
    padding: 10px 10px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_portfolio_001_trig_col_2{
    padding: 25px 150px;
  }
  .sz_portfolio_001_trig > .row > div{
    padding: 5px;
  }
  /*----- SLIDER -----*/
  #yir .sz_prtf_001_mod_sld .carousel-inner{
    width: 55%;
  }
}
/*-----------------------------------------*/
/* PORTFOLIO 002
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_portfolio_002_wrapper{
  overflow: hidden;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_portfolio_002_header{
  width: 40%;
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_portfolio_002_header > h1{
  margin: 0;
  color: #1e1e25;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}
.sz_portfolio_002_header > h1 > span{
  color: #ff6a00;
  margin-left: 5px;
}
.sz_portfolio_002_header > p{
  margin: 10px 0;
  color: #1e1e25;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}
/*---------------------------*/
/* TRIGGER PORTFOLIO
/*---------------------------*/
/*----- GENERAL -----*/
.sz_portfolio_002_trig{
  padding: 25px 0;
}
.sz_portfolio_002_trig_col_2{
  padding: 25px 200px;
}
.sz_portfolio_002_trig > .row{
  margin: 0;
}
.sz_portfolio_002_trig > .row > div{
  padding: 0;
}
.sz_portfolio_002_trig_wrap{
  overflow: hidden;
  position: relative
}
/*----- IMAGE -----*/
.sz_portfolio_002_trig_img > img{
  width: 100%;
  -webkit-filter: grayscale(60%);
  filter: grayscale(60%);
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_portfolio_002_trig_wrap:hover > .sz_portfolio_002_trig_img > img{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/*----- TEXT -----*/
.sz_portfolio_002_trig_txt{
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  opacity: 0;
  height: 40%;
  position: absolute;
  visibility: hidden;
  background: rgba(30,30,37,0.9);
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_portfolio_002_trig_wrap:hover > .sz_portfolio_002_trig_txt{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.sz_portfolio_002_trig_txt:after{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 4px;
  height: 70%;
  content: "";
  margin: auto 0;
  position: absolute;
  background: #ff6a00;
}
/*----- NAME AND CATEGORY -----*/
.sz_portfolio_002_trig_txt_name > a,
.sz_portfolio_002_trig_txt_name > span,
.sz_portfolio_002_trig_btn > a{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}
.sz_portfolio_002_trig_txt_name{
  top: 10px;
  left: 10px;
  position: absolute;
}
.sz_portfolio_002_trig_txt_name > a{
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_portfolio_002_trig_txt_name > a:hover{
  color: #ff6a00;
}
.sz_portfolio_002_trig_txt_name > span{
  color: #c0c0d3;
  display: block;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
}
/*----- TRIGGER BUTTON -----*/
.sz_portfolio_002_trig_btn{
  right: 10px;
  width: 25px;
  bottom: 10px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  -webkit-transition: background 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: background 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_portfolio_002_trig_btn > a:link,
.sz_portfolio_002_trig_btn > a:visited{
  color: #c0c0d3;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_portfolio_002_trig_btn > a:focus{
  outline: 0;
}
.sz_portfolio_002_trig_btn > a:hover,
.sz_portfolio_002_trig_btn > a:active{
  outline: 0;
  color: #ff6a00;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_prtf_002_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_prtf_002_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_prtf_002_mod_sld.carousel{
  position: fixed;
}
.sz_prtf_002_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_prtf_002_mod_sld > .modal-dialog{
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 768px){
  .sz_prtf_002_mod_sld > .modal-dialog{
	width: 100%;
	margin: 0 0;
	height: 100%;
  }
}
.sz_prtf_002_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
  padding: 25px 0 0 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_prtf_002_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_prtf_002_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #c0c0d3;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
.sz_portfolio_002_close{
  top: 10px;
  right: 10px;
  width: 25px;
  z-index: 10;
  height: 25px;
  color: #1e1e25;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  background: #c0c0d3;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_portfolio_002_close:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
/*----- GENERAL -----*/
#yir .sz_prtf_002_mod_sld .carousel-inner{
  width: 45%;
  margin: auto;
  background: #1e1e25;
  padding-bottom: 25px;
}
#yir .sz_prtf_002_mod_sld .carousel-inner > .item > img{
  width: 100%;
}
/*----- INDICATORS CONTROL -----*/
#yir .sz_portfolio_002_indicators .carousel-indicators{
  left: 0;
  right: 0;
  top: auto;
  bottom: 5px;
  width: 100%;
  height: 20px;
  margin: auto;
  padding: 0 15px;
  cursor: pointer;
  overflow-x: auto;
  text-align: center;
  overflow-y: hidden;
  white-space: nowrap;
}
#yir .sz_portfolio_002_indicators .carousel-indicators li{
  padding: 0;
  width: 7px;
  height: 7px;
  border: none;
  text-indent: 0;
  margin: 5px 2px;
  cursor: pointer;
  overflow: hidden;
  background: #c0c0d3;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all cubic-bezier(0.22,0.81,0.01,0.99) 0.2s;
  transition: all cubic-bezier(0.22,0.81,0.01,0.99) 0.2s;
}
#yir .sz_portfolio_002_indicators .carousel-indicators .active{
  width: 7px;
  height: 7px;
  border: none;
  text-indent: 0;
  margin: 5px 2px;
  background: #ff6a00;
}
#yir .sz_portfolio_002_indicators .carousel-indicators::-webkit-scrollbar{
  height: 2px;
}
#yir .sz_portfolio_002_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #c0c0d3;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_portfolio_002_controls .carousel-control{
  top: 45%;
  opacity: 1;
  width: 35px;
  height: 35px;
  z-index: 100;
  color: #1e1e25;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  line-height: 35px;
  text-shadow: none;
  position: absolute;
  background: #c0c0d3;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s cubic-bezier(.455,.03,.515,.955);
  transition: all 0.5s cubic-bezier(.455,.03,.515,.955);
}
.sz_portfolio_002_controls .carousel-control.left{
  left: 10%;
  right: auto;
}
.sz_portfolio_002_controls .carousel-control.right{
  left: auto;
  right: 10%;
}
.sz_portfolio_002_controls .carousel-control:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*----- SLIDE TEXT -----*/
.sz_portfolio_002_slide_txt > h1,
.sz_portfolio_002_slide_txt > p,
.sz_portfolio_002_slide_txt > a{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}
.sz_portfolio_002_slide_txt{
  padding: 10px;
  position: relative;
}
.sz_portfolio_002_slide_txt > h1{
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}
.sz_portfolio_002_slide_txt > p{
  color: #c0c0d3;
  font-size: 11px;
  font-weight: 400;
  margin: 7px 0 5px 0;
}
.sz_portfolio_002_slide_txt > a{
  color: #ff6a00;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- HEADER -----*/
  .sz_portfolio_002_header{
    width: 95%;
  }
  .sz_portfolio_002_header > h1{
    font-size: 20px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_portfolio_002_trig_col_2{
    padding: 25px 50px;
  }
  /*----- SLIDER -----*/
  .sz_prtf_002_mod_sld .carousel-inner{
    width: 75%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_portfolio_002_controls .carousel-control{
    top: 30%;
  }
  .sz_portfolio_002_controls .carousel-control.left{
    left: 1%;
    right: auto;
  }
  .sz_portfolio_002_controls .carousel-control.right{
    right: 1%;
	left: auto;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- HEADER -----*/
  .sz_portfolio_002_header{
    width: 75%;
  }
  /*----- TRIGGER -----*/
  .sz_portfolio_002_trig{
    padding: 25px 100px;
  }
  /*----- SLIDER -----*/
  .sz_prtf_002_mod_sld .carousel-inner{
    width: 75%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_portfolio_002_controls .carousel-control{
    top: 30%;
  }
  .sz_portfolio_002_controls .carousel-control.left{
    left: 1%;
    right: auto;
  }
  .sz_portfolio_002_controls .carousel-control.right{
    right: 1%;
	left: auto;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- HEADER -----*/
  .sz_portfolio_002_header{
    width: 60%;
  }
  /*----- TRIGGER -----*/
  .sz_portfolio_002_trig{
    padding: 25px 150px;
  }
  /*----- SLIDER -----*/
  .sz_prtf_002_mod_sld .carousel-inner{
    width: 75%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_portfolio_002_controls .carousel-control{
    top: 30%;
  }
  .sz_portfolio_002_controls .carousel-control.left{
    left: 3%;
    right: auto;
  }
  .sz_portfolio_002_controls .carousel-control.right{
    right: 3%;
	left: auto;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*----- 2 COLUMNS -----*/
  .sz_portfolio_002_trig_col_2{
    padding: 25px 50px;
  }
  /*----- SLIDER -----*/
  .sz_prtf_002_mod_sld .carousel-inner{
    width: 75%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_portfolio_002_controls .carousel-control{
    top: 30%;
  }
  .sz_portfolio_002_controls .carousel-control.left{
    left: 3%;
    right: auto;
  }
  .sz_portfolio_002_controls .carousel-control.right{
    right: 3%;
	left: auto;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- 2 COLUMNS -----*/
  .sz_portfolio_002_trig_col_2{
    padding: 25px 150px;
  }
  /*----- SLIDER -----*/
  .sz_prtf_002_mod_sld .carousel-inner{
    width: 55%;
  }
  /*----- NAME AND CATEGORY -----*/
  .sz_portfolio_002_trig_txt_name > a{
    font-size: 11px;
  }
  .sz_portfolio_002_trig_txt_name > span{
    font-size: 10px;
    font-weight: 400;
  }
  /*----- TRIGGER BUTTON -----*/
  .sz_portfolio_002_trig_btn{
    right: 5px;
    width: 15px;
    bottom: 5px;
    height: 15px;
    line-height: 15px;
  }
}
/*-----------------------------------------*/
/* PORTFOLIO 003
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_portfolio_003_wrapper{
  overflow: hidden;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_portfolio_003_header{
  width: 40%;
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_portfolio_003_header > h1{
  margin: 0;
  color: #1e1e25;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}
.sz_portfolio_003_header > h1 > span{
  color: #ff6a00;
  margin-left: 5px;
}
.sz_portfolio_003_header > p{
  margin: 10px 0;
  color: #1e1e25;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}
/*---------------------------*/
/* TRIGGER PORTFOLIO
/*---------------------------*/
/*----- GENERAL -----*/
.sz_portfolio_003_trig{
  padding: 25px 5px;
}
.sz_portfolio_003_trig_col_2{
  padding: 25px 200px;
}
.sz_portfolio_003_trig > .row{
  margin: 0;
}
.sz_portfolio_003_trig > .row > div{
  padding: 5px;
}
.sz_portfolio_003_trig_wrap{
  overflow: hidden;
  position: relative
}
/*----- IMAGE -----*/
.sz_portfolio_003_trig_img{
  overflow: hidden;
  position: relative;
}
.sz_portfolio_003_trig_img > img{
  width: 100%;
}
/*----- TRIGGER BUTTON -----*/
.sz_portfolio_003_trig_btn{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  visibility: hidden;
  position: absolute;
  background: rgba(30,30,37,0.8);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_portfolio_003_trig_wrap:hover .sz_portfolio_003_trig_btn{
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sz_portfolio_003_trig_btn > a:link,
.sz_portfolio_003_trig_btn > a:visited{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  height: 25px;
  margin: auto;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_portfolio_003_trig_btn > a:focus{
  outline: 0;
}
.sz_portfolio_003_trig_btn > a:hover,
.sz_portfolio_003_trig_btn > a:active{
  outline: 0;
  color: #ff6a00;
}
/*----- TEXT -----*/
.sz_portfolio_003_trig_txt{
  position: relative;
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
/*----- NAME AND CATEGORY -----*/
.sz_portfolio_003_trig_txt_name > a,
.sz_portfolio_003_trig_txt_name > span,
.sz_portfolio_003_trig_btn > a{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}
.sz_portfolio_003_trig_txt_name{
  padding: 10px 0 5px 0;
}
.sz_portfolio_003_trig_txt_name > a{
  color: #1e1e25;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_portfolio_003_trig_txt_name > a:hover{
  color: #ff6a00;
}
.sz_portfolio_003_trig_txt_name > span{
  color: #ff6a00;
  display: block;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_prtf_003_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_prtf_003_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_prtf_003_mod_sld.carousel{
  position: fixed;
}
.sz_prtf_003_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_prtf_003_mod_sld > .modal-dialog{
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 768px){
  .sz_prtf_003_mod_sld > .modal-dialog{
	width: 100%;
	margin: 0 0;
	height: 100%;
  }
}
.sz_prtf_003_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
  padding: 25px 0 0 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_prtf_003_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_prtf_003_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #c0c0d3;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
.sz_portfolio_003_close{
  top: 10px;
  right: 10px;
  width: 25px;
  z-index: 10;
  height: 25px;
  color: #1e1e25;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  position: absolute;
  background: #c0c0d3;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_portfolio_003_close:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
/*----- GENERAL -----*/
.sz_prtf_003_mod_sld .carousel-inner{
  width: 45%;
  margin: auto;
  background: #1e1e25;
  padding-bottom: 25px;
}
.sz_prtf_003_mod_sld .carousel-inner > .item > img{
  width: 100%;
}
/*----- INDICATORS CONTROL -----*/
#yir .sz_portfolio_003_indicators .carousel-indicators{
  left: 0;
  right: 0;
  top: auto;
  bottom: 5px;
  width: 100%;
  height: 20px;
  margin: auto;
  padding: 0 15px;
  cursor: pointer;
  overflow-x: auto;
  text-align: center;
  overflow-y: hidden;
  white-space: nowrap;
}
#yir .sz_portfolio_003_indicators .carousel-indicators li{
  padding: 0;
  width: 7px;
  height: 7px;
  border: none;
  text-indent: 0;
  margin: 5px 2px;
  cursor: pointer;
  overflow: hidden;
  background: #c0c0d3;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all cubic-bezier(0.22,0.81,0.01,0.99) 0.2s;
  transition: all cubic-bezier(0.22,0.81,0.01,0.99) 0.2s;
}
#yir .sz_portfolio_003_indicators .carousel-indicators .active{
  width: 7px;
  height: 7px;
  border: none;
  text-indent: 0;
  margin: 5px 2px;
  background: #ff6a00;
}
#yir .sz_portfolio_003_indicators .carousel-indicators::-webkit-scrollbar{
  height: 2px;
}
#yir .sz_portfolio_003_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #c0c0d3;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_portfolio_003_controls .carousel-control{
  top: 45%;
  opacity: 1;
  width: 35px;
  height: 35px;
  z-index: 100;
  color: #1e1e25;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  line-height: 35px;
  text-shadow: none;
  position: absolute;
  background: #c0c0d3;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.5s cubic-bezier(.455,.03,.515,.955);
  transition: all 0.5s cubic-bezier(.455,.03,.515,.955);
}
.sz_portfolio_003_controls .carousel-control.left{
  left: 10%;
  right: auto;
}
.sz_portfolio_003_controls .carousel-control.right{
  left: auto;
  right: 10%;
}
.sz_portfolio_003_controls .carousel-control:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*----- SLIDE TEXT -----*/
.sz_portfolio_003_slide_txt > h1,
.sz_portfolio_003_slide_txt > p,
.sz_portfolio_003_slide_txt > a{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
}
.sz_portfolio_003_slide_txt{
  padding: 10px;
  position: relative;
}
.sz_portfolio_003_slide_txt > h1{
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}
.sz_portfolio_003_slide_txt > p{
  font-size: 11px;
  color: #c0c0d3;
  font-weight: 400;
  margin: 7px 0 5px 0;
}
.sz_portfolio_003_slide_txt > a{
  color: #ff6a00;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- HEADER -----*/
  .sz_portfolio_003_header{
    width: 95%;
  }
  .sz_portfolio_003_header > h1{
    font-size: 20px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_portfolio_003_trig_col_2{
    padding: 25px 50px;
  }
  /*----- SLIDER -----*/
  .sz_prtf_003_mod_sld .carousel-inner{
    width: 75%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_portfolio_003_controls .carousel-control{
    top: 30%;
  }
  .sz_portfolio_003_controls .carousel-control.left{
    left: 1%;
    right: auto;
  }
  .sz_portfolio_003_controls .carousel-control.right{
    left: auto;
    right: 1%;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- HEADER -----*/
  .sz_portfolio_003_header{
    width: 75%;
  }
  /*----- TRIGGER -----*/
  .sz_portfolio_003_trig{
    padding: 25px 100px;
  }
  /*----- SLIDER -----*/
  .sz_prtf_003_mod_sld .carousel-inner{
    width: 75%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_portfolio_003_controls .carousel-control{
    top: 30%;
  }
  .sz_portfolio_003_controls .carousel-control.left{
    left: 1%;
    right: auto;
  }
  .sz_portfolio_003_controls .carousel-control.right{
    left: auto;
    right: 1%;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- HEADER -----*/
  .sz_portfolio_003_header{
    width: 60%;
  }
  /*----- TRIGGER -----*/
  .sz_portfolio_003_trig{
    padding: 25px 150px;
  }
  /*----- SLIDER -----*/
  .sz_prtf_003_mod_sld .carousel-inner{
    width: 75%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_portfolio_003_controls .carousel-control{
    top: 30%;
  }
  .sz_portfolio_003_controls .carousel-control.left{
    left: 3%;
    right: auto;
  }
  .sz_portfolio_003_controls .carousel-control.right{
    left: auto;
    right: 3%;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*----- 2 COLUMNS -----*/
  .sz_portfolio_003_trig_col_2{
    padding: 25px 50px;
  }
  /*----- SLIDER -----*/
  .sz_prtf_003_mod_sld .carousel-inner{
    width: 75%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_portfolio_003_controls .carousel-control{
    top: 30%;
  }
  .sz_portfolio_003_controls .carousel-control.left{
    left: 3%;
    right: auto;
  }
  .sz_portfolio_003_controls .carousel-control.right{
    left: auto;
    right: 3%;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- 2 COLUMNS -----*/
  .sz_portfolio_003_trig_col_2{
    padding: 25px 150px;
  }
  .sz_portfolio_003_trig > .row > div{
    padding: 5px;
  }
  /*----- SLIDER -----*/
  .sz_prtf_003_mod_sld .carousel-inner{
    width: 55%;
  }
}
/*-----------------------------------------*/
/* PORTFOLIO SLIDER
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_portfolio_slider_wrapper{
  overflow: hidden;
  padding: 20px 0 0 0;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
.sz_portfolio_slider_trig{
  overflow: hidden;
  position: relative;
}
.sz_portfolio_slider_trig > .carousel-inner > .item{
  overflow: hidden;
}
/*----- FONT -----*/
.sz_portfolio_slider_header > h1,
.sz_portfolio_slider_trig_img > a,
.sz_portfolio_slider_trig_txt > a,
.sz_portfolio_slider_trig_txt > ul > li > a{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
/*----- HEADER -----*/
.sz_portfolio_slider_header{
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_portfolio_slider_header > h1{
  color: #313131;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
}
/*---------------------------*/
/* TRIGGER SLIDER
/*---------------------------*/
/*----- GENERAL -----*/
.sz_portfolio_slider_trig{
  padding: 90px 10px 50px 10px;
}
.sz_portfolio_slider_trig_col_2{
  padding: 90px 200px 50px 200px;
}
.sz_portfolio_slider_trig .row{
  margin: 0;
}
.sz_portfolio_slider_trig .row > div{
  padding: 10px;
}
.sz_portfolio_slider_trig_wrap{
  overflow: hidden;
  position: relative;
}
/*----- INDICATORS CONTROL -----*/
#yir .sz_portfolio_slider_indicators > .carousel-indicators{
  top: 0;
  left: 0;
  right: 0;
  width: 97%;
  height: 40px;
  font-size: 0;
  margin: 0 auto;
  overflow-x: auto;
  text-align: left;
  overflow-y: hidden;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
}
#yir .sz_portfolio_slider_indicators > .carousel-indicators li{
  width: auto;
  height: 35px;
  margin: 0 2px;
  color: #4d5359;
  text-indent: 0;
  padding: 0 15px;
  font-size: 10px;
  overflow: hidden;
  line-height: 33px;
  text-align: center;
  letter-spacing: 1px;
  border: 1px solid #ebebeb;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
#yir .sz_portfolio_slider_indicators > .carousel-indicators > li:first-child{
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#yir .sz_portfolio_slider_indicators > .carousel-indicators > li:last-child{
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#yir .sz_portfolio_slider_indicators > .carousel-indicators .active{
  width: auto;
  height: 35px;
  margin: 0 2px;
  text-indent: 0;
  color: #ffffff;
  background: #ff6a00;
  border: 1px solid #ff6a00;
}
#yir .sz_portfolio_slider_indicators > .carousel-indicators::-webkit-scrollbar{
  height: 2px;
}
.sz_portfolio_slider_indicators > .carousel-indicators::-webkit-scrollbar-thumb{
  background: #ebebeb;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_portfolio_slider_control .carousel-control{
  top: 50px;
  opacity: 1;
  width: 30px;
  bottom: auto;
  height: 30px;
  color: #4d5359;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 27px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 1px solid #ebebeb;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.sz_portfolio_slider_control .carousel-control.left{
  left: auto;
  right: 48px;
  margin: auto;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.sz_portfolio_slider_control .carousel-control.right{
  left: auto;
  right: 15px;
  margin: auto;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.sz_portfolio_slider_control .carousel-control:hover{
  opacity: 1;
  color: #ffffff;
  background: #ff6a00;
  border: 1px solid #ff6a00;
}
/*----- IMAGE -----*/
.sz_portfolio_slider_trig_img{
  overflow: hidden;
  position: relative;
}
.sz_portfolio_slider_trig_img > img{
  width: 100%;
  margin: auto;
  display: block;
}
.sz_portfolio_slider_trig_img > a{
  top: 3px;
  left: 3px;
  height: 18px;
  color: #0b0b0b;
  font-size: 16px;
  padding: 1px 5px;
  line-height: 18px;
  position: absolute;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_portfolio_slider_trig_img > a > span{
  margin-right: 5px;
}
.sz_portfolio_slider_trig_img > a:hover{
  color: #ff6a00;
}
/*----- TRIGGER BUTTON -----*/
.sz_portfolio_slider_trig_btn{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: block;
  visibility: hidden;
  text-align: center;
  position: absolute;
  background: #ff6a00;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_portfolio_slider_trig_wrap:hover .sz_portfolio_slider_trig_btn{
  opacity: 1;
  visibility: visible;
}
.sz_portfolio_slider_trig_btn > a{
  top: 0;
  left: 0;
  bottom: 0;
  width: 35px;
  right: 40px;
  height: 35px;
  margin: auto;
  color: #afb0b4;
  line-height: 35px;
  text-align: center;
  position: absolute;
  background: #ffffff;
  display: inline-block;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_portfolio_slider_trig_btn > a:focus{
  outline: none;
}
.sz_portfolio_slider_trig_btn > a:hover{
  color: #ffffff;
  background: #4d5359;
}
.sz_portfolio_slider_trig_btn > span{
  display: block;
}
.sz_portfolio_slider_trig_btn > span > a{
  top: 0;
  right: 0;
  bottom: 0;
  left: 40px;
  width: 35px;
  height: 35px;
  margin: auto;
  display: block;
  color: #afb0b4;
  line-height: 35px;
  text-align: center;
  position: absolute;
  background: #ffffff;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_portfolio_slider_trig_btn > span:hover > a{
  color: #ffffff;
  background: #4d5359;
}
/*----- TEXT CONTENT -----*/
.sz_portfolio_slider_trig_txt{
  position: relative;
  text-align: center;
  border: 1px solid #ebebeb;
  padding: 25px 5px 25px 5px;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_portfolio_slider_trig_wrap:hover .sz_portfolio_slider_trig_txt{
  background: #4d5359;
  border: 1px solid #4d5359;
}
.sz_portfolio_slider_trig_wrap:hover .sz_portfolio_slider_trig_txt > a{
  color: #ffffff;
}
/*----- TITLE -----*/
.sz_portfolio_slider_trig_txt > a{
  color: #4d5359;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_portfolio_slider_trig_wrap:hover .sz_portfolio_slider_trig_txt > a:hover{
  color: #ff6a00;
}
.sz_portfolio_slider_trig_txt > span > a{
  color: #afb0b4;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_portfolio_slider_trig_txt > span > a:hover{
  color: #ff6a00;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_prtf_slider_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_prtf_slider_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_prtf_slider_mod_sld.carousel{
  position: fixed;
}
.sz_prtf_slider_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_prtf_slider_mod_sld > .modal-dialog{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 768px){
  .sz_prtf_slider_mod_sld > .modal-dialog{
    width: 100%;
    height: 100%;
	margin: auto;
  }
}
.sz_prtf_slider_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 100%;
  padding: 60px 0 0 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_prtf_slider_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 5px;
}
.sz_prtf_slider_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #8e8e8e;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
a.sz_portfolio_slider_close{
  top: 10px;
  left: 10px;
  width: 35px;
  z-index: 100;
  height: 35px;
  color: #afb0b4;
  font-size: 18px;
  font-weight: 100;
  line-height: 35px;
  text-align: center;
  position: absolute;
  background: #4d5359;
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_portfolio_slider_close:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
.sz_portfolio_slider_slide_txt > a,
.sz_portfolio_slider_slide_txt > h1,
.sz_portfolio_slider_slide_txt > p,
.sz_portfolio_slider_slide_txt > ul > li > a,
#yir .sz_prtf_sldr_indicators .carousel-indicators > li > div > p,
#yir .sz_prtf_sldr_indicators .carousel-indicators > li > div > span{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
.sz_prtf_slider_mod_sld .carousel-inner{
  width: 70%;
  margin: auto;
  background: #4d5359;
}
.sz_prtf_slider_mod_sld .carousel-inner,
.sz_prtf_slider_mod_sld .carousel-inner > .item{
  overflow: hidden;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_prtf_sldr_control .carousel-control{
  top: 45%;
  opacity: 1;
  width: 35px;
  bottom: auto;
  height: 35px;
  color: #afb0b4;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 35px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: #4d5359;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.sz_prtf_sldr_control .carousel-control.left{
  left: 5%;
  margin: auto;
}
.sz_prtf_sldr_control .carousel-control.right{
  right: 5%;
  left: auto;
  margin: auto;
}
.sz_prtf_sldr_control .carousel-control:hover{
  opacity: 1;
  color: #ffffff;
  background: #ff6a00;
}
/*----- SLIDE IMAGE -----*/
.sz_sldr_prtf_slider_image{
  width: 75%;
  float: left;
}
.sz_sldr_prtf_slider_image > img{
  width: 100%;
  display: block;
}
/*----- TEXT -----*/
.sz_portfolio_slider_slide_txt{
  width: 25%;
  display: inline-block;
  padding: 50px 25px 15px 25px;
}
/*----- TAGS -----*/
.sz_portfolio_slider_slide_txt > ul{
  padding: 0;
  margin: 30px 0;
  list-style-type: none;
}
.sz_portfolio_slider_slide_txt > ul > li{
  display: inline-block;
}
.sz_portfolio_slider_slide_txt > ul > li > a{
  color: #afb0b4;
  display: block;
  font-size: 12px;
  font-weight: 300;
  padding: 3px 7px;
  border: 1px solid #afb0b4;
  text-transform: capitalize;
  -webkit-transition: color .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_portfolio_slider_slide_txt > ul > li > a:hover{
  color: #ff6a00;
  border: 1px solid #ff6a00;
}
/*----- HEADING -----*/
.sz_portfolio_slider_slide_txt > a{
  color: #cccccc;
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.sz_portfolio_slider_slide_txt > p{
  margin: 25px 0;
  color: #afb0b4;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
}
.sz_portfolio_slider_slide_txt > a:hover{
  color: #ff6a00;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- TRIGGER -----*/
  .sz_portfolio_slider_trig{
    padding: 90px 35px 50px 35px;
  }
  .sz_prtf_slider_mod_sld > .modal-dialog > .modal-content{
    padding: 75px 0 0 0;
  }
  .sz_prtf_slider_mod_sld .carousel-inner{
    width: 98%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_prtf_sldr_control .carousel-control{
    top: 175px;
  }
  .sz_prtf_sldr_control .carousel-control.left{
    left: 1%;
  }
  .sz_prtf_sldr_control .carousel-control.right{
    right: 1%;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sldr_prtf_slider_image{
    width: 100%;
    float: none;
  }
  .sz_portfolio_slider_slide_txt{
    width: 100%;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- TRIGGER -----*/
  .sz_portfolio_slider_trig{
    padding: 90px 60px 50px 60px;
  }
  /*----- TEXT CONTENT -----*/
  .sz_portfolio_slider_trig_txt{
    padding: 20px 5px 20px 5px;
  }
  /*----- HEADING -----*/
  .sz_portfolio_slider_trig_txt > a{
    font-size: 18px;
  }
  .sz_portfolio_slider_trig_txt > ul > li > a{
    font-size: 13px;
  }
  .sz_prtf_slider_mod_sld > .modal-dialog > .modal-content{
    padding: 75px 0 0 0;
  }
  .sz_prtf_slider_mod_sld .carousel-inner{
    width: 80%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_prtf_sldr_control .carousel-control{
    top: 200px;
  }
  .sz_prtf_sldr_control .carousel-control.left{
    left: 1%;
  }
  .sz_prtf_sldr_control .carousel-control.right{
    right: 1%;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sldr_prtf_slider_image{
    width: 100%;
    float: none;
  }
  .sz_portfolio_slider_slide_txt{
    width: 100%;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- TRIGGER -----*/
  .sz_portfolio_slider_trig{
    padding: 90px 125px 50px 125px;
  }
  /*----- TEXT CONTENT -----*/
  .sz_portfolio_slider_trig_txt{
    padding: 20px 5px 20px 5px;
  }
  /*----- TITLE -----*/
  .sz_portfolio_slider_trig_txt > a{
    font-size: 18px;
  }
  .sz_portfolio_slider_trig_txt > ul > li > a{
    font-size: 13px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sldr_prtf_slider_image{
    width: 100%;
    float: none;
  }
  .sz_portfolio_slider_slide_txt{
    width: 100%;
  }
}
/*---------- MEDIA 768px - 900px ----------*/
@media (min-width: 768px) and (max-width: 900px){
  .sz_portfolio_slider_trig_col_2{
    padding: 85px 100px 50px 100px;
  }
  .sz_prtf_slider_mod_sld .carousel-inner{
    width: 98%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_prtf_sldr_control .carousel-control{
    top: 10px;
  }
  .sz_prtf_sldr_control .carousel-control.left{
    left: auto;
    right: 50px;
    margin: auto;
  }
  .sz_prtf_sldr_control .carousel-control.right{
    left: auto;
    right: 10px;
    margin: auto;
  }
  /*----- TEXT -----*/
  .sz_portfolio_slider_slide_txt{
    padding: 20px 20px;
  }
  .sz_portfolio_slider_slide_txt > ul{
    margin: 10px 0;
  }
  .sz_portfolio_slider_slide_txt > a{
    font-size: 14px;
  }
  .sz_portfolio_slider_slide_txt > p{
    margin: 5px 0;
    font-size: 12px;
  }
}
/*---------- MEDIA 901px - 991px ----------*/
@media (min-width: 901px) and (max-width: 991px){
  .sz_portfolio_slider_trig_col_2{
    padding: 85px 100px 50px 100px;
  }
  .sz_prtf_slider_mod_sld .carousel-inner{
    width: 95%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_prtf_sldr_control .carousel-control{
    top: 10px;
  }
  .sz_prtf_sldr_control .carousel-control.left{
    left: auto;
    right: 50px;
    margin: auto;
  }
  .sz_prtf_sldr_control .carousel-control.right{
    left: auto;
    right: 10px;
    margin: auto;
  }
  /*----- TEXT -----*/
  .sz_portfolio_slider_slide_txt{
    padding: 20px 20px;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  .sz_prtf_slider_mod_sld .carousel-inner{
    width: 80%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_prtf_sldr_control .carousel-control{
    top: 10px;
  }
  .sz_prtf_sldr_control .carousel-control.left{
    left: auto;
    right: 50px;
    margin: auto;
  }
  .sz_prtf_sldr_control .carousel-control.right{
    left: auto;
    right: 10px;
    margin: auto;
  }
  /*----- TEXT -----*/
  .sz_portfolio_slider_slide_txt{
    padding: 20px 20px;
  }
  .sz_portfolio_slider_slide_txt > p{
    margin: 5px 0;
    font-size: 12px;
  }
}
/*-----------------------------------------*/
/* POST 001
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_post_001_wrapper{
  overflow: hidden;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_post_001_header{
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_post_001_header > h1{
  margin: 0;
  color: #313131;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
}
/*---------------------------*/
/* TRIGGER TEAM
/*---------------------------*/
/*----- GENERAL -----*/
.sz_post_001_trig{
  padding: 25px 5px;
}
.sz_post_001_trig_col_2{
  padding: 25px 200px;
}
.sz_post_001_trig > .row{
  margin: 0;
}
.sz_post_001_trig > .row > div{
  padding: 10px 5px;
}
.sz_post_001_trig_wrap{
  overflow: hidden;
  position: relative
}
/*----- IMAGE -----*/
.sz_post_001_trig_img{
  overflow: hidden;
  position: relative;
}
.sz_post_001_trig_img > img{
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_001_trig_wrap:hover .sz_post_001_trig_img > img{
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
/*----- TRIGGER BUTTON -----*/
.sz_post_001_trig_btn{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  margin: auto;
  text-align: center;
  visibility: hidden;
  position: absolute;
  background: rgba(0,0,0,0.6);
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_001_trig_wrap:hover .sz_post_001_trig_btn{
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.sz_post_001_trig_btn > a:link,
.sz_post_001_trig_btn > a:visited{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 30px;
  margin: auto;
  height: 30px;
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_001_trig_btn > a:focus{
  outline: 0;
}
.sz_post_001_trig_btn > a:hover,
.sz_post_001_trig_btn > a:active{
  outline: 0;
  color: #ff6a00;
}
/*----- TEXT -----*/
.sz_post_001_trig_txt{
  text-align: left;
  position: relative;
}
/*----- NAME AND CATEGORY -----*/
.sz_post_001_trig_txt_name a,
.sz_post_001_trig_txt_name > p,
.sz_post_001_trig_btn > a{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sz_post_001_trig_txt_name{
  padding: 10px 0 0 0;
}
.sz_post_001_trig_txt_name > a{
  color: #464646;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_001_trig_txt_name > a:hover{
  color: #ff6a00;
}
.sz_post_001_trig_txt_name > p{
  color: #464646;
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-align: justify;
}
.sz_post_001_trig_txt_name > ul{
  padding: 0;
  margin: 10px 0;
  display: block;
  text-align: left;
  background: #ffffff;
  list-style-type: none;
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_001_trig_txt_name > ul > li{
  display: inline-block;
}
.sz_post_001_trig_txt_name > ul > li:first-child > a{
  padding: 0 5px 0 0;
  border-right: 1px solid #dadada;
}
.sz_post_001_trig_txt_name > ul > li > a{
  color: #464646;
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_001_trig_txt_name > ul > li > a:hover{
  color: #ff6a00;
}
.sz_post_001_trig_txt_name > div{
  padding: 10px;
  text-align: right;
}
.sz_post_001_trig_txt_name > div > a{
  margin: 0 5px;
  color: #464646;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_001_trig_txt_name > div > a > span{
  color: #ff6a00;
  margin-right: 5px;
}
.sz_post_001_trig_txt_name > div > a:hover{
  color: #ff6a00;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_pt_001_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_pt_001_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_pt_001_mod_sld.carousel{
  position: fixed;
}
.sz_pt_001_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_pt_001_mod_sld > .modal-dialog{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 768px){
  .sz_pt_001_mod_sld > .modal-dialog{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    height: 100%;
	margin: auto;
  }
}
.sz_pt_001_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_pt_001_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_pt_001_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #cfcfcf;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
.sz_post_001_close{
  top: 10px;
  right: 10px;
  width: 30px;
  z-index: 10;
  height: 30px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  background: #313131;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_001_close:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
/*----- GENERAL -----*/
.sz_pt_001_mod_sld .carousel-inner{
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.sz_pt_001_mod_sld .carousel-inner::-webkit-scrollbar{
  width: 2px;
}
.sz_pt_001_mod_sld .carousel-inner::-webkit-scrollbar-thumb{
  background: #cfcfcf;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_post_001_controls .carousel-control{
  top: 5px;
  opacity: 1;
  width: 30px;
  height: 30px;
  z-index: 100;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  line-height: 30px;
  text-shadow: none;
  position: absolute;
  background: #313131;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_001_controls .carousel-control.left{
  left: 5px;
  right: auto;
}
.sz_post_001_controls .carousel-control.right{
  left: 36px;
  right: auto;
}
.sz_post_001_controls .carousel-control:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*----- SLIDE IMAGE -----*/
.sz_post_001_slide_img{
  width: 40%;
  margin: auto;
  display: block;
  padding: 50px 0 0 0;
}
.sz_post_001_slide_img > img{
  width: 100%;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- SLIDE TEXT -----*/
.sz_post_001_slide_txt > h1,
.sz_post_001_slide_txt > span,
.sz_post_001_slide_txt > p,
.sz_post_001_slide_txt a{
  text-decoration: none;
  text-shadow: none;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sz_post_001_slide_txt{
  width: 100%;
  margin: auto;
  padding: 50px 100px;
  text-align: left;
}
.sz_post_001_slide_txt > h1{
  color: #313131;
  font-size: 25px;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  text-transform: uppercase;
}
.sz_post_001_slide_txt > div{
  margin-bottom: 25px;
}
.sz_post_001_slide_txt > div > a{
  color: #ffffff;
  padding: 2px 5px;
  background: #313131;
  font-size: 11px;
  text-transform: capitalize;
  display: inline-block;
}
.sz_post_001_slide_txt > p{
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  margin: 15px 0 25px 0;
}
/*----- SOCIAL MEDIA ICONS -----*/
.sz_post_001_slide_txt > ul{
  padding: 0;
  list-style-type: none;
}
.sz_post_001_slide_txt > ul > li{
  display: inline-block;
}
.sz_post_001_slide_txt > ul > li > a{
  width: 30px;
  height: 30px;
  display: block;
  color: #ffffff;
  line-height: 30px;
  background: #313131;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_001_slide_txt > ul > li > a:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- HEADER -----*/
  .sz_post_001_header{
    width: 95%;
  }
  .sz_post_001_header > h1{
    font-size: 20px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_post_001_trig_col_2{
    padding: 25px 50px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_post_001_slide_img{
    width: 95%;
  }
  .sz_post_001_slide_txt{
    width: 90%;
    padding: 0;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- HEADER -----*/
  .sz_post_001_header{
    width: 75%;
  }
  /*----- TRIGGER -----*/
  .sz_post_001_trig{
    padding: 25px 100px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_post_001_slide_img{
    width: 75%;
  }
  .sz_post_001_slide_txt{
    width: 75%;
    padding: 0;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- HEADER -----*/
  .sz_post_001_header{
    width: 60%;
  }
  /*----- TRIGGER -----*/
  .sz_post_001_trig{
    padding: 25px 150px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_post_001_slide_img{
    width: 60%;
  }
  .sz_post_001_slide_txt{
    width: 60%;
    padding: 0;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*----- 2 COLUMNS -----*/
  .sz_post_001_trig_col_2{
    padding: 25px 50px;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- 2 COLUMNS -----*/
  .sz_post_001_trig_col_2{
    padding: 25px 150px;
  }
  .sz_post_001_trig > .row > div{
    padding: 5px;
  }
}
/*-----------------------------------------*/
/* POST 002
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_post_002_wrapper{
  overflow: hidden;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_post_002_header{
  width: 45%;
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_post_002_header > h1{
  margin: 0;
  color: #313131;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sz_post_002_header > p{
  margin: 15px 0;
  color: #313131;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
}
/*---------------------------*/
/* TRIGGER TEAM
/*---------------------------*/
/*----- GENERAL -----*/
.sz_post_002_trig{
  padding: 25px 0;
}
.sz_post_002_trig_col_2{
  padding: 25px 200px;
}
.sz_post_002_trig > .row{
  margin: 0;
}
.sz_post_002_trig > .row > div{
  padding: 0;
}
.sz_post_002_trig_wrap{
  overflow: hidden;
  position: relative
}
/*----- IMAGE -----*/
.sz_post_002_trig_img{
  overflow: hidden;
  position: relative;
}
.sz_post_002_trig_img > img{
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_002_trig_wrap:hover .sz_post_002_trig_img > img{
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
/*----- TRIGGER BUTTON -----*/
.sz_post_002_trig_btn{
  left: 5px;
  bottom: 0;
  z-index: 10;
  width: 30px;
  margin: auto;
  height: 30px;
  margin: auto;
  line-height: 30px;
  text-align: center;
  position: absolute;
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_002_trig_col_4 .sz_post_002_trig_btn{
  left: 15px;
  bottom: 15px;
}
.sz_post_002_trig_col_3 .sz_post_002_trig_btn{
  left: 25px;
  bottom: 25px;
}
.sz_post_002_trig_col_2 .sz_post_002_trig_btn{
  left: 25px;
  bottom: 25px;
}
.sz_post_002_trig_btn > a:link,
.sz_post_002_trig_btn > a:visited{
  color: #8898a5;
  display: block;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_002_trig_btn > a:focus{
  outline: 0;
}
.sz_post_002_trig_btn > a:hover,
.sz_post_002_trig_btn > a:active{
  outline: 0;
  color: #ff6a00;
}
/*----- TEXT -----*/
.sz_post_002_trig_txt{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: left;
  position: absolute;
  visibility: hidden;
  padding: 10px 15px 3px 15px;
  background: rgba(255,255,255,0.97);
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_002_trig_col_4 .sz_post_002_trig_txt{
  padding: 55px;
}
.sz_post_002_trig_col_3 .sz_post_002_trig_txt{
  padding: 75px;
}
.sz_post_002_trig_col_2 .sz_post_002_trig_txt{
  padding: 75px;
}
.sz_post_002_trig_txt:after{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 97%;
  height: 97%;
  content: "";
  z-index: -1;
  margin: auto;
  position: absolute;
  border: 2px solid #ff6a00;
}
.sz_post_002_trig_wrap:hover .sz_post_002_trig_txt{
  opacity: 1;
  visibility: visible;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
/*----- NAME AND CATEGORY -----*/
.sz_post_002_trig_txt_name a,
.sz_post_002_trig_txt_name > p,
.sz_post_002_trig_btn > a{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sz_post_002_trig_txt_name > a{
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_002_trig_txt_name > a:hover{
  color: #ff6a00;
}
.sz_post_002_trig_txt_name > p{
  color: #000000;
  display: block;
  font-size: 11px;
  font-weight: 400;
}
.sz_post_002_trig_txt_name > ul{
  padding: 0;
  margin: 5px 0;
  display: block;
  text-align: left;
  list-style-type: none;
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_002_trig_txt_name > ul > li{
  display: inline-block;
}
.sz_post_002_trig_txt_name > ul > li:first-child > a{
  padding: 0 5px 0 0;
  border-right: 1px solid #cccccc;
}
.sz_post_002_trig_txt_name > ul > li > a{
  color: #8898a5;
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_002_trig_txt_name > ul > li > a:hover{
  color: #ff6a00;
}
.sz_post_002_trig_txt_name > div{
  padding: 10px;
  text-align: right;
}
.sz_post_002_trig_txt_name > div > a{
  margin: 0 5px;
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_002_trig_txt_name > div > a > span{
  color: #8898a5;
  margin-right: 5px;
}
.sz_post_002_trig_txt_name > div > a:hover{
  color: #ff6a00;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_pt_002_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_pt_002_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_pt_002_mod_sld.carousel{
  position: fixed;
}
.sz_pt_002_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_pt_002_mod_sld > .modal-dialog{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 768px){
  .sz_pt_002_mod_sld > .modal-dialog{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    height: 100%;
	margin: auto;
  }
}
.sz_pt_002_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_pt_002_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_pt_002_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #cfcfcf;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
.sz_post_002_close{
  top: 10px;
  right: 10px;
  width: 30px;
  z-index: 10;
  height: 30px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  background: #313131;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_002_close:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
/*----- GENERAL -----*/
.sz_pt_002_mod_sld .carousel-inner{
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.sz_pt_002_mod_sld .carousel-inner::-webkit-scrollbar{
  width: 2px;
}
.sz_pt_002_mod_sld .carousel-inner::-webkit-scrollbar-thumb{
  background: #cfcfcf;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_post_002_controls .carousel-control{
  top: 5px;
  opacity: 1;
  width: 30px;
  height: 30px;
  z-index: 100;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  line-height: 30px;
  text-shadow: none;
  position: absolute;
  background: #313131;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_002_controls .carousel-control.left{
  left: 5px;
  right: auto;
}
.sz_post_002_controls .carousel-control.right{
  left: 36px;
  right: auto;
}
.sz_post_002_controls .carousel-control:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*----- SLIDE IMAGE -----*/
.sz_post_002_slide_img{
  width: 40%;
  margin: auto;
  display: block;
  padding: 50px 0 0 0;
}
.sz_post_002_slide_img > img{
  width: 100%;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- SLIDE TEXT -----*/
.sz_post_002_slide_txt > h1,
.sz_post_002_slide_txt > span,
.sz_post_002_slide_txt > p,
.sz_post_002_slide_txt a{
  text-decoration: none;
  text-shadow: none;
  font-family: 'Raleway', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sz_post_002_slide_txt{
  width: 100%;
  margin: auto;
  padding: 50px 100px;
  text-align: left;
}
.sz_post_002_slide_txt > h1{
  color: #313131;
  font-size: 25px;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  text-transform: uppercase;
}
.sz_post_002_slide_txt > div{
  margin-bottom: 25px;
}
.sz_post_002_slide_txt > div > a{
  color: #ffffff;
  padding: 2px 5px;
  background: #313131;
  font-size: 11px;
  text-transform: capitalize;
  display: inline-block;
}
.sz_post_002_slide_txt > p{
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  margin: 15px 0 25px 0;
}
/*----- SOCIAL MEDIA ICONS -----*/
.sz_post_002_slide_txt > ul{
  padding: 0;
  list-style-type: none;
}
.sz_post_002_slide_txt > ul > li{
  display: inline-block;
}
.sz_post_002_slide_txt > ul > li > a{
  width: 30px;
  height: 30px;
  display: block;
  color: #ffffff;
  line-height: 30px;
  background: #313131;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_002_slide_txt > ul > li > a:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- HEADER -----*/
  .sz_post_002_header{
    width: 95%;
  }
  .sz_post_002_header > h1{
    font-size: 20px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_post_002_trig_col_2{
    padding: 25px 20px;
  }
  /*----- TRIGGER BUTTON -----*/
  .sz_post_002_trig_btn{
    left: 25px;
    bottom: 15px;
  }
  /*----- TEXT -----*/
  .sz_post_002_trig_txt{
    padding: 40px;
  }
  .sz_post_002_trig_txt_name > a{
    font-size: 18px;
  }
  .sz_post_002_trig_txt_name > p{
    font-size: 12px;
  }
  .sz_post_002_trig_col_4 .sz_post_002_trig_txt{
    padding: 35px;
  }
  .sz_post_002_trig_col_3 .sz_post_002_trig_txt{
    padding: 35px;
  }
  .sz_post_002_trig_col_2 .sz_post_002_trig_txt{
    padding: 15px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_post_002_slide_img{
    width: 95%;
  }
  .sz_post_002_slide_txt{
    width: 90%;
    padding: 0;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- HEADER -----*/
  .sz_post_002_header{
    width: 75%;
  }
  /*----- TRIGGER -----*/
  .sz_post_002_trig{
    padding: 25px 100px;
  }
  /*----- TRIGGER BUTTON -----*/
  .sz_post_002_trig_btn{
    left: 15px;
    bottom: 10px;
  }
  /*----- TEXT -----*/
  .sz_post_002_trig_col_4 .sz_post_002_trig_txt{
    padding: 20px;
  }
  .sz_post_002_trig_col_3 .sz_post_002_trig_txt{
    padding: 20px;
  }
  .sz_post_002_trig_col_2 .sz_post_002_trig_txt{
    padding: 20px;
  }
  .sz_post_002_trig_txt{
    padding: 20px;
  }
  .sz_post_002_trig_txt_name > a{
    font-size: 18px;
  }
  .sz_post_002_trig_txt_name > p{
    font-size: 12px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_post_002_slide_img{
    width: 75%;
  }
  .sz_post_002_slide_txt{
    width: 75%;
    padding: 0;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- HEADER -----*/
  .sz_post_002_header{
    width: 60%;
  }
  /*----- TRIGGER -----*/
  .sz_post_002_trig{
    padding: 25px 150px;
  }
  /*----- TRIGGER BUTTON -----*/
  .sz_post_002_trig_btn{
    left: 15px;
    bottom: 10px;
  }
  /*----- TEXT -----*/
  .sz_post_002_trig_txt{
    padding: 30px;
  }
  /*----- TEXT -----*/
  .sz_post_002_trig_col_4 .sz_post_002_trig_txt{
    padding: 20px;
  }
  .sz_post_002_trig_col_3 .sz_post_002_trig_txt{
    padding: 20px;
  }
  .sz_post_002_trig_col_2 .sz_post_002_trig_txt{
    padding: 20px;
  }
  .sz_post_002_trig_txt_name > a{
    font-size: 18px;
  }
  .sz_post_002_trig_txt_name > p{
    font-size: 12px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_post_002_slide_img{
    width: 60%;
  }
  .sz_post_002_slide_txt{
    width: 60%;
    padding: 0;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*----- 2 COLUMNS -----*/
  .sz_post_002_trig_col_2{
    padding: 25px 50px;
  }
  /*----- TRIGGER BUTTON -----*/
  .sz_post_002_trig_btn{
    left: 15px;
    bottom: 10px;
  }
  .sz_post_002_trig_col_3 .sz_post_002_trig_txt{
    padding: 20px;
  }
  .sz_post_002_trig_col_2 .sz_post_002_trig_txt{
    padding: 30px;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- 2 COLUMNS -----*/
  .sz_post_002_trig_col_2{
    padding: 25px 150px;
  }
  /*----- TEXT -----*/
  .sz_post_002_trig_txt{
    padding:  5px 7px 3px 7px;
  }
  .sz_post_002_trig_txt_name > a{
    margin: 0;
    font-size: 8px;
  }
  .sz_post_002_trig_txt_name > p{
    font-size: 9px;
  }
  .sz_post_002_trig_txt_name > ul{
    margin: 2px 0;
  }
  .sz_post_002_trig_txt_name > ul > li:first-child > a{
    padding: 0 2px 0 0;
  }
  .sz_post_002_trig_txt_name > ul > li > a{
    font-size: 9px;
  }
  .sz_post_002_trig_txt_name > div{
    padding: 5px;
  }
}
/*---------- MEDIA 1201px - 1300px ----------*/
@media (min-width: 1201px) and (max-width: 1300px){
  /*----- TEXT -----*/
  .sz_post_002_trig_txt{
    padding:  5px 7px 3px 7px;
  }
  .sz_post_002_trig_txt_name > a{
    font-size: 10px;
  }
}
/*-----------------------------------------*/
/* POST 003
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_post_003_wrapper{
  overflow: hidden;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_post_003_header{
  width: 45%;
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_post_003_header > h1{
  margin: 0;
  color: #313131;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Bitter', serif;
  -webkit-font-smoothing: antialiased;
}
.sz_post_003_header > p{
  margin: 15px 0;
  color: #313131;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Bitter', serif;
  -webkit-font-smoothing: antialiased;
}
/*---------------------------*/
/* TRIGGER TEAM
/*---------------------------*/
/*----- GENERAL -----*/
.sz_post_003_trig{
  padding: 25px 0;
}
.sz_post_003_trig_col_2{
  padding: 25px 200px;
}
.sz_post_003_trig > .row{
  margin: 0;
}
.sz_post_003_trig > .row > div{
  padding: 10px;
}
.sz_post_003_trig_wrap{
  overflow: hidden;
  position: relative
}
/*----- IMAGE -----*/
.sz_post_003_trig_img{
  overflow: hidden;
  position: relative;
}
.sz_post_003_trig_img > img{
  width: 100%;
}
.sz_post_003_trig_img_date{
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  padding-top: 7px;
  text-align: center;
  position: absolute;
  background: #ff6a00;
}
.sz_post_003_trig_img_date > a{
  color: #ffffff;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  text-shadow: none;
  font-family: 'Bitter', serif;
  -webkit-font-smoothing: antialiased;
}
.sz_post_003_trig_img_date > a > span{
  display: block;
}
.sz_post_003_trig_img_date > a > span:nth-child(1){
  font-size: 20px;
  font-weight: 700;
}
.sz_post_003_trig_img_date > a > span:nth-child(2){
  font-size: 14px;
  font-weight: 400;
}
/*----- TRIGGER BUTTON -----*/
.sz_post_003_trig_btn{
  right: 5px;
  bottom: 5px;
  z-index: 10;
  width: 30px;
  margin: auto;
  height: 30px;
  margin: auto;
  line-height: 30px;
  text-align: center;
  position: absolute;
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_003_trig_btn > a:link,
.sz_post_003_trig_btn > a:visited{
  color: #8898a5;
  display: block;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_003_trig_btn > a:focus{
  outline: 0;
}
.sz_post_003_trig_btn > a:hover,
.sz_post_003_trig_btn > a:active{
  outline: 0;
  color: #ff6a00;
}
/*----- TEXT -----*/
.sz_post_003_trig_txt{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  position: relative;
  padding: 10px 5px 5px 0;
  background: rgba(255,255,255,0.97);
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
/*----- NAME AND CATEGORY -----*/
.sz_post_003_trig_txt_name a,
.sz_post_003_trig_txt_name > p,
.sz_post_003_trig_btn > a{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Bitter', serif;
  -webkit-font-smoothing: antialiased;
}
.sz_post_003_trig_txt_name > a{
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_003_trig_txt_name > a:hover{
  color: #ff6a00;
}
.sz_post_003_trig_txt_name > p{
  color: #000000;
  display: block;
  font-size: 12px;
  font-weight: 400;
}
.sz_post_003_trig_txt_name > ul{
  padding: 0;
  margin: 5px 0;
  display: block;
  text-align: left;
  list-style-type: none;
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_003_trig_txt_name > ul > li{
  display: inline-block;
}
.sz_post_003_trig_txt_name > ul > li > a{
  color: #8898a5;
  display: block;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_003_trig_txt_name > ul > li > a:hover{
  color: #ff6a00;
}
.sz_post_003_trig_txt_name > div{
  padding: 10px 0;
  text-align: left;
}
.sz_post_003_trig_txt_name > div > a{
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_003_trig_txt_name > div > a > span{
  color: #8898a5;
  margin-right: 5px;
}
.sz_post_003_trig_txt_name > div > a:hover{
  color: #ff6a00;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_pt_002_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_pt_002_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_pt_002_mod_sld.carousel{
  position: fixed;
}
.sz_pt_002_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_pt_002_mod_sld > .modal-dialog{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 768px){
  .sz_pt_002_mod_sld > .modal-dialog{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    height: 100%;
	margin: auto;
  }
}
.sz_pt_002_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_pt_002_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_pt_002_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #cfcfcf;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
.sz_post_003_close{
  top: 10px;
  right: 10px;
  width: 30px;
  z-index: 10;
  height: 30px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  background: #313131;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_003_close:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
/*----- GENERAL -----*/
.sz_pt_002_mod_sld .carousel-inner{
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.sz_pt_002_mod_sld .carousel-inner::-webkit-scrollbar{
  width: 2px;
}
.sz_pt_002_mod_sld .carousel-inner::-webkit-scrollbar-thumb{
  background: #cfcfcf;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_post_003_controls .carousel-control{
  top: 5px;
  opacity: 1;
  width: 30px;
  height: 30px;
  z-index: 100;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  line-height: 30px;
  text-shadow: none;
  position: absolute;
  background: #313131;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_003_controls .carousel-control.left{
  left: 5px;
  right: auto;
}
.sz_post_003_controls .carousel-control.right{
  left: 36px;
  right: auto;
}
.sz_post_003_controls .carousel-control:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*----- SLIDE IMAGE -----*/
.sz_post_003_slide_img{
  width: 40%;
  margin: auto;
  display: block;
  padding: 50px 0 0 0;
}
.sz_post_003_slide_img > img{
  width: 100%;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- SLIDE TEXT -----*/
.sz_post_003_slide_txt > h1,
.sz_post_003_slide_txt > span,
.sz_post_003_slide_txt > p,
.sz_post_003_slide_txt a{
  text-decoration: none;
  text-shadow: none;
  font-family: 'Bitter', serif;
  -webkit-font-smoothing: antialiased;
}
.sz_post_003_slide_txt{
  width: 100%;
  margin: auto;
  padding: 50px 100px;
  text-align: left;
}
.sz_post_003_slide_txt > h1{
  color: #313131;
  font-size: 25px;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  text-transform: uppercase;
}
.sz_post_003_slide_txt > div{
  margin-bottom: 25px;
}
.sz_post_003_slide_txt > div > a{
  color: #ffffff;
  padding: 2px 5px;
  background: #313131;
  font-size: 11px;
  text-transform: capitalize;
  display: inline-block;
}
.sz_post_003_slide_txt > p{
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  margin: 15px 0 25px 0;
}
/*----- SOCIAL MEDIA ICONS -----*/
.sz_post_003_slide_txt > ul{
  padding: 0;
  list-style-type: none;
}
.sz_post_003_slide_txt > ul > li{
  display: inline-block;
}
.sz_post_003_slide_txt > ul > li > a{
  width: 30px;
  height: 30px;
  display: block;
  color: #ffffff;
  line-height: 30px;
  background: #313131;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_003_slide_txt > ul > li > a:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- HEADER -----*/
  .sz_post_003_header{
    width: 95%;
  }
  .sz_post_003_header > h1{
    font-size: 20px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_post_003_trig_col_2{
    padding: 25px 20px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_post_003_slide_img{
    width: 95%;
  }
  .sz_post_003_slide_txt{
    width: 90%;
    padding: 0;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- HEADER -----*/
  .sz_post_003_header{
    width: 75%;
  }
  /*----- TRIGGER -----*/
  .sz_post_003_trig{
    padding: 25px 100px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_post_003_slide_img{
    width: 75%;
  }
  .sz_post_003_slide_txt{
    width: 75%;
    padding: 0;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- HEADER -----*/
  .sz_post_003_header{
    width: 60%;
  }
  /*----- TRIGGER -----*/
  .sz_post_003_trig{
    padding: 25px 150px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_post_003_slide_img{
    width: 60%;
  }
  .sz_post_003_slide_txt{
    width: 60%;
    padding: 0;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*----- 2 COLUMNS -----*/
  .sz_post_003_trig_col_2{
    padding: 25px 50px;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- 2 COLUMNS -----*/
  .sz_post_003_trig_col_2{
    padding: 25px 150px;
  }
}
/*-----------------------------------------*/
/* POST SLIDER
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_post_slider_wrapper{
  overflow: hidden;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
.sz_post_slider_trig{
  overflow: hidden;
  position: relative;
}
.sz_post_slider_trig > .carousel-inner > .item{
  overflow: hidden;
}
/*----- FONT -----*/
.sz_post_slider_header > h1,
.sz_post_slider_trig_txt > a,
.sz_post_slider_trig_btn > a,
.sz_post_slider_trig_btn > span > a{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
/*----- HEADER -----*/
.sz_post_slider_header{
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_post_slider_header > h1{
  color: #757575;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
}
/*---------------------------*/
/* TRIGGER SLIDER
/*---------------------------*/
/*----- GENERAL -----*/
.sz_post_slider_trig{
  padding: 110px 2px 50px 2px;
}
.sz_post_slider_trig_col_3{
  padding: 110px 200px 50px 200px;
}
.sz_post_slider_trig_col_2{
  padding: 110px 250px 50px 250px;
}
.sz_post_slider_trig .row{
  margin: 0;
}
.sz_post_slider_trig .row > div{
  padding: 2px;
}
.sz_post_slider_trig_wrap{
  overflow: hidden;
  position: relative;
}
/*----- INDICATORS CONTROL -----*/
#yir .sz_post_slider_indicators > .carousel-indicators{
  left: 0;
  right: 0;
  top: 45px;
  width: 97%;
  height: 42px;
  font-size: 0;
  margin: 0 auto;
  overflow-x: auto;
  text-align: center;
  overflow-y: hidden;
  padding-left: 15px;
  padding-right: 15px;
  white-space: nowrap;
}
#yir .sz_post_slider_indicators > .carousel-indicators li{
  width: auto;
  border: none;
  height: 35px;
  margin: 0 2px;
  color: #757575;
  text-indent: 0;
  padding: 0 15px;
  font-size: 10px;
  overflow: hidden;
  line-height: 33px;
  text-align: center;
  letter-spacing: 1px;
  background: #f5f5f5;
  border: 1px solid #757575;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
#yir .sz_post_slider_indicators > .carousel-indicators .active{
  width: auto;
  height: 35px;
  margin: 0 2px;
  text-indent: 0;
  color: #ffffff;
  background: #ff6a00;
  border: 1px solid #ff6a00;
}
#yir .sz_post_slider_indicators > .carousel-indicators::-webkit-scrollbar{
  height: 2px;
}
#yir .sz_post_slider_indicators > .carousel-indicators::-webkit-scrollbar-thumb{
  background: #757575;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_post_slider_control .carousel-control{
  top: 0;
  opacity: 1;
  width: 35px;
  bottom: auto;
  height: 35px;
  color: #757575;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 33px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #757575;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.sz_post_slider_control .carousel-control.left{
  left: 0;
  right: 39px;
  margin: auto;
}
.sz_post_slider_control .carousel-control.right{
  left: 39px;
  right: 0;
  margin: auto;
}
.sz_post_slider_control .carousel-control:hover{
  opacity: 1;
  color: #ffffff;
  background: #ff6a00;
  border: 1px solid #ff6a00;
}
/*----- IMAGE -----*/
.sz_post_slider_trig_img{
  overflow: hidden;
  position: relative;
}
.sz_post_slider_trig_img > img{
  width: 100%;
  margin: auto;
  display: block;
}
/*----- TRIGGER BUTTON -----*/
.sz_post_slider_trig_btn{
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  background: transparent;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_post_slider_trig_btn > a{
  left: 20px;
  bottom: 15px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_post_slider_trig_btn > a:focus{
  outline: none;
}
.sz_post_slider_trig_btn > a:hover{
  color: #ff6a00;
}
.sz_post_slider_trig_btn > span > a{
  right: 20px;
  bottom: 15px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_post_slider_trig_btn > a > span,
.sz_post_slider_trig_btn > span > a > span{
  margin-right: 10px;
}
.sz_post_slider_trig_btn > span:hover > a{
  color: #ff6a00;
}
/*----- TEXT CONTENT -----*/
.sz_post_slider_trig_txt{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  text-align: left;
  visibility: hidden;
  position: absolute;
  padding: 15px 15px;
  background: rgba(0,0,0,.6);
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_post_slider_trig_wrap:hover > .sz_post_slider_trig_txt{
  opacity: 1;
  visibility: visible;
}
/*----- TITLE -----*/
.sz_post_slider_trig_txt > a{
  color: #ffffff;
  display: block;
  font-size: 18px;
  line-height: 1.3;
  font-weight: normal;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_post_slider_trig_txt > a:hover{
  color: #ff6a00;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_post_slider_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_post_slider_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_post_slider_mod_sld.carousel{
  position: fixed;
}
.sz_post_slider_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_post_slider_mod_sld > .modal-dialog{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 768px){
  .sz_post_slider_mod_sld > .modal-dialog{
    width: 100%;
    height: 100%;
	margin: auto;
  }
}
.sz_post_slider_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_post_slider_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 5px;
  background: #ffffff;
}
.sz_post_slider_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #757575;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
a.sz_post_slider_close{
  top: 15px;
  left: 15px;
  width: 35px;
  z-index: 100;
  height: 35px;
  color: #757575;
  font-size: 18px;
  font-weight: 100;
  line-height: 34px;
  text-align: center;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #757575;
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_slider_close:hover{
  color: #ffffff;
  background: #ff6a00;
  border: 1px solid #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
.sz_post_slider_slide_txt > a,
.sz_post_slider_slide_txt > h1,
.sz_post_slider_slide_txt > p,
.sz_post_slider_slide_author > a,
.sz_post_slider_slide_author > a > span,
.sz_post_slider_slide_author > span{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
.sz_post_slider_mod_sld .carousel-inner{
  width: 100%;
  margin: auto;
  background: #ffffff;
}
.sz_post_slider_mod_sld .carousel-inner,
.sz_post_slider_mod_sld .carousel-inner > .item{
  overflow: hidden;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_post_sldr_control .carousel-control{
  top: 15px;
  opacity: 1;
  width: 35px;
  bottom: auto;
  height: 35px;
  color: #757575;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 33px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #757575;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.sz_post_sldr_control .carousel-control.left{
  left: auto;
  right: 55px;
  margin: auto;
}
.sz_post_sldr_control .carousel-control.right{
  left: auto;
  right: 15px;
  margin: auto;
}
.sz_post_sldr_control .carousel-control:hover{
  opacity: 1;
  color: #ffffff;
  background: #ff6a00;
  border: 1px solid #ff6a00;
}
/*----- SLIDE IMAGE -----*/
.sz_sldr_post_slider_image{
  padding: 75px 10px 10px 10px;
}
.sz_sldr_post_slider_image > img{
  width: 60%;
  margin: auto;
  display: block;
}
/*----- TEXT -----*/
.sz_post_slider_slide_txt{
  width: 60%;
  margin: auto;
  display: block;
  padding: 25px 0 15px 0;
}
/*----- HEADING -----*/
.sz_post_slider_slide_txt > h1{
  color: #4d4d4d;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: capitalize;
}
/*----- AUTHOR -----*/
.sz_post_slider_slide_author{
}
.sz_post_slider_slide_author > a > img{
  width: 50px;
  color: #4d4d4d;
  margin-right: 10px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.sz_post_slider_slide_author > a{
  color: #ff6a00;
  text-transform: capitalize;
}
.sz_post_slider_slide_author > span{
  display: block;
  color: #4d4d4d;
  margin-top: 10px;
  text-transform: capitalize;
}
.sz_post_slider_slide_author > a:hover{
  color: #ff6a00;
}
/*----- PARAGRAPH -----*/
.sz_post_slider_slide_txt > p{
  margin: 25px 0;
  color: #4d4d4d;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
}
/*----- SOCIAL MEDIA -----*/
.sz_post_slider_slide_txt > ul{
  padding: 0;
  margin: 50px 0;
  list-style-type: none;
}
.sz_post_slider_slide_txt > ul > li{
  display: inline-block;
}
.sz_post_slider_slide_txt > ul > li > a{
  width: 35px;
  height: 35px;
  color: #757575;
  display: block;
  font-size: 14px;
  font-weight: 300;
  line-height: 35px;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #757575;
  text-transform: capitalize;
  -webkit-transition: color .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_post_slider_slide_txt > ul > li > a:hover{
  color: #ffffff;
  background: #ff6a00;
  border: 1px solid #ff6a00;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- TRIGGER -----*/
  .sz_post_slider_trig{
    padding: 110px 2px 50px 2px;
  }
  /*----- TEXT CONTENT -----*/
  .sz_post_slider_trig_txt{
    padding: 40px 10px 10px 20px;
  }
  /*----- TITLE -----*/
  .sz_post_slider_trig_txt > a{
    font-size: 23px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sldr_post_slider_image{
    padding: 75px 0 10px 0;
  }
  .sz_sldr_post_slider_image > img{
    width: 90%;
  }
  /*----- TEXT -----*/
  .sz_post_slider_slide_txt{
    width: 90%;
  }
  /*----- HEADING -----*/
  .sz_post_slider_slide_txt > h1{
    font-size: 25px;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- TRIGGER -----*/
  .sz_post_slider_trig{
    padding: 110px 60px 50px 60px;
  }
  /*----- TEXT CONTENT -----*/
  .sz_post_slider_trig_txt{
    padding: 40px 10px 10px 20px;
  }
  /*----- TITLE -----*/
  .sz_post_slider_trig_txt > a{
    font-size: 23px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sldr_post_slider_image{
    padding: 75px 0 10px 0;
  }
  .sz_sldr_post_slider_image > img{
    width: 90%;
  }
  /*----- TEXT -----*/
  .sz_post_slider_slide_txt{
    width: 90%;
  }
  /*----- HEADING -----*/
  .sz_post_slider_slide_txt > h1{
    font-size: 25px;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- TRIGGER -----*/
  .sz_post_slider_trig{
    padding: 110px 100px 50px 100px;
  }
  /*----- TEXT CONTENT -----*/
  .sz_post_slider_trig_txt{
    padding: 50px 10px 10px 40px;
  }
  /*----- TITLE -----*/
  .sz_post_slider_trig_txt > a{
    font-size: 25px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sldr_post_slider_image{
    padding: 75px 0 10px 0;
  }
  .sz_sldr_post_slider_image > img{
    width: 80%;
  }
  /*----- TEXT -----*/
  .sz_post_slider_slide_txt{
    width: 80%;
  }
}
/*---------- MEDIA 768px - 900px ----------*/
@media (min-width: 768px) and (max-width: 900px){
  .sz_sldr_post_slider_image > img{
    width: 80%;
  }
  /*----- TEXT -----*/
  .sz_post_slider_slide_txt{
    width: 80%;
  }
  .sz_post_slider_trig_col_3{
    padding: 110px 75px 50px 75px;
  }
  .sz_post_slider_trig_col_2{
    padding: 110px 125px 50px 125px;
  }
}
/*---------- MEDIA 901px - 991px ----------*/
@media (min-width: 901px) and (max-width: 991px){
  .sz_post_slider_trig_col_3{
    padding: 85px 100px 50px 100px;
  }
  .sz_post_slider_trig_col_2{
    padding: 110px 150px 50px 150px;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  .sz_post_slider_trig_col_3{
    padding: 85px 85px 50px 85px;
  }
  .sz_post_slider_trig_col_2{
    padding: 110px 200px 50px 200px;
  }
  /*----- TEXT CONTENT -----*/
  .sz_post_slider_trig_txt{
    padding: 5px;
  }
  /*----- TITLE -----*/
  .sz_post_slider_trig_txt > a{
    font-size: 14px;
  }
}
/*-----------------------------------------*/
/* SHOP 001
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_shop_001_wrapper{
  overflow: hidden;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_shop_001_header{
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_shop_001_header > h1{
  color: #313131;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
/*----- FONT -----*/
.sz_shop_001_header > h1,
.sz_shop_001_trig_img > span,
.sz_shop_001_slide_cart > a,
.sz_shop_001_trig_txt_name a,
.sz_shop_001_trig_txt_name > span,
.sz_shop_001_trig_txt_name > div > a,
.sz_shop_001_slide_txt > h1,
.sz_shop_001_slide_txt > h2,
.sz_shop_001_slide_txt > p,
.sz_shop_001_slide_txt > form > div > label,
.sz_shop_001_slide_txt > form > input,
.sz_shop_001_slide_txt > form select,
.sz_shop_001_slide_txt > form option,
.sz_shop_001_slide_txt > form button{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}
/*---------------------------*/
/* TRIGGER SHOP
/*---------------------------*/
/*----- GENERAL -----*/
.sz_shop_001_trig{
  padding: 25px 5px;
}
.sz_shop_001_trig_col_2{
  padding: 25px 200px;
}
.sz_shop_001_trig > .row{
  margin: 0;
}
.sz_shop_001_trig > .row > div{
  padding: 10px;
}
.sz_shop_001_trig_wrap{
  overflow: hidden;
  position: relative
}
/*----- IMAGE -----*/
.sz_shop_001_trig_img{
  overflow: hidden;
  position: relative;
  background: #eeeeee;
}
.sz_shop_001_trig_img > img{
  width: 80%;
  margin: auto;
  display: block;
}
.sz_shop_001_trig_img > span{
  top: 0;
  left: 0;
  width: 50px;
  height: 25px;
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  position: absolute;
  background: #ff6a00;
  text-transform: uppercase;
}
.sz_shop_001_slide_cart{
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  font-size: 0;
  visibility: hidden;
  position: absolute;
  -webkit-transform: translate(0,100%);
  transform: translate(0,100%);
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_001_trig_wrap:hover .sz_shop_001_slide_cart{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.sz_shop_001_slide_cart > a{
  width: 50%;
  height: 30px;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: background 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: background 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_001_slide_cart > a:nth-child(1){
  background: rgba(0,0,0,0.7);
}
.sz_shop_001_slide_cart > a:nth-child(2){
  background: rgba(120,120,120,0.7);
}
.sz_shop_001_slide_cart > a:focus{
  outline: 0;
}
.sz_shop_001_slide_cart > a:hover,
.sz_shop_001_slide_cart > a:active{
  outline: 0;
  background: #ff6a00;
}
.sz_shop_001_slide_cart > a > span{
  margin-right: 10px;
}
/*----- TEXT -----*/
.sz_shop_001_trig_txt{
  text-align: center;
  position: relative;
}
/*----- NAME AND CATEGORY -----*/
.sz_shop_001_trig_txt_name{
  padding: 10px 5px;
  position: relative;
}
.sz_shop_001_trig_txt_name > a{
  color: #464646;
  font-size: 14px;
  font-weight: 900;
  text-transform: capitalize;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_001_trig_txt_name > a:hover{
  color: #ff6a00;
}
.sz_shop_001_trig_txt_name > div{
  padding: 5px;
  text-align: center;
}
.sz_shop_001_trig_txt_name > div > a{
  margin: 0 5px;
  color: #464646;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_001_trig_txt_name > div > a.sz_shop_001_trig_old{
  color: #cccccc;
  font-weight: 900;
  text-decoration: line-through;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_sop_001_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_sop_001_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_sop_001_mod_sld.carousel{
  position: fixed;
}
.sz_sop_001_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_sop_001_mod_sld > .modal-dialog{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 1301px){
  .sz_sop_001_mod_sld > .modal-dialog{
    width: 85%;
    height: 75%;
	margin: auto;
  }
}
.sz_sop_001_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_sop_001_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_sop_001_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
.sz_shop_001_close{
  top: 5px;
  right: 5px;
  width: 30px;
  z-index: 10;
  height: 30px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  background: #313131;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_001_close:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
/*----- GENERAL -----*/
.sz_sop_001_mod_sld .carousel-inner{
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.sz_sop_001_mod_sld .carousel-inner::-webkit-scrollbar{
  width: 2px;
}
.sz_sop_001_mod_sld .carousel-inner::-webkit-scrollbar-thumb{
  background: #cfcfcf;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_shop_001_controls .carousel-control{
  top: 5px;
  opacity: 1;
  width: 30px;
  height: 30px;
  z-index: 100;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  line-height: 30px;
  text-shadow: none;
  position: absolute;
  background: #313131;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_001_controls .carousel-control.left{
  left: 5px;
  right: auto;
}
.sz_shop_001_controls .carousel-control.right{
  left: 36px;
  right: auto;
}
.sz_shop_001_controls .carousel-control:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*----- SLIDE IMAGE -----*/
.sz_shop_001_slide_row{
  margin: 0;
}
.sz_shop_001_slide_row > div{
  padding: 0;
}
.sz_shop_001_slide_img{
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  background: #eeeeee;
}
.sz_shop_001_slide_img > img{
  width: 100%;
}
/*----- TEXT CONTENT BOX -----*/
.sz_shop_001_slide_txt{
  padding: 50px 30px 10px 30px; 
}
/*----- NAME -----*/
.sz_shop_001_slide_txt > h1{
  color: #313131;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
/*----- STARS -----*/
.sz_shop_001_slide_txt > ul{
  padding: 0;
  margin: 20px 0;
  list-style-type: none;
}
.sz_shop_001_slide_txt > ul > li{
  color: #ff6a00;
  display: inline-block;
}
/*----- PRICE -----*/
.sz_shop_001_slide_txt > h2{
  width: 110px;
  height: 35px;
  color: #ffffff;
  margin: 25px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  background: #ff6a00;
}
/*----- DETAIL -----*/
.sz_shop_001_slide_txt > p{
  color: #313131;
  font-size: 14px;
  font-weight: 400;
}
/*----- FORM -----*/
.sz_shop_001_slide_txt > form{
  margin: 30px 0 20px 0;
}
.sz_shop_001_slide_txt > form > div > label{
  color: #313131;
  font-weight: 400;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.sz_shop_001_slide_txt > form > .sz_form_num,
.sz_shop_001_slide_txt > form > .sz_form_color,
.sz_shop_001_slide_txt > form > .sz_form_size{
  display: inline-block;
}
.sz_shop_001_slide_txt > form > .sz_form_num{
  margin-right: 20px;
}
.sz_shop_001_slide_txt > form > .sz_form_size{
  margin-left: 20px;
}
/*----- INPUT -----*/
.sz_shop_001_slide_txt > form > .sz_form_num > input{
  border: none;
  width: 100px;
  height: 40px;
  color: #313131;
  font-size: 18px;
  background: #f7f7f7;
  display: block;
  border: 1px solid #eaeaea;
}
.sz_shop_001_slide_txt > form > .sz_form_num > input:focus{
  outline: none;
}
/*----- SELECT -----*/
.sz_shop_001_slide_txt > form > .sz_form_color > select,
.sz_shop_001_slide_txt > form > .sz_form_size > select{
  width: 100px;
  height: 40px;
  color: #313131;
  display: block;
  background: #f7f7f7;
  text-transform: uppercase;
  border: 1px solid #eaeaea;
}
.sz_shop_001_slide_txt > form > div > select > option{
  text-transform: uppercase;
}
.sz_shop_001_slide_txt > form > .sz_form_color > select:focus,
.sz_shop_001_slide_txt > form > .sz_form_size > select:focus{
  outline: none;
  background: #f7f7f7;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*----- BUTTON -----*/
.sz_shop_001_slide_txt > form > .sz_form_btn > button{
  left: 0;
  right: 0;
  padding: 0;
  outline: 0;
  width: 150px;
  border: none;
  height: 40px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  background: #313131;
  display: inline-block;
  margin: 50px auto 0 auto;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_001_slide_txt > form > .sz_form_btn > button:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- HEADER -----*/
  .sz_shop_001_header{
    width: 95%;
  }
  .sz_shop_001_header > h1{
    font-size: 20px;
  }
  /*----- TRIGGER -----*/
  .sz_shop_001_trig{
    padding: 25px;
  }
  .sz_shop_001_slide_cart > a{
    height: 45px;
    font-size: 20px;
    line-height: 45px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_shop_001_trig_col_2{
    padding: 25px;
  }
  .sz_sop_001_mod_sld > .modal-dialog{
    width: 90%;
    height: 90%;
  }
  /*----- TEXT CONTENT BOX -----*/
  .sz_shop_001_slide_txt{
    text-align: center;
    padding: 30px 10px 10px 10px; 
  }
  /*----- NAME -----*/
  .sz_shop_001_slide_txt > h1{
    font-size: 16px;
  }
  /*----- STARS -----*/
  .sz_shop_001_slide_txt > ul{
    margin: 10px 0;
  }
  .sz_shop_001_slide_txt > h2{
    margin: 10px auto;
    font-size: 16px;
  }
  .sz_shop_001_slide_txt > form{
    margin: 10px 0 10px 0;
  }
  /*----- INPUT -----*/
  .sz_shop_001_slide_txt > form > .sz_form_num,
  .sz_shop_001_slide_txt > form > .sz_form_color,
  .sz_shop_001_slide_txt > form > .sz_form_size{
    display: block;
  }
  .sz_shop_001_slide_txt > form > .sz_form_num{
    margin-right: 0;
  }
  .sz_shop_001_slide_txt > form > .sz_form_size{
    margin-left: 0;
  }
  .sz_shop_001_slide_txt > form > .sz_form_num > input{
    margin: auto;
  }
  .sz_shop_001_slide_txt > form > .sz_form_color > select,
  .sz_shop_001_slide_txt > form > .sz_form_size > select{
    margin: auto;
  }
  /*----- BUTTON -----*/
  .sz_shop_001_slide_txt > form > .sz_form_btn > button{
    margin: 20px auto 0 auto;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- HEADER -----*/
  .sz_shop_001_header{
    width: 75%;
  }
  /*----- TRIGGER -----*/
  .sz_shop_001_trig{
    padding: 25px 100px;
  }
  .sz_shop_001_slide_cart > a{
    height: 45px;
    font-size: 20px;
    line-height: 45px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sop_001_mod_sld > .modal-dialog{
    width: 90%;
    height: 90%;
  }
  /*----- INPUT -----*/
  .sz_shop_001_slide_txt > form > .sz_form_num,
  .sz_shop_001_slide_txt > form > .sz_form_color,
  .sz_shop_001_slide_txt > form > .sz_form_size{
    display: block;
  }
  .sz_shop_001_slide_txt > form > .sz_form_num{
    margin-right: 0;
  }
  .sz_shop_001_slide_txt > form > .sz_form_size{
    margin-left: 0;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- HEADER -----*/
  .sz_shop_001_header{
    width: 60%;
  }
  /*----- TRIGGER -----*/
  .sz_shop_001_trig{
    padding: 25px 150px;
  }
  .sz_shop_001_slide_cart > a{
    height: 45px;
    font-size: 20px;
    line-height: 45px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sop_001_mod_sld > .modal-dialog{
    width: 90%;
    height: 90%;
  }
  .sz_shop_001_slide_img > img{
    width: 70%;
	margin: auto;
	display: block;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*----- 2 COLUMNS -----*/
  .sz_shop_001_trig_col_2{
    padding: 25px 50px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sop_001_mod_sld > .modal-dialog{
    width: 98%;
    height: 50%;
  }
  /*----- TEXT CONTENT BOX -----*/
  .sz_shop_001_slide_txt{
    padding: 25px 10px 10px 10px; 
  }
  /*----- NAME -----*/
  .sz_shop_001_slide_txt > h1{
    font-size: 14px;
  }
  .sz_shop_001_slide_txt > h2{
    margin: 15px 0;
  }
  /*----- STARS -----*/
  .sz_shop_001_slide_txt > ul{
    margin: 10px 0;
  }
  .sz_shop_001_slide_txt > form{
    margin: 20px 0 10px 0;
  }
  /*----- BUTTON -----*/
  .sz_shop_001_slide_txt > form > .sz_form_btn > button{
    margin: 20px auto 0 auto;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- 2 COLUMNS -----*/
  .sz_shop_001_trig_col_2{
    padding: 25px 150px;
  }
  .sz_shop_001_trig > .row > div{
    padding: 5px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sop_001_mod_sld > .modal-dialog{
    width: 95%;
    height: 55%;
  }
  /*----- NAME -----*/
  .sz_shop_001_slide_txt > h2{
    margin: 15px 0;
  }
  /*----- STARS -----*/
  .sz_shop_001_slide_txt > ul{
    margin: 10px 0;
  }
  .sz_shop_001_slide_txt > form{
    margin: 20px 0 10px 0;
  }
  /*----- BUTTON -----*/
  .sz_shop_001_slide_txt > form > .sz_form_btn > button{
    margin: 20px auto 0 auto;
  }
}
/*---------- MEDIA 1201px - 1300px ----------*/
@media (min-width: 1201px) and (max-width: 1300px){
  /*----- SLIDE IMAGE -----*/
  .sz_sop_001_mod_sld > .modal-dialog{
    width: 95%;
    height: 65%;
  }
}
/*-----------------------------------------*/
/* SHOP 002
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_shop_002_wrapper{
  overflow: hidden;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_shop_002_header{
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_shop_002_header > h1{
  color: #313131;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
/*----- FONT -----*/
.sz_shop_002_header > h1,
.sz_shop_002_trig_img > span,
.sz_shop_002_slide_cart > a,
.sz_shop_002_trig_txt_name a,
.sz_shop_002_trig_txt_name > span,
.sz_shop_002_trig_txt_name > div > a,
.sz_shop_002_slide_txt > h1,
.sz_shop_002_slide_txt > h2,
.sz_shop_002_slide_txt > p,
.sz_shop_002_slide_txt > form > div > label,
.sz_shop_002_slide_txt > form > input,
.sz_shop_002_slide_txt > form select,
.sz_shop_002_slide_txt > form option,
.sz_shop_002_slide_txt > form button{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Source Sans Pro', sans-serif;
}
/*---------------------------*/
/* TRIGGER SHOP
/*---------------------------*/
/*----- GENERAL -----*/
.sz_shop_002_trig{
  padding: 25px 5px;
}
.sz_shop_002_trig_col_2{
  padding: 25px 200px;
}
.sz_shop_002_trig > .row{
  margin: 0;
}
.sz_shop_002_trig > .row > div{
  padding: 10px 5px;
}
.sz_shop_002_trig_wrap{
  overflow: hidden;
  position: relative;
  border: 1px solid #e3e7ea;
}
/*----- IMAGE -----*/
.sz_shop_002_trig_img{
  overflow: hidden;
  position: relative;
  background: #eeeeee;
  -webkit-transition: background 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: background 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_002_trig_wrap:hover .sz_shop_002_trig_img{
  background: transparent;
}
.sz_shop_002_trig_img > img{
  width: 80%;
  margin: auto;
  display: block;
}
/*----- SALE -----*/
.sz_shop_002_trig_img > span{
  top: 5px;
  right: 5px;
  width: 40px;
  height: 25px;
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  position: absolute;
  background: #313131;
  text-transform: capitalize;
}
/*----- CART AND TRIGGER BUTTON -----*/
.sz_shop_002_trig_txt_name > .sz_shop_002_slide_cart{
  top: 5px;
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 0;
  position: relative;
}
.sz_shop_002_trig_txt_name > .sz_shop_002_slide_cart > a{
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  color: #313131;
  margin: auto 0;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  background: #eeeeee;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_002_trig_txt_name > .sz_shop_002_slide_cart > a:nth-child(1){
  left: 0;
  bottom: 0;
}
.sz_shop_002_trig_txt_name > .sz_shop_002_slide_cart > a:nth-child(2){
  right: 0;
  bottom: 0;
}
.sz_shop_002_trig_txt_name > .sz_shop_002_slide_cart > a:focus{
  outline: 0;
}
.sz_shop_002_trig_txt_name > .sz_shop_002_slide_cart > a:hover,
.sz_shop_002_trig_txt_name > .sz_shop_002_slide_cart > a:active{
  outline: 0;
  color: #ffffff;
  background: #ff6a00;
}
/*----- TEXT -----*/
.sz_shop_002_trig_txt{
  text-align: center;
  position: relative;
}
/*----- NAME AND CATEGORY -----*/
.sz_shop_002_trig_txt_name{
  padding: 10px 5px;
  position: relative;
}
.sz_shop_002_trig_txt_name > a{
  color: #313131;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_002_trig_txt_name > a:hover{
  color: #ff6a00;
}
.sz_shop_002_trig_txt_name > div{
  padding: 15px 5px;
  text-align: center;
}
.sz_shop_002_trig_txt_name > div > a{
  margin: 0 5px;
  color: #313131;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_002_trig_txt_name > div > a.sz_shop_002_trig_old{
  color: #ff6a00;
  font-weight: 400;
  text-decoration: line-through;
}
/*----- STARS -----*/
.sz_shop_002_trig_txt_name > ul{
  padding: 0;
  margin: 5px 0;
  list-style-type: none;
}
.sz_shop_002_trig_txt_name > ul > li{
  color: #313131;
  display: inline-block;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_sop_002_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_sop_002_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_sop_002_mod_sld.carousel{
  position: fixed;
}
.sz_sop_002_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_sop_002_mod_sld > .modal-dialog{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 1301px){
  .sz_sop_002_mod_sld > .modal-dialog{
    width: 85%;
    height: 75%;
	margin: auto;
  }
}
.sz_sop_002_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_sop_002_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_sop_002_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
.sz_shop_002_close{
  top: 5px;
  right: 5px;
  width: 30px;
  z-index: 10;
  height: 30px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  background: #313131;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_002_close:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
/*----- GENERAL -----*/
.sz_sop_002_mod_sld .carousel-inner{
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.sz_sop_002_mod_sld .carousel-inner::-webkit-scrollbar{
  width: 2px;
}
.sz_sop_002_mod_sld .carousel-inner::-webkit-scrollbar-thumb{
  background: #cfcfcf;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_shop_002_controls .carousel-control{
  top: 5px;
  opacity: 1;
  width: 30px;
  height: 30px;
  z-index: 100;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  line-height: 30px;
  text-shadow: none;
  position: absolute;
  background: #313131;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_002_controls .carousel-control.left{
  left: 5px;
  right: auto;
}
.sz_shop_002_controls .carousel-control.right{
  left: 36px;
  right: auto;
}
.sz_shop_002_controls .carousel-control:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*----- SLIDE IMAGE -----*/
.sz_shop_002_slide_row{
  margin: 0;
}
.sz_shop_002_slide_row > div{
  padding: 0;
}
.sz_shop_002_slide_img{
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  background: #eeeeee;
}
.sz_shop_002_slide_img > img{
  width: 100%;
}
/*----- TEXT CONTENT BOX -----*/
.sz_shop_002_slide_txt{
  padding: 50px 30px 10px 30px; 
}
/*----- NAME -----*/
.sz_shop_002_slide_txt > h1{
  color: #313131;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
/*----- STARS -----*/
.sz_shop_002_slide_txt > ul{
  padding: 0;
  margin: 20px 0;
  list-style-type: none;
}
.sz_shop_002_slide_txt > ul > li{
  color: #ff6a00;
  display: inline-block;
}
/*----- PRICE -----*/
.sz_shop_002_slide_txt > h2{
  width: 110px;
  height: 35px;
  color: #ffffff;
  margin: 25px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  background: #ff6a00;
}
/*----- DETAIL -----*/
.sz_shop_002_slide_txt > p{
  color: #313131;
  font-size: 14px;
  font-weight: 400;
}
/*----- FORM -----*/
.sz_shop_002_slide_txt > form{
  margin: 30px 0 20px 0;
}
.sz_shop_002_slide_txt > form > div > label{
  color: #313131;
  font-weight: 400;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.sz_shop_002_slide_txt > form > .sz_form_num,
.sz_shop_002_slide_txt > form > .sz_form_color,
.sz_shop_002_slide_txt > form > .sz_form_size{
  display: inline-block;
}
.sz_shop_002_slide_txt > form > .sz_form_num{
  margin-right: 20px;
}
.sz_shop_002_slide_txt > form > .sz_form_size{
  margin-left: 20px;
}
/*----- INPUT -----*/
.sz_shop_002_slide_txt > form > .sz_form_num > input{
  border: none;
  width: 100px;
  height: 40px;
  color: #313131;
  font-size: 18px;
  background: #f7f7f7;
  display: block;
  border: 1px solid #eaeaea;
}
.sz_shop_002_slide_txt > form > .sz_form_num > input:focus{
  outline: none;
}
/*----- SELECT -----*/
.sz_shop_002_slide_txt > form > .sz_form_color > select,
.sz_shop_002_slide_txt > form > .sz_form_size > select{
  width: 100px;
  height: 40px;
  color: #313131;
  display: block;
  background: #f7f7f7;
  text-transform: uppercase;
  border: 1px solid #eaeaea;
}
.sz_shop_002_slide_txt > form > div > select > option{
  text-transform: uppercase;
}
.sz_shop_002_slide_txt > form > .sz_form_color > select:focus,
.sz_shop_002_slide_txt > form > .sz_form_size > select:focus{
  outline: none;
  background: #f7f7f7;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*----- BUTTON -----*/
.sz_shop_002_slide_txt > form > .sz_form_btn > button{
  left: 0;
  right: 0;
  padding: 0;
  outline: 0;
  width: 150px;
  border: none;
  height: 40px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  background: #313131;
  display: inline-block;
  margin: 50px auto 0 auto;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_002_slide_txt > form > .sz_form_btn > button:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- HEADER -----*/
  .sz_shop_002_header{
    width: 95%;
  }
  .sz_shop_002_header > h1{
    font-size: 20px;
  }
  /*----- TRIGGER -----*/
  .sz_shop_002_trig{
    padding: 25px;
  }
  .sz_shop_002_slide_cart > a{
    height: 45px;
    font-size: 20px;
    line-height: 45px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_shop_002_trig_col_2{
    padding: 25px;
  }
  .sz_sop_002_mod_sld > .modal-dialog{
    width: 90%;
    height: 90%;
  }
  /*----- TEXT CONTENT BOX -----*/
  .sz_shop_002_slide_txt{
    text-align: center;
    padding: 30px 10px 10px 10px; 
  }
  /*----- NAME -----*/
  .sz_shop_002_slide_txt > h1{
    font-size: 16px;
  }
  /*----- STARS -----*/
  .sz_shop_002_slide_txt > ul{
    margin: 10px 0;
  }
  .sz_shop_002_slide_txt > h2{
    margin: 10px auto;
    font-size: 16px;
  }
  .sz_shop_002_slide_txt > form{
    margin: 10px 0 10px 0;
  }
  /*----- INPUT -----*/
  .sz_shop_002_slide_txt > form > .sz_form_num,
  .sz_shop_002_slide_txt > form > .sz_form_color,
  .sz_shop_002_slide_txt > form > .sz_form_size{
    display: block;
  }
  .sz_shop_002_slide_txt > form > .sz_form_num{
    margin-right: 0;
  }
  .sz_shop_002_slide_txt > form > .sz_form_size{
    margin-left: 0;
  }
  .sz_shop_002_slide_txt > form > .sz_form_num > input{
    margin: auto;
  }
  .sz_shop_002_slide_txt > form > .sz_form_color > select,
  .sz_shop_002_slide_txt > form > .sz_form_size > select{
    margin: auto;
  }
  /*----- BUTTON -----*/
  .sz_shop_002_slide_txt > form > .sz_form_btn > button{
    margin: 20px auto 0 auto;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- HEADER -----*/
  .sz_shop_002_header{
    width: 75%;
  }
  /*----- TRIGGER -----*/
  .sz_shop_002_trig{
    padding: 25px 100px;
  }
  .sz_shop_002_slide_cart > a{
    height: 45px;
    font-size: 20px;
    line-height: 45px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sop_002_mod_sld > .modal-dialog{
    width: 90%;
    height: 90%;
  }
  /*----- INPUT -----*/
  .sz_shop_002_slide_txt > form > .sz_form_num,
  .sz_shop_002_slide_txt > form > .sz_form_color,
  .sz_shop_002_slide_txt > form > .sz_form_size{
    display: block;
  }
  .sz_shop_002_slide_txt > form > .sz_form_num{
    margin-right: 0;
  }
  .sz_shop_002_slide_txt > form > .sz_form_size{
    margin-left: 0;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- HEADER -----*/
  .sz_shop_002_header{
    width: 60%;
  }
  /*----- TRIGGER -----*/
  .sz_shop_002_trig{
    padding: 25px 150px;
  }
  .sz_shop_002_slide_cart > a{
    height: 45px;
    font-size: 20px;
    line-height: 45px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sop_002_mod_sld > .modal-dialog{
    width: 90%;
    height: 90%;
  }
  .sz_shop_002_slide_img > img{
    width: 70%;
	margin: auto;
	display: block;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*----- 2 COLUMNS -----*/
  .sz_shop_002_trig_col_2{
    padding: 25px 50px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sop_002_mod_sld > .modal-dialog{
    width: 98%;
    height: 50%;
  }
  /*----- TEXT CONTENT BOX -----*/
  .sz_shop_002_slide_txt{
    padding: 25px 10px 10px 10px; 
  }
  /*----- NAME -----*/
  .sz_shop_002_slide_txt > h1{
    font-size: 14px;
  }
  .sz_shop_002_slide_txt > h2{
    margin: 15px 0;
  }
  /*----- STARS -----*/
  .sz_shop_002_slide_txt > ul{
    margin: 10px 0;
  }
  .sz_shop_002_slide_txt > form{
    margin: 20px 0 10px 0;
  }
  /*----- BUTTON -----*/
  .sz_shop_002_slide_txt > form > .sz_form_btn > button{
    margin: 20px auto 0 auto;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- 2 COLUMNS -----*/
  .sz_shop_002_trig_col_2{
    padding: 25px 150px;
  }
  .sz_shop_002_trig > .row > div{
    padding: 5px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sop_002_mod_sld > .modal-dialog{
    width: 95%;
    height: 55%;
  }
  /*----- NAME -----*/
  .sz_shop_002_slide_txt > h2{
    margin: 15px 0;
  }
  /*----- STARS -----*/
  .sz_shop_002_slide_txt > ul{
    margin: 10px 0;
  }
  .sz_shop_002_slide_txt > form{
    margin: 20px 0 10px 0;
  }
  /*----- BUTTON -----*/
  .sz_shop_002_slide_txt > form > .sz_form_btn > button{
    margin: 20px auto 0 auto;
  }
}
/*---------- MEDIA 1201px - 1300px ----------*/
@media (min-width: 1201px) and (max-width: 1300px){
  /*----- SLIDE IMAGE -----*/
  .sz_sop_002_mod_sld > .modal-dialog{
    width: 95%;
    height: 65%;
  }
}
/*-----------------------------------------*/
/* SHOP 003
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_shop_003_wrapper{
  overflow: hidden;
  background: #f5f5f5;
  padding: 20px 0 50px 0;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_shop_003_header{
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_shop_003_header > h1{
  color: #313131;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
/*----- FONT -----*/
.sz_shop_003_header > h1,
.sz_shop_003_trig_img > span,
.sz_shop_003_slide_cart > a,
.sz_shop_003_trig_txt_name a,
.sz_shop_003_trig_txt_name > span,
.sz_shop_003_trig_txt_name > div > a,
.sz_shop_003_slide_txt > h1,
.sz_shop_003_slide_txt > h2,
.sz_shop_003_slide_txt > p,
.sz_shop_003_slide_txt > form > div > label,
.sz_shop_003_slide_txt > form > input,
.sz_shop_003_slide_txt > form select,
.sz_shop_003_slide_txt > form option,
.sz_shop_003_slide_txt > form button,
.sz_shop_003_trig_txt_name > .sz_shop_003_slide_cart > a{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Titillium Web', sans-serif;
  font-family: 'Source Sans Pro', sans-serif;
}
/*---------------------------*/
/* TRIGGER SHOP
/*---------------------------*/
/*----- GENERAL -----*/
.sz_shop_003_trig{
  padding: 25px 5px;
}
.sz_shop_003_trig_col_2{
  padding: 25px 200px;
}
.sz_shop_003_trig > .row{
  margin: 0;
}
.sz_shop_003_trig > .row > div{
  padding: 10px;
}
.sz_shop_003_trig_wrap{
  overflow: hidden;
  position: relative;
}
/*----- IMAGE -----*/
.sz_shop_003_trig_img{
  overflow: hidden;
  position: relative;
  background: #e3e7ea;
}
.sz_shop_003_trig_img > img{
  width: 80%;
  margin: auto;
  display: block;
}
/*----- SALE -----*/
.sz_shop_003_trig_img > span{
  top: 5px;
  left: 5px;
  width: 40px;
  height: 25px;
  display: block;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  position: absolute;
  background: #ff6a00;
  text-transform: capitalize;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/*----- CART AND TRIGGER BUTTON -----*/
.sz_shop_003_trig_txt_name > .sz_shop_003_slide_cart{
  top: 5px;
  width: 100%;
  height: 35px;
  font-size: 0;
  line-height: 35px;
  position: relative;
}
.sz_shop_003_trig_txt_name > .sz_shop_003_slide_cart > a{
  top: 0;
  bottom: 0;
  color: #313131;
  margin: auto 0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  background: #e3e7ea;
  display: inline-block;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_003_trig_txt_name > .sz_shop_003_slide_cart > a:nth-child(1){
  left: 0;
  bottom: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.sz_shop_003_trig_txt_name > .sz_shop_003_slide_cart > a:nth-child(2){
  right: 0;
  bottom: 5px;
  width: 100px;
  height: 30px;
  line-height: 30px;
}
.sz_shop_003_trig_txt_name > .sz_shop_003_slide_cart > a:focus{
  outline: 0;
}
.sz_shop_003_trig_txt_name > .sz_shop_003_slide_cart > a:hover,
.sz_shop_003_trig_txt_name > .sz_shop_003_slide_cart > a:active{
  outline: 0;
  color: #ffffff;
  background: #ff6a00;
}
/*----- TEXT -----*/
.sz_shop_003_trig_txt{
  text-align: left;
  position: relative;
  padding: 10px 10px;
  background: #ffffff;
}
/*----- NAME AND CATEGORY -----*/
.sz_shop_003_trig_txt_name{
  position: relative;
}
.sz_shop_003_trig_txt_name > a{
  color: #313131;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_003_trig_txt_name > a:hover{
  color: #ff6a00;
}
.sz_shop_003_trig_txt_name > div{
  padding: 10px 0;
  text-align: left;
}
.sz_shop_003_trig_txt_name > div > a{
  color: #313131;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_003_trig_txt_name > div > a.sz_shop_003_trig_old{
  color: #ff6a00;
  font-weight: 600;
  margin: 0 10px 0 0;
  text-decoration: line-through;
}
/*----- STARS -----*/
.sz_shop_003_trig_txt_name > ul{
  padding: 0;
  margin: 5px 0;
  list-style-type: none;
}
.sz_shop_003_trig_txt_name > ul > li{
  color: #313131;
  display: inline-block;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_sop_003_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_sop_003_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_sop_003_mod_sld.carousel{
  position: fixed;
}
.sz_sop_003_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_sop_003_mod_sld > .modal-dialog{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 1301px){
  .sz_sop_003_mod_sld > .modal-dialog{
    width: 85%;
    height: 75%;
	margin: auto;
  }
}
.sz_sop_003_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_sop_003_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_sop_003_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
.sz_shop_003_close{
  top: 5px;
  right: 5px;
  width: 30px;
  z-index: 10;
  height: 30px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  background: #313131;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_003_close:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
/*----- GENERAL -----*/
.sz_sop_003_mod_sld .carousel-inner{
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.sz_sop_003_mod_sld .carousel-inner::-webkit-scrollbar{
  width: 2px;
}
.sz_sop_003_mod_sld .carousel-inner::-webkit-scrollbar-thumb{
  background: #cfcfcf;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_shop_003_controls .carousel-control{
  top: 5px;
  opacity: 1;
  width: 30px;
  height: 30px;
  z-index: 100;
  color: #ffffff;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  line-height: 30px;
  text-shadow: none;
  position: absolute;
  background: #313131;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_003_controls .carousel-control.left{
  left: 5px;
  right: auto;
}
.sz_shop_003_controls .carousel-control.right{
  left: 36px;
  right: auto;
}
.sz_shop_003_controls .carousel-control:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*----- SLIDE IMAGE -----*/
.sz_shop_003_slide_row{
  margin: 0;
}
.sz_shop_003_slide_row > div{
  padding: 0;
}
.sz_shop_003_slide_img{
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  background: #eeeeee;
}
.sz_shop_003_slide_img > img{
  width: 100%;
}
/*----- TEXT CONTENT BOX -----*/
.sz_shop_003_slide_txt{
  padding: 50px 30px 10px 30px; 
}
/*----- NAME -----*/
.sz_shop_003_slide_txt > h1{
  color: #313131;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
/*----- STARS -----*/
.sz_shop_003_slide_txt > ul{
  padding: 0;
  margin: 20px 0;
  list-style-type: none;
}
.sz_shop_003_slide_txt > ul > li{
  color: #ff6a00;
  display: inline-block;
}
/*----- PRICE -----*/
.sz_shop_003_slide_txt > h2{
  width: 110px;
  height: 35px;
  color: #ffffff;
  margin: 25px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 35px;
  text-align: center;
  background: #ff6a00;
}
/*----- DETAIL -----*/
.sz_shop_003_slide_txt > p{
  color: #313131;
  font-size: 14px;
  font-weight: 400;
}
/*----- FORM -----*/
.sz_shop_003_slide_txt > form{
  margin: 30px 0 20px 0;
}
.sz_shop_003_slide_txt > form > div > label{
  color: #313131;
  font-weight: 400;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.sz_shop_003_slide_txt > form > .sz_form_num,
.sz_shop_003_slide_txt > form > .sz_form_color,
.sz_shop_003_slide_txt > form > .sz_form_size{
  display: inline-block;
}
.sz_shop_003_slide_txt > form > .sz_form_num{
  margin-right: 20px;
}
.sz_shop_003_slide_txt > form > .sz_form_size{
  margin-left: 20px;
}
/*----- INPUT -----*/
.sz_shop_003_slide_txt > form > .sz_form_num > input{
  border: none;
  width: 100px;
  height: 40px;
  color: #313131;
  font-size: 18px;
  background: #f7f7f7;
  display: block;
  border: 1px solid #eaeaea;
}
.sz_shop_003_slide_txt > form > .sz_form_num > input:focus{
  outline: none;
}
/*----- SELECT -----*/
.sz_shop_003_slide_txt > form > .sz_form_color > select,
.sz_shop_003_slide_txt > form > .sz_form_size > select{
  width: 100px;
  height: 40px;
  color: #313131;
  display: block;
  background: #f7f7f7;
  text-transform: uppercase;
  border: 1px solid #eaeaea;
}
.sz_shop_003_slide_txt > form > div > select > option{
  text-transform: uppercase;
}
.sz_shop_003_slide_txt > form > .sz_form_color > select:focus,
.sz_shop_003_slide_txt > form > .sz_form_size > select:focus{
  outline: none;
  background: #f7f7f7;
  border: 1px solid #eaeaea;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*----- BUTTON -----*/
.sz_shop_003_slide_txt > form > .sz_form_btn > button{
  left: 0;
  right: 0;
  padding: 0;
  outline: 0;
  width: 150px;
  border: none;
  height: 40px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  background: #313131;
  display: inline-block;
  margin: 50px auto 0 auto;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_003_slide_txt > form > .sz_form_btn > button:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- HEADER -----*/
  .sz_shop_003_header{
    width: 95%;
  }
  .sz_shop_003_header > h1{
    font-size: 20px;
  }
  /*----- TRIGGER -----*/
  .sz_shop_003_trig{
    padding: 25px;
  }
  .sz_shop_003_slide_cart > a{
    height: 45px;
    font-size: 20px;
    line-height: 45px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_shop_003_trig_col_2{
    padding: 25px;
  }
  .sz_sop_003_mod_sld > .modal-dialog{
    width: 90%;
    height: 90%;
  }
  /*----- TEXT CONTENT BOX -----*/
  .sz_shop_003_slide_txt{
    text-align: center;
    padding: 30px 10px 10px 10px; 
  }
  /*----- NAME -----*/
  .sz_shop_003_slide_txt > h1{
    font-size: 16px;
  }
  /*----- STARS -----*/
  .sz_shop_003_slide_txt > ul{
    margin: 10px 0;
  }
  .sz_shop_003_slide_txt > h2{
    margin: 10px auto;
    font-size: 16px;
  }
  .sz_shop_003_slide_txt > form{
    margin: 10px 0 10px 0;
  }
  /*----- INPUT -----*/
  .sz_shop_003_slide_txt > form > .sz_form_num,
  .sz_shop_003_slide_txt > form > .sz_form_color,
  .sz_shop_003_slide_txt > form > .sz_form_size{
    display: block;
  }
  .sz_shop_003_slide_txt > form > .sz_form_num{
    margin-right: 0;
  }
  .sz_shop_003_slide_txt > form > .sz_form_size{
    margin-left: 0;
  }
  .sz_shop_003_slide_txt > form > .sz_form_num > input{
    margin: auto;
  }
  .sz_shop_003_slide_txt > form > .sz_form_color > select,
  .sz_shop_003_slide_txt > form > .sz_form_size > select{
    margin: auto;
  }
  /*----- BUTTON -----*/
  .sz_shop_003_slide_txt > form > .sz_form_btn > button{
    margin: 20px auto 0 auto;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- HEADER -----*/
  .sz_shop_003_header{
    width: 75%;
  }
  /*----- TRIGGER -----*/
  .sz_shop_003_trig{
    padding: 25px 100px;
  }
  .sz_shop_003_slide_cart > a{
    height: 45px;
    font-size: 20px;
    line-height: 45px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sop_003_mod_sld > .modal-dialog{
    width: 90%;
    height: 90%;
  }
  /*----- INPUT -----*/
  .sz_shop_003_slide_txt > form > .sz_form_num,
  .sz_shop_003_slide_txt > form > .sz_form_color,
  .sz_shop_003_slide_txt > form > .sz_form_size{
    display: block;
  }
  .sz_shop_003_slide_txt > form > .sz_form_num{
    margin-right: 0;
  }
  .sz_shop_003_slide_txt > form > .sz_form_size{
    margin-left: 0;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- HEADER -----*/
  .sz_shop_003_header{
    width: 60%;
  }
  /*----- TRIGGER -----*/
  .sz_shop_003_trig{
    padding: 25px 150px;
  }
  .sz_shop_003_slide_cart > a{
    height: 45px;
    font-size: 20px;
    line-height: 45px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sop_003_mod_sld > .modal-dialog{
    width: 90%;
    height: 90%;
  }
  .sz_shop_003_slide_img > img{
    width: 70%;
	margin: auto;
	display: block;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*----- 2 COLUMNS -----*/
  .sz_shop_003_trig_col_2{
    padding: 25px 50px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sop_003_mod_sld > .modal-dialog{
    width: 98%;
    height: 50%;
  }
  /*----- TEXT CONTENT BOX -----*/
  .sz_shop_003_slide_txt{
    padding: 25px 10px 10px 10px; 
  }
  /*----- NAME -----*/
  .sz_shop_003_slide_txt > h1{
    font-size: 14px;
  }
  .sz_shop_003_slide_txt > h2{
    margin: 15px 0;
  }
  /*----- STARS -----*/
  .sz_shop_003_slide_txt > ul{
    margin: 10px 0;
  }
  .sz_shop_003_slide_txt > form{
    margin: 20px 0 10px 0;
  }
  /*----- BUTTON -----*/
  .sz_shop_003_slide_txt > form > .sz_form_btn > button{
    margin: 20px auto 0 auto;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- 2 COLUMNS -----*/
  .sz_shop_003_trig_col_2{
    padding: 25px 150px;
  }
  .sz_shop_003_trig > .row > div{
    padding: 5px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sop_003_mod_sld > .modal-dialog{
    width: 95%;
    height: 55%;
  }
  /*----- NAME -----*/
  .sz_shop_003_slide_txt > h2{
    margin: 15px 0;
  }
  /*----- STARS -----*/
  .sz_shop_003_slide_txt > ul{
    margin: 10px 0;
  }
  .sz_shop_003_slide_txt > form{
    margin: 20px 0 10px 0;
  }
  /*----- BUTTON -----*/
  .sz_shop_003_slide_txt > form > .sz_form_btn > button{
    margin: 20px auto 0 auto;
  }
}
/*---------- MEDIA 1201px - 1300px ----------*/
@media (min-width: 1201px) and (max-width: 1300px){
  /*----- SLIDE IMAGE -----*/
  .sz_sop_003_mod_sld > .modal-dialog{
    width: 95%;
    height: 65%;
  }
}
/*-----------------------------------------*/
/* SHOP SLIDER
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_shop_slider_wrapper{
  overflow: hidden;
  background: #f5f5f5;
  padding: 20px 0 0 0;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
.sz_shop_slider_trig{
  overflow: hidden;
  position: relative;
}
.sz_shop_slider_trig > .carousel-inner > .item{
  overflow: hidden;
}
/*----- FONT -----*/
.sz_shop_slider_header > h1,
.sz_shop_slider_trig_img > span,
.sz_shop_slider_trig_name > a,
.sz_shop_slider_trig_name > span{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
/*----- HEADER -----*/
.sz_shop_slider_header{
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_shop_slider_header > h1{
  color: #313131;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
}
/*---------------------------*/
/* TRIGGER SLIDER
/*---------------------------*/
/*----- GENERAL -----*/
.sz_shop_slider_trig{
  padding: 100px 10px 50px 10px;
}
.sz_shop_slider_trig_col_3{
  padding: 100px 125px 50px 125px;
}
.sz_shop_slider_trig_col_2{
  padding: 100px 250px 50px 250px;
}
.sz_shop_slider_trig .row{
  margin: 0;
}
.sz_shop_slider_trig .row > div{
  padding: 10px;
}
.sz_shop_slider_trig_wrap{
  overflow: hidden;
  position: relative;
}
/*----- INDICATORS CONTROL -----*/
#yir .sz_shop_slider_indicators > .carousel-indicators{
  left: 0;
  right: 0;
  top: 40px;
  width: 98%;
  height: 40px;
  font-size: 0;
  margin: 0 auto;
  overflow-x: auto;
  text-align: right;
  padding-left: 5px;
  padding-right: 5px;
  overflow-y: hidden;
  white-space: nowrap;
}
#yir .sz_shop_slider_indicators > .carousel-indicators li{
  width: auto;
  height: 35px;
  margin: 0 2px;
  color: #3a3a3a;
  text-indent: 0;
  padding: 0 15px;
  font-size: 12px;
  overflow: hidden;
  line-height: 33px;
  text-align: center;
  letter-spacing: 1px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
#yir .sz_shop_slider_indicators > .carousel-indicators > li:first-child{
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
#yir .sz_shop_slider_indicators > .carousel-indicators > li:last-child{
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#yir .sz_shop_slider_indicators > .carousel-indicators .active{
  width: auto;
  height: 35px;
  margin: 0 2px;
  text-indent: 0;
  color: #ffffff;
  background: #ff6a00;
  border: 1px solid #ff6a00;
}
#yir .sz_shop_slider_indicators > .carousel-indicators::-webkit-scrollbar{
  height: 2px;
}
.sz_shop_slider_indicators > .carousel-indicators::-webkit-scrollbar-thumb{
  background: #e0e0e0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_shop_slider_control .carousel-control{
  top: 0;
  opacity: 1;
  width: 30px;
  bottom: auto;
  height: 30px;
  color: #3a3a3a;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 27px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.sz_shop_slider_control .carousel-control.left{
  left: 15px;
  right: auto;
  margin: auto;
  -webkit-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.sz_shop_slider_control .carousel-control.right{
  left: 48px;
  right: auto;
  margin: auto;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.sz_shop_slider_control .carousel-control:hover{
  opacity: 1;
  color: #ffffff;
  background: #ff6a00;
  border: 1px solid #ff6a00;
}
/*----- IMAGE -----*/
.sz_shop_slider_trig_img{
  overflow: hidden;
  position: relative;
  background: #ededed;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.sz_shop_slider_trig_img > img{
  width: 100%;
  margin: auto;
  display: block;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
/*----- SALE -----*/
.sz_shop_slider_trig_img > span{
  top: 5px;
  left: 5px;
  display: block;
  color: #ffffff;
  padding: 3px 10px;
  position: absolute;
  background: #ff6a00;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/*----- TRIGGER BUTTON -----*/
.sz_shop_slider_trig_btn{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: block;
  visibility: hidden;
  text-align: center;
  position: absolute;
  background: rgba(0,0,0,0.2);
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_shop_slider_trig_wrap:hover .sz_shop_slider_trig_btn{
  opacity: 1;
  visibility: visible;
}
.sz_shop_slider_trig_btn > a{
  right: 5px;
  bottom: 5px;
  width: 40px;
  height: 40px;
  margin: auto;
  color: #000000;
  line-height: 40px;
  text-align: center;
  position: absolute;
  background: #f5f5f5;
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_shop_slider_trig_btn > a:focus{
  outline: none;
}
.sz_shop_slider_trig_btn > a:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*----- TEXT CONTENT -----*/
.sz_shop_slider_trig_txt{
  padding: 15px;
  text-align: left;
  position: relative;
  background: #ffffff;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 2px solid #e0e0e0;
  -webkit-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
/*----- CATEGORY -----*/
.sz_shop_slider_trig_txt > a{
  color: #9e9e9e;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: color .7s cubic-bezier(0.3,1,0,1);
  transition: color .7s cubic-bezier(0.3,1,0,1);
}
.sz_shop_slider_trig_txt > a:hover{
  color: #ff6a00;
}
.sz_shop_slider_trig_txt > ul{
  padding: 0;
  margin-left: 15px;
  display: inline-block;
  list-style-type: none;
}
.sz_shop_slider_trig_txt > ul > li{
  color: #ffd700;
  display: inline-block;
}
.sz_shop_slider_trig_name > a{
  color: #3a3a3a;
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0 10px 0;
  -webkit-transition: color .7s cubic-bezier(0.3,1,0,1);
  transition: color .7s cubic-bezier(0.3,1,0,1);
}
.sz_shop_slider_trig_name > a:hover{
  color: #ff6a00;
}
.sz_shop_slider_trig_name > span{
  color: #ff6a00;
  display: block;
  font-size: 18px;
  font-weight: 600;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_shop_slider_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_shop_slider_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_shop_slider_mod_sld.carousel{
  position: fixed;
}
.sz_shop_slider_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_shop_slider_mod_sld > .modal-dialog{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 768px){
  .sz_shop_slider_mod_sld > .modal-dialog{
    width: 100%;
    height: 100%;
	margin: auto;
  }
}
.sz_shop_slider_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 100%;
  padding: 70px 0 0 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_shop_slider_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 5px;
}
.sz_shop_slider_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #8e8e8e;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
a.sz_shop_slider_close{
  top: 10px;
  right: 10px;
  width: 40px;
  z-index: 100;
  height: 40px;
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 100;
  line-height: 40px;
  text-align: center;
  position: absolute;
  background: #f5f5f5;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_slider_close:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
.sz_shop_slider_slide_txt > h1,
.sz_shop_slider_slide_txt > p,
ul.sz_shop_slider_slide_price > li,
.sz_shop_slider_slide_txt > form > div > label,
.sz_shop_slider_slide_txt > form > .sz_shop_slider_slide_num > input,
.sz_shop_slider_slide_txt > form > .sz_shop_slider_slide_btn > button{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
.sz_shop_slider_mod_sld .carousel-inner{
  width: 85%;
  margin: auto;
  overflow: hidden;
  background: #f5f5f5;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.sz_shop_slider_mod_sld .carousel-inner > .item{
  padding: 30px;
  overflow: hidden;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_shop_sldr_control .carousel-control{
  top: 45%;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  color: #3e3e3e;
  font-size: 20px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: #f5f5f5;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.sz_shop_sldr_control .carousel-control.left{
  left: 2%;
  margin: auto;
}
.sz_shop_sldr_control .carousel-control.right{
  right: 2%;
  left: auto;
  margin: auto;
}
.sz_shop_sldr_control .carousel-control:hover{
  opacity: 1;
  color: #ffffff;
  background: #ff6a00;
}
/*----- SLIDE IMAGE -----*/
.sz_sldr_shop_slider_image{
  width: 40%;
  float: left;
  padding: 25px 0;
  background: #e0e0e0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.sz_sldr_shop_slider_image > img{
  width: 85%;
  margin: auto;
  display: block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/*----- SLIDE SALE -----*/
.sz_sldr_shop_slider_image > span{
  top: 50px;
  left: 50px;
  width: 45px;
  height: 45px;
  display: block;
  color: #ffffff;
  line-height: 45px;
  position: absolute;
  text-align: center;
  background: #ff6a00;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/*----- TEXT -----*/
.sz_shop_slider_slide_txt{
  width: 60%;
  padding: 0 0 0 25px;
  display: inline-block;
}
/*----- HEADING -----*/
.sz_shop_slider_slide_txt > h1{
  color: #3e3e3e;
  font-size: 28px;
  font-weight: 700;
}
/*----- PRICE -----*/
ul.sz_shop_slider_slide_price{
  padding: 0;
  margin: 15px 0 15px 0;
  list-style-type: none;
}
ul.sz_shop_slider_slide_price > li{
  color: #ff6a00;
  font-size: 22px;
  font-weight: 700;
  display: inline-block;
}
ul.sz_shop_slider_slide_price > li > span{
  color: #3e3e3e;
  font-size: 18px;
  margin-left: 5px;
  font-weight: 400;
  text-decoration: line-through;
}
/*----- RATING -----*/
ul.sz_shop_slider_slide_rating{
  padding: 0;
  margin: 0 0 15px 0;
  list-style-type: none;
}
ul.sz_shop_slider_slide_rating > li{
  color: #ffd700;
  display: inline-block;
}
/*----- PARAGRAPH -----*/
.sz_shop_slider_slide_txt > p{
  color: #3e3e3e;
  display: block;
  font-size: 13px;
  padding: 15px 0;
  font-weight: 400;
  text-align: justify;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
/*----- FORM -----*/
.sz_shop_slider_slide_txt > form{
  margin: 15px 0 15px 0;
}
.sz_shop_slider_slide_txt > form > div > label{
  color: #313131;
  font-weight: 400;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
.sz_shop_slider_slide_txt > form > .sz_shop_slider_slide_num{
  display: inline-block;
}
/*----- INPUT -----*/
.sz_shop_slider_slide_txt > form > .sz_shop_slider_slide_num > input{
  border: none;
  width: 100px;
  height: 40px;
  color: #3e3e3e;
  display: block;
  font-size: 18px;
  background: #ffffff;
  padding: 0 10px 0 10px;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.sz_shop_slider_slide_txt > form > .sz_shop_slider_slide_num > input:focus{
  outline: none;
}
/*----- BUTTON -----*/
.sz_shop_slider_slide_txt > form > .sz_shop_slider_slide_btn > button{
  padding: 0;
  outline: 0;
  width: 150px;
  border: none;
  height: 40px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  line-height: 40px;
  position: relative;
  background: #ff6a00;
  display: inline-block;
  margin: 15px 0 10px 0;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_shop_slider_slide_txt > form > .sz_shop_slider_slide_btn > button:hover{
  color: #ffffff;
  background: #3e3e3e;
}
/*----- SOCIAL MEDIA -----*/
ul.sz_shop_slider_slide_social{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul.sz_shop_slider_slide_social > li{
  display: inline-block;
}
ul.sz_shop_slider_slide_social > li > a{
  width: 35px;
  height: 35px;
  color: #3e3e3e;
  display: block;
  line-height: 32px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
ul.sz_shop_slider_slide_social > li > a:hover{
  color: #ffffff;
  border: 1px solid #ff6a00;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- TRIGGER -----*/
  .sz_shop_slider_trig{
    padding: 100px 30px 50px 30px;
  }
  /*----- HEADER -----*/
  .sz_shop_slider_header > h1{
    font-size: 25px;
  }
  .sz_shop_slider_control .carousel-control.left{
    left: 0;
    right: 32px;
  }
  .sz_shop_slider_control .carousel-control.right{
    right: 0;
	left: 32px;
  }
  /*----- INDICATORS CONTROL -----*/
  #yir .sz_shop_slider_indicators > .carousel-indicators{
    text-align: center;
  }
  /*----- SLIDER -----*/
  .sz_shop_slider_mod_sld .carousel-inner{
    width: 98%;
  }
  .sz_shop_slider_mod_sld .carousel-inner > .item{
    padding: 5px;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_shop_sldr_control .carousel-control{
    top: 10px;
  }
  .sz_shop_sldr_control .carousel-control.left{
    left: 0;
    right: 45px;
  }
  .sz_shop_sldr_control .carousel-control.right{
    right: 0;
    left: 45px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sldr_shop_slider_image{
    width: 100%;
    float: none;
  }
  /*----- SLIDE SALE -----*/
  .sz_sldr_shop_slider_image > span{
    top: 10px;
    left: 10px;
  }
  /*----- TEXT -----*/
  .sz_shop_slider_slide_txt{
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
  /*----- HEADING -----*/
  .sz_shop_slider_slide_txt > h1{
    font-size: 20px;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- TRIGGER -----*/
  .sz_shop_slider_trig{
    padding: 100px 60px 50px 60px;
  }
  .sz_shop_slider_trig_name > a{
    font-size: 18px;
  }
  .sz_shop_slider_control .carousel-control.left{
    left: 0;
    right: 32px;
  }
  .sz_shop_slider_control .carousel-control.right{
    right: 0;
	left: 32px;
  }
  /*----- INDICATORS CONTROL -----*/
  #yir .sz_shop_slider_indicators > .carousel-indicators{
    text-align: center;
  }
  /*----- SLIDER -----*/
  .sz_shop_slider_mod_sld .carousel-inner{
    width: 90%;
  }
  .sz_shop_slider_mod_sld .carousel-inner > .item{
    padding: 20px;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_shop_sldr_control .carousel-control{
    top: 10px;
  }
  .sz_shop_sldr_control .carousel-control.left{
    left: 0;
    right: 45px;
  }
  .sz_shop_sldr_control .carousel-control.right{
    right: 0;
    left: 45px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sldr_shop_slider_image{
    width: 100%;
    float: none;
  }
  /*----- SLIDE SALE -----*/
  .sz_sldr_shop_slider_image > span{
    top: 30px;
    left: 30px;
  }
  /*----- TEXT -----*/
  .sz_shop_slider_slide_txt{
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- TRIGGER -----*/
  .sz_shop_slider_trig{
    padding: 100px 125px 50px 125px;
  }
  .sz_shop_slider_trig_name > a{
    font-size: 18px;
  }
  .sz_shop_slider_control .carousel-control.left{
    left: 0;
    right: 32px;
  }
  .sz_shop_slider_control .carousel-control.right{
    right: 0;
	left: 32px;
  }
  /*----- INDICATORS CONTROL -----*/
  #yir .sz_shop_slider_indicators > .carousel-indicators{
    text-align: center;
  }
  /*----- SLIDER -----*/
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_shop_sldr_control .carousel-control{
    top: 10px;
  }
  .sz_shop_sldr_control .carousel-control.left{
    left: 0;
    right: 45px;
  }
  .sz_shop_sldr_control .carousel-control.right{
    right: 0;
    left: 45px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sldr_shop_slider_image{
    width: 100%;
    float: none;
  }
  /*----- TEXT -----*/
  .sz_shop_slider_slide_txt{
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
}
/*---------- MEDIA 768px - 900px ----------*/
@media (min-width: 768px) and (max-width: 900px){
  .sz_shop_slider_trig_col_3{
    padding: 100px 50px 50px 50px;
  }
  .sz_shop_slider_trig_col_2{
    padding: 85px 100px 50px 100px;
  }
  .sz_shop_slider_mod_sld .carousel-inner{
    width: 98%;
  }
  .sz_shop_slider_mod_sld .carousel-inner > .item{
    padding: 10px;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_shop_sldr_control .carousel-control{
    top: 10px;
  }
  .sz_shop_sldr_control .carousel-control.left{
    left: 0;
    right: 45px;
  }
  .sz_shop_sldr_control .carousel-control.right{
    right: 0;
    left: 45px;
  }
  /*----- SLIDE SALE -----*/
  .sz_sldr_shop_slider_image > span{
    top: 80px;
    left: 20px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sldr_shop_slider_image{
    margin-top: 60px;
  }
  /*----- HEADING -----*/
  .sz_shop_slider_slide_txt > h1{
    font-size: 20px;
  }
}
/*---------- MEDIA 901px - 991px ----------*/
@media (min-width: 901px) and (max-width: 991px){
  .sz_shop_slider_trig_col_3{
    padding: 100px 50px 50px 50px;
  }
  .sz_shop_slider_trig_col_2{
    padding: 85px 100px 50px 100px;
  }
  /*----- HEADING -----*/
  .sz_shop_slider_slide_txt > h1{
    font-size: 20px;
  }
  /*----- HEADING -----*/
  .sz_shop_slider_slide_txt > p{
    font-size: 12px;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- TEXT CONTENT -----*/
  .sz_shop_slider_trig_txt{
    padding: 15px 5px;
    text-align: center;
  }
  .sz_shop_slider_trig_txt > ul{
    margin: 0;
  }
}
/*-----------------------------------------*/
/* TEAM 001
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_team_001_wrapper{
  overflow: hidden;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_team_001_header{
  width: 40%;
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_team_001_header > h1{
  margin: 0;
  color: #2a2f32;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sz_team_001_header > h1 > span{
  margin: 0 7px;
  color: #ff6a00;
  border-style: solid;
  border-width: 2px 0;
  border-color: #ff6a00;
}
/*---------------------------*/
/* TRIGGER TEAM
/*---------------------------*/
/*----- GENERAL -----*/
.sz_team_001_trig{
  padding: 25px 5px;
}
.sz_team_001_trig_col_2{
  padding: 25px 200px;
}
.sz_team_001_trig > .row{
  margin: 0;
}
.sz_team_001_trig > .row > div{
  padding: 10px;
}
.sz_team_001_trig_wrap{
  overflow: hidden;
  position: relative
}
/*----- IMAGE -----*/
.sz_team_001_trig_img{
  overflow: hidden;
  position: relative;
}
.sz_team_001_trig_img > img{
  width: 100%;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_001_trig_wrap:hover .sz_team_001_trig_img > img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
/*----- TRIGGER BUTTON -----*/
.sz_team_001_trig_btn{
  top: 5px;
  right: 5px;
  opacity: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  background: #2a2f32;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transform: translate(100%,-100%);
  transform: translate(100%,-100%);
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_001_trig_wrap:hover .sz_team_001_trig_btn{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.sz_team_001_trig_btn > a:link,
.sz_team_001_trig_btn > a:visited{
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_001_trig_btn > a:focus{
  outline: 0;
}
.sz_team_001_trig_btn > a:hover,
.sz_team_001_trig_btn > a:active{
  outline: 0;
  color: #ffffff;
}
.sz_team_001_trig_btn:hover{
  background: #ff6a00;
}
/*----- TEXT -----*/
.sz_team_001_trig_txt{
  text-align: center;
  position: relative;
  border-style: solid;
  border-color: #f4f4f4;
  border-width: 0 1px 1px 1px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
/*----- NAME AND CATEGORY -----*/
.sz_team_001_trig_txt_name > a,
.sz_team_001_trig_txt_name > span,
.sz_team_001_trig_btn > a{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sz_team_001_trig_txt_name{
  padding: 15px 0;
}
.sz_team_001_trig_txt_name > a{
  color: #2a2f32;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_001_trig_txt_name > a:hover{
  color: #ff6a00;
}
.sz_team_001_trig_txt_name > span{
  color: #ababab;
  display: block;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_tm_001_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_tm_001_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_tm_001_mod_sld.carousel{
  position: fixed;
}
.sz_tm_001_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_tm_001_mod_sld > .modal-dialog{
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 1201px){
  .sz_tm_001_mod_sld > .modal-dialog{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    width: 55%;
    height: 70%;
	margin: auto;
  }
}
.sz_tm_001_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 400px;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.sz_tm_001_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_tm_001_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #ababab;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
.sz_team_001_close{
  top: 10px;
  right: 10px;
  width: 30px;
  z-index: 10;
  height: 30px;
  color: #2a2f32;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  background: #ababab;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_001_close:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
/*----- GENERAL -----*/
.sz_tm_001_mod_sld .carousel-inner{
  width: 100%;
  height: 100%;
}
/*----- INDICATORS CONTROL -----*/
#yir .sz_team_001_indicators .carousel-indicators{
  left: 0;
  right: 0;
  top: auto;
  width: 100%;
  bottom: 10px;
  height: 25px;
  margin: auto;
  padding: 0 15px;
  cursor: pointer;
  overflow-x: auto;
  text-align: center;
  overflow-y: hidden;
  white-space: nowrap;
}
#yir .sz_team_001_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 5px 2px;
  cursor: pointer;
  overflow: hidden;
  background: #c0c0d3;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all .2s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .2s cubic-bezier(0.22,0.81,0.01,0.99);
}
#yir .sz_team_001_indicators .carousel-indicators .active{
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 5px 2px;
  background: #ff6a00;
}
#yir .sz_team_001_indicators .carousel-indicators::-webkit-scrollbar{
  height: 2px;
}
#yir .sz_team_001_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #ababab;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_team_001_controls .carousel-control{
  top: 10px;
  opacity: 1;
  width: 30px;
  height: 30px;
  z-index: 100;
  color: #2a2f32;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  line-height: 30px;
  text-shadow: none;
  position: absolute;
  background: #ababab;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_001_controls .carousel-control.left{
  left: 10px;
  right: auto;
  -webkit-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.sz_team_001_controls .carousel-control.right{
  left: 41px;
  right: auto;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
}
.sz_team_001_controls .carousel-control:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*----- SLIDE IMAGE -----*/
.sz_team_001_slide_img{
  width: 30%;
  display: block;
  position: absolute;
  padding: 70px 10px 10px 40px;
}
.sz_team_001_slide_img > img{
  width: 100%;
  display: block;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/*----- SLIDE TEXT -----*/
.sz_team_001_slide_txt > h1,
.sz_team_001_slide_txt > p,
.sz_team_001_slide_txt > a{
  text-decoration: none;
  text-shadow: none;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sz_team_001_slide_txt{
  right: 0;
  width: 70%;
  position: absolute;
  padding: 40px 40px 10px 10px;
}
.sz_team_001_slide_txt > h1{
  color: #2a2f32;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.sz_team_001_slide_txt > p{
  color: #2a2f32;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  margin: 15px 0 25px 0;
}
/*----- SOCIAL MEDIA ICONS -----*/
.sz_team_001_slide_txt > ul{
  padding: 0;
  list-style-type: none;
}
.sz_team_001_slide_txt > ul > li{
  display: inline-block;
}
.sz_team_001_slide_txt > ul > li > a{
  width: 30px;
  height: 30px;
  display: block;
  color: #2a2f32;
  line-height: 30px;
  text-align: center;
  background: #ababab;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_001_slide_txt > ul > li > a:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- HEADER -----*/
  .sz_team_001_header{
    width: 95%;
  }
  .sz_team_001_header > h1{
    font-size: 20px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_team_001_trig_col_2{
    padding: 25px 50px;
  }
  .sz_tm_001_mod_sld > .modal-dialog{
    top: 2%;
    left: 0;
    right: 0;
    width: 95%;
    margin: auto;
  }
  .sz_tm_001_mod_sld > .modal-dialog > .modal-content{
    height: 100%;
    padding-bottom: 25px;
  }
  /*----- SLIDER -----*/
  .sz_team_001_slide_img{
    left: 0;
    right: 0;
    width: 75%;
    margin: auto;
    position: relative;
	padding: 50px 10px 10px 10px;
  }
  .sz_team_001_slide_txt{
    left: 0;
    right: 0;
    width: 95%;
    margin: auto;
    padding: 10px;
    position: relative;
  }
  .sz_team_001_slide_txt > h1{
    font-size: 20px;
  }
  .sz_team_001_slide_txt > p{
    font-size: 12px;
    margin: 15px 0 15px 0;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- HEADER -----*/
  .sz_team_001_header{
    width: 75%;
  }
  /*----- TRIGGER -----*/
  .sz_team_001_trig{
    padding: 25px 100px;
  }
  .sz_tm_001_mod_sld > .modal-dialog{
    top: 5%;
	left: 0;
    right: 0;
    width: 75%;
    margin: auto;
  }
  .sz_tm_001_mod_sld > .modal-dialog > .modal-content{
    height: 100%;
    padding-bottom: 25px;
  }
  /*----- SLIDER -----*/
  .sz_team_001_slide_img{
    left: 0;
    right: 0;
    width: 75%;
    margin: auto;
    position: relative;
	padding: 50px 10px 10px 10px;
  }
  .sz_team_001_slide_txt{
    left: 0;
    right: 0;
    width: 95%;
    margin: auto;
    padding: 10px;
    position: relative;
  }
  .sz_team_001_slide_txt > h1{
    font-size: 20px;
  }
  .sz_team_001_slide_txt > p{
    font-size: 12px;
    margin: 15px 0 15px 0;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- HEADER -----*/
  .sz_team_001_header{
    width: 60%;
  }
  /*----- TRIGGER -----*/
  .sz_team_001_trig{
    padding: 25px 150px;
  }
  .sz_tm_001_mod_sld > .modal-dialog{
    top: 5%;
	left: 0;
    right: 0;
    width: 80%;
    margin: auto;
  }
  .sz_tm_001_mod_sld > .modal-dialog > .modal-content{
    height: 100%;
    padding-bottom: 25px;
  }
  /*----- SLIDER -----*/
  .sz_team_001_slide_img{
    left: 0;
    right: 0;
    width: 50%;
    margin: auto;
    position: relative;
	padding: 50px 10px 10px 10px;
  }
  .sz_team_001_slide_txt{
    left: 0;
    right: 0;
    width: 95%;
    margin: auto;
    padding: 10px;
    position: relative;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*----- 2 COLUMNS -----*/
  .sz_team_001_trig_col_2{
    padding: 25px 50px;
  }
  .sz_tm_001_mod_sld > .modal-dialog{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    width: 85%;
    height: 70%;
  }
  .sz_tm_001_mod_sld > .modal-dialog > .modal-content{
	height: 375px;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- 2 COLUMNS -----*/
  .sz_team_001_trig_col_2{
    padding: 25px 150px;
  }
  .sz_team_001_trig > .row > div{
    padding: 5px;
  }
  .sz_tm_001_mod_sld > .modal-dialog{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    width: 70%;
    height: 70%;
  }
  .sz_tm_001_mod_sld > .modal-dialog > .modal-content{
	height: 375px;
  }
}
/*-----------------------------------------*/
/* TEAM 002
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_team_002_wrapper{
  overflow: hidden;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_team_002_header{
  width: 40%;
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_team_002_header > h1{
  margin: 0;
  color: #2a2f32;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sz_team_002_header > h1 > span{
  margin: 0 7px;
  color: #ff6a00;
  border-style: solid;
  border-width: 2px 0;
  border-color: #ff6a00;
}
/*---------------------------*/
/* TRIGGER TEAM
/*---------------------------*/
/*----- GENERAL -----*/
.sz_team_002_trig{
  padding: 25px 0;
}
.sz_team_002_trig_col_2{
  padding: 25px 200px;
}
.sz_team_002_trig > .row{
  margin: 0;
}
.sz_team_002_trig > .row > div{
  padding: 0;
}
.sz_team_002_trig_wrap{
  overflow: hidden;
  position: relative
}
/*----- IMAGE -----*/
.sz_team_002_trig_img{
  overflow: hidden;
  position: relative;
}
.sz_team_002_trig_img > img{
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1);
}
.sz_team_002_trig_wrap:hover .sz_team_002_trig_img > img{
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
/*----- TRIGGER BUTTON -----*/
.sz_team_002_trig_btn{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  height: 65%;
  visibility: hidden;
  position: absolute;
  background: rgba(42,47,50,0.9);
  -webkit-transform: translate(0,-100%);
  transform: translate(0,-100%);
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_002_trig_wrap:hover .sz_team_002_trig_btn{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.sz_team_002_trig_btn > a:link,
.sz_team_002_trig_btn > a:visited{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  color: #2a2f32;
  display: block;
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  text-align: center;
  background: #ababab;
  text-transform: uppercase;
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_002_trig_btn > a:focus{
  outline: 0;
}
.sz_team_002_trig_btn > a:hover,
.sz_team_002_trig_btn > a:active{
  outline: 0;
  color: #ffffff;
  background: #ff6a00;
}
.sz_team_002_trig_btn:hover{
  
}
/*----- TEXT -----*/
.sz_team_002_trig_txt{
  bottom: 0;
  width: 100%;
  height: 35%;
  text-align: left;
  position: absolute;
  background: rgba(42,47,50,0.9);
  -webkit-transform: translate(0,100%);
  transform: translate(0,100%);
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_002_trig_wrap:hover .sz_team_002_trig_txt{
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
/*----- NAME AND CATEGORY -----*/
.sz_team_002_trig_txt_name > a,
.sz_team_002_trig_txt_name > span,
.sz_team_002_trig_btn > a{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sz_team_002_trig_txt_name{
  padding: 10px 5px 5px 10px;
}
.sz_team_002_trig_txt_name > a{
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_002_trig_txt_name > a:hover{
  color: #ff6a00;
}
.sz_team_002_trig_txt_name > span{
  color: #ababab;
  display: block;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_tm_002_mod_sld .modal-dialog{
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_tm_002_mod_sld .modal-dialog{
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-name: rbmFadeInRight;
  animation-name: rbmFadeInRight;
  -webkit-animation-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
  animation-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- FADE IN RIGHT -----*/
@-webkit-keyframes rbmFadeInRight{
  from{
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  to{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rbmFadeInRight{
  from{
    opacity: 0;
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
  }
  to{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_tm_002_mod_sld.carousel{
  position: fixed;
}
.sz_tm_002_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_tm_002_mod_sld > .modal-dialog{
  margin: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 768px){
  .sz_tm_002_mod_sld > .modal-dialog{
	width: 100%;
	margin: 0 0;
	height: 100%;
  }
}
.sz_tm_002_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  height: 100%;
  border: none;
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_tm_002_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_tm_002_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #ababab;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
.sz_team_002_close{
  top: 20px;
  right: 20px;
  width: 40px;
  z-index: 100;
  height: 40px;
  color: #ababab;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 1px solid #ababab;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_002_close:hover{
  color: #ffffff;
  background: #ff6a00;
  border: 1px solid #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
/*----- GENERAL -----*/
.sz_tm_002_mod_sld .carousel-inner{
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  overflow-x: hidden;
}
.sz_tm_002_mod_sld .carousel-inner::-webkit-scrollbar{
  width: 2px;
}
.sz_tm_002_mod_sld .carousel-inner::-webkit-scrollbar-thumb{
  background: #ababab;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- INDICATORS CONTROL -----*/
#yir .sz_team_002_indicators .carousel-indicators{
  left: 10px;
  right: auto;
  top: 10px;
  width: 90%;
  bottom: auto;
  height: 30px;
  margin: auto;
  padding: 0 15px;
  cursor: pointer;
  overflow-x: auto;
  text-align: left;
  overflow-y: hidden;
  white-space: nowrap;
}
#yir .sz_team_002_indicators .carousel-indicators li{
  padding: 0;
  width: 20px;
  height: 20px;
  text-indent: 0;
  margin: 5px 1px;
  cursor: pointer;
  overflow: hidden;
  background: transparent;
  border: 1px solid #ababab;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all .2s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .2s cubic-bezier(0.22,0.81,0.01,0.99);
}
#yir .sz_team_002_indicators .carousel-indicators .active{
  width: 20px;
  height: 20px;
  text-indent: 0;
  margin: 5px 1px;
  background: #ff6a00;
  border: 1px solid #ff6a00;
}
#yir .sz_team_002_indicators .carousel-indicators::-webkit-scrollbar{
  height: 2px;
}
#yir .sz_team_002_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #ababab;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_team_002_controls .carousel-control{
  top: auto;
  opacity: 1;
  width: 40px;
  height: 40px;
  z-index: 100;
  bottom: 20px;
  color: #ababab;
  font-size: 20px;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  position: absolute;
  background: transparent;
  border: 1px solid #ababab;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_002_controls .carousel-control.left{
  left: auto;
  right: 63px;
}
.sz_team_002_controls .carousel-control.right{
  left: auto;
  right: 20px;
}
.sz_team_002_controls .carousel-control:hover{
  color: #ffffff;
  background: #ff6a00;
  border: 1px solid #ff6a00;
}
/*----- SLIDE IMAGE -----*/
.sz_team_002_slide_img{
  top: 70px;
  width: 30%;
  display: block;
  position: absolute;
  padding: 100px 0 10px 100px;
}
.sz_team_002_slide_img > img{
  width: 100%;
  display: block;
  border: 10px solid #ababab;
}
/*----- SLIDE TEXT -----*/
.sz_team_002_slide_txt > h1,
.sz_team_002_slide_txt > p,
.sz_team_002_slide_txt > span,
.sz_team_002_slide_txt > a{
  text-decoration: none;
  text-shadow: none;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sz_team_002_slide_txt{
  right: 0;
  top: 70px;
  width: 70%;
  position: absolute;
  padding: 100px 100px 10px 50px;
}
.sz_team_002_slide_txt > h1{
  margin: 5px 0;
  color: #2a2f32;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.sz_team_002_slide_txt > span{
  color: #ababab;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.sz_team_002_slide_txt > p{
  color: #2a2f32;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  margin: 15px 0 25px 0;
}
/*----- SOCIAL MEDIA ICONS -----*/
.sz_team_002_slide_txt > ul{
  padding: 0;
  list-style-type: none;
}
.sz_team_002_slide_txt > ul > li{
  display: inline-block;
}
.sz_team_002_slide_txt > ul > li > a{
  width: 40px;
  height: 40px;
  display: block;
  color: #ababab;
  line-height: 38px;
  text-align: center;
  background: transparent;
  border: 1px solid #ababab;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_002_slide_txt > ul > li > a:hover{
  color: #ffffff;
  background: #ff6a00;
  border: 1px solid #ff6a00;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- HEADER -----*/
  .sz_team_002_header{
    width: 95%;
  }
  .sz_team_002_header > h1{
    font-size: 20px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_team_002_trig_col_2{
    padding: 25px 50px;
  }
  /*----- CLOSE BUTTON -----*/
  .sz_team_002_close{
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  /*----- INDICATORS CONTROL -----*/
  #yir .sz_team_002_indicators .carousel-indicators li{
    width: 12px;
    height: 12px;
  }
  #yir .sz_team_002_indicators .carousel-indicators .active{
    width: 12px;
    height: 12px;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_team_002_controls .carousel-control{
	bottom: 5px;
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
  .sz_team_002_controls .carousel-control.left{
    left: auto;
    right: 36px;
  }
  .sz_team_002_controls .carousel-control.right{
    left: auto;
    right: 5px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_team_002_slide_img{
    top: 50px;
    width: 80%;
    margin: auto;
    padding: 10px;
	position: relative;
  }
  /*----- SLIDE TEXT -----*/
  .sz_team_002_slide_txt{
    top: 50px;
    width: 80%;
    margin: auto;
    position: relative;
    padding: 10px;
  }
  .sz_team_002_slide_txt > h1{
    font-size: 20px;
  }
  .sz_team_002_slide_txt > p{
    font-size: 11px;
    margin: 10px 0 10px 0;
  }
  /*----- SOCIAL MEDIA ICONS -----*/
  .sz_team_002_slide_txt > ul > li > a{
    width: 30px;
    height: 30px;
    line-height: 28px;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- HEADER -----*/
  .sz_team_002_header{
    width: 75%;
  }
  /*----- TRIGGER -----*/
  .sz_team_002_trig{
    padding: 25px 100px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_team_002_slide_img{
    top: 50px;
    width: 60%;
    margin: auto;
    padding: 10px;
	position: relative;
  }
  /*----- SLIDE TEXT -----*/
  .sz_team_002_slide_txt{
    top: 50px;
    width: 80%;
    margin: auto;
    padding: 10px;
	position: relative;
  }
  .sz_team_002_slide_txt > h1{
    font-size: 20px;
  }
  .sz_team_002_slide_txt > p{
    font-size: 11px;
    margin: 10px 0 10px 0;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- HEADER -----*/
  .sz_team_002_header{
    width: 60%;
  }
  /*----- TRIGGER -----*/
  .sz_team_002_trig{
    padding: 25px 150px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_team_002_slide_img{
    top: 50px;
    width: 50%;
    margin: auto;
    padding: 10px;
	position: relative;
  }
  /*----- SLIDE TEXT -----*/
  .sz_team_002_slide_txt{
    top: 50px;
    width: 80%;
    margin: auto;
    padding: 10px;
	position: relative;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*----- 2 COLUMNS -----*/
  .sz_team_002_trig_col_2{
    padding: 25px 50px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_team_002_slide_img{
	width: 35%;
    padding: 100px 0 10px 30px;
  }
  /*----- SLIDE TEXT -----*/
  .sz_team_002_slide_txt{
    width: 65%;
    padding: 100px 30px 10px 20px;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- 2 COLUMNS -----*/
  .sz_team_002_trig_col_2{
    padding: 25px 150px;
  }
  .sz_team_002_trig_txt_name > a{
    font-size: 11px;
  }
  .sz_team_002_trig_txt_name > span{
    font-size: 10px;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_team_002_slide_img{
    padding: 100px 0 10px 70px;
  }
  /*----- SLIDE TEXT -----*/
  .sz_team_002_slide_txt{
    padding: 100px 70px 10px 20px;
  }
}
/*-----------------------------------------*/
/* TEAM 003
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_team_003_wrapper{
  overflow: hidden;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_team_003_header{
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_team_003_header > h1{
  margin: 0;
  color: #313131;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sz_team_003_header > h1 > span{
  margin: 0 7px;
  color: #cfcfcf;
  border-style: solid;
  border-width: 2px 0;
  border-color: #cfcfcf;
}
/*---------------------------*/
/* TRIGGER TEAM
/*---------------------------*/
/*----- GENERAL -----*/
.sz_team_003_trig{
  padding: 25px 5px;
}
.sz_team_003_trig_col_2{
  padding: 25px 200px;
}
.sz_team_003_trig > .row{
  margin: 0;
}
.sz_team_003_trig > .row > div{
  padding: 10px;
}
.sz_team_003_trig_wrap{
  overflow: hidden;
  position: relative
}
/*----- IMAGE -----*/
.sz_team_003_trig_img{
  overflow: hidden;
  position: relative;
}
.sz_team_003_trig_img > img{
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_003_trig_wrap:hover .sz_team_003_trig_img > img{
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/*----- TRIGGER BUTTON -----*/
.sz_team_003_trig_btn{
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 60px;
  height: 30px;
  margin: auto;
  line-height: 30px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: translate(0,100%);
  transform: translate(0,100%);
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_003_trig_wrap:hover .sz_team_003_trig_btn{
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}
.sz_team_003_trig_btn > a:link,
.sz_team_003_trig_btn > a:visited{
  color: #313131;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_003_trig_btn > a:focus{
  outline: 0;
}
.sz_team_003_trig_btn > a:hover,
.sz_team_003_trig_btn > a:active{
  outline: 0;
  color: #ffffff;
}
.sz_team_003_trig_btn:hover{
  background: #ff6a00;
}
/*----- TEXT -----*/
.sz_team_003_trig_txt{
  text-align: center;
  position: relative;
  border-style: solid;
  border-color: #eeeeee;
  border-width: 0 1px 1px 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_003_trig_wrap:hover .sz_team_003_trig_txt{
  background: #313131;
  border-color: #313131;
}
/*----- NAME AND CATEGORY -----*/
.sz_team_003_trig_txt_name > a,
.sz_team_003_trig_txt_name > span,
.sz_team_003_trig_btn > a{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sz_team_003_trig_txt_name{
  padding: 10px 0 0 0;
}
.sz_team_003_trig_txt_name > a{
  color: #313131;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_003_trig_wrap:hover .sz_team_003_trig_txt > .sz_team_003_trig_txt_name > a{
  color: #ffffff;
}
.sz_team_003_trig_wrap:hover .sz_team_003_trig_txt > .sz_team_003_trig_txt_name > a:hover{
  color: #ff6a00;
}
.sz_team_003_trig_txt_name > span{
  color: #cfcfcf;
  display: block;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
}
.sz_team_003_trig_txt_name > ul{
  display: block;
  padding: 13px 0;
  margin: 10px 0 0 0;
  background: #ffffff;
  list-style-type: none;
  border-top: 1px solid #eeeeee;
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_003_trig_wrap:hover .sz_team_003_trig_txt > .sz_team_003_trig_txt_name > ul{
  border-top: 1px solid #313131;
}
.sz_team_003_trig_txt_name > ul > li{
  margin: 0 5px;
  display: inline-block;
}
.sz_team_003_trig_txt_name > ul > li > a{
  color: #313131;
  display: block;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_003_trig_txt_name > ul > li > a:hover{
  color: #ff6a00;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_tm_003_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_tm_003_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_tm_003_mod_sld.carousel{
  position: fixed;
}
.sz_tm_003_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_tm_003_mod_sld > .modal-dialog{
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 768px){
  .sz_tm_003_mod_sld > .modal-dialog{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    width: 35%;
    height: 100%;
	margin: auto;
  }
}
.sz_tm_003_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_tm_003_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_tm_003_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #cfcfcf;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
.sz_team_003_close{
  top: 10px;
  right: 10px;
  width: 30px;
  z-index: 10;
  height: 30px;
  color: #313131;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_003_close:hover{
  color: #ff6a00;
  background: transparent;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
/*----- GENERAL -----*/
.sz_tm_003_mod_sld .carousel-inner{
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.sz_tm_003_mod_sld .carousel-inner::-webkit-scrollbar{
  width: 2px;
}
.sz_tm_003_mod_sld .carousel-inner::-webkit-scrollbar-thumb{
  background: #cfcfcf;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_team_003_controls .carousel-control{
  top: 5px;
  opacity: 1;
  width: 30px;
  height: 30px;
  z-index: 100;
  color: #313131;
  font-size: 30px;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  line-height: 30px;
  text-shadow: none;
  position: absolute;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_003_controls .carousel-control.left{
  left: 5px;
  right: auto;
}
.sz_team_003_controls .carousel-control.right{
  left: 36px;
  right: auto;
}
.sz_team_003_controls .carousel-control:hover{
  color: #ff6a00;
  background: transparent;
}
/*----- SLIDE IMAGE -----*/
.sz_team_003_slide_img{
  width: 60%;
  margin: auto;
  display: block;
  padding: 50px 0 0 0;
}
.sz_team_003_slide_img > img{
  width: 100%;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- SLIDE TEXT -----*/
.sz_team_003_slide_txt > h1,
.sz_team_003_slide_txt > span,
.sz_team_003_slide_txt > p,
.sz_team_003_slide_txt > a{
  text-decoration: none;
  text-shadow: none;
  font-family: 'Lato', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sz_team_003_slide_txt{
  right: 0;
  width: 90%;
  margin: auto;
  text-align: center;
}
.sz_team_003_slide_txt > h1{
  color: #313131;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.sz_team_003_slide_txt > span{
  color: #7e7e7e;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.sz_team_003_slide_txt > p{
  color: #313131;
  font-size: 13px;
  font-weight: 400;
  margin: 15px 0 25px 0;
}
/*----- SOCIAL MEDIA ICONS -----*/
.sz_team_003_slide_txt > ul{
  padding: 0;
  list-style-type: none;
}
.sz_team_003_slide_txt > ul > li{
  display: inline-block;
}
.sz_team_003_slide_txt > ul > li > a{
  width: 30px;
  height: 30px;
  display: block;
  color: #313131;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_003_slide_txt > ul > li > a:hover{
  color: #ff6a00;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- HEADER -----*/
  .sz_team_003_header{
    width: 95%;
  }
  .sz_team_003_header > h1{
    font-size: 20px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_team_003_trig_col_2{
    padding: 25px 50px;
  }
  .sz_tm_003_mod_sld > .modal-dialog{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    width: 95%;
    height: 100%;
	margin: auto;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- HEADER -----*/
  .sz_team_003_header{
    width: 75%;
  }
  /*----- TRIGGER -----*/
  .sz_team_003_trig{
    padding: 25px 100px;
  }
  .sz_tm_003_mod_sld > .modal-dialog{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    width: 75%;
    height: 100%;
	margin: auto;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- HEADER -----*/
  .sz_team_003_header{
    width: 60%;
  }
  /*----- TRIGGER -----*/
  .sz_team_003_trig{
    padding: 25px 150px;
  }
  .sz_tm_003_mod_sld > .modal-dialog{
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    width: 75%;
    height: 100%;
	margin: auto;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*----- 2 COLUMNS -----*/
  .sz_team_003_trig_col_2{
    padding: 25px 50px;
  }
  .sz_tm_003_mod_sld > .modal-dialog{
    width: 65%;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- 2 COLUMNS -----*/
  .sz_team_003_trig_col_2{
    padding: 25px 150px;
  }
  .sz_team_003_trig > .row > div{
    padding: 5px;
  }
  .sz_tm_003_mod_sld > .modal-dialog{
    width: 50%;
  }
}
/*-----------------------------------------*/
/* TEAM SLIDER
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_team_slider_wrapper{
  overflow: hidden;
  background: #ffffff;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
.sz_team_slider_trig{
  overflow: hidden;
  position: relative;
}
.sz_team_slider_trig > .carousel-inner > .item{
  overflow: hidden;
}
/*----- FONT -----*/
.sz_team_slider_header > h1,
.sz_team_slider_trig_img > span,
.sz_team_slider_trig_txt > h1,
.sz_team_slider_trig_txt > p,
.sz_team_slider_trig_txt > a{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
/*----- HEADER -----*/
.sz_team_slider_header{
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_team_slider_header > h1{
  color: #303030;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
}
/*---------------------------*/
/* TRIGGER SLIDER
/*---------------------------*/
/*----- GENERAL -----*/
.sz_team_slider_trig{
  padding: 100px 3px 50px 3px;
}
.sz_team_slider_trig_col_3{
  padding: 100px 125px 50px 125px;
}
.sz_team_slider_trig_col_2{
  padding: 100px 250px 50px 250px;
}
.sz_team_slider_trig .row{
  margin: 0;
}
.sz_team_slider_trig .row > div{
  padding: 3px;
}
.sz_team_slider_trig_wrap{
  padding: 15px;
  overflow: hidden;
  position: relative;
  background: #f5f5f5;
}
/*----- INDICATORS CONTROL -----*/
#yir .sz_team_slider_indicators > .carousel-indicators{
  left: 0;
  right: 0;
  top: 40px;
  width: 98%;
  height: 40px;
  font-size: 0;
  margin: 0 auto;
  overflow-x: auto;
  padding-left: 5px;
  text-align: center;
  padding-right: 5px;
  overflow-y: hidden;
  white-space: nowrap;
}
#yir .sz_team_slider_indicators > .carousel-indicators li{
  width: auto;
  border: none;
  height: 35px;
  margin: 0 2px;
  color: #aaaaaa;
  text-indent: 0;
  padding: 0 15px;
  font-size: 12px;
  overflow: hidden;
  line-height: 35px;
  text-align: center;
  letter-spacing: 1px;
  background: #f5f5f5;
  text-transform: uppercase;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
#yir .sz_team_slider_indicators > .carousel-indicators .active{
  width: auto;
  border: none;
  height: 35px;
  margin: 0 2px;
  text-indent: 0;
  color: #ffffff;
  background: #ff6a00;
}
#yir .sz_team_slider_indicators > .carousel-indicators::-webkit-scrollbar{
  height: 2px;
}
#yir .sz_team_slider_indicators > .carousel-indicators::-webkit-scrollbar-thumb{
  background: #e0e0e0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_team_slider_control .carousel-control{
  top: 0;
  opacity: 1;
  width: 30px;
  bottom: auto;
  height: 30px;
  color: #aaaaaa;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 30px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: #f5f5f5;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.sz_team_slider_control .carousel-control.left{
  left: 0;
  right: 34px;
  margin: auto;
}
.sz_team_slider_control .carousel-control.right{
  right: 0;
  left: 34px;
  margin: auto;
}
.sz_team_slider_control .carousel-control:hover{
  opacity: 1;
  color: #ffffff;
  background: #ff6a00;
}
/*----- IMAGE -----*/
.sz_team_slider_trig_img{
  overflow: hidden;
  position: relative;
}
.sz_team_slider_trig_img > img{
  width: 100%;
  margin: auto;
  display: block;
}
/*----- TRIGGER BUTTON -----*/
.sz_team_slider_trig_btn{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: block;
  visibility: hidden;
  text-align: center;
  position: absolute;
  background: rgba(0,0,0,0.2);
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_team_slider_trig_wrap:hover .sz_team_slider_trig_btn{
  opacity: 1;
  visibility: visible;
}
.sz_team_slider_trig_btn > a{
  left: 5px;
  bottom: 5px;
  width: 35px;
  height: 35px;
  margin: auto;
  color: #303030;
  line-height: 35px;
  text-align: center;
  position: absolute;
  background: #f5f5f5;
  display: inline-block;
  -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
}
.sz_team_slider_trig_btn > a:focus{
  outline: none;
}
.sz_team_slider_trig_btn > a:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*----- TEXT CONTENT -----*/
.sz_team_slider_trig_txt{
  position: relative;
  text-align: center;
}
.sz_team_slider_trig_txt > h1{
  color: #303030;
  font-size: 14px;
  font-weight: 700;
  margin: 25px 0 5px 0;
  text-transform: capitalize;
}
.sz_team_slider_trig_txt > a{
  color: #aaaaaa;
  font-size: 11px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: color .7s cubic-bezier(0.3,1,0,1);
  transition: color .7s cubic-bezier(0.3,1,0,1);
}
.sz_team_slider_trig_txt > a:hover{
  color: #ff6a00;
}
.sz_team_slider_trig_txt > p{
  color: #303030;
  font-size: 12px;
  font-weight: 400;
  margin: 5px 0 25px 0;
  text-transform: capitalize;
}
.sz_team_slider_trig_txt > ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sz_team_slider_trig_txt > ul > li{
  margin: 0 3px;
  display: inline-block;
}
.sz_team_slider_trig_txt > ul > li > a{
  color: #aaaaaa;
  display: block;
  -webkit-transition: color .7s cubic-bezier(0.3,1,0,1);
  transition: color .7s cubic-bezier(0.3,1,0,1);
}
.sz_team_slider_trig_txt > ul > li > a:hover{
  color: #ff6a00;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_team_slider_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_team_slider_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_team_slider_mod_sld.carousel{
  position: fixed;
}
.sz_team_slider_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_team_slider_mod_sld > .modal-dialog{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 768px){
  .sz_team_slider_mod_sld > .modal-dialog{
    width: 100%;
    height: 100%;
	margin: auto;
  }
}
.sz_team_slider_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 100%;
  padding: 70px 0 0 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_team_slider_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 5px;
}
.sz_team_slider_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #8e8e8e;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
a.sz_team_slider_close{
  left: 0;
  right: 0;
  top: 35px;
  width: 75px;
  margin: auto;
  z-index: 100;
  height: 35px;
  color: #aaaaaa;
  font-size: 18px;
  font-weight: 100;
  line-height: 35px;
  text-align: center;
  position: absolute;
  background: #f5f5f5;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_slider_close:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
.sz_team_slider_slide_txt > h1,
.sz_team_slider_slide_txt > a,
.sz_team_slider_slide_txt > p,
.sz_team_slider_slide_txt > span,
.sz_team_slider_slide_table tr td{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
.sz_team_slider_mod_sld .carousel-inner{
  width: 65%;
  margin: auto;
  overflow: hidden;
  background: #f5f5f5;
}
.sz_team_slider_mod_sld .carousel-inner > .item{
  padding: 30px;
  overflow: hidden;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_team_sldr_control .carousel-control{
  top: 71px;
  opacity: 1;
  width: 35px;
  bottom: auto;
  height: 35px;
  color: #aaaaaa;
  font-size: 20px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 35px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.sz_team_sldr_control .carousel-control.left{
  left: 17.6%;
  right: auto;
  margin: auto;
}
.sz_team_sldr_control .carousel-control.right{
  left: auto;
  right: 17.6%;
  margin: auto;
}
.sz_team_sldr_control .carousel-control:hover{
  opacity: 1;
  color: #ff6a00;
  background: transparent;
}
/*----- SLIDE IMAGE -----*/
.sz_sldr_team_slider_image{
  width: 35%;
  float: left;
  padding: 25px 0;
}
.sz_sldr_team_slider_image > img{
  width: 100%;
  margin: auto;
  display: block;
}
/*----- TEXT -----*/
.sz_team_slider_slide_txt{
  width: 65%;
  padding: 0 0 0 25px;
  display: inline-block;
}
/*----- HELLO -----*/
.sz_team_slider_slide_txt > span{
  color: #ff6a00;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}
/*----- HEADING -----*/
.sz_team_slider_slide_txt > h1{
  color: #303030;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
}
/*----- TABLE -----*/
.sz_team_slider_slide_table{
  margin: 20px 0;
}
.sz_team_slider_slide_table tr td{
  width: 125px;
  height: 25px;
  color: #303030;
  font-weight: 400;
  text-align: left;
  line-height: 25px;
  text-transform: capitalize;
}
/*----- PARAGRAPH -----*/
.sz_team_slider_slide_txt > p{
  color: #303030;
  display: block;
  font-size: 13px;
  padding: 15px 0;
  font-weight: 400;
  text-align: justify;
  border-top: 1px solid #e0e0e0;
}
.sz_team_slider_slide_txt > a{
  width: 100px;
  height: 35px;
  color: #ffffff;
  display: block;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
  background: #303030;
  text-transform: uppercase;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_team_slider_slide_txt > a:hover{
  background: #ff6a00;
}
/*----- SOCIAL MEDIA -----*/
ul.sz_team_slider_slide_social{
  padding: 0;
  text-align: right;
  margin: 15px 0 0 0;
  list-style-type: none;
}
ul.sz_team_slider_slide_social > li{
  display: inline-block;
}
ul.sz_team_slider_slide_social > li > a{
  width: 35px;
  height: 35px;
  color: #aaaaaa;
  display: block;
  line-height: 35px;
  text-align: center;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
ul.sz_team_slider_slide_social > li > a:hover{
  color: #ff6a00;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- TRIGGER -----*/
  .sz_team_slider_trig{
    padding: 100px 30px 50px 30px;
  }
  /*----- HEADER -----*/
  .sz_team_slider_header > h1{
    font-size: 25px;
  }
  /*----- SLIDER -----*/
  .sz_team_slider_mod_sld .carousel-inner{
    width: 98%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_team_sldr_control .carousel-control.left{
    left: 2%;
  }
  .sz_team_sldr_control .carousel-control.right{
    right: 2%;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sldr_team_slider_image{
    width: 100%;
    float: none;
  }
  /*----- TEXT -----*/
  .sz_team_slider_slide_txt{
    padding: 0;
    width: 100%;
	text-align: center;
  }
  /*----- HEADING -----*/
  .sz_team_slider_slide_txt > h1{
    font-size: 25px;
  }
  /*----- TABLE -----*/
  .sz_team_slider_slide_table{
    margin: 20px auto;
  }
  .sz_team_slider_slide_table tr td{
    text-align: center;
  }
  .sz_team_slider_slide_txt > a{
    margin: 0 auto;
  }
  /*----- SOCIAL MEDIA -----*/
  ul.sz_team_slider_slide_social{
    text-align: center;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- TRIGGER -----*/
  .sz_team_slider_trig{
    padding: 100px 60px 50px 60px;
  }
  /*----- SLIDER -----*/
  .sz_team_slider_mod_sld .carousel-inner{
    width: 80%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_team_sldr_control .carousel-control.left{
    left: 10.5%;
  }
  .sz_team_sldr_control .carousel-control.right{
    right: 10.5%;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sldr_team_slider_image{
    width: 100%;
    float: none;
  }
  /*----- TEXT -----*/
  .sz_team_slider_slide_txt{
    padding: 0;
    width: 100%;
	text-align: center;
  }
  /*----- HEADING -----*/
  .sz_team_slider_slide_txt > h1{
    font-size: 30px;
  }
  /*----- TABLE -----*/
  .sz_team_slider_slide_table{
    margin: 20px auto;
  }
  .sz_team_slider_slide_table tr td{
    text-align: center;
  }
  .sz_team_slider_slide_txt > a{
    margin: 0 auto;
  }
  /*----- SOCIAL MEDIA -----*/
  ul.sz_team_slider_slide_social{
    text-align: center;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- TRIGGER -----*/
  .sz_team_slider_trig{
    padding: 100px 125px 50px 125px;
  }
  /*----- SLIDER -----*/
  .sz_team_slider_mod_sld .carousel-inner{
    width: 70%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_team_sldr_control .carousel-control.left{
    left: 15.5%;
  }
  .sz_team_sldr_control .carousel-control.right{
    right: 15.5%;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_sldr_team_slider_image{
    width: 100%;
    float: none;
  }
  /*----- TEXT -----*/
  .sz_team_slider_slide_txt{
    padding: 0;
    width: 100%;
	text-align: center;
  }
  /*----- TABLE -----*/
  .sz_team_slider_slide_table{
    margin: 20px auto;
  }
  .sz_team_slider_slide_table tr td{
    text-align: center;
  }
  .sz_team_slider_slide_txt > a{
    margin: 0 auto;
  }
  /*----- SOCIAL MEDIA -----*/
  ul.sz_team_slider_slide_social{
    text-align: center;
  }
}
/*---------- MEDIA 768px - 900px ----------*/
@media (min-width: 768px) and (max-width: 900px){
  .sz_team_slider_trig_col_3{
    padding: 100px 50px 50px 50px;
  }
  .sz_team_slider_trig_col_2{
    padding: 85px 100px 50px 100px;
  }
  /*----- SLIDER -----*/
  .sz_team_slider_mod_sld .carousel-inner{
    width: 95%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_team_sldr_control .carousel-control.left{
    left: 4%;
  }
  .sz_team_sldr_control .carousel-control.right{
    right: 4%;
  }
}
/*---------- MEDIA 901px - 991px ----------*/
@media (min-width: 901px) and (max-width: 991px){
  .sz_team_slider_trig_col_3{
    padding: 100px 50px 50px 50px;
  }
  .sz_team_slider_trig_col_2{
    padding: 85px 100px 50px 100px;
  }
  /*----- SLIDER -----*/
  .sz_team_slider_mod_sld .carousel-inner{
    width: 95%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_team_sldr_control .carousel-control.left{
    left: 4%;
  }
  .sz_team_sldr_control .carousel-control.right{
    right: 4%;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  .sz_team_slider_trig_wrap{
    padding: 5px;
  }
  /*----- SLIDER -----*/
  .sz_team_slider_mod_sld .carousel-inner{
    width: 80%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_team_sldr_control .carousel-control.left{
    left: 10%;
  }
  .sz_team_sldr_control .carousel-control.right{
    right: 10%;
  }
}
/*-----------------------------------------*/
/* VIDEO 001
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_video_001_wrapper{
  overflow: hidden;
  padding: 0 0 20px 0;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_video_001_header{
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_video_001_header > h1{
  color: #313131;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
}
/*----- FONT -----*/
.sz_video_001_header > h1,
.sz_video_001_trig_btn > a,
.sz_video_001_trig_img > a,
.sz_video_001_trig_txt > a,
.sz_video_001_trig_txt > span{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
/*---------------------------*/
/* TRIGGER VIDEO
/*---------------------------*/
/*----- GENERAL -----*/
.sz_video_001_trig{
  padding: 25px 10px;
}
.sz_video_001_trig_col_2{
  padding: 25px 200px;
}
.sz_video_001_trig > .row{
  margin: 0;
}
.sz_video_001_trig > .row > div{
  padding: 10px;
}
.sz_video_001_trig_wrap{
  overflow: hidden;
  position: relative;
}
/*----- IMAGE -----*/
.sz_video_001_trig_img{
  overflow: hidden;
  position: relative;
}
.sz_video_001_trig_img > img{
  width: 100%;
  margin: auto;
  display: block;
}
/*---------- TRIGGER BUTTON ----------*/
.sz_video_001_trig_btn > a{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  color: #ffffff;
  text-shadow: none;
  position: absolute;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
}
.sz_video_001_trig_btn > a:focus{
  outline: none;
}
.sz_video_001_trig_btn > a > span{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 45px;
  margin: auto;
  height: 45px;
  font-size: 18px;
  padding-left: 3px;
  line-height: 43px;
  position: absolute;
  text-align: center;
  border: 2px solid #ffffff;
  background: rgba(0,0,0,0.3);
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.6s cubic-bezier(.075,.82,.165,1);
  transition: all 0.6s cubic-bezier(.075,.82,.165,1);
}
.sz_video_001_trig_wrap:hover .sz_video_001_trig_btn > a > span{
  background: rgba(0,0,0,0.9);
}
.sz_video_001_trig_txt{
  padding: 5px;
  text-align: center;
}
.sz_video_001_trig_txt > a{
  color: #2b2b2b;
  display: block;
  font-size: 12px;
  font-weight: 600; 
  text-transform: capitalize;
  -webkit-transition: color 0.5s cubic-bezier(.075,.82,.165,1);
  transition: color 0.5s cubic-bezier(.075,.82,.165,1);
}
.sz_video_001_trig_txt > a:hover{
  color: #ff6a00;
}
.sz_video_001_trig_txt > span{
  color: #ff6a00;
  display: block;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 600;
  text-transform: capitalize;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_vid_001_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_vid_001_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_vid_001_mod_sld.carousel{
  position: fixed;
}
.sz_vid_001_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_vid_001_mod_sld > .modal-dialog{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 768px){
  .sz_vid_001_mod_sld > .modal-dialog{
    width: 100%;
    height: 100%;
	margin: auto;
  }
}
.sz_vid_001_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_vid_001_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_vid_001_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #8e8e8e;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
a.sz_video_001_close{
  top: 20px;
  right: 20px;
  width: 40px;
  z-index: 100;
  height: 40px;
  color: #ffffff;
  font-size: 30px;
  font-weight: 100;
  line-height: 36px;
  text-align: center;
  position: absolute;
  background: transparent;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Raleway', sans-serif;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_video_001_close:hover{
  color: #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
.sz_video_001_slide_txt > a,
.sz_video_001_controls .carousel-control{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
.sz_vid_001_mod_sld .carousel-inner{
  top: 15%;
  width: 55%;
  margin: auto;
}
.sz_vid_001_mod_sld .carousel-inner,
.sz_vid_001_mod_sld .carousel-inner > .item{
  overflow: hidden;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_video_001_controls .carousel-control{
  top: 45%;
  opacity: 1;
  width: 110px;
  height: 40px;
  z-index: 100;
  color: #ffffff;
  font-size: 10px;
  cursor: pointer;
  font-weight: 400;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  position: absolute;
  letter-spacing: 1px;
  background: transparent;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_video_001_controls .carousel-control > span{
  font-size: 25px;
  position: absolute;
}
.sz_video_001_controls .carousel-control.left{
  left: 10%;
}
.sz_video_001_controls .carousel-control.left span{
  top: 0;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 30px;
  margin: auto;
  line-height: 28px;
}
.sz_video_001_controls .carousel-control.right{
  right: 10%;
  left: auto;
}
.sz_video_001_controls .carousel-control.right span{
  top: 0;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 30px;
  margin: auto;
  line-height: 28px;
}
.sz_video_001_controls .carousel-control:hover{
  color: #ff6a00;
  background: transparent;
}
/*----- SLIDE IMAGE -----*/
.sz_video_001_vimeo,
.sz_video_001_youtube,
.sz_video_001_slf_host{
  height: 0;
  overflow: hidden;
  position: relative;
  padding: 0 0 56.25% 0;
}
.sz_video_001_vimeo > iframe,
.sz_video_001_slf_host > video,
.sz_video_001_youtube > iframe{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  position: absolute;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sz_sldr_vid_001_image{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  position: absolute;
}
.sz_sldr_vid_001_image > img{
  width: 100%;
}
.sz_video_001_slide_txt{
  width: 100%;
  position: relative;
  text-align: left;
}
.sz_video_001_slide_txt > a{
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_video_001_slide_txt > a:hover{
  color: #ff6a00;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- HEADER -----*/
  .sz_video_001_header{
    width: 95%;
  }
  .sz_video_001_header > h1{
    font-size: 20px;
  }
  /*----- TRIGGER -----*/
  .sz_video_001_trig{
    padding: 25px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_video_001_trig_col_2{
    padding: 25px;
  }
  /*----- CLOSE BUTTON -----*/
  a.sz_video_001_close{
    top: 5px;
    right: 5px;
  }
  .sz_vid_001_mod_sld .carousel-inner{
    top: 50px;
    width: 95%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_video_001_controls .carousel-control{
    top: 5px;
  }
  .sz_video_001_controls .carousel-control.left{
    left: 5px;
    right: auto;
  }
  .sz_video_001_controls .carousel-control.right{
    left: 115px;
    right: auto;
  }
  .sz_sldr_vid_001_image{
    display: block;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- HEADER -----*/
  .sz_video_001_header{
    width: 75%;
  }
  /*----- TRIGGER -----*/
  .sz_video_001_trig{
    padding: 25px 50px;
  }
  /*----- CLOSE BUTTON -----*/
  a.sz_video_001_close{
    top: 5px;
    right: 5px;
  }
  .sz_vid_001_mod_sld .carousel-inner{
    top: 50px;
    width: 95%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_video_001_controls .carousel-control{
    top: 5px;
  }
  .sz_video_001_controls .carousel-control.left{
    left: 5px;
    right: auto;
  }
  .sz_video_001_controls .carousel-control.right{
    left: 115px;
    right: auto;
  }
  .sz_sldr_vid_001_image{
    display: block;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- HEADER -----*/
  .sz_video_001_header{
    width: 60%;
  }
  /*----- TRIGGER -----*/
  .sz_video_001_trig{
    padding: 25px 100px;
  }
  /*----- CLOSE BUTTON -----*/
  a.sz_video_001_close{
    top: 5px;
    right: 5px;
  }
  .sz_vid_001_mod_sld .carousel-inner{
    top: 50px;
    width: 95%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_video_001_controls .carousel-control{
    top: 5px;
  }
  .sz_video_001_controls .carousel-control.left{
    left: 5px;
    right: auto;
  }
  .sz_video_001_controls .carousel-control.right{
    left: 115px;
    right: auto;
  }
  .sz_sldr_vid_001_image{
    display: block;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*----- 2 COLUMNS -----*/
  .sz_video_001_trig_col_2{
    padding: 25px 50px;
  }
  .sz_vid_001_mod_sld .carousel-inner{
    top: 50px;
    width: 70%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_video_001_controls .carousel-control{
    top: 25%;
  }
  .sz_video_001_controls .carousel-control.left{
    left: 1%;
  }
  .sz_video_001_controls .carousel-control.right{
    right: 1%;
  }
  .sz_sldr_vid_001_image{
    display: block;
  }
}
/*---------- MEDIA 992px - 1250px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- GENERAL -----*/
  .sz_video_001_trig{
    padding: 25px 2px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_video_001_trig_col_2{
    padding: 25px 150px;
  }
  .sz_video_001_trig > .row > div{
    padding: 2px;
  }
  .sz_vid_001_mod_sld .carousel-inner{
    top: 75px;
    width: 70%;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_video_001_controls .carousel-control{
    top: 35%;
  }
  .sz_video_001_controls .carousel-control.left{
    left: 3%;
  }
  .sz_video_001_controls .carousel-control.right{
    right: 3%;
  }
}
/*-----------------------------------------*/
/* VIDEO 002
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_video_002_wrapper{
  overflow: hidden;
  padding: 0 0 20px 0;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_video_002_header{
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_video_002_header > h1{
  color: #313131;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
}
/*----- FONT -----*/
.sz_video_002_header > h1,
.sz_video_002_trig_btn > a,
.sz_video_002_trig_txt > a,
.sz_video_002_trig_txt > span{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
/*---------------------------*/
/* TRIGGER VIDEO
/*---------------------------*/
/*----- GENERAL -----*/
.sz_video_002_trig{
  padding: 25px 1px;
}
.sz_video_002_trig_col_2{
  padding: 25px 200px;
}
.sz_video_002_trig > .row{
  margin: 0;
}
.sz_video_002_trig > .row > div{
  padding: 1px;
}
.sz_video_002_trig_wrap{
  overflow: hidden;
  position: relative;
}
/*----- IMAGE -----*/
.sz_video_002_trig_img{
  overflow: hidden;
  position: relative;
}
.sz_video_002_trig_img > img{
  width: 100%;
  margin: auto;
  display: block;
  -webkit-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.sz_video_002_trig_wrap:hover .sz_video_002_trig_img > img{
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}
/*---------- TRIGGER BUTTON ----------*/
.sz_video_002_trig_btn > a{
  color: #ff6a00;
  font-size: 13px;
  margin-top: 5px;
  font-weight: 600;
  text-shadow: none;
  padding: 7px 20px;
  display: inline-block;
  border: 2px solid #ff6a00;
  text-transform: capitalize;
  -webkit-font-smoothing: antialiased;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sz_video_002_trig_btn > a:hover{
  color: #ffffff;
  background: #ff6a00;
}
.sz_video_002_trig_btn > a:focus{
  outline: none;
}
.sz_video_002_trig_txt{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  position: absolute;
  padding: 15px 3px 3px 3px;
  background: rgba(0,0,0,.8);
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.sz_video_002_trig_txt_col_4{
  padding: 40px 5px 5px 5px;
}
.sz_video_002_trig_txt_col_3{
  padding: 70px 10px 10px 10px;
}
.sz_video_002_trig_txt_col_2{
  padding: 70px 10px 10px 10px;
}
.sz_video_002_trig_wrap:hover .sz_video_002_trig_txt{
  opacity: 1;
  visibility: visible;
}
.sz_video_002_trig_txt > a{
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 600; 
  text-transform: capitalize;
  -webkit-transition: color 0.5s cubic-bezier(.075,.82,.165,1);
  transition: color 0.5s cubic-bezier(.075,.82,.165,1);
}
.sz_video_002_trig_txt > a:hover{
  color: #ff6a00;
}
.sz_video_002_trig_txt > span{
  color: #cccccc;
  display: block;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 500;
  text-transform: capitalize;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_vid_002_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_vid_002_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_vid_002_mod_sld.carousel{
  position: fixed;
}
.sz_vid_002_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_vid_002_mod_sld > .modal-dialog{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 768px){
  .sz_vid_002_mod_sld > .modal-dialog{
    width:  75%;
    height: 90%;
	margin: auto;
  }
}
.sz_vid_002_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 35px 60px;
}
.sz_vid_002_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_vid_002_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #8e8e8e;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
a.sz_video_002_close{
  top: 12px;
  right: 40px;
  width: 35px;
  z-index: 100;
  height: 35px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 100;
  line-height: 30px;
  text-align: center;
  position: absolute;
  background: #000000;
  border: 3px solid #ffffff;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_video_002_close:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
.sz_video_002_slide_txt > a,
.sz_video_002_controls .carousel-control{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif;
}
.sz_vid_002_mod_sld .carousel-inner{
  border: 3px solid #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.5);
  box-shadow: 0 10px 25px rgba(0,0,0,0.5);
}
.sz_vid_002_mod_sld .carousel-inner,
.sz_vid_002_mod_sld .carousel-inner > .item{
  overflow: hidden;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_video_002_controls .carousel-control{
  top: 45%;
  opacity: 1;
  width: 35px;
  height: 35px;
  z-index: 100;
  color: #ffffff;
  font-size: 35px;
  cursor: pointer;
  overflow: hidden;
  line-height: 35px;
  text-shadow: none;
  position: absolute;
  background: transparent;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_video_002_controls .carousel-control.left{
  left: 0;
}
.sz_video_002_controls .carousel-control.right{
  right: 0;
  left: auto;
}
.sz_video_002_controls .carousel-control:hover{
  color: #ff6a00;
  background: transparent;
}
/*----- SLIDE IMAGE -----*/
.sz_video_002_vimeo,
.sz_video_002_youtube,
.sz_video_002_slf_host{
  height: 0;
  overflow: hidden;
  position: relative;
  padding: 0 0 56.25% 0;
}
.sz_video_002_vimeo > iframe,
.sz_video_002_slf_host > video,
.sz_video_002_youtube > iframe{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  position: absolute;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sz_sldr_vid_002_image{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  position: absolute;
}
.sz_sldr_vid_002_image > img{
  width: 100%;
}
.sz_video_002_slide_txt{
  top: 0;
  opacity: 0;
  width: 100%;
  padding: 2px 10px;
  position: absolute;
  visibility: hidden;
  background: rgba(0,0,0,0.5);
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_vid_002_mod_sld .carousel-inner > .item:hover .sz_video_002_slide_txt{
  opacity: 1;
  visibility: visible;
}
.sz_video_002_slide_txt > a{
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_video_002_slide_txt > a:hover{
  color: #ff6a00;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- HEADER -----*/
  .sz_video_002_header{
    width: 95%;
  }
  .sz_video_002_header > h1{
    font-size: 20px;
  }
  /*----- TRIGGER -----*/
  .sz_video_002_trig{
    padding: 25px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_video_002_trig_col_2{
    padding: 25px;
  }
  .sz_video_002_trig_txt{
    padding: 10% 3px 3px 3px;
  }
  /*----- MODAL SIZES -----*/
  .sz_vid_002_mod_sld > .modal-dialog > .modal-content{
    padding: 50px 5px 5px 5px;
  }
  /*----- CLOSE BUTTON -----*/
  a.sz_video_002_close{
    top: 5px;
	right: 5px;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_video_002_controls .carousel-control{
    top: 5px;
  }
  .sz_video_002_controls .carousel-control.left{
    left: 5px;
    right: auto;
  }
  .sz_video_002_controls .carousel-control.right{
    left: 41px;
    right: auto;
  }
  .sz_sldr_vid_002_image{
    display: block;
  }
  .sz_video_002_slide_txt > a{
    font-size: 10px;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- HEADER -----*/
  .sz_video_002_header{
    width: 75%;
  }
  /*----- TRIGGER -----*/
  .sz_video_002_trig{
    padding: 25px 50px;
  }
  .sz_video_002_trig_txt{
    padding: 15% 3px 3px 3px;
  }
  .sz_video_002_trig_txt > a{
    font-size: 18px;
  }
  .sz_video_002_trig_txt > span{
    font-size: 14px;
  }
  /*----- CLOSE BUTTON -----*/
  a.sz_video_002_close{
    top: 5px;
    right: 5px;
  }
  /*----- MODAL SIZES -----*/
  .sz_vid_002_mod_sld > .modal-dialog > .modal-content{
    padding: 50px 5px 5px 5px;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_video_002_controls .carousel-control{
    top: 5px;
  }
  .sz_video_002_controls .carousel-control.left{
    left: 5px;
    right: auto;
  }
  .sz_video_002_controls .carousel-control.right{
    left: 41px;
    right: auto;
  }
  .sz_sldr_vid_002_image{
    display: block;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- HEADER -----*/
  .sz_video_002_header{
    width: 60%;
  }
  /*----- TRIGGER -----*/
  .sz_video_002_trig{
    padding: 25px 100px;
  }
  .sz_video_002_trig_txt{
    padding: 20% 3px 3px 3px;
  }
  .sz_video_002_trig_txt > a{
    font-size: 18px;
  }
  .sz_video_002_trig_txt > span{
    font-size: 14px;
  }
  /*----- CLOSE BUTTON -----*/
  a.sz_video_002_close{
    top: 5px;
    right: 5px;
  }
  /*----- MODAL SIZES -----*/
  .sz_vid_002_mod_sld > .modal-dialog > .modal-content{
    padding: 50px 15px 15px 15px;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_video_002_controls .carousel-control{
    top: 5px;
  }
  .sz_video_002_controls .carousel-control.left{
    left: 5px;
    right: auto;
  }
  .sz_video_002_controls .carousel-control.right{
    left: 41px;
    right: auto;
  }
  .sz_sldr_vid_002_image{
    display: block;
  }
}
/*---------- MEDIA 768px - 991px ----------*/
@media (min-width: 768px) and (max-width: 991px){
  /*----- 2 COLUMNS -----*/
  .sz_video_002_trig_col_2{
    padding: 25px 50px;
  }
  .sz_video_002_trig_txt{
    padding: 10% 3px 3px 3px;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_video_002_controls .carousel-control{
    top: 25%;
  }
  .sz_sldr_vid_002_image{
    display: block;
  }
}
/*---------- MEDIA 992px - 1250px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- 2 COLUMNS -----*/
  .sz_video_002_trig_col_2{
    padding: 25px 150px;
  }
  .sz_video_002_trig_txt{
    padding: 5% 3px 3px 3px;
  }
  .sz_video_002_trig_txt_col_4{
    padding: 40px 3px 3px 3px;
  }
  .sz_video_002_trig_txt_col_3{
    padding: 50px 3px 3px 3px;
  }
  .sz_video_002_trig_txt_col_2{
    padding: 50px 3px 3px 3px;
  }
  .sz_video_002_trig_txt > a{
    font-size: 10px;
  }
  .sz_video_002_trig_txt > span{
    font-size: 10px;
  }
  /*----- TRIGGER BUTTON ------*/
  .sz_video_002_trig_btn > a{
    font-size: 12px;
    padding: 3px 10px;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_video_002_controls .carousel-control{
    top: 35%;
  }
}
/*-----------------------------------------*/
/* VIDEO 003
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_video_003_wrapper{
  overflow: hidden;
  padding: 0 0 20px 0;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_video_003_header{
  margin: auto;
  text-align: center;
  padding: 50px 0 20px 0;
}
.sz_video_003_header > h1{
  color: #313131;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
}
/*----- FONT -----*/
.sz_video_003_header > h1,
.sz_video_003_trig_img > span,
.sz_video_003_trig_btn > a,
.sz_video_003_trig_txt > a,
.sz_video_003_trig_txt > span,
.sz_video_003_trig_txt > span > a,
.sz_video_003_trig_txt > ul > li > a,
.sz_video_003_trig_txt > ul > li > span{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Hind', sans-serif;
  -webkit-font-smoothing: antialiased;
}
/*---------------------------*/
/* TRIGGER VIDEO
/*---------------------------*/
/*----- GENERAL -----*/
.sz_video_003_trig{
  padding: 25px 5px;
}
.sz_video_003_trig_col_2{
  padding: 25px 200px;
}
.sz_video_003_trig > .row{
  margin: 0;
}
.sz_video_003_trig > .row > div{
  padding: 5px;
}
.sz_video_003_trig_wrap{
  overflow: hidden;
  position: relative;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
/*----- IMAGE -----*/
.sz_video_003_trig_img{
  overflow: hidden;
  position: relative;
}
.sz_video_003_trig_img > img{
  width: 100%;
  margin: auto;
  display: block;
}
.sz_video_003_trig_img > span{
  right: 3px;
  bottom: 3px;
  height: 18px;
  color: #000000;
  font-size: 12px;
  padding: 1px 5px;
  line-height: 18px;
  position: absolute;
  background: #ffffff;
}
/*---------- TRIGGER BUTTON ----------*/
.sz_video_003_trig_btn{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: block;
  visibility: hidden;
  text-align: center;
  position: absolute;
  background: rgba(0,0,0,0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sz_video_003_trig_wrap:hover .sz_video_003_trig_btn{
  opacity: 1;
  visibility: visible;
}
.sz_video_003_trig_btn > a{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  color: #ffffff;
  position: absolute;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sz_video_003_trig_btn > a:hover{
  color: #ff6a00;
}
.sz_video_003_trig_btn > a:focus{
  outline: none;
}
.sz_video_003_trig_btn > a > span{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  height: 35px;
  margin: auto;
  display: block;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  position: absolute;
}
.sz_video_003_trig_txt{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px;
  text-align: left;
  position: relative;
  -webkit-transition: all 250ms ease-out;
  transition: all 250ms ease-out;
}
.sz_video_003_trig_txt > a{
  color: #ff6a00;
  display: block;
  font-size: 14px;
  font-weight: 300;
  text-transform: capitalize;
  -webkit-transition: color 0.5s cubic-bezier(.075,.82,.165,1);
  transition: color 0.5s cubic-bezier(.075,.82,.165,1);
}
.sz_video_003_trig_txt > a:hover{
  text-decoration: underline;
}
.sz_video_003_trig_txt > span{
  margin: 5px 0;
  color: #000000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.sz_video_003_trig_txt > span > a{
  color: #000000;
  margin-left: 5px;
  text-transform: capitalize;
  -webkit-transition: color .6s cubic-bezier(.075,.82,.165,1);
  transition: color .6s cubic-bezier(.075,.82,.165,1);
}
.sz_video_003_trig_txt > span > a:hover{
  color: #ff6a00;
}
.sz_video_003_trig_txt > ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sz_video_003_trig_txt > ul > li{
  display: inline-block;
}
.sz_video_003_trig_txt > ul > li > a,
.sz_video_003_trig_txt > ul > li > span{
  font-size: 12px;
  font-weight: 400;
}
.sz_video_003_trig_txt > ul > li > span{
  color: #ffffff;
  padding: 1px 5px;
  margin-right: 5px;
  background: #ff6a00;
  text-transform: uppercase;
}
.sz_video_003_trig_txt > ul > li > a{
  color: #000000;
  text-transform: capitalize;
  -webkit-transition: color .6s cubic-bezier(.075,.82,.165,1);
  transition: color .6s cubic-bezier(.075,.82,.165,1);
}
.sz_video_003_trig_txt > ul > li > a:hover{
  color: #ff6a00;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_vid_003_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_vid_003_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_vid_003_mod_sld.carousel{
  position: fixed;
}
.sz_vid_003_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_vid_003_mod_sld > .modal-dialog{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: #333333;
}
@media (min-width: 1201px){
  .sz_vid_003_mod_sld > .modal-dialog{
    width: 85%;
    height: 90%;
	margin: auto;
  }
}
.sz_vid_003_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_vid_003_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_vid_003_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #8e8e8e;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
a.sz_video_003_close{
  top: 0;
  right: 0;
  width: 35px;
  z-index: 100;
  height: 35px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 100;
  line-height: 30px;
  text-align: center;
  position: absolute;
  background: transparent;
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_video_003_close:hover{
  color: #ff6a00;
  background: transparent;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
.sz_video_003_slide_txt > a,
.sz_video_003_controls .carousel-control,
#yir .sz_video_003_indicators .carousel-indicators > li > div > p,
#yir .sz_video_003_indicators .carousel-indicators > li > div > span{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  font-family: 'Hind', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.sz_vid_003_mod_sld .carousel-inner{
  left: 1%;
  width: 73%;
}
.sz_vid_003_mod_sld .carousel-inner,
.sz_vid_003_mod_sld .carousel-inner > .item{
  overflow: hidden;
}
/*---------- INDICATORS THUMBNAIL CONTROL ----------*/
#yir .sz_video_003_indicators .carousel-indicators{
  right: 0;
  top: 35px;
  bottom: 0;
  margin: 0;
  padding: 0;
  left: auto;
  width: 25%;
  height: 94%;
  font-size: 0;
  overflow: auto;
  position: absolute;
}
#yir .sz_video_003_indicators .carousel-indicators li{
  width: 100%;
  height: auto;
  border: none;
  margin: 5px 0;
  padding: 5px 0;
  display: block;
  text-indent: 0;
  overflow: hidden;
  border-bottom: 1px solid #999999;
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#yir .sz_video_003_indicators .carousel-indicators .active{
  width: 100%;
  height: auto;
  border: none;
  opacity: 0.5;
  margin: 5px 0;
  display: block;
  text-indent: 0;
  overflow: hidden;
  border-bottom: 1px solid #999999;
  background: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#yir .sz_video_003_indicators .carousel-indicators li img{
  width: 30%;
  float: left;
  display: block;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#yir .sz_video_003_indicators .carousel-indicators > li > div{
  margin: 0;
  width: 70%;
  float: right;
  overflow: hidden;
  text-align: left;
  padding: 0 5px 0 10px;
}
#yir .sz_video_003_indicators .carousel-indicators > li > div > p{
  margin: 0;
  padding: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
}
#yir .sz_video_003_indicators .carousel-indicators > li > div > span{
  padding: 0;
  display: block;
  color: #ffffff;
  font-size: 11px;
  margin: 5px 0 0 0;
}
#yir .sz_video_003_indicators .carousel-indicators::-webkit-scrollbar{
  width: 2px;
  background: transparent;
}
#yir .sz_video_003_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #999999;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- LEFT/RIGHT CONTROL -----*/
.sz_video_003_controls .carousel-control{
  top: 45%;
  opacity: 0;
  width: 35px;
  height: 35px;
  z-index: 100;
  color: #ffffff;
  font-size: 35px;
  cursor: pointer;
  overflow: hidden;
  line-height: 35px;
  text-shadow: none;
  position: absolute;
  background: transparent;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_video_003_controls .carousel-control.left{
  left: 2%;
}
.sz_video_003_controls .carousel-control.right{
  right: 27%;
}
.sz_video_003_controls .carousel-control:hover{
  color: #ff6a00;
  background: transparent;
}
.sz_vid_003_mod_sld > .modal-dialog > .modal-content:hover .carousel-control{
  opacity: 1;
}
/*----- SLIDE IMAGE -----*/
.sz_video_003_vimeo,
.sz_video_003_youtube,
.sz_video_003_slf_host{
  height: 0;
  overflow: hidden;
  position: relative;
  padding: 0 0 56.25% 0;
}
.sz_video_003_vimeo > iframe,
.sz_video_003_slf_host > video,
.sz_video_003_youtube > iframe{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  position: absolute;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sz_sldr_vid_003_image{
  left: 0;
  right: 0;
  bottom: 0;
  top: 40px;
  display: none;
  position: absolute;
}
.sz_sldr_vid_003_image > img{
  width: 100%;
}
.sz_video_003_slide_txt{
  width: 100%;
  padding: 10px;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_video_003_slide_txt > a{
  color: #ffffff;
  display: block;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_video_003_slide_txt > a:hover{
  color: #ff6a00;
}
ul.sz_video_003_slide_social{
  padding: 0;
  margin: 10px 0;
  list-style-type: none;
}
ul.sz_video_003_slide_social > li{
  display: inline-block;
}
ul.sz_video_003_slide_social > li > a{
  display: block;
  text-decoration: none;
}
ul.sz_video_003_slide_social > li > a > span{
  width: 35px;
  height: 35px;
  color: #ffffff;
  display: block;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
ul.sz_video_003_slide_social > li > a > span:hover{
  opacity: 0.8;
}
ul.sz_video_003_slide_social > li > a > .fa-facebook{
  background: #3b5998;
}
ul.sz_video_003_slide_social > li > a > .fa-twitter{
  background: #55acee;
}
ul.sz_video_003_slide_social > li > a > .fa-google-plus{
  background: #dd4b39;
}
ul.sz_video_003_slide_social > li > a > .fa-youtube{
  background: #bb0000;
}
ul.sz_video_003_slide_social > li > a > .fa-vimeo{
  background: #aad450;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- HEADER -----*/
  .sz_video_003_header{
    width: 95%;
  }
  .sz_video_003_header > h1{
    font-size: 20px;
  }
  /*----- TRIGGER -----*/
  .sz_video_003_trig{
    padding: 25px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_video_003_trig_col_2{
    padding: 25px;
  }
  /*----- INDICATORS THUMBNAIL CONTROL -----*/
  #yir .sz_video_003_indicators .carousel-indicators{
    height: 265px;
  }
  #yir .sz_video_003_indicators .carousel-indicators li{
    border: none;
    margin: 1px 0;
    padding: 1px 0;
  }
  #yir .sz_video_003_indicators .carousel-indicators .active{
    border: none;
    margin: 1px 0;
    padding: 1px 0;
  }
  #yir .sz_video_003_indicators .carousel-indicators li img{
    width: 100%;
	margin: auto;
	display: block;
  }
  #yir .sz_video_003_indicators .carousel-indicators > li > div{
    display: none;
  }
  /*----- MODAL SIZES -----*/
  .sz_vid_003_mod_sld > .modal-dialog > .modal-content{
    padding: 30px 5px 5px 5px;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_video_003_controls .carousel-control{
    top: 5px;
  }
  .sz_video_003_controls .carousel-control.left{
    left: 5px;
    right: auto;
  }
  .sz_video_003_controls .carousel-control.right{
    left: 41px;
    right: auto;
  }
  .sz_sldr_vid_003_image{
    display: block;
  }
  .sz_video_003_slide_txt > a{
    font-size: 10px;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- HEADER -----*/
  .sz_video_003_header{
    width: 75%;
  }
  /*----- TRIGGER -----*/
  .sz_video_003_trig{
    padding: 25px 50px;
  }
  .sz_video_003_trig_txt > a{
    font-size: 18px;
  }
  .sz_video_003_trig_txt > span{
    font-size: 14px;
  }
  /*----- INDICATORS THUMBNAIL CONTROL -----*/
  #yir .sz_video_003_indicators .carousel-indicators{
    height: 325px;
  }
  #yir .sz_video_003_indicators .carousel-indicators li{
    border: none;
    margin: 1px 0;
    padding: 1px 0;
  }
  #yir .sz_video_003_indicators .carousel-indicators .active{
    border: none;
    margin: 1px 0;
    padding: 1px 0;
  }
  #yir  .sz_video_003_indicators .carousel-indicators li img{
    width: 100%;
	margin: auto;
	display: block;
  }
  #yir .sz_video_003_indicators .carousel-indicators > li > div{
    display: none;
  }
  /*----- MODAL SIZES -----*/
  .sz_vid_003_mod_sld > .modal-dialog > .modal-content{
    padding: 30px 5px 5px 5px;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_video_003_controls .carousel-control{
    top: 5px;
  }
  .sz_video_003_controls .carousel-control.left{
    left: 5px;
    right: auto;
  }
  .sz_video_003_controls .carousel-control.right{
    left: 41px;
    right: auto;
  }
  .sz_sldr_vid_003_image{
    top: 65px;
    display: block;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- HEADER -----*/
  .sz_video_003_header{
    width: 60%;
  }
  /*----- TRIGGER -----*/
  .sz_video_003_trig{
    padding: 25px 100px;
  }
  .sz_video_003_trig_txt > a{
    font-size: 18px;
  }
  .sz_video_003_trig_txt > span{
    font-size: 14px;
  }
  /*----- MODAL SIZES -----*/
  .sz_vid_003_mod_sld > .modal-dialog > .modal-content{
    padding: 40px 0 0 0;
  }
  /*----- INDICATORS THUMBNAIL CONTROL -----*/
  #yir .sz_video_003_indicators .carousel-indicators{
    height: 375px;
  }
  #yir .sz_video_003_indicators .carousel-indicators li{
    border: none;
    margin: 1px 0;
    padding: 1px 0;
  }
  #yir .sz_video_003_indicators .carousel-indicators .active{
    border: none;
    margin: 1px 0;
    padding: 1px 0;
  }
  #yir .sz_video_003_indicators .carousel-indicators > li > div{
    padding: 0 1px 0 2px;
  }
  #yir .sz_video_003_indicators .carousel-indicators > li > div > p{
    font-size: 9px;
  }
  .sz_video_003_indicators .carousel-indicators > li > div > span{
    font-size: 8px;
	margin: 2px 0 0 0;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_video_003_controls .carousel-control{
    top: 5px;
  }
  .sz_video_003_controls .carousel-control.left{
    left: 5px;
    right: auto;
  }
  .sz_video_003_controls .carousel-control.right{
    left: 41px;
    right: auto;
  }
  .sz_sldr_vid_003_image{
    top: 50px;
    display: block;
  }
}
/*---------- MEDIA 768px - 900px ----------*/
@media (min-width: 768px) and (max-width: 900px){
  /*----- 2 COLUMNS -----*/
  .sz_video_003_trig_col_2{
    padding: 25px 50px;
  }
  .sz_vid_003_mod_sld > .modal-dialog{
    width: 100%;
    height: 100%;
  }
  /*----- INDICATORS THUMBNAIL CONTROL -----*/
  #yir .sz_video_003_indicators .carousel-indicators{
    height: 375px;
  }
  #yir .sz_video_003_indicators .carousel-indicators li{
    border: none;
    margin: 1px 0;
    padding: 1px 0;
  }
  #yir .sz_video_003_indicators .carousel-indicators .active{
    border: none;
    margin: 1px 0;
    padding: 1px 0;
  }
  #yir .sz_video_003_indicators .carousel-indicators > li > div{
    padding: 0 1px 0 2px;
  }
  #yir .sz_video_003_indicators .carousel-indicators > li > div > p{
    font-size: 9px;
  }
  #yir .sz_video_003_indicators .carousel-indicators > li > div > span{
    font-size: 8px;
	margin: 2px 0 0 0;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_video_003_controls .carousel-control{
    top: 25%;
  }
}
/*---------- MEDIA 901px - 991px ----------*/
@media (min-width: 901px) and (max-width: 991px){
  /*----- 2 COLUMNS -----*/
  .sz_video_003_trig_col_2{
    padding: 25px 150px;
  }
  .sz_vid_003_mod_sld > .modal-dialog{
    width: 85%;
    height: 70%;
  }
  /*----- INDICATORS THUMBNAIL CONTROL -----*/
  #yir .sz_video_003_indicators .carousel-indicators{
    height: 400px;
  }
  #yir .sz_video_003_indicators .carousel-indicators > li > div{
    padding: 0 1px 0 2px;
  }
  /*----- LEFT/RIGHT CONTROL -----*/
  .sz_video_003_controls .carousel-control{
    top: 25%;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- GENERAL -----*/
  .sz_video_003_trig{
    padding: 25px 2px;
  }
  /*----- 2 COLUMNS -----*/
  .sz_video_003_trig_col_2{
    padding: 25px 150px;
  }
  .sz_video_003_trig > .row > div{
    padding: 2px;
  }
  .sz_video_003_trig_txt{
    padding: 5px;
  }
  .sz_vid_003_mod_sld > .modal-dialog{
    width: 85%;
    height: 70%;
  }
  /*----- INDICATORS THUMBNAIL CONTROL -----*/
  #yir .sz_video_003_indicators .carousel-indicators{
    height: 400px;
  }
}
/*-----------------------------------------*/
/* VIDEO SLIDER
/*-----------------------------------------*/
/*----- MAIN WRAPPER -----*/
.sz_video_slider_wrapper{
  overflow: hidden;
  padding: 0 0 20px 0;
}
/*---------------------------*/
/* HEADER
/*---------------------------*/
.sz_video_slider_trig{
  overflow: hidden;
  position: relative;
  background: #ffffff;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
.sz_video_slider_trig > .carousel-inner > .item{
  overflow: hidden;
}
/*----- FONT -----*/
.sz_vid_sldr_header > ul > li,
.sz_video_slider_trig_img > span,
.sz_video_slider_trig_txt > a,
.sz_video_slider_trig_txt > ul > li{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto,arial,sans-serif;
}
/*---------------------------*/
/* TRIGGER SLIDER
/*---------------------------*/
/*---------- INDICATORS CONTROL ----------*/
#yir .sz_video_slider_indicators > .carousel-indicators{
  left: 0;
  right: 0;
  top: auto;
  width: 50%;
  bottom: 5px;
  margin: auto;
  height: 20px;
  font-size: 0;
  overflow-x: auto;
  text-align: center;
  overflow-y: hidden;
  padding-left: 5px;
  padding-right: 5px;
  white-space: nowrap;
}
#yir .sz_video_slider_indicators > .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 0 5px;
  text-indent: 0;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  background: #e2e2e2;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
#yir .sz_video_slider_indicators > .carousel-indicators .active{
  width: 10px;
  height: 10px;
  margin: 0 5px;
  text-indent: 0;
  background: #ff6a00;
}
#yir .sz_video_slider_indicators > .carousel-indicators::-webkit-scrollbar{
  height: 2px;
}
#yir .sz_video_slider_indicators > .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*---------- LEFT/RIGHT CONTROL ----------*/
.sz_video_slider_control .carousel-control{
  top: 15px;
  opacity: 1;
  width: 30px;
  bottom: auto;
  height: 30px;
  color: #767676;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 30px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: #e2e2e2;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.sz_video_slider_control .carousel-control.left{
  left: 10px;
  right: auto;
  margin: auto;
}
.sz_video_slider_control .carousel-control.right{
  left: 41px;
  right: auto;
  margin: auto;
}
.sz_video_slider_control .carousel-control:hover{
  opacity: 1;
  color: #ffffff;
  background: #ff6a00;
}
/*---------- HEADER ----------*/
.sz_vid_sldr_header{
  margin: 0;
  display: block;
  text-align: left;
  position: relative;
}
.sz_vid_sldr_header > ul{
  padding: 0;
  float: left;
  font-size: 0;
  margin-left: 2px;
  list-style-type: none;
}
.sz_vid_sldr_header > ul > li{
  color: #767676;
  padding: 0 3px;
  font-size: 12px;
  display: inline-block;
}
.sz_vid_sldr_header > ul > li > a{
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: color 0.6s cubic-bezier(0.3,1,0,1);
  transition: color 0.6s cubic-bezier(0.3,1,0,1);
}
.sz_vid_sldr_header > ul > li > a:hover{
  color: #ff6a00;
}
.sz_vid_sldr_header > ul > li > a > img{
  width: 20px;
  height: 20px;
}
/*---------- SUBSCRIBE ----------*/
.sz_video_slider_subscribe{
  float: right;
  font-size: 0;
  margin-right: 5px;
}
.sz_video_slider_subscribe > a{
  color: #ffffff;
  font-size: 12px;
  padding: 5px 10px;
  background: #e62117;
  text-decoration: none;
  text-transform: capitalize;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  -webkit-transition: background 0.6s cubic-bezier(0.3,1,0,1);
  transition: background 0.6s cubic-bezier(0.3,1,0,1);
}
.sz_video_slider_subscribe > a:hover{
  background: #cc181e;
}
.sz_video_slider_subscribe > span{
  color: #767676;
  font-size: 12px;
  padding: 5px 10px;
  background: #fafafa;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
/*----- GENERAL -----*/
.sz_video_slider_trig{
  padding: 75px 5px 50px 5px;
}
.sz_video_slider_trig .row{
  margin: 0;
}
.sz_video_slider_trig .row > div{
  padding: 5px;
}
.sz_video_slider_trig_wrap{
  overflow: hidden;
  position: relative;
}
/*----- IMAGE -----*/
.sz_video_slider_trig_img{
  overflow: hidden;
  position: relative;
}
.sz_video_slider_trig_img > img{
  width: 100%;
  margin: auto;
  display: block;
}
.sz_video_slider_trig_img > span{
  right: 3px;
  bottom: 3px;
  height: 18px;
  color: #ffffff;
  font-size: 12px;
  padding: 1px 5px;
  line-height: 18px;
  position: absolute;
  background: #000000;
}
/*---------- TRIGGER BUTTON ----------*/
.sz_video_slider_trig_btn{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: block;
  visibility: hidden;
  text-align: center;
  position: absolute;
  background: rgba(0,0,0,0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.sz_video_slider_trig_wrap:hover .sz_video_slider_trig_btn{
  opacity: 1;
  visibility: visible;
}
.sz_video_slider_trig_btn > a{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s cubic-bezier(0.3,1,0,1);
  transition: all 0.3s cubic-bezier(0.3,1,0,1);
}
.sz_video_slider_trig_btn > a:focus{
  outline: none;
}
.sz_video_slider_trig_btn > a > span{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  color: #ffffff;
  display: block;
  font-size: 20px;
  line-height: 37px;
  text-align: center;
  position: absolute;
  padding: 0 0 0 5px;
  border: 2px solid #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.5s cubic-bezier(0.3,1,0,1);
  transition: all 0.5s cubic-bezier(0.3,1,0,1);
}
.sz_video_slider_trig_btn:hover > a > span{
  color: #ff6a00;
  border: 2px solid #ff6a00;
}
/*---------- TEXT CONTENT ----------*/
.sz_video_slider_trig_txt{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: left;
  position: relative;
  padding: 10px 5px 5px 0;
}
/*---------- TITLE ----------*/
.sz_video_slider_trig_txt > a:nth-child(1){
  color: #ff6a00;
  display: block;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: all 0.7s cubic-bezier(0.3,1,0,1);
  transition: all 0.7s cubic-bezier(0.3,1,0,1);
}
.sz_video_slider_trig_txt > a:nth-child(1):hover{
  text-decoration: underline;
}
/*---------- NAME ----------*/
.sz_video_slider_trig_txt > a:nth-child(2){
  color: #767676;
  display: block;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  text-transform: capitalize;
  -webkit-transition: color 0.7s cubic-bezier(0.3,1,0,1);
  transition: color 0.7s cubic-bezier(0.3,1,0,1);
}
.sz_video_slider_trig_txt > a:nth-child(2):hover{
  color: #ff6a00;
}
/*---------- LIST ----------*/
.sz_video_slider_trig_txt > ul{
  padding: 0;
  list-style-type: none;
}
.sz_video_slider_trig_txt > ul > li{
  color: #767676;
  font-size: 11px;
  display: inline-block;
}
.sz_video_slider_trig_txt > ul > li:nth-child(2){
  margin-left: 10px;
  position: relative;
}
.sz_video_slider_trig_txt > ul > li:nth-child(2):before{
  top: 35%;
  left: -13px;
  margin: 0 5px;
  font-size: 3px;
  content: "\f111";
  position: absolute;
  font-family: FontAwesome;
}
/*-----------------------------------------*/
/* MODAL OR LIGHT BOX
/*-----------------------------------------*/
/*----- FADE IN AND OUT EFFECT -----*/
.modal.fade.sz_vid_slider_mod_sld .modal-dialog{
  opacity: 0;
  visibility: hidden;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  -o-transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 1s cubic-bezier(0.22,0.81,0.01,0.99);
}
.modal.in.sz_vid_slider_mod_sld .modal-dialog{
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/*----- BACKDROP -----*/
.modal-backdrop{
  background: transparent;
}
/*----- FIX THE PROBLEM OF POSITIONING CREATED BY CAROUSEL -----*/
.modal.sz_vid_slider_mod_sld.carousel{
  position: fixed;
}
.sz_vid_slider_mod_sld{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/*----- MODAL SIZES -----*/
.sz_vid_slider_mod_sld > .modal-dialog{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  background: transparent;
}
@media (min-width: 768px){
  .sz_vid_slider_mod_sld > .modal-dialog{
    width: 100%;
    height: 100%;
	margin: auto;
  }
}
.sz_vid_slider_mod_sld > .modal-dialog > .modal-content{
  outline: 0;
  width: 100%;
  border: none;
  margin: auto;
  height: 100%;
  padding: 150px 0 0 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.sz_vid_slider_mod_sld > .modal-dialog::-webkit-scrollbar{
  width: 2px;
}
.sz_vid_slider_mod_sld > .modal-dialog::-webkit-scrollbar-thumb{
  background: #8e8e8e;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- CLOSE BUTTON -----*/
a.sz_video_slider_close{
  top: 140px;
  width: 35px;
  z-index: 100;
  height: 35px;
  right: 130px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 100;
  line-height: 35px;
  text-align: center;
  position: absolute;
  background: rgba(0,0,0,0.5);
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_video_slider_close:hover{
  color: #ffffff;
  background: #ff6a00;
}
/*-----------------------------------------*/
/* SLIDER
/*-----------------------------------------*/
.sz_video_slider_slide_txt > a,
.sz_video_slider_slide_txt > h1,
.sz_video_slider_slide_txt > p,
#yir .sz_vid_sldr_indicators .carousel-indicators > li > div > p,
#yir .sz_vid_sldr_indicators .carousel-indicators > li > div > span{
  margin: 0;
  text-decoration: none;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto,arial,sans-serif;
}
.sz_vid_slider_mod_sld .carousel-inner{
  width: 80%;
  margin: auto;
  background: rgba(0,0,0,0.4);
}
.sz_vid_slider_mod_sld .carousel-inner,
.sz_vid_slider_mod_sld .carousel-inner > .item{
  overflow: hidden;
}
/*---------- INDICATORS THUMBNAIL CONTROL ----------*/
#yir .sz_vid_sldr_indicators .carousel-indicators {
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  bottom: auto;
  margin: auto;
  font-size: 0;
  padding: 5px 5px;
  overflow-x: auto;
  overflow-y: hidden;
  text-align: center;
  white-space: nowrap;
}
#yir .sz_vid_sldr_indicators .carousel-indicators li{
  width: 10%;
  height: 100%;
  opacity: 0.7;
  margin: 0 5px;
  text-indent: 0;
  cursor: pointer;
  background: transparent;
  border: 2px solid #545454;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.7s;
  transition: all cubic-bezier(0.230, 1.000, 0.320, 1.000) 0.7s;
}
#yir .sz_vid_sldr_indicators .carousel-indicators .active{
  width: 10%;
  opacity: 1;
  height: 100%;
  margin: 0 5px;
  text-indent: 0;
  background: transparent;
  border: 2px solid #ffffff;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#yir .sz_vid_sldr_indicators .carousel-indicators li img{
  width: 100%;
  display: block;
}
#yir .sz_vid_sldr_indicators .carousel-indicators::-webkit-scrollbar{
  height: 5px;
  background: transparent;
}
#yir .sz_vid_sldr_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #545454;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*----- SLIDE IMAGE -----*/
.sz_video_slider_wrap{
  width: 65%;
  float: left;
}
.sz_video_slider_vimeo,
.sz_video_slider_youtube,
.sz_video_slider_slf_host{
  height: 0;
  overflow: hidden;
  position: relative;
  padding: 0 0 56.25% 0;
}
.sz_video_slider_vimeo > iframe,
.sz_video_slider_slf_host > video,
.sz_video_slider_youtube > iframe{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  position: absolute;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.sz_sldr_vid_slider_image{
  width: 65%;
  display: none;
  position: absolute;
}
.sz_sldr_vid_slider_image > img{
  width: 100%;
}
.sz_video_slider_slide_txt{
  width: 35%;
  display: inline-block;
  padding: 50px 25px 15px 25px;
}
.sz_video_slider_slide_txt > h1{
  color: #ffffff;
  display: block;
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.sz_video_slider_slide_txt > p{
  margin: 15px 0;
  color: #96909d;
  display: block;
  font-size: 14px;
  font-weight: 400;
}
.sz_video_slider_slide_txt > a{
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: color .6s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: color .6s cubic-bezier(0.22,0.81,0.01,0.99);
}
.sz_video_slider_slide_txt > a:hover{
  color: #ff6a00;
}
ul.sz_video_slider_slide_social{
  padding: 0;
  margin: 30px 0 0 0;
  list-style-type: none;
}
ul.sz_video_slider_slide_social > li{
  display: inline-block;
}
ul.sz_video_slider_slide_social > li > a{
  display: block;
  text-decoration: none;
}
ul.sz_video_slider_slide_social > li > a > span{
  width: 35px;
  height: 35px;
  color: #ffffff;
  display: block;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
  transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
}
ul.sz_video_slider_slide_social > li > a > span:hover{
  opacity: 0.8;
}
ul.sz_video_slider_slide_social > li > a > .fa-facebook{
  background: #3b5998;
}
ul.sz_video_slider_slide_social > li > a > .fa-twitter{
  background: #55acee;
}
ul.sz_video_slider_slide_social > li > a > .fa-google-plus{
  background: #dd4b39;
}
ul.sz_video_slider_slide_social > li > a > .fa-youtube{
  background: #bb0000;
}
ul.sz_video_slider_slide_social > li > a > .fa-vimeo{
  background: #aad450;
}
/*-----------------------------------------*/
/* RESPONSIVE
/*-----------------------------------------*/
/*---------- MEDIA 480px ----------*/
@media only screen and (max-width: 480px){
  /*----- TRIGGER -----*/
  .sz_video_slider_trig{
    padding: 75px 25px 50px 25px;
  }
  .sz_vid_slider_mod_sld > .modal-dialog > .modal-content{
    padding: 100px 0 0 0;
  }
  /*----- INDICATORS THUMBNAIL CONTROL -----*/
  .sz_vid_sldr_indicators .carousel-indicators li{
    width: 20%;
    margin: 0 2px;
    border: 1px solid #545454;
  }
  .sz_vid_sldr_indicators .carousel-indicators .active{
    width: 20%;
    margin: 0 2px;
    border: 1px solid #ffffff;
  }
  /*----- CLOSE BUTTON -----*/
  a.sz_video_slider_close{
    top: 60px;
    right: 3px;
  }
  .sz_vid_slider_mod_sld .carousel-inner{
    width: 98%;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_video_slider_wrap{
    width: 100%;
    float: none;
  }
  .sz_video_slider_slide_txt{
    width: 100%;
    padding: 10px 5px;
  }
  .sz_sldr_vid_slider_image{
    display: block;
	position: absolute;
  }
}
/*---------- MEDIA 481px - 600px ----------*/
@media (min-width: 481px) and (max-width: 600px){
  /*----- TRIGGER -----*/
  .sz_video_slider_trig{
    padding: 75px 50px 50px 50px;
  }
  .sz_vid_slider_mod_sld > .modal-dialog > .modal-content{
    padding: 125px 0 0 0;
  }
  /*----- INDICATORS THUMBNAIL CONTROL -----*/
  #yir .sz_vid_sldr_indicators .carousel-indicators li{
    width: 20%;
    margin: 0 2px;
    border: 1px solid #545454;
  }
  #yir .sz_vid_sldr_indicators .carousel-indicators .active{
    width: 20%;
    margin: 0 2px;
    border: 1px solid #ffffff;
  }
  /*----- CLOSE BUTTON -----*/
  a.sz_video_slider_close{
    top: 80px;
    right: 3px;
  }
  .sz_vid_slider_mod_sld .carousel-inner{
    width: 98%;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_video_slider_wrap{
    width: 100%;
    float: none;
  }
  .sz_video_slider_slide_txt{
    width: 100%;
    padding: 20px;
  }
  .sz_sldr_vid_slider_image{
    display: block;
	position: absolute;
  }
}
/*---------- MEDIA 601px - 767px ----------*/
@media (min-width: 601px) and (max-width: 767px){
  /*----- HEADER -----*/
  .sz_video_slider_header{
    width: 60%;
  }
  /*----- TRIGGER -----*/
  .sz_video_slider_trig{
    padding: 75px 100px 50px 100px;
  }
  .sz_vid_slider_mod_sld > .modal-dialog > .modal-content{
    padding: 125px 0 0 0;
  }
  /*----- INDICATORS THUMBNAIL CONTROL -----*/
  #yir .sz_vid_sldr_indicators .carousel-indicators li{
    width: 15%;
    margin: 0 2px;
    border: 1px solid #545454;
  }
  #yir .sz_vid_sldr_indicators .carousel-indicators .active{
    width: 15%;
    margin: 0 2px;
    border: 1px solid #ffffff;
  }
  /*----- CLOSE BUTTON -----*/
  a.sz_video_slider_close{
    top: 80px;
    right: 30px;
  }
  .sz_vid_slider_mod_sld .carousel-inner{
    width: 90%;
  }
  /*----- SLIDE IMAGE -----*/
  .sz_video_slider_wrap{
    width: 100%;
    float: none;
  }
  .sz_video_slider_slide_txt{
    width: 100%;
    padding: 20px;
  }
  .sz_sldr_vid_slider_image{
    display: block;
	position: absolute;
  }
}
/*---------- MEDIA 768px - 900px ----------*/
@media (min-width: 768px) and (max-width: 900px){
  /*----- CLOSE BUTTON -----*/
  a.sz_video_slider_close{
    right: 3px;
  }
  .sz_vid_slider_mod_sld .carousel-inner{
    width: 98%;
  }
  .sz_video_slider_slide_txt{
    padding: 20px;
  }
  .sz_video_slider_slide_txt > h1{
    font-size: 18px;
  }
  .sz_video_slider_slide_txt > p{
    font-size: 12px;
  }
  .sz_sldr_vid_slider_image{
    width: 65%;
    display: block;
	position: absolute;
  }
}
/*---------- MEDIA 901px - 991px ----------*/
@media (min-width: 901px) and (max-width: 991px){
  /*----- CLOSE BUTTON -----*/
  a.sz_video_slider_close{
    right: 3px;
  }
  .sz_vid_slider_mod_sld .carousel-inner{
    width: 98%;
  }
  .sz_video_slider_slide_txt{
    padding: 20px;
  }
}
/*---------- MEDIA 992px - 1200px ----------*/
@media (min-width: 992px) and (max-width: 1200px){
  /*----- GENERAL -----*/
  .sz_video_slider_trig{
    padding: 75px 5px 50px 5px;
  }
  /*----- CLOSE BUTTON -----*/
  a.sz_video_slider_close{
    right: 10px;
  }
  .sz_vid_slider_mod_sld .carousel-inner{
    width: 95%;
  }
}
/*-----------------------------------------*/
/* BACKDROP COLORS
/*-----------------------------------------*/
.sz_bd_black:before{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  opacity: 0.9;
  height: 100%;
  margin: auto;
  position: fixed;
  background: #313131;
}
.sz_bd_white:before{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  opacity: 0.9;
  height: 100%;
  margin: auto;
  position: fixed;
  background: #ffffff;
}
.sz_bd_transp:before{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  opacity: 0.5;
  height: 100%;
  margin: auto;
  position: fixed;
  background: transparent;
}
/*-----------------------------------------*/
/* FIVE COLOUMNS
/*-----------------------------------------*/
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  min-height: 1px;
  position: relative;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
/*-----------------------------------------*/
/* SLIDER TIMING FUNCTIONS
/*-----------------------------------------*/
/*---------- sz_ease ----------*/
.sz_ease .carousel-inner > .item{
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  transition-timing-function: ease;
}
@media all and (transform-3d), (-webkit-transform-3d){
  .sz_ease .carousel-inner > .item {
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    transition-timing-function: ease;
  }
}
/*---------- sz_slowSpeedy ----------*/
.sz_slowSpeedy .carousel-inner > .item{
  -webkit-transition-timing-function: cubic-bezier(0.3,1,0,1);
  -moz-transition-timing-function: cubic-bezier(0.3,1,0,1);
  transition-timing-function: cubic-bezier(0.3,1,0,1);
}
@media all and (transform-3d), (-webkit-transform-3d){
  .sz_slowSpeedy .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(0.3,1,0,1);
    -moz-transition-timing-function: cubic-bezier(0.3,1,0,1);
    transition-timing-function: cubic-bezier(0.3,1,0,1);
  }
}
/*---------- sz_easeOutInCubic ----------*/
.sz_easeOutInCubic .carousel-inner > .item{
  -webkit-transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
  -moz-transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
  transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
}
@media all and (transform-3d), (-webkit-transform-3d){
  .sz_easeOutInCubic .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
    -moz-transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
    transition-timing-function: cubic-bezier(0.22,0.81,0.01,0.99);
  }
}
/*---------- sz_swing ----------*/
.sz_swing .carousel-inner > .item{
  -webkit-transition-timing-function: cubic-bezier(.02,.01,.47,1);
  -moz-transition-timing-function: cubic-bezier(.02,.01,.47,1);
  transition-timing-function: cubic-bezier(.02,.01,.47,1);
}
@media all and (transform-3d), (-webkit-transform-3d){
  .sz_swing .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.02,.01,.47,1);
    -moz-transition-timing-function: cubic-bezier(.02,.01,.47,1);
    transition-timing-function: cubic-bezier(.02,.01,.47,1);
  }
}
/*---------- sz_easeOutCubic ----------*/
.sz_easeOutCubic .carousel-inner > .item{
  -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  -moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
}
@media all and (transform-3d), (-webkit-transform-3d){
  .sz_easeOutCubic .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    -moz-transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-timing-function: cubic-bezier(.215,.61,.355,1);
  }
}
/*---------- sz_easeOutCirc ----------*/
.sz_easeOutCirc .carousel-inner > .item{
  -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  -moz-transition-timing-function: cubic-bezier(.075,.82,.165,1);
  transition-timing-function: cubic-bezier(.075,.82,.165,1);
}
@media all and (transform-3d), (-webkit-transform-3d){
  .sz_easeOutCirc .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    -moz-transition-timing-function: cubic-bezier(.075,.82,.165,1);
    transition-timing-function: cubic-bezier(.075,.82,.165,1);
  }
}
/*---------- sz_easeOutExpo ----------*/
.sz_easeOutExpo .carousel-inner > .item{
  -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
  -moz-transition-timing-function: cubic-bezier(.19,1,.22,1);
  transition-timing-function: cubic-bezier(.19,1,.22,1);
}
@media all and (transform-3d), (-webkit-transform-3d){
  .sz_easeOutExpo .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.19,1,.22,1);
    -moz-transition-timing-function: cubic-bezier(.19,1,.22,1);
    transition-timing-function: cubic-bezier(.19,1,.22,1);
  }
}
/*---------- sz_easeOutQuad ----------*/
.sz_easeOutQuad .carousel-inner > .item{
  -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
  -moz-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
  transition-timing-function: cubic-bezier(.25,.46,.45,.94);
}
@media all and (transform-3d), (-webkit-transform-3d){
  .sz_easeOutQuad .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    -moz-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
    transition-timing-function: cubic-bezier(.25,.46,.45,.94);
  }
}
/*---------- sz_easeOutQuart ----------*/
.sz_easeOutQuart .carousel-inner > .item{
  -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
  -moz-transition-timing-function: cubic-bezier(.165,.84,.44,1);
  transition-timing-function: cubic-bezier(.165,.84,.44,1);
}
@media all and (transform-3d), (-webkit-transform-3d){
  .sz_easeOutQuart .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    -moz-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
  }
}
/*---------- sz_easeOutQuint ----------*/
.sz_easeOutQuint .carousel-inner > .item{
  -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
  -moz-transition-timing-function: cubic-bezier(.23,1,.32,1);
  transition-timing-function: cubic-bezier(.23,1,.32,1);
}
@media all and (transform-3d), (-webkit-transform-3d){
  .sz_easeOutQuint .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.23,1,.32,1);
    -moz-transition-timing-function: cubic-bezier(.23,1,.32,1);
    transition-timing-function: cubic-bezier(.23,1,.32,1);
  }
}
/*---------- sz_easeOutSine ----------*/
.sz_easeOutSine .carousel-inner > .item{
  -webkit-transition-timing-function: cubic-bezier(.39,.575,.565,1);
  -moz-transition-timing-function: cubic-bezier(.39,.575,.565,1);
  transition-timing-function: cubic-bezier(.39,.575,.565,1);
}
@media all and (transform-3d), (-webkit-transform-3d){
  .sz_easeOutSine .carousel-inner > .item {
    -webkit-transition-timing-function: cubic-bezier(.39,.575,.565,1);
    -moz-transition-timing-function: cubic-bezier(.39,.575,.565,1);
    transition-timing-function: cubic-bezier(.39,.575,.565,1);
  }
}