/* Normalize all styles
========================================================================== */
* {
  box-sizing: border-box;
}
*,
*:focus {
  outline: none!important;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}

i,img{
  vertical-align: middle;
}

iframe{
  border:none;
}

/* Main styles
========================================================================== */
html{
  height: 100%;
}
body{
  font-size: 14px;
  color: #333442;
  font-family: 'Roboto', sans-serif;
  max-width: 2000px;
  margin: 0 auto;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  line-height: 1.5;
}

.container  {
  max-width: 1300px;ю
  margin: 0 auto;
}

/*links*/
a{
  color: #006fe2;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
a,a:hover{
  transition: all 0.2s ease-out;
}

a.dark-link{
  color: inherit;
}
a.dark-link:hover{
  color: #006fe2;
  text-decoration: none;
}


p{
  font-size: 16px;
  margin: 0 0 25px;
}
p.lg{
  font-size: 24px;
}

/* Elemets
========================================================================== */
.white-space-nowrap{
    white-space:nowrap;
}

/*ul*/
.ul-unstyled{
  margin: 0px;
  padding: 0px;
  list-style: none;
}

/*bootstrap*/
.col-pdg-15{
  padding-left: 15px;
  padding-right: 15px;
}

.row-mrn-5{
  margin-left: -5px;
  margin-right: -5px;
}
.col-pdg-5{
  padding-left: 5px;
  padding-right: 5px;
}

.row-mrn-10{
  margin-left: -10px;
  margin-right: -10px;
}
.col-pdg-10{
  padding-left: 10px;
  padding-right: 10px;
}

.col-full{
  flex-grow: 1;
}

/*maring*/
.no-margin{
  margin: 0px!important
}
.padding-top-0{
  padding-top: 0px!important;
}

/*txts*/
.txt-center{
  text-align: center;
}
.txt-right{
  text-align: right;
}

/*img*/
.img-responsive{
  max-width: 100%;
  border:none;
  display: inline-block;
}
.img-zoom{
  overflow: hidden;
  display: block;
}
.img-zoom img{
  transition: 0.3s;
}
.img-zoom:hover img{
  transform: scale(1.2);
}

.img-100{
  width: 100%;
}

/*bg colors*/
.bg-green{
  background-color: #8dad00;
}
.bg-blue{
  background-color: #006fe2;
}

/*box*/
.box{
  border: 1px solid #ccc;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.13);
  padding: 20px;
  border-radius: 10px;
  background: #f5f5f5;
}

.box-dark{
  background: #373C50;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.13);
  color:white;
  overflow: hidden;
}
.box-pictures{
  margin:-20px -20px 20px -20px;
}
.box-pictures img{
    width:100%;
}

/*social*/
.social li:last-child a{
  margin-right: 0px;
}
.social li:first-child a{
  margin-left: 0px;
}
.social a{
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  color: white;
  border-radius: 3px;
  background: #006fe2;
  margin: 0 5px;
  border-radius: 50%;
}
.social a:hover{
  color: white;
  background: #004f97;
}

/* Typography
========================================================================== */
.web-text ul,
.web-text ol{
  padding: 0px;
  margin: 25px 0;
}
.web-text ul li{
  list-style: none
}
.web-text li{
  font-size: 16px;
  margin:10px 0;
}
.web-text li:before{
  content: '\2014';
  color:#a0c20b;
  margin-right: 10px;
}
.web-text h2,
.web-text h3,
.web-text h4,
.web-text h5,
.web-text h6{
	margin-bottom: 25px;
}

/* Pagination
========================================================================== */

.pagination {
  margin-top: 40px;
}
.pagination ul {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  flex-wrap:wrap;
  align-items:center;
}
.pagination a {
  width: 40px;
  height: 40px;
  display: block;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 3px 5px;
  text-decoration: none;
  border-radius: 5px;
  color:#333442;
  border: 1px solid #ccc;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.13);
}
.pagination a:hover,
.pagination a.is_active {
  background: #006fe2;
  color: white;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(3,110,214,0.42);
  -moz-box-shadow: 0px 0px 0px 3px rgba(3,110,214,0.42);
  box-shadow: 0px 0px 0px 3px rgba(3,110,214,0.42);
  border-color:transparent;
}
.pagination-control a {
  border: none;
  font-size: 13px;
  color:#333442!important;
  background: none!important;
  box-shadow: none!important;

}
.pagination-control a.is_active {
  color: #358fdb !important;
}
.pagination-control i{
  font-size: 18px;
}


/* Table
========================================================================== */
.table-content{
  overflow: hidden;
  overflow-x: auto;
  margin-bottom: 45px;
  -webkit-overflow-scrolling: touch;
  border-radius: 10px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.13);
}
.table-content-last{
  margin: 0px;
}

