
/*	Table OF Contents
==========================
1-General Styles
2-Navigation
3-Bootstrap Accordin
4-Tabs
5-social icons styles
6-Button styles
7-contact
8-table
9-order cupons
10-order summary
11-form
12-e-stravenka
13-drag and drop
14-Block card
15-card activation
16-Search workshops
17-Personal data
18-Switch
19-info message
20-Padding helpers
21-Margin helpers
22-Font size
23-Responsive

/* =========================
   1-General Styles
   ========================= */
body{
	font-family:Ubuntu, Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:1.42857;
	color:#444;
}

.container {
    max-width: 1165px;
}

.navbar-default .navbar-nav > .active > a,.navbar-default .navbar-nav > .active:hover a{
	background:none;
}

.float-left{
	float:left;
	padding-top:20xp;
	margin-right:20px;
}

.text-custom-primary {
    color: #f59100;
}

.text-custom-secondary {
    color: #b3c6dd;
}

.text-custom-info {
    color: #47586d;
}

.text-custom-warning {
    color: #e51315;
}

.text-order-ready {
    color: #c1a130;
}

.text-order-successful {
    color: #5e7e4f;
}

.text-order-cancelled {
    color: #e53030;
}

.wrapper{
	position:relative;
	padding-top:60px;
	padding-bottom:50px;
}

.wrapper-grey{
	background-color: #f9f9f9;
    padding: 30px;
}

.wrapper-blue{
	background-color: #e4f3fb;
    padding: 15px;
    color: #3e7c9d;
    border: 1px solid #3e7c9d;
    border-radius: 5px;
}

h1, h2, h3, h4 {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
}

h2, .h2 {
    font-size: 22px;
}

dd {
    margin-bottom: 10px;
    margin-left: 0;
}

a {
    color: #f59100;
    text-decoration: underline;
}


/*Section header*/
.section-header, .section-header-white{
	font-family: Ubuntu, sans-serif;
	background: none;
	font-size: 30px;
	color: #47586d;
	margin-bottom: 10px;
    margin-top: 0;
	padding-bottom:10px;
	font-weight: normal;
	line-height: 40px;
	position:relative;
}

.section-subheader{
	font-family: Ubuntu, sans-serif;
	background: none;
	font-size: 18px;
	text-align: left;
	margin-bottom: 20px;
	color: #444444;
}

.section-header-image {
    float: right;
    
}

/* =========================
   2-Navigation
   ========================= */
.mobile-menu {
	display: none;
	background: #ffffff;
	color: #828282;
	width: 50%;
	margin:5px auto 20px;
	padding-left: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	border:1px solid #ccc
}
.navbar {
	margin-bottom: 0;
}
.navbar-default {
	background: #294669;
	border: none;
	border-radius: 0;
	transition: All .6s ease;
	-webkit-transition: All .6s ease;
	-moz-transition: All .6s ease;
	-o-transition: All .6s ease;
}

.navbar-nav {
	float: right !important;
}

.logo{
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	background:#fff;
	border-bottom:1px solid #dfdfdf;
}

.navbar-brand {
	padding-top: 15px;
	line-height: 50px;
}
.navbar-toggle, .navbar-default .navbar-toggle {
	background: #2f3032 !important;
}
.navbar-default .navbar-toggle {
	border-color: #3d3d3f;
}

