/* Start slider links*/

ul {
    list-style: none;
    margin: 0;
    padding: 0;
	background: none;
	list-style-type: none;
}
.sl-links  {
   margin: 50px auto;
   background: none;

}
.sl-list {
   margin: 0 30px;
   overflow: hidden;
   position:relative;
   background: none;
}
.sl-items {
   width: 10000px;
   position: relative;
   background: none;
   list-style-type: none;
}
.item {
   float: left;
   background: none;
   margin: 0 1px;
   text-align: center;
}
.item a,
.sl-prev a,
.sl-next a{
    display: block;
    text-decoration: none;
    color: #6D6D6D;
    border: 1px solid;
    background-color: #F4F4F4;
    padding: 3px 6px;
}
.sl-prev { float: left; }
.sl-next { float: right;}

/* end slider links*/

/* style for select 2 */
.select2-container {
   box-sizing: border-box;
   display: inline-block;
   margin: 0;
   left: 0;
   position: relative;
   vertical-align: middle;
   text-align: left;
}
.select2-container .select2-selection--single {
   box-sizing: border-box;
   cursor: pointer;
   display: block;
   height: auto;
   width: auto;
   user-select: none;
   -webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
   display: block;
   padding-left: 8px;
   padding-right: 20px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
   background-color: transparent;
   border: none;
   font-size: 1em
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
   padding-right: 8px;
   padding-left: 20px
}
.select2-results {
   display: block
}
.select2-results__options {
   list-style: none;
   margin: 0;
   padding: 0
}
.select2-results__option {
   padding: 6px;
   user-select: none;
   -webkit-user-select: none
}
.select2-results__option--selectable {
   cursor: pointer
}
.select2-container--open .select2-dropdown {
   left: 0
}
.select2-container--open .select2-dropdown--above {
   border-bottom: none;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
   border-top: none;
   border-top-left-radius: 0;
   border-top-right-radius: 0
}
.select2-search--dropdown {
   display: block;
   padding: 4px
}
.select2-search--dropdown.select2-search--hide {
   display: none
}
.select2-close-mask {
   border: 0;
   margin: 0;
   padding: 0;
   display: block;
   position: fixed;
   left: 0;
   top: 0;
   min-height: 100%;
   min-width: 100%;
   height: auto;
   width: auto;
   opacity: 0;
   z-index: 99;
   background-color: #fff;
   filter: alpha(opacity=0)
}

.select2-container--default .select2-selection--single {
   border-radius: 8px;
   padding: 7px 14px;
   border: 1px solid #E3E3E3;
   background: #fff;
   font-size: 16px;
   line-height: 22px;
   color: #686868;
   text-align: left;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
   color: #444;
   line-height: 28px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
   cursor: pointer;
   float: right;
   font-weight: bold;
   /* height: 26px; */
   margin-right: 20px;
   padding-right: 0px
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
   color: #686868
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
   height: 24px;
   position: absolute;
   top: 11px;
   right: 1px;
   width: 24px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
   border-color: #686868 transparent transparent transparent;
   border-style: solid;
   border-width: 5px 4px 0 4px;
   height: 0;
   left: 50%;
   margin-left: -4px;
   margin-top: -2px;
   position: absolute;
   top: 50%;
   width: 0
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
   float: left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
   left: 1px;
   right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
   background-color: #eee;
   cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
   display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
   border-color: transparent transparent #686868 transparent;
   border-width: 0 4px 5px 4px
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
   display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{
   border-top-left-radius: 0;
   border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0
}
.select2-container--default .select2-results>.select2-results__options {
   max-height: 200px;
   overflow-y: auto
}
.select2-container--default .select2-results__option .select2-results__option {
   padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
   padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
   margin-left: -1em;
   padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
   margin-left: -2em;
   padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
   margin-left: -3em;
   padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
   margin-left: -4em;
   padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
   margin-left: -5em;
   padding-left: 6em
}
.select2-container--default .select2-results__option--group {
   padding: 0
}
.select2-container--default .select2-results__option--disabled {
   color: #999
}
.select2-container--default .select2-results__option--selected {
   background-color: #ddd
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
   background-color: #5897fb;
   color: white
}
.select2-container--default .select2-results__group {
   cursor: default;
   display: block;
   padding: 6px
}
.select2-container--classic .select2-selection--single {
   background-color: #f7f7f7;
   border: 1px solid #aaa;
   border-radius: 4px;
   outline: 0;
   background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
   background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
   background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic .select2-selection--single:focus {
   border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
   color: #444;
   line-height: 28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
   cursor: pointer;
   float: right;
   font-weight: bold;
   height: 26px;
   margin-right: 20px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
   color: #999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
   background-color: #ddd;
   border: none;
   border-left: 1px solid #aaa;
   border-top-right-radius: 4px;
   border-bottom-right-radius: 4px;
   height: 26px;
   position: absolute;
   top: 1px;
   right: 1px;
   width: 20px;
   background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
   background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
   background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
   border-color: #888 transparent transparent transparent;
   border-style: solid;
   border-width: 5px 4px 0 4px;
   height: 0;
   left: 50%;
   margin-left: -4px;
   margin-top: -2px;
   position: absolute;
   top: 50%;
   width: 0
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
   float: left
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
   border: none;
   border-right: 1px solid #aaa;
   border-radius: 0;
   border-top-left-radius: 4px;
   border-bottom-left-radius: 4px;
   left: 1px;
   right: auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
   border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
   background: transparent;
   border: none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
   border-color: transparent transparent #888 transparent;
   border-width: 0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
   border-top: none;
   border-top-left-radius: 0;
   border-top-right-radius: 0;
   background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
   background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
   background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
   border-bottom: none;
   border-bottom-left-radius: 0;
   border-bottom-right-radius: 0;
   background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
   background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
   background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
   background-repeat: repeat-x;
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}
.select2-container--classic .select2-dropdown {
   background-color: #fff;
   border: 1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
   border-bottom: none
}
.select2-container--classic .select2-dropdown--below {
   border-top: none
}
.select2-container--classic .select2-results>.select2-results__options {
   max-height: 200px;
   overflow-y: auto
}
.select2-container--classic .select2-results__option--group {
   padding: 0
}
.select2-container--classic .select2-results__option--disabled {
   color: grey
}
.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
   background-color: #3875d7;
   color: #fff
}
.select2-container--classic .select2-results__group {
   cursor: default;
   display: block;
   padding: 6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
   border-color: #5897fb
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option {
   background: #fff;
   color: #020302;
}