table{
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  border-bottom:1px solid #ccc;
  border-right:1px solid #ccc;
}
table thead{
  font-weight: bold;
  font-size: 16px;
  background: #373C50;
  color: white;
}
table .light-td span{
  background: #4b5062;
  border-radius: 10px;
  padding: 5px 25px;
  display: inline-block;
  font-size: 20px;
}
table .green-td span{
  background-color: #a0c20b;
}
table thead td{
  padding: 20px;
}
table td{
  padding: 10px 20px;
  border-left:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
table tbody td{
  background: #4B5062;
  color:white;
}

table a{
  color:#a0c20b;
}

/* BreadCrumbs
========================================================================== */
.breadCrumbs{
  padding: 20px 0 15px;
  font-size: 14px;
  background: #f8f8f8;
  margin-bottom: 40px;
  margin-top:-50px;
}
.breadCrumbs a{
  padding-right: 30px;
}
.breadCrumbs a:after{
  content: '\2014';
  position: absolute;
  margin-left: 10px;
}

/* Section
========================================================================== */
section,.section{
  padding: 60px 0;
}
.section-page{
  padding-top: 0px;
}

/*section-dark*/
.section-dark{
  background: #f8f8f8
}

/*section-title*/
.section-title{
  margin-bottom: 40px;
}
.section-title h2{
  font-size: 26px;
 /* text-transform: uppercase;*/
  font-weight: 700;
}

/*section-decoration*/
.section-decoration{
  width: 60px;
  height: 3px;
  margin: 25px 0 0;
  display: inline-block;
  position: relative;
}
.section-decoration:before,
.section-decoration:after{
  content: '';
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.section-decoration:before{
  background: #036ed6;
  left: 0;
}
.section-decoration:after{
  background: #8ead00;
  right: 0;
}

.section-title-btn{
  margin: 10px 0;
}

/* Buttons
========================================================================== */
.btn{
  height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 0 35px;
  border-radius: 3px;
  text-decoration: none;
  border:none;
  cursor: pointer;
  white-space: nowrap;
}
.btn,.btn:hover{
  transition: all 0.2s ease-out;
  text-decoration: none
}

.btn-lg{
  height: 50px;
  font-size: 16px;
  padding: 0 50px;
}

.btn-sm{
  height: 40px;
  padding: 0 20px;
  font-size: 14px;
}

.btn-block{
  width: 100%;
  text-align: center;
  padding: 0px 5px;
}

/*blue*/
.btn-blue{
  background-color: #006fe2;
}
.btn-blue:hover{
  background-color: #004f97;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(3,110,214,0.42);
  -moz-box-shadow: 0px 0px 0px 3px rgba(3,110,214,0.42);
  box-shadow: 0px 0px 0px 3px rgba(3,110,214,0.42);
}

/*green*/
.btn-green{
  background-color: #a0c20b;
}
.btn-green:hover{
  background-color: #8dad00;
  -webkit-box-shadow: 0px 0px 0px 3px rgba(141,173,0,0.42);
  -moz-box-shadow: 0px 0px 0px 3px rgba(141,173,0,0.42);
  box-shadow: 0px 0px 0px 3px rgba(141,173,0,0.42);
}

.btn-effect{
  animation-name: btn-bordering;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes btn-bordering {
  0%{
    -webkit-box-shadow: 0px 0px 0px 0px rgba(141,173,0,0.42);
    -moz-box-shadow: 0px 0px 0px 0px rgba(141,173,0,0.42);
    box-shadow: 0px 0px 0px 0px rgba(141,173,0,0.42);
  }
  100%{
    -webkit-box-shadow: 0px 0px 0px 5px rgba(141,173,0,0.42);
    -moz-box-shadow: 0px 0px 0px 5px rgba(141,173,0,0.42);
    box-shadow: 0px 0px 0px 5px rgba(141,173,0,0.42);
  }
}

.btn-effect-blue{
  animation-name: btn-bordering-blue;
  animation-duration: 0.5s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes btn-bordering-blue {
  0%{
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0,111,226,0.42);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0,111,226,0.42);
    box-shadow: 0px 0px 0px 0px rgba(0,111,226,0.42);
  }
  100%{
    -webkit-box-shadow: 0px 0px 0px 5px rgba(0,111,226,0.42);
    -moz-box-shadow: 0px 0px 0px 5px rgba(0,111,226,0.42);
    box-shadow: 0px 0px 0px 5px rgba(0,111,226,0.42);
  }
}

/* Forms
========================================================================== */
.form-group{
  margin-bottom: 20px;
  position: relative;
}
.form-control{
  height: 40px;
  border:none;
  border:1px solid #d9dbda;
  padding-left: 15px;
  width: 100%;
  border-radius: 3px;
  transition: all 0.2s ease-out;
  color: #333;
  padding-right: 15px;
}

@media (max-width: 767px){
  .form-control{
    font-size: 16px!important;
  }
}

.form-control:focus{
  border-color: #006fe2;
  -webkit-box-shadow: 0px 0px 0px 2px rgba(3,110,214,0.42);
  -moz-box-shadow: 0px 0px 0px 2px rgba(3,110,214,0.42);
  box-shadow: 0px 0px 0px 2px rgba(3,110,214,0.42);
}
textarea.form-control{
  height: inherit;
  resize: none;
  padding-top: 15px;
}

select.form-control{
  background: url(../images/icons/select-icon.svg) no-repeat 98% center;
  background-size: contain;
  background-size: 15px;
  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;
  background-color: white;
}

.form-textarea .form-icon{
  align-items: flex-start;
  padding-top: 10px;
  bottom: 12px;
}

.form-control-btn{
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
}
.form-control-btn .btn{
  height:100%
}

/* Share buttons
========================================================================== */
.share-btns{
  border: 1px solid #ccc;
  padding: 5px 5px;
  margin: 10px 0;
  background: #f8f8f8;
  margin-left: auto;
  border-radius: 3px;
  width: fit-content;
}

.share-btns a{
    height:30px;
    width:30px;
    border-radius:5px;
    margin:0 1px;
    display:inline-flex;
    align-items: center;
    cursor:pointer;
    justify-content: center;
    color:white;
    font-size:18px;
}
.share-btns a:hover{
    opacity:0.8;
    text-decoration:none;
}
.a2a_button_facebook{
    background:#3b5998;
}
.a2a_button_vk{
    background:#587ea3;
}
.a2a_button_ok{
    background:#f2720c;
}

/*logo*/
.logo{
	background: white;
	border-radius: 10px;
}

/* Tabs
========================================================================== */
.tabs-control{
  margin-bottom: 20px;
}
.tabs-control li{
  border:1px solid #4B5062;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  background: #4B5062;
  border-radius: 3px;
  margin:0 10px 10px 0;
  transition: all 0.3s;
  cursor: pointer;
  color:white;
}
.tabs-control li:hover{
	background: #006fe2;
	color:white;
	border-color: #006fe2;;
}
.tabs-control li.active{
  background: #373c50;
  color: white;
  text-decoration: none;
  border-color: #373c50;
  transition: all 0.3s;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.07);
}
.tab-content:first-child{
  display: block;
}
.tab-content{
  display: none;
}

/* Header
========================================================================== */
.header{
  position: relative;
  z-index: 99;
  background: white;
  color:#333442;
}
.header-main{
    margin-bottom:50px;
}

.header.fixed{
  height: 180px;
}
/*header-top*/
.header-top{
 background: #373C50;
}
.header-top-row{
  height: 50px;
}

/*header-bottom*/
.header-bottom{
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.07); 
  background: #4B5062;
  color:white;
}
.header-bottom-row{
  height: 130px;
}