.navbar-nav > li > a {
	font-size: 14px;
	font-weight: bold;
	line-height: 55px;
	color: #fff;
	padding-left: 23px;
	padding-right: 23px;
    padding-bottom: 10px;
    border-bottom: 5px solid transparent;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-default .navbar-nav > li.active > a {
    border-bottom: 5px solid #f59100;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus {
	color: #f59100;
    
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li a:hover, .navbar-default .navbar-nav > li a:focus {
	color: #f59100;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border: none;
}
.navbar-collapse {
	padding-right: 0;
}

.dropdown-menu {
	border: none;
	min-width:10px;
}

.navbar-nav{
	max-width:100%;
}

.dropdown i.icon-caret-down{
	display:none;
}

.navbar-default .navbar-toggle{
	margin-right:44px;
	top:20px;
}
ul.dropdown-menu {
	background: #f9f9f9;
	
}
.dropdown-menu li a {
	color: #2c2c2c;
	line-height: 18px;
	opacity: 1;
	padding:10px;
	padding-right:100px;
	font-size:12px;
	font-weight:700;
    text-decoration: none;
}

.dropdown-menu li{
	border-bottom:1px solid #dfdfdf;
}

.dropdown-menu li:last-child{
	border-bottom:0;
}

.dropdown-menu li a:hover {
	color:#f59100 !important;
	opacity: 1;
}

.navbar-nav > li:hover ul.dropdown-menu {
	display: block;
}


.navbar-default .navbar-nav .active a,.navbar-default .navbar-nav .active:hover a{
	background:transparent;
}

.contact-info{
	margin:0;
	padding:0;
}

.contact-info li{
    font-size:14px;
	list-style:none;
	display:inline-block;
	margin-right:30px;
}

.contact-info li a{
	font-size:14px;
	line-height:18px;
	text-decoration:none;
	color:#fff;
}

.contact-info li span{
	font-size:18px;
	padding-right:10px;
}

.quick-info{
	padding-top:15px;
	padding-bottom:10px;
	background:#48678c;
    color:#fff;
}

.navbar-nav .active .dropdown-menu li a{
	background:#f9f9f9 !important;
	color:#2c2c2c !important;
}

.active .dropdown-menu li a:hover,
 .dropdown-menu li a:hover{
	background: #fff !important;
	color:#f59100 !important;	
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus{
	background:#fff;
	color:#e44322 !important;
}

.member {
	position: relative;
	margin-top: 30px;
	margin-bottom: 10px;
}

.member-line {
	height:1px;
	background:#e9e9e9;
}

.member img {
	width: 100%;
	height: auto;
}
.member h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	line-height: 20px;
	text-transform: capitalize;
}

.member h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-transform: capitalize;
	color: #828282;
}

.member .social{
	text-align:left;
	padding-left:0;
}

.member .social li{
	margin-right:10px;
	margin-bottom:5px;
}

.member-link {
    color: #f59100;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
}

.member-content {
    padding-left: 15px;
    padding-right: 15px;
}

#team-wrapper h3{
	text-align:left;
	font-size:18px;
	font-weight:700;
	color:#2c2c2c;
}

/* ===============================
	  3- Bootstrap Accordin
   =============================== */
.panel-group .panel + .panel{
	margin-top:10px;
}
.panel{
	box-shadow:none;
}
.panel-group .panel,.panel-heading{
	border-radius:4px;
	position:relative;
}
.panel-body{
	margin-bottom:6px;
	padding:10px;
}

.panel-heading h4{
	font-size:14px;
	font-family:arial;
	line-height:18px;
	font-weight:bold;
	color:#3c3c3c;
	text-transform:capitalize;
}

.panel-heading a{
	text-decoration:none;
	display:block;
	outline:none;
}

.panel-heading span{
	font-size:20px;
	margin-left:5px;
	margin-right:12px;
	line-height:18px;
	float:left;
}

.panel-heading .accordain-icon{
	color:#d0d0d0;
	font-size:15px;
	position:absolute;
	right:0;
	top:12px;
}

#faq{
	position:relative;
}

#faq #accordion{
	margin-top:30px;
	margin-bottom:100px;
}


#faq .panel-default {
    border-color: #f7f7f7;
}


#faq .panel-default > .panel-heading{
	position:relative;
	background:#f7f7f7;
	height:60px;
	padding-left:20px;
    border-color: #f7f7f7;
}

#faq .panel-default > .panel-heading h3{
	color:#f59100;
	font-weight:400;
	margin:0;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
}

#faq .panel-heading a.collapsed:after {
    content: "\f054 ";
    color: #f59100;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 40px;
    margin-right: 5px;
    position: absolute;
    right: 10px;
    vertical-align: middle;
}

#faq .panel-heading a:after {
    content: "\f078 ";
    color: #f59100;
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 40px;
    margin-right: 5px;
    position: absolute;
    right: 10px;
    vertical-align: middle;
}

#faq .panel-default > .panel-heading h6{
	font-size:12px;
	text-transform:uppercase;
	color:#fff;
	font-weight:400;
	margin:4px 0 0;
	
}

#faq .panel-default > .panel-heading + .panel-collapse .panel-body{
	padding:20px;
     border-top-color: #f7f7f7;
}