/*header fixed top*/
.header-bottom.fixed{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  max-width: 2000px;
  margin: 0 auto;
  background: #4B5062;
}
.header-bottom.fixed .header-bottom-row{
  height: 70px;
}

/*header-menu*/
.header-bottom.fixed .header-menu li a{
  height: 70px;
  font-size: 14px;
}
.header-menu li{
  flex-grow: 1;
  position: relative;
  text-align: center;
}
.header-menu>ul{
    flex-wrap:nowrap;
}
.header-menu>ul>li{
  cursor: pointer;
}
.header-menu a{
  font-size: 14px;
  color: white;
  text-decoration: none;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-menu a i{
  margin-left: 5px;
  transition: all 0.2s;
}
.header-menu li:hover a i{
  transform: rotate(180deg);
  transition: all 0.2s;
}
.header-menu a:hover,
.header-menu a.active{
  color: #006fe2;
}

/*dropdown*/
.header-menu li:hover .dropdown-menu{
  visibility: visible;
  opacity: 1;
  transition: all 0.2s;
}
.header-menu .dropdown-menu{
  position: absolute;
  top: 100%;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.07);
  background: white;
  text-align: center;
  left: 0;
  border-top:none;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  border-radius: 0 0 3px 3px;
  background: #4B5062;
  overflow: hidden;
}