#faq .panel-default > .panel-heading + .panel-collapse .panel-body img{
	width:100%;
	height:auto;
	display:block;
	margin-bottom:20px;
}

/* =======================
  4-Tabs
   ======================= */
.tab-content .tab-pane{
	padding:20px 1px;
	font-size:12px;
	color:#828282;
	line-height:18px;
}

.tab-content{
	border-top:1px solid #ebebea;
}

.nav-tabs{
	border:none;
}
.nav-tabs.four > li{
	padding: 0 30px;
}

.nav-tabs.three > li{
	width:33.3%;
}

.nav-tabs > li{
	text-align:center;
	border:1px solid #e0e0e0;
	background: #fff;
}

.tab-style2.nav-tabs > li{
	border:none;
}
.nav-tabs > li:hover a{
	background:none;
}

.nav-tabs > li.active{
	border-top:1px solid #e0e0e0;
	border-bottom:none;
	background:#fff;
}

.tab-style2.nav-tabs > li.active{
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
    border-radius:5px 5px 0 0;
}

.nav-tabs > li > a{
	padding:10px 0;
}
.nav-tabs > li > a,.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	color:#47586d;
	font-size:14px;
	font-weight:700;
	border:none;
	background:none;
	outline:none;
    text-decoration: none;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: #f59100;
}

.tabs-horizontal .tab-content{
	border:none;
}

.tabs-horizontal .nav-tabs > li{
	background:#ffffff;
	float:none;
	display:block;
	border:1px solid #e9e9e9;
	border:0;
	border-bottom:1px solid #e9e9e9;
	border-right:1px solid #e9e9e9;
	margin-bottom:1px;
}
.tabs-horizontal .nav-tabs > li:last-child{
	border-bottom:none;
}
.tabs-horizontal .nav-tabs > li > a{
	padding:20px;
	font-size:12px;
	position:relative;
	padding-left:50px;
}
.tabs-horizontal .nav-tabs > li.active{
	border-right:none;
}
.tabs-horizontal .nav-tabs > li.active a{
	color:#e44322;
	
}
.tabs-horizontal .nav-tabs > li > a > span{
	color:#ababab;
	font-size:30px;
	position:absolute;
	left:0;
	top:15px;
}
.tabs-horizontal .nav-tabs > li.active > a > span{
	color:#e44322;
}

.tabs-horizontal .tab-pane h2{
	font-size:30px;
	line-height:35px;
	font-weight:800;
	color:#2c2c2c;
	margin-top:0;
}
.tabs-horizontal .tab-pane h4{
	font-size:16px;
	line-height:20px;
	font-weight:800;
	color:#2c2c2c;
	margin-bottom:20px;
	
}


/* ===============================
5-social icons styles
==================================*/
.header-user{
	margin:0;
	text-align:right;
}
.header-user li a{
	color:#fff;
	line-height:15px;
	text-align:center;
	display:block;
	margin:5px;
	text-decoration:none;
}

.header-user li{
	display:inline-block;
	height:20px;
	margin-right:15px;
    font-size: 14px;
}

.header-user li a:hover{
	color:#fff;
}

/*============================
19-	Footer
=======================================*/
.modal-footer {
	font-family: arial;
	background-color: #f2f2f2;
	border-radius: 0;
	text-align: left;
	color: #919191;
    padding: 40px 0 0;
	box-shadow: none;
	margin-top:50px;
}

.modal-footer ul{
	padding:0px;
}
.modal-footer .footer-head {
	font-family: 'Droid Sans', sans-serif;
	margin-bottom: 30px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 35px;
}
.modal-footer p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 30px;
}

.footer-list {
	list-style: none;
	font-size: 14px;
}
.footer-list li {
	line-height: 25px;
	
}
.footer-list a {
	text-decoration: none;
	color: #c3c3c3;
}
.footer-list a:hover {
	color: #e1472f;
}

.modal-footer .copyrights {
	background-color: #294669 ;
	margin-top: 20px;
	padding: 20px 0;
}

.copyrights ul {
	margin-bottom: 0;
}

.copyrights li {
	display: inline-block;
	list-style: none;
	margin-right: 30px;
	line-height: 30px;
	text-align: center;
}

.copyrights p {
    margin-bottom: 0;
}

.copyrights {
    color: #fff;
}

/* =======================
   	6-button styles
   ======================= */

.btn {
	transition: All .6s ease;
	-webkit-transition: All .6s ease;
	-moz-transition: All .6s ease;
	-o-transition: All .6s ease;
	border: none;
	margin-top:10px;
	margin-bottom:10px;
	font-size:16px;
	font-weight:700;
	border-radius:4px;
    padding: 9px 16px;
}
.btn-default {
	background: #f59100;
	color: #fff;
	border: 2px solid #f59100;
}

.btn-default:hover,.btn-default:focus,.btn-default:active,
.transparent:hover,.transparent:focus,.transparent:active{
	background: #fff;
	color: #000;
	border: 2px solid #000;
}

.transparent{
	background:none;
	border:2px solid #f59100;
	border-radius:4px;
	color:#f59100;
}

.btn-link {
    text-decoration: underline;
}

.btn-fa {
    background:transparent;
	border:none;
    margin:0 5px;
    padding:0;
    font-size: 20px;
}

.btn-fa:hover,.btn-fa:focus,.btn-fa:active {
	background: transparent !important;
    color: inherit;
}

.btn-red {
    background: #e51315;
    color: #fff;
}

.btn > .fa {
    font-size: 18px;
}

.rotate-90 {
    transform: rotate(90deg);
}

/* =======================
   	7-contact
   ======================= */


.contact-list {
	list-style: none;
	font-size: 16px;
    padding: 0;
}
.contact-list li {
	line-height: 1.4287;
}

.contact-list .fa {
    margin-right: 5px;
}

.contact-list-fa-big .fa {
	font-size: 20px;
}

#contact-map{
	width:100%;
	height:475px;
	margin-top:30px;
}

.contact-map-company {
    margin-top:0 !important;
    height: 400px !important;
    width: 100% !important;
}

.contact-manager {
    list-style: none;
    padding: 0;
    margin: 0;
    clear:both;
}

.contact-manager li {
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .contact-manager li {
        float: left;
        width: 33.3%;
    }
}

.contact-manager-photo {
    border-radius: 50%;
    border: 8px solid #f7f7f7;
}

.contact-manager-name {
    display: block;
    font-size: 22px;
    font-weight: 700;
    margin-top: 10px;
}

.contact-manager-profession {
    display: block;
    color: #7a7a7a;
}

.contact-regional {
    margin-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e0e0e0;
}

.contact-three-col-row { 
    padding-left: 0;
    list-style-type: none;
}

@media (min-width: 480px) {
    .contact-three-col-row {
         -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

.contact-three-col-row li:before {
    content: "\f111  ";
    color: #48678c;
    font-family: FontAwesome;
    font-size: 8px;
    line-height: initial;
    margin-right: 5px;
    vertical-align: middle;
}


/* =======================
 8-Table
   ======================= */

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    vertical-align: middle;
}

.table-custom-primary thead > tr > th, .table-custom-primary tbody > tr > th {
    background: #eef4fa;
    border: 1px solid #e0e0e0 !important;
    color: #47586d;
    font-size: 14px;
}

.table-custom-primary tbody > tr > td {
    border: 1px solid #e0e0e0;
    font-size: 14px;
}

.table-custom-primary tbody > tr > td.success {
    background: #e6f4e0;
    color: #5e7e4f;
}

/* =======================
  9-order cupons
  ======================= */

.orders-cupons-header {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    color:#47586d;
    font-weight: 700;
    padding: 15px 0;
    font-size: 14px;
}

.orders-cupons-row {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    padding: 15px 0;
    margin-top: -1px;
}

.orders-cupons-row .btn-link {
    font-size: 14px;
}

.orders-cupons-row .col-last {
    padding-right: 25px;
    text-align: right;
}

.orders-cupons-add-book {
    text-align: center;
    padding: 20px;
    margin-top: -1px;
}

.orders-cupons-footer {
    padding: 20px 10px;
    margin-top: -1px;
    background-color: #fbfbfb;
    border: 1px solid #f0f0f0;
}

.arrow-line {
	position: relative;
	border-top: 1px solid #f0f0f0;
}
.arrow-line:after, .arrow-line:before {
	top: -1px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-line:after {
	border-top-color: #fff;
	border-width: 14px;
	margin-left: -14px;
}
.arrow-line:before {
	border-top-color: #f0f0f0;
	border-width: 16px;
	margin-left: -16px;
}




/* =======================
  10-order summary
  ======================= */

.order-summary-summary {
    background-color: #f9f9f9;
    padding:30px;
}

.order-summary-information {
    padding:30px;
}

.order-summary h2 {
    margin-top: 0;
    font-size: 22px;
}

.order-summary-table{
    margin-bottom: 0;
}

.order-summary-table thead > tr > th, .order-summary-table tbody > tr > th, .order-summary-table tfoot > tr > th, .order-summary-table thead > tr > td, 
.order-summary-table tbody > tr > td, .order-summary-table tfoot > tr > td {
    border-top: none;
    font-size: 16px;
    font-weight: 400;
}

.order-summary-table td.total, .order-summary-table th.total {
    font-weight: 600;
    font-size:18px;
}

.summary-line {
    height: 1px;
    background-color:#ddd;
    width: 100%;
    margin: 5px 0;
}

/* =======================
  11-Form
   ======================= */
.form-horizontal .control-label {
    text-align: left;
}

.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
}

.form-control {
    box-shadow: none;
    padding: 10px 12px;
    height: 42px;
}

label {
    font-weight: 400;
}

.radio,
.checkbox {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 0px;
}

.radio label,
.checkbox label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px !important;
  margin-right: 15px;
}