.header-menu .dropdown-menu li a{
  border-top:1px solid #dcdcdc;
  height: inherit!important;
}
.header-menu .dropdown-menu a{
  padding: 10px 15px;
  display: block;
  white-space: nowrap;
  font-size: 14px;
  text-align: left;
  min-width: 150px;
}
.header-menu .dropdown-menu a:hover{
  background: #006fe2;
  color: white;
}

/*header-search*/
.header-search a{
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border-radius: 3px;
  font-size: 16px;
  background: #006fe2;
  text-decoration: none;
  color:white;
  border-radius: 50%;
  margin-left: 15px;
}
.header-search a:hover{
  background: #004f97;
}

/*modal-search*/
body.modal-search-blocker{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;

}
body.modal-search-blocker:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 9;
}
.modal-search{
  border-bottom: 1px solid #dcdcdc;
  position: fixed;
  left: 0;
  right: 0;
  background: white;
  z-index: 99;
  background: white;
  display: none;
}
.modal-search-row{
  height: 50px;
}
.modal-search-close i{
  font-size: 18px;
}

/*header-contacts*/
.header-contacts li{
  margin-right: 20px;
}
.header-contacts a{
  display: flex;
  color:white;
  align-items: center;
  text-decoration: none!important;
}
.header-contacts a:hover span{
  text-decoration: underline;
}
.header-contacts i{
 margin-right: 10px;
 background: #006fe2;
 color: white;
 height: 30px;
 width: 30px;
 border-radius: 50%;
 display: flex;
 align-items: center;
 justify-content: center;
}

/*header-languages*/
.header-languages {
  position: relative;
}
.header-languages .is_active{
  height: 30px;
    width: 50px;
    display: flex;
    align-items: center;
    padding: 0px 5px;
    background: #f8f8f8;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 3px;
    position: relative;
}
.header-languages .is_active:before{
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #006de2 transparent transparent transparent;
  position: absolute;
  right: 10px;
}
.header-languages .languages-list{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 1px;
  display: none;
  border:1px solid #ccc;
  border-radius: 3px;
  background: #f8f8f8;
  z-index:999;
}
.header-languages .languages-list a{
  border-bottom:1px solid #ccc;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.header-languages .languages-list a:hover,
.header-languages .languages-list li a.active{
  background: #006fe2;
}
.header-languages .languages-list li:last-child a{
  border-bottom: none;
}

/**/
.header-toggle-btn a{
  text-decoration: none;
}
.header-toggle-btn i{
  font-size: 32px;
}

/*logo*/
.header-bottom.fixed .logo{
  max-width: 65px;
}
.header-bottom.fixed .logo img{
  max-width: 100%;
}

.logo{
  width: 100px;
}

/*bar*/
body.bar-open{
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.bar{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: white;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  padding:0 15px 15px 15px;
  display: none;
  z-index: 99;
}

/*close*/
.bar-close{
  padding: 10px 0;
  text-align: right;
}
.bar-close i{
  font-size: 30px;
  color:#006fe2;
}

/*menu*/
.bar-menu li{
  border-bottom: 1px solid #ccc;
}
.bar-menu li:first-child{
  border-top: 1px solid #ccc;
}
.bar-menu li a{
  display: flex;
  height: 45px;
  align-items: center;
  font-size: 16px;
  padding: 0 15px;
  position: relative;
  color:#333442;
}
.bar-menu .dropdown-btn i{
  font-size: 18px;
  position: absolute;
  right: 15px;
  font-size: 22px;
}
.bar-menu .dropdown-btn.open i{
  transform: rotate(180deg);
}

.bar-menu ul ul{
  display: none;
  background: #f8f8f8;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.bar-menu ul ul li:last-child{
  border:none;
}


/*social*/
.bar-social {
  margin-top: 25px;
}
.bar-social a{
  font-size: 16px;
  border:1px solid #cccccc;
  height: 45px;
  width: 45px;
}
.bar-social i{
  font-size: 20px;
}

/* Jumbotron
========================================================================== */
.jumbotron{
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.13); 
}
.jumbotron-content{
  background-size: cover!important;
  text-align: center;
  color: white;
  border-radius: 10px;
  display:block;
}

/*reeklam*/
.reklam-box{
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.13); 
  border-radius: 10px;
  max-width: 340px;
  margin: 0 auto;
}
.reklam-box--100{
  max-width: 100%;
}
.reklam-box .reklam-thumb{
  transition: all 0.2s;
  display:block;
}
.reklam-box:hover .reklam-thumb{
  transition: all 0.2s;
  transform: scale(1.2);
}
.reklam-box .reklam-thumb img{
  max-width: 100%;
}