.radio label:before,
.checkbox label:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-right: 10px;
  position: absolute;
  left: 1px;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
}

.radio label {
  margin-bottom: 6px;
}

.radio label:before {
  bottom: 2.5px;
  border-radius: 99px;
  -webkit-transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
  transition: border 0.3s 0s cubic-bezier(0.455, 0.03, 0.215, 1.33);
}

.radio input[type=radio]:checked + label:before {
  border-width: 5px;
}

.radio input[type=radio] {
  display: none;
}

.radio input[type=radio][disabled] + label {
  opacity: 0.65;
}

.radio.radio-success input[type=radio]:checked + label:before {
  border-color: #10cfbd;
}

.radio.radio-primary input[type=radio]:checked + label:before {
  border-color: #6d5cae;
}

.radio.radio-info input[type=radio]:checked + label:before {
  border-color: #3b4752;
}

.radio.radio-warning input[type=radio]:checked + label:before {
  border-color: #f8d053;
}

.radio.radio-danger input[type=radio]:checked + label:before {
  border-color: #f55753;
}

.radio.radio-complete input[type=radio]:checked + label:before {
  border-color: #48b0f7;
}

.checkbox input[type=radio][disabled] + label:after {
  background-color: #e6e6e6;
}

.checkbox label {
  white-space: nowrap;
}

.checkbox label:before {
  top: 2px;
  border-radius: 3px;
}

.checkbox label::after {
  display: inline-block;
  width: 19px;
  height: 19px;
  position: absolute;
  border-radius: 3px;
  left: 1px;
  top: 0;
  
}

.checkbox input[type=checkbox] {
  display: none;
}

.checkbox.checkbox-circle label:after {
  border-radius: 99px;
}

.checkbox.checkbox-circle label:before {
  border-radius: 99px;
}

.checkbox input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
  border-width: 1px;
}

.checkbox input[type=checkbox][disabled] + label {
  opacity: 0.65;
}

.checkbox input[type=checkbox][disabled] + label:before {
  background-color: #eceff3;
}

.checkbox.right label {
  margin-right: 35px;
  padding-left: 0 !important;
}

.checkbox.right label:before {
  right: -35px;
  left: auto;
}

.checkbox.right input[type=checkbox]:checked + label, .checkbox.bottom input[type=checkbox]:checked + label {
  position: relative;
}

.checkbox.right input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
  position: absolute;
  right: -24px;
  left: auto;
}

.checkbox.bottom label {
    padding-left: 0 !important;
    margin-right: 0;
}

.checkbox.bottom label::before {
    height: 19px;
    left: calc(50% - 12px);
    top: auto;
    bottom: -30px;
}

.checkbox.bottom input[type=checkbox]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\F00C";
  position: absolute;
  left: calc(50% - 11px);
  top: auto;
  bottom: -27px;
}

.checkbox.check-primary input[type=checkbox]:checked + label:before {
  border-color: #d0d0d0;
}

.checkbox.bottom img {
    border: 1px solid #e9e9e9;
    margin: 0 0 10px;
    padding: 10px 0;
}

.checkbox.check-success input[type=checkbox]:checked + label::after,
.checkbox.check-primary input[type=checkbox]:checked + label::after,
.checkbox.check-complete input[type=checkbox]:checked + label::after,
.checkbox.check-warning input[type=checkbox]:checked + label::after,
.checkbox.check-danger input[type=checkbox]:checked + label::after,
.checkbox.check-info input[type=checkbox]:checked + label::after {
  color: #000;
}

.input-group.transparent .input-group-addon {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.07);
}

.without-label {
    margin-top: 13px;
}

/* =======================
  12-e-stravenka
   ======================= */
.e-meal-ticket-h1 {
    color: #f59100;
    text-align: center;
    font-weight: 400;
}


.e-meal-ticket-wrapper {
    min-height: 220px;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
}

.e-meal-ticket-content{
    height: 220px; 
    padding: 0px;
}

.e-meal-ticket-h2 {
    font-size: 24px;
    color: #47586d;
}

.e-meal-ticket-h3 {
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 45px;
}

.e-meal-ticket h4 {
    line-height: 1.4;
}

.e-meal-ticket {
    display:block;
    height: 100%;
    padding-top: 30px;
    text-align: center;
    cursor: default;
    text-decoration: none;
}

.e-meal-ticket:hover {
    text-decoration: none;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    box-shadow: 0 0 10px rgba(0,0,0,0.1)
}

.e-meal-ticket-wrapper .e-meal-ticket-content:first-child .e-meal-ticket:hover {
    border-left-color: transparent;
}

.e-meal-ticket-wrapper .e-meal-ticket-content:last-child .e-meal-ticket:hover {
    border-right-color: transparent
}

.e-meal-ticket-icon {
    border: 2px solid #f59100;
    font-size: 48px;
    line-height: 2;
    color: #f59100;
    border-radius: 100%;
    width: 101px;
    height: 101px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
}

.e-meal-ticket-icon .fa{
    position: relative;
}

.e-meal-ticket-icon-small {
    font-size:24px; 
    background: #fff; 
    position:absolute !important; 
    bottom: 0; 
    right: -10px;
    padding: 0 2px;
    border-radius: 100%;
}

/* =======================
  13-Drag and drop
   ======================= */

.drag-and-drop {
    border: 2px dashed rgba(71,88,109,0.3);
    border-radius: 5px;
    background-color: rgba(71,88,109,0.05);
    padding: 20px;
}

.drag-and-drop-icon {
    border: 2px solid #48678c;
    border-radius: 100%;
    color: #48678c;
    display: inline-block;
    font-size: 34px;
    height: 80px;
    line-height: 2;
    text-align: center;
    vertical-align: middle;
    width: 80px;
    margin-right: 20px;
}

.drag-and-drop-header {
    font-size: 22px;
    color: #48678c;
    margin-bottom: 10px;
}

/* =======================
  14-Block card
   ======================= */

.block-card-info-icon {
    display: inline-block;
    font-size: 22px;
    height: 100%;
    line-height: 1.8;
    margin-right: 0.8em;
    float: left;
}

/* =======================
  15-Card activation
   ======================= */
.filter-wraper {
    border: 1px solid #e9e9e9;
    border-radius: 5px 5px 0 0;
    padding: 15px 0 0;
    margin: 35px 0 0;
}

.filter {
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-top: 23px;
}

/* =======================
  16-Search workshops
   ======================= */
@media (min-width: 992px) {
    .col-1_5 {
        float: left;
        width: 12.5%;
    }
    .col-1_9 {
        float: left;
        width: 11.1%;
    }
}

.line {
    width:100%;
    position: relative;
    border-color: #e0e0e0;
    padding: 0 -15px;
    margin-bottom: 60px;
}
.line:after {
    content:'';
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0;
    border-color: #FFFFFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -1px;
    left: calc(50% - 20px);
}
.line:before {
    content:'';
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0;
    border-color: #e0e0e0 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 0;
    left: calc(50% - 20px);
}