.reklam-sm{
  height: 250px;
}
.reklam-thumb{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*reeklam*/
.about-video{
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.13);
}
.about-video iframe{
  height: 350px;
  width: 100%;
}

/* Main
========================================================================== */
main.main{
  flex: 0 0 1;
}
.content{
  flex:0 0 calc(100% - 240px);
  max-width:calc(100% - 240px);
  padding-right: 30px;
}
.content-no-breadcrumbs{
    margin-top:50px;
}

/* Runs
========================================================================== */
.runs{
  margin-bottom: -30px;
}

.run-col{
  margin-bottom: 30px;
}
.run{
  border-radius: 10px;
  padding-bottom: 60px;
  height: 100%;
  background: #373C50;
  transition: all 0.3s;
  border:1px solid #ccc;
  overflow: hidden;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.13); 
  transition: all 0.2s;
  color:white;
}
.run-thumb{
  height: 200px;
  overflow: hidden;
  position: relative;
  margin:-1px;
  border-bottom: 3px solid white;
}
.run:hover .run-thumb-content{
  transform: scale(1.1);
  transition: all 0.2s;
}
.run-thumb-content{
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius:10px 10px 0 0;
  transition: all 0.2s;
}

.run-thumb a{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.run-content{
  padding: 20px;
}

.run-title a{
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}
.run-title i{
  font-size: 20px;
  margin: 0 5px;
  display: inline-flex;
}

.run-info{
  margin: 30px 0 0;
}
.run-info li{
  font-size: 16px;
  margin: 10px 0;
}
.run-info strong{
  color:white;
}

.run-btn{
  position: absolute;
  bottom: 20px;
}

/*single*/
.single-run-map {
  width: 100%;
  height: 340px;
}
.single-run-map iframe{
  width: 100%;
  height: 100%;
}
.single-run-contacts{
  margin-bottom: 20px;
}
.single-run-contacts a{
  display: block;
  margin: 5px 0;
  font-size: 18px;
  text-align: center;
}
.single-run-route-map{
  height: 450px;
}
.single-run-route-map iframe{
  width: 100%;
  height: 100%;
}

/* Sidebar
========================================================================== */
.sidebar{
  margin-bottom: 60px;
  flex: 0 0 240px;
  max-width: 240px;
}
.sidebar-item{
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  background: #373C50;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.13); 
}
.sidebar-title{
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px;
  color:white;
}

.sidebar-reklam{
  margin-bottom: 15px;
}

/*sky*/
.skys{
  margin-bottom: -10px;
}
.sky{
  margin-bottom: 10px;
  border-radius: 15px;
  padding: 10px;
  text-align: center;
  color:white;
  background: rgba(255,255,255,0.1);
}
.sky-title{
  padding: 5px 0;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 10px;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.07);
  background: rgba(255,255,255,0.1);
}
.sky-icon{
  width: 35px;
  margin: 0 auto 10px;
}

.sky-text{
  font-size: 16px;
  display: block
}


/*valute*/

.valute{
  display: flex;
  align-items: center;
  background: rgba(51,52,66,0.7);
  padding: 5px 10px;
  border-radius: 15px;
  margin-bottom: 10px;
  background: rgba(255,255,255,0.1);
  color:white;
}
.valute .valute-icon{
  margin-right: 10px;
}

.valute-date{
  text-align: center;
  color:white;
  margin-top: 15px;
}


/* Map contacts
========================================================================== */
.map-content{
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.13); 
  border: 1px solid #ccc;
}
.map-contacts{
  height: 100%;
  width: 100%;
  overflow: hidden;
  height: 300px;
}
.map-contacts iframe{
  height: 100%;
  width: 100%;
}
.map-contacts-content{
  background: #373C50;
  padding: 25px;
  color:white;
  height: 100%;
}
.map-contacts-content .title{
  font-size: 18px;
  margin-bottom: 15px;
}
.map-contacts-content p{
  font-size: 14px;
  margin-bottom: 10px;
}

/* Routes
========================================================================== */
.routes{
  margin-bottom: -30px;
}
.route-col{
  margin-bottom: 30px;
}

.route{
  padding: 20px 25px;
  background: #373C50;
  border-radius: 5px;
  font-size: 16px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.13);
  color: white;
  height: 100%;
}

.route i{
  font-size: 16px;
  color: white;
}

.route a{
  color: white!important;
}

.route a:hover{
  text-decoration: underline;
}

.route-title{
  font-size: 22px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}
.route-title i {
  font-size: 20px;
  margin: 0 5px;
  display: inline-flex;
}

.route-list>ul>li>a+i{
  display: block;
  margin-top: 5px;
}
.route-list li{
  margin-bottom: 5px;
}

.route-list ul ul{
  margin: 15px 0;
}
.route-list ul ul li{
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.route-list ul ul i{
  margin-right: 10px;
}

.route-finish {
  display: flex;
  align-items: center;
}
.route-finish i{
  margin-right: 10px;
}

/* Gps cameras
========================================================================== */
.gps-map{
  width: 100%;
  height: 300px;
}

.gps-map iframe{
  height: 100%;
  width: 100%;
}

.gps-online{
  margin-bottom: 25px;
  display: block;
}

/* Trucking
========================================================================== */
.truckings{
  margin-bottom: -30px;
}
.trucking-col{
  margin-bottom: 30px;
}
.trucking{
  height: 100%;
  background: #373C50;
  border-radius: 10px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.13);
  color: white;
}
.trucking-thumb{
  height: 270px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.trucking-thumb:before,
.trucking-thumb:after{
  content: '';
  width: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 3px;
  top: 100%;
}
.trucking-thumb:before{
  background: #036ed6;
  left: 0;
}
.trucking-thumb:after{
  background: #8ead00;
  right: 0;
}

.trucking-content{
  font-size: 16px;
  border-radius: 0 0 10px 10px;
  padding: 20px;
}

.trucking-title{
  margin-bottom: 15px;
}
.trucking-title h3{
  font-size: 20px;
}


/* Gallery
========================================================================== */
.gallery{
  margin-bottom: -20px;
}
.gallery-item{
  margin-bottom: 20px;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  transition:all 0.3s;
  border-radius: 5px;
  position: relative;
}
.gallery-item:hover{
  -webkit-box-shadow: 0px 0px 0px 5px rgba(3,110,214,0.8);
  -moz-box-shadow: 0px 0px 0px 5px rgba(3,110,214,0.8);
  box-shadow: 0px 0px 0px 5px rgba(3,110,214,0.8);
}
.gallery-item a{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  cursor: zoom-in;
  bottom: 0;
}

/* Contacts
========================================================================== */
.contacts-page .contacts-list{
  border-bottom: 1px solid #d9dbda;
  padding-top: 10px;
}
.contacts-page .contacts-list .icons-mix{
  margin-right: 15px;
  display: flex;
}
.contacts-page .contacts-list .icons-mix span{
  margin-right: -10px;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  transition: all 0.2s
}
.contacts-page .contacts-list .icons-mix img:last-child{
  margin: 0px;
}
.contacts-page .contacts-list .icons-mix img:hover{
  transition: all 0.2s
}
.contacts-page .contacts-list:last-child{
  border:none;
}
.contacts-page .contacts-list li{
  margin: 10px 0;
  font-size: 16px;
  max-width: 33.33%;
  flex: 0 0 33.33%
}
.contacts-page .contacts-list li:nth-child(5) .icons-mix,
.contacts-page .contacts-list li:nth-child(6) .icons-mix{
    width:75px;
    justify-content:flex-end;
}
.contacts-page .contacts-list img{
  width: 30px;
  margin-right: 15px;
}
.contacts-page .contacts-list a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color:white;
  text-decoration: none!important;
}
.contacts-page .contacts-list a:hover span.txt{
  text-decoration: underline;
}