.arrow-box {
	position: relative;
	background: #f6f6f6;
	border: 4px solid #f6f6f6;
    padding: 35px 35px 25px;
    border-radius: 5px;
}
.arrow-box:after, .arrow-box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow-box:after {
	border-color: rgba(246, 246, 246, 0);
	border-top-color: #f6f6f6;
	border-width: 10px;
	margin-left: -10px;
}
.arrow-box:before {
	border-color: rgba(246, 246, 246, 0);
	border-top-color: #f6f6f6;
	border-width: 16px;
	margin-left: -16px;
}

.address-list {
    height: 475px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 30px;
}

.address-item {
    padding: 20px 10px 10px;
    border-bottom: 1px solid #e0e0e0;
}

.address-item:hover {
    background-color: #fff5e6;
}

/* =======================
  17-Personal data
   ======================= */

.pwd-message {
    color: #1eab63;
    font-size: 13px;
}

.pwd-index {
    display: inline-block;
    background-image: linear-gradient(to right, #ff2929, #ff2929 33%, #fdb917 33%, #fdb917 66%, #1eab63 66%, #1eab63 100%);
    height: 2px;
    width: 150px;
}

/* =======================
  18-Switch
   ======================= */

.switch {
    margin-left: -9999px;
    position: absolute;
    visibility: hidden;
}

.switch + label {
    -moz-user-select: none;
    cursor: pointer;
    display: block;
    outline: medium none;
    position: relative;
    width: 170px;
}

input.switch-circle + label {
    position: relative;
    margin-bottom: 50px;
}

input.switch-circle + label::before {
    bottom: -30px;
    content: "";
    display: block;
    left: 45px;
    position: absolute;
    height: 20px;
    width: 60px;
}

input.switch-circle + label::after {
    background-color: transparent;
    border: 8px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0 0 1px rgba(224, 224, 224, 1);
    content: "";
    position: absolute;
    left:45px;
    height: 22px;
    margin-top: 0;
    transition: margin 0.4s ease 0s;
    width: 22px;
    bottom: -31px;
}

input.switch-circle + label::before {
    background-color: #dedede;
    border-radius: 20px;
    right: 1px;
    transition: background 0.4s ease 0s;
}

input.switch-circle + label::after {
    margin-left: 36px;
    background-color: #7a7a7a;
}

input.switch-circle:checked + label::after {
    margin-left: 0;
    background-color: #f59100;
}

input.switch-circle:checked + label::before {
    background-color: #f59100;
}

.switch-label-checked, .switch-label {
    position: absolute;
    bottom: -30px;
    left:1px;
}

.switch-label {
    left: 120px;
}

/* =======================
  19-info message
   ======================= */
 
.info-message {
    position: absolute;
    left: -9999px;
    display: block;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    padding: 5px;
    min-width: 300px;
    border-radius: 5px;
}

label > button.btn-fa:hover + .info-message {
    left: 1px;
    z-index: 999;
    top: 35px;
}



/* =======================
  20-Padding helpers
   ======================= */
.p-t-5 {
  padding-top: 5px !important;
}
.p-r-5 {
  padding-right: 5px !important;
}
.p-l-5 {
  padding-left: 5px !important;
}
.p-b-5 {
  padding-bottom: 5px !important;
}
.padding-5 {
  padding: 5px !important;
}
.p-t-10 {
  padding-top: 10px !important;
}
.p-r-10 {
  padding-right: 10px !important;
}
.p-l-10 {
  padding-left: 10px !important;
}
.p-b-10 {
  padding-bottom: 10px !important;
}
.padding-10 {
  padding: 10px !important;
}
.p-t-15 {
  padding-top: 15px !important;
}
.p-r-15 {
  padding-right: 15px !important;
}
.p-l-15 {
  padding-left: 15px !important;
}
.p-b-15 {
  padding-bottom: 15px !important;
}
.padding-15 {
  padding: 15px !important;
}
.p-t-20 {
  padding-top: 20px !important;
}
.p-r-20 {
  padding-right: 20px !important;
}
.p-l-20 {
  padding-left: 20px !important;
}
.p-b-20 {
  padding-bottom: 20px !important;
}
.padding-20 {
  padding: 20px !important;
}
.p-t-25 {
  padding-top: 25px !important;
}
.p-r-25 {
  padding-right: 25px !important;
}
.p-l-25 {
  padding-left: 25px !important;
}
.p-b-25 {
  padding-bottom: 25px !important;
}
.padding-25 {
  padding: 25px !important;
}
.p-t-30 {
  padding-top: 30px !important;
}
.p-r-30 {
  padding-right: 30px !important;
}
.p-l-30 {
  padding-left: 30px !important;
}
.p-b-30 {
  padding-bottom: 30px !important;
}
.padding-30 {
  padding: 30px !important;
}
.p-t-35 {
  padding-top: 35px !important;
}
.p-r-35 {
  padding-right: 35px !important;
}
.p-l-35 {
  padding-left: 35px !important;
}
.p-b-35 {
  padding-bottom: 35px !important;
}
.padding-35 {
  padding: 35px !important;
}
.p-t-40 {
  padding-top: 40px !important;
}
.p-r-40 {
  padding-right: 40px !important;
}
.p-l-40 {
  padding-left: 40px !important;
}
.p-b-40 {
  padding-bottom: 40px !important;
}
.padding-40 {
  padding: 40px !important;
}
.p-t-45 {
  padding-top: 45px !important;
}
.p-r-45 {
  padding-right: 45px !important;
}
.p-l-45 {
  padding-left: 45px !important;
}
.p-b-45 {
  padding-bottom: 45px !important;
}
.padding-45 {
  padding: 45px !important;
}
.p-t-50 {
  padding-top: 50px !important;
}
.p-r-50 {
  padding-right: 50px !important;
}
.p-l-50 {
  padding-left: 50px !important;
}
.p-b-50 {
  padding-bottom: 50px !important;
}
.padding-50 {
  padding: 50px !important;
}
.p-t-55 {
  padding-top: 55px !important;
}

/* =======================
  21-Margin helpers
   ======================= */
.m-t-0 {
  margin-top: 0px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-r-50 {
  margin-right: 50px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-t-70 {
  margin-top: 70px;
}

/* =======================
   22-Font Sizes
======================= */

.fs-17 {
  font-size: 17px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

/* =======================
  23-Responsive
   ======================= */
    
     
    /* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1000px) {


.navbar-nav > li:hover ul.dropdown-menu {
	display: none;
	box-shadow:none;
}
ul.dropdown-menu {
	display: none;
	width: 100%;
	margin-bottom: 20px;
	position: relative !important;
	float: none !important;
	box-shadow:none;
}
ul.navbar-nav{
	display:block;
}


ul.navbar-nav{
	float:none !important;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	line-height:20px;
	text-align:left;
}

.dropdown i.icon-caret-down{
	display:inline-block;
}

.mobile-menu {
		display: block;
}

ul.navbar-nav{
	display:none !important;
}

.navbar-brand {
	margin-top:10px;
	padding-bottom:0;
	float:none;
	display:block;
	text-align:center;
}

}
     
    /* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.mobile-menu {
		display: block;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px !important;
}
ul.navbar-nav{
	display:none !important;
}

#faq #accordion{
	margin-bottom:50px;
}

.dropdown i.icon-caret-down{
	display:inline-block;
}
	


.modal-footer {
	text-align: center;
}
.modal-footer .social2 {
	margin-left: 0px;
}
.modal-footer .footer-head {
	text-align: center;
}

.modal-footer .social li{
	margin-bottom:5px;
}

.copyrights li {
	display: block;
}

.contact-info li{
	display:block;
	margin-left:0;
	margin-right:0;
}

.header-user,.contact-info{
	text-align:center;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}

.navbar-nav > li:hover ul.dropdown-menu {
	display: none;
	
}

ul.dropdown-menu {
	display: none;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
	float: none;
	box-shadow:none;
}
ul.navbar-nav{
	display:block;
}


ul.navbar-nav{
	float:none !important;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus{
	line-height:20px;
	text-align:left;
}
}
     
    /* Landscape phones and down */
@media (max-width: 500px) {

.navbar-brand{
	float:none;
	display:block;
	text-align:center;
}

.nav-tabs > li{
	display:block;
	float:none;
	width:100% !important;
}



}