.contacts-page .contacts-list i{
  width: 30px;
  height: 30px;
  background: #006fe2;
  border-radius: 50%;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
}
.contacts-map{
  margin-top: 25px;
}
.contacts-map iframe{
  height: 100%;
  width: 100%;
}

/* Buttons
========================================================================== */
.sticky-button{
  width: 40px;
  height: 200px;
  position: fixed;
  right: 0;
  bottom: 130px;
  display: flex;
  align-items: center;
  border-radius: 3px;
  justify-content: center;
  top: 50%;
  margin-top:-100px;
  font-size: 16px;
  color: white;
  white-space: nowrap;
  cursor: pointer;
  transition: all .3s;
  z-index: 99;
  padding: 0px;
}
.sticky-button a{
  transform: rotate(-90deg);
  transition: all .3s;
  display: block;
  color: white;
  text-decoration: none;
}

/* Footer
========================================================================== */
footer.footer{
  text-align: center;
  padding: 30px 0 30px;
  color: white;
  box-shadow: 0px -6px 9px 0px rgba(0, 0, 0, 0.07);
  color: white;
  background: #373C50;
}

/* Fo top
================================== */
.go-top{
  width: 50px;
  height: 50px;
  background: #006fe2;
  border-radius: 3px;
  position: fixed;
  right: 85px;
  bottom: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #006fe2;
  -webkit-box-shadow: 0px 5px 24px -6px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 24px -6px rgba(0,0,0,0.75);
  box-shadow: 0px 5px 24px -6px rgba(0,0,0,0.75);
  cursor: pointer;
  transition: all 0.2s ease-out;
  color: white;
  display: none;
}
.go-top:hover{
  transition: all 0.2s ease-out;
  background: #004f97;
}
.go-top i{
  font-size: 26px;
}

/* Sticky Button
================================== */
.blocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 999;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
}
.blocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.blocker.behind {
  background-color: transparent;
}
.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  background: #373C50;
  width: 380px;
  box-sizing: border-box;
  padding: 20px 30px 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow:  3px 4px 20px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 3px 4px 20px 0px rgba(0, 0, 0, 0.35);
  text-align: left;
  color:white;
}

.modal-lg{
  width: 520px;
}

.modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  text-decoration: none!important;
  width: 30px;
  height: 30px;
  color: white;
  top: -15px;
  background: #006fe2;
  right: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.07);
}
.modal-close:hover{
  background: #004f97;
}

.modal-close  i{
  font-size: 16px;
}

.close-modal {
  display: none;
}

.modal-title {
  margin-bottom: 25px;
  text-align: center;
}
.modal-title h3{
  font-size: 28px;
  text-transform: uppercase;
}

.map-modal{
  height: 320px;
  width: 100%;
}
.map-modal iframe{
  height: 100%;
  width: 100%;
}

/* Fancybox gallery
================================== */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
          padding: 0px!important;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url(../images/fancybox-icons/fancybox_sprite.png);
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(../images/fancybox-icons/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url(../images/fancybox-icons/blank.gif); /* helps IE */
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url(../images/fancybox-icons/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, .8);
}


/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
     only screen and (min--moz-device-pixel-ratio: 1.5),
     only screen and (min-device-pixel-ratio: 1.5){

  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url(../images/fancybox-icons/fancybox_sprite@2x.png);
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url(../images/fancybox-icons/fancybox_loading@2x.gif);
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}

@media (max-width: 1199px){
  .header-menu a{
    font-size: 13px;
  }

  .header-bottom.fixed .header-menu li a{
      font-size:14px;
  }
}


@media (max-width: 991px){
  /* Contacts page
  ================================== */
  .contacts-page .contacts-list li{
    flex: 0 0 50%;
    max-width: 50%;
  }

  /*sidebar*/
  .sidebar{
    margin-bottom: 40px;
  }
  .sidebar-item{
    margin-bottom: 15px;
  }
  
  .logo{
    width:100px;
  }
  
  
    /*main*/
    .content{
        flex:0 0 100%;
        max-width:100%;
        padding:0px;
    }
      .main-row{
    display: block!important;
  }
  
  .sidebar{
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px){
  p.lg{
    font-size:18px;
  }
  /* Logo
  ================================== */
  .logo{
    width: 80px;
  }

  /* Table
  ================================== */
  table{
    font-size: 14px!important;
    width: 900px;
  }
  table td{
    padding: 10px 15px!important;
  }

  /* Section
  ================================== */
  section, .section{
    padding: 40px 0 35px;
  }
  .section-title h2{
    font-size: 24px;
  }
  .section-feedback{
    background: #f8f8f8;
    margin:0 -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-title{
    margin-bottom: 25px;
  }

  .section-title-mobile-center{
    text-align: center;
  }
  .section-title-mobile-center>.row{
    display: block;
  }
  .section-title-mobile-center .section-title-btn{
    width: 100%;
    text-align: center;
  }

  /*tab*/
  .tabs-control li{
    width: 100%;
    margin-right: 0px;
  }

  /* Header
  ================================== */
  .header.fixed{
    height: 130px;
  }
  
    .header-main{
        margin-bottom:25px;
    }

  .header-contacts i{
    color:white;
    background: transparent;
    height: 20px;
    width: 20px;
  }

  .header-bottom-row{
    height: 90px;
  }

  .header-callback .btn{
    padding: 0px;
    background: transparent;
    height: 40px;
  }


  .header-contacts li{
    display: block;
  }

  /* Share button
  ================================== */
  .share-btns{
    margin-left: auto;
    margin-right: auto;
  }

  /* Runs
  ================================== */
  .runs{
    margin-bottom: -15px;
  }

  .run-col{
    margin-bottom: 15px;
  }
  
  /* Routes
  ================================== */
  .routes{
    margin-bottom: -15px;
  }
  .route-col{
    margin-bottom: 15px;
  }
  .route{
    padding: 15px;
  }
  
  /* Single runs
  ================================== */
  .single-run-route-map{
    height: 240px;
  }
  .single-runs-title{
    text-align: center;
  }
  .single-runs-title>.row{
    display: block;
  }

    /* Sticky Button
    ================================== */
    body{
      padding-bottom: 53px;
    }
    .sticky-button{
      bottom: 10px;
      top: inherit;
      right: 10px;
      left: 10px;
      width: initial;
      height: 35px;
      font-size: 14px;
    }
    .sticky-button a{
      transform: none
    }
  

  /* Runs
  ================================== */
  .truckings{
    margin-bottom: -15px;
  }
  .trucking-col{
    margin-bottom: 15px;
  }

  /* Contacts page
  ================================== */
  .contacts-page .contacts-list li{
    flex: 0 0 100%;
    max-width: 100%;
  }
  .contacts-page .contacts-list li:nth-child(5) .icons-mix,
    .contacts-page .contacts-list li:nth-child(6) .icons-mix{
        width:inherit;
    }
    
.breadCrumbs{
    margin-bottom:25px;
    margin-top:-25px;
}

  /* Footer
  ================================== */
  footer.footer{
    text-align: center;
  }
  footer.footer .row{
    display: block;
  }
  footer.footer .copyright{
    margin-bottom: 15px;
    display: block;
  }

  /* Go top
  ================================== */
  .go-top{
    right: 15px;
    bottom: 65px;
    width: 40px;
    height: 40px;
  }

  /* Modal
  ================================== */
  .modal{
    width: 100%;
    padding: 20px 15px;
  }


  .styling-padding{
    padding: 15px;
  }

  .sidebar-item{
    padding: 15px;
  }
}


.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 40px;
  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 {
  position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select2-container .select2-search--inline {
  float: left
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051
}

.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[aria-selected] {
  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__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none
}

.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-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px
}

.select2-container--default .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;
  margin-top: 5px;
}

.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 #888 transparent;
  border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd
}

.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--highlighted[aria-selected] {
  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;
  margin-right: 10px
}

.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-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none
}

.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[role=group] {
  padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  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
}

.text-danger{
  color: indianred;
  font-size: 12px;
}