:root {
  --blue-light: #ececec;
  --purple: #323474;
  --magenta: #b21767;
  --gray: #e3e3e3;
--ck-z-default: 100; 
--ck-z-modal: calc( var(--ck-z-default) + 9999999);
}

::-moz-placeholder,::placeholder{opacity:0.5}

@-ms-viewport{
  width: device-width;
}
html, body {min-height: 100vh;}

b, strong {
    font-weight:500;
}


body {
    font-family: 'Fira Sans', sans-serif; 
    font-size:16px;
    color:#000; 
    background: #fff;
    background:url(../images/page-bg.jpg) left top;   
    background-size: cover;
    line-height:1.4em;
    
    
        
}
.top-bg{
    background:url(/pub/images/top-bg.jpg) no-repeat left top;
    background-size: cover;
    padding-bottom:30px;
    margin-top:-115px;
    padding-top:115px;
    position:relative;
    z-index:0;
    
    
}

a:link, a:visited {color:var(--purple); text-decoration:none; font-weight:normal;}
a:hover {color:var(--purple); text-decoration:none;}
a{
  -webkit-transition: all ease-in-out 0.1s;
  -moz-transition: all ease-in-out 0.1s;
  -o-transition: all ease-in-out 0.1s;
  transition: all ease-in-out 0.1s;
}
h2{font-size:1.5em;}
h3{font-size:1.2em;}
ul {
    list-style:none;
}
ul,
li {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

.row:after, .row:before{display:inline-block !important;}

p {padding-bottom: 10px;}

.fl {float:left;}
.fr {float:right;}
.clr {clear:both;}

.link {cursor:pointer;}
.br{height:10px;font-size:1px;line-height:1px;}
.text-center {text-align:center;}
.text-left {text-align:left;}
.text-right {text-align:right;}
.mb-30{margin-bottom:30px;}
.mt-30{margin-top:30px;}
.mt-15{margin-top:15px;}
.mt-60{margin-top:60px;}
.mb-20{margin-bottom:20px;}
.mb-10{margin-bottom:10px;}
.mb-60{margin-bottom:60px;}
.pl-30{padding-left:30px!important;}
.pr-30{padding-right:30px!important;}
.pl-15{padding-left:15px!important;}
.pr-15{padding-right:15px!important;}
.red {color:#CB1D1F;}
.spacer{height:60px !important;}
.blue{color:#395E66};
.black {color:#000 !important;}
.gray{color:#dbdbdb !important;}

.yellow{color:#FFD48E;}
.green{color:#449d44;}
.purple{color:var(--purple) !important;}
.magenta{color:var(--magenta) !important;}
.transparent{background:transparent !important;}
.info-small{color:#858086; font-size:14px;}
.unknown-location{display:none; margin-top:10px;}
.red-bg{background:#BA3E3E;}
.btn{padding:1rem 1rem; font-family: 'open_sansregular', sans-serif;}
.btn.btn-primary{background:#F2A953;border-color:#F2A953; color:#000;}
.btn.btn-gray{background:var(--gray);border-color:var(--gray); color:#000;}
.btn.btn-magenta{background:var(--magenta); border-color:var(--magenta); color:#fff !important;}
.btn.btn-magenta:hover{background:var(--purple); border-color:var(--purple); color:#fff !important;}

.btn.btn-facebook{background:#415a94; border-color:#415a94; color:#fff !important;}
.btn.btn-facebook:hover{background:#415a94; border-color:#415a94; color:#fff !important;}

.btn.btn-success{background:#28a745; border-color:#28a745; color:#fff !important;}
.btn.btn-success:hover{background:#28a745; border-color:#28a745; color:#fff !important;}

.btn.btn-default{background:var(--magenta); border-color:var(--magenta); color:#fff;}
.btn.btn-default.active, .btn.btn-default:hover{background:var(--purple); border-color:var(--purple); color:#fff;}

.btn-group .btn.btn-default{background: rgba(227, 227, 227, 1);  border-color: rgba(227, 227, 227, 1);color:var(--magenta)}
.btn-group .btn.btn-default.active{background:var(--magenta); border-color:var(--magenta); color:#fff;}

.btn.btn-purple{background:var(--purple); border-color:var(--purple); color:#fff;}

.btn.btn-outline-magenta{border:1px solid var(--magenta); background: rgba(255,255,255,0.4); color:var(--magenta);}
.btn.btn-outline-magenta:hover{border:1px solid var(--magenta); background: var(--magenta); color:#fff;}
.btn-lg,.btn-sm, .btn-group-lg > .btn{
    border-radius: 10px;
}

.btn.disabled, .btn:disabled {
    opacity: 0.5;
    background: #ccc !important;
    border-color: #ccc !important;
}

.no-border{border:none !important;}
.view-as, .view-as a{
    line-height:30px;
    background:var(--magenta);
    color:#fff;
}
.border{border:none;}

.line{
    background: rgb(179,23,104);
    background: linear-gradient(90deg, rgba(179,23,104,1) 0%, rgba(214,128,140,1) 21%, rgba(180,42,106,1) 48%, rgba(214,128,140,1) 71%, rgba(50,52,116,1) 100%);
    width:100%;
    height:4px;
}

.flexbox{
    display: flex;
}



.flex-end{
    justify-content: flex-end;
}
.flex-start{
    justify-content:flex-start;
}
.flex-center{
    justify-content:center;
}
.flex-space-between{
    justify-content:space-between;
}

.btn.btn-add-cart {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    font-size:0.8em;
}

.btn.btn-order-cart {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    font-size:1em;
}

.btn.btn-edit{background:#E0002D;border-color:#E0002D;}
.no-padding{padding:0 !important;}
.blue-bg{background:#395E66;}
.fb{color:#A1A1A1;margin-left:20px;}
.fb span{font-family: 'open_sansregular'; }
.rounded {
  border-radius: 10px !important;
}
.round-1{
    border-radius: 10px !important;    
}
.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
    
}
.no-gutter > [class*='row'] {
    margin-right:0;
    margin-left:0;
    
}


.row.no-gutter{
    margin-left:15px;
    margin-right:15px;
}
.centered {
        margin: 0;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
}

.centered-horizontal {
        margin: 0;
        position: absolute;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);

}


.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.image-overflow{
    overflow: hidden;
    width: 1170px;
}

.loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #fff;
  z-index: 9998;
}

.loading-image {
  z-index: 9999;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid var(--magenta);
  border-bottom: 10px solid var(--magenta);
  width: 90px;
  height: 90px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}    
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/*! XS */
@media (max-width: 575.98px) {
    
    .job-box .float-right{
        float:left !important;
    }
    
    .job-box .centered {
        margin: 0;
        position:static;
        top: 50%;
        -ms-transform: none;
        transform: none;
    }
    .fb{
        color:#A1A1A1;margin-left:0px;
        margin-top:15px;

    }
    .howto.flexbox{
        flex-direction: column;   
    }
    
    .extra-filter .flexbox{
        flex-direction: column; 
    }
    .flexbox.job-custom-filter-box{
        flex-direction: column;
    }
    
    .extra-filter .btn-group{
        display:flex;
        flex-direction: column; 
    }
    .extra-filter .btn-group button{
        margin-bottom:10px;
        border-radius: 0px;
    }
    
    .form.languages  .flexbox{
        flex-direction: column; 
    }
    
    .form.languages .btn-group{
        display:flex;
        flex-direction: column; 
    }
    .form.languages .btn-group button{
        margin-bottom:10px;
        border-radius: 0px;
    }
    
    
    
    
    
    .form.about .btn-group{
        display:flex;
        flex-direction: column; 
    }
    .form.about .btn-group button{
        margin-bottom:10px;
        border-radius: 0px;
    }
    
    .form.job  .flexbox{
        flex-direction: column; 
    }
    
    .form.job .btn-group{
        display:flex;
        flex-direction: column; 
    }
    .form.job .btn-group button{
        margin-bottom:10px;
        border-radius: 0px;
    }
    
}

/*! SM */
@media (min-width: 576px) and (max-width: 767.98px) { 
    .job-box .float-right{
        float:left !important;
    }
    .job-box .centered {
        margin: 0;
        position:static;
        top: 50%;
        -ms-transform: none;
        transform: none;
    }
    
    .form.languages  .flexbox{
        flex-direction: column; 
    }
     .form.languages .btn-group{
        display:flex;
        flex-direction: column; 
    }
    .form.languages .btn-group button{
        margin-bottom:10px;
        border-radius: 0px;
    }
    
    .form.about .btn-group{
        display:flex;
        flex-direction: column; 
    }
    .form.about .btn-group button{
        margin-bottom:10px;
        border-radius: 0px;
    }
    .form.job  .flexbox{
        flex-direction: column; 
    }
    
    .form.job .btn-group{
        display:flex;
        flex-direction: column; 
    }
    .form.job .btn-group button{
        margin-bottom:10px;
        border-radius: 0px;
    }
    
    .flexbox.job-custom-filter-box{
        flex-wrap: wrap;
        justify-content:flex-start;
    }
    
}

/*! MD */
@media (min-width: 768px) and (max-width: 991.98px) {
    
    .form.languages  .flexbox{
        flex-direction: column;
        justify-content: center;
    }
    
    .form.languages .btn-group{
        display:flex;
        justify-content: center;
    }
    .flexbox.job-custom-filter-box{
        flex-wrap: wrap;
        justify-content:flex-start;
    }
}

/*! LG */
@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

/*! XL */
@media (min-width: 1200px) { 


}


/*
*	Layout
*/



.header{
    font-size:14px; 
    padding:15px 0 30px;
    z-index:10;
    position: relative;
}



.head-container{
    position:relative; 
}


.header .logo{
   margin:10px 0;
}
.header .logo img {
    max-width:265px;
}

/*! XS */
@media (max-width: 767px) { 
    .header{
        padding-bottom:10px;
    }
    .header .logo{
        margin:0;
    }
    .header .logo img {
        max-width:50px;
        margin:0 auto;
    }
}  
  
/*! MD */
@media (min-width: 768px) and (max-width: 991.98px) {
    .header .logo img{
           
    }
}
.navbar:before, .navbar:after,
.page-heading:before, .page-heading:after,
.container-fluid:before, .container-fluid:after,
.row:before, .row:after
{
	content: " ";
	display: table;
}

.page-heading:after,
.container-fluid:after,
.row:after
{
	clear:both;
}


.footer {
    background:var(--blue-light);
    color:var(--purple);
    padding:40px 0;
}
.footer h2{
    color:var(--purple);
    font-size:1em;
}


.copyright{
    font-size: 0.9em;
    border-top:1px solid var(--purple);
    padding-top:5px;
    
}

/*! XS */
@media (max-width: 767px) {
.footer {text-align:center; }
}
/*! SM */
@media (min-width: 768px) and (max-width: 991px) {
.footer {text-align:center;}
}

.body-wrapper {
	position: relative;
	display: table;
	overflow: hidden;
	table-layout: fixed;
	width: 100%;
	height: 100%;
}
.layout-static {
	display: table-row;
	height: 100%;
}

.static-sidebar-wrapper {
    overflow: hidden;
	vertical-align: top;
	display: table-cell;
}
.sidebar-default {
	background: none repeat scroll 0 0 #f0f3f5;
	border-right: 1px solid #dadfe3;
}	
.sidebar-default.static-sidebar-wrapper {
	background: none repeat scroll 0 0 #fff;
}
.static-sidebar-wrapper, 
.static-sidebar {
	width: 260px;
}
.static-sidebar {
	/*top: 50px;*/
}

.static-content-wrapper {
	background: none repeat scroll 0 0 #fff;
	position: relative;
	display: table-cell;
}

.static-content {
	margin-bottom: 30px;
}

.page-content {
	padding: 0 10px;
}

.page-heading {
	background: none repeat scroll 0 0 #e6eaed;
	margin: 0 -10px 20px;
	padding: 20px;
}

.page-heading h1 {
	float: left;
	font-size: 22px;
	font-weight: normal;
	line-height: 34px;
}

.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
}


/*!
*	SIDE MENU
*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 10px 10px 10px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #fff;
}
.sidenav .sub li {
	padding-left:20px; 
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 18px;
    margin-left: 50px;
}




.menu-container{
    border-bottom:2px solid #FFF;
    Xpadding:4px 0;
    
}

.togle-menu{
    width:30px; 
    font-size:30px; 
    position:relative; 
    display:inline-block;
    color:var(--magenta);
    padding-right:10px;
    line-height:55px;
}

.list ul {
	list-style:none;
}
.list ul,
.list li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

.menu ul {
	list-style:none;
}
.menu ul,
.menu li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

.menu a:before,
.menu a:after {
  display: table;
  content: " ";
}
.menu a:after {
  clear: both;
}
/*
	Menu
*/
.menu-top {margin-top:10px; }
.menu-top ul.level-1 {}
.menu-top ul li {}
.menu-top li {display: inline-block; position: relative;}
.menu-top a {
    color: #000; 
    font-size: 16px; 
    font-weight: 400; 
    display: block; 
    text-align: center; 
    border-bottom:solid 2px transparent;
}
.menu-top li a.level-1 {line-height:30px; padding:0 15px; border-radius: 10px;  }
.menu-top li a.level-1 span.txt {font-style:normal; display:block;}
.menu-top li.sep {width:1px; height:44px; background:#fff;}
.menu-top li.level-1:hover > a.level-1{text-decoration:none;  background-color: rgba(227, 227, 227, 0.9); }
.menu-top li.level-1.selected a.level-1 {text-decoration:none;  background-color: rgba(227, 227, 227, 0.9); }

.menu-top ul li:hover > .sub {
	display: block; 
}
.menu-top .sub {
        padding-top:5px;
	display:none;
	position:absolute; 
	top:25px; 
	left:0px;
	z-index:9999;
	padding:10px 0;
	margin:0; 
	background-color: rgba(227, 227, 227, 0.9);
        border-radius: 0px 10px 10px 10px;
        
}
.menu-top .sub li {
	min-width:200px;
	height:auto;
	padding:5px 10px 5px 10px; 
}
.menu-top .sub a {
    font-size:14px;
    height:20px;
    line-height:20px;
    padding:0;
    color:#000;
    font-weight:normal;
    text-align:left;
}
.menu-top .sub li:hover {
    background: var(--magenta);
    
}
.menu-top .sub li:hover >a {
    color:#fff;
    
}

.menu-top .sub a:hover {
	color:#fff;
}



.menu-account {margin-top:10px; margin-left:30px;}
.menu-account ul.level-1 {}
.menu-account ul li {}
.menu-account li {display: inline-block; position: relative;}
.menu-account a {color:#000; font-size:16px; font-weight:400; display:block; text-align:center; }
.menu-account li a.level-1 {line-height:30px; padding:0 10px;  }
.menu-account li a.level-1 span.txt {font-style:normal; display:block;}
.menu-account li.sep {width:1px; height:30px; background:#fff;}
.menu-account li.level-1:hover > a.level-1{text-decoration:none; color:#000;}
.menu-account li.level-1.selected a.level-1 {text-decoration:none; color:#000;}

.menu-account ul li:hover > .sub {
	display: block; 
}
.menu-account .sub {
        padding-top:5px;
	display:none;
	position:absolute; 
	top:30px; 
	left:10px;
	z-index:9999;
	padding:5px 0;
	margin:0; 
	background:#254E7A;
}
.menu-account .sub li {
	min-width:200px;
	height:auto;
	padding:5px 10px 5px 10px; 
}
.menu-account .sub a {
	font-size:16px;
	height:20px;
	line-height:20px;
    padding:0;
    color:#fff;
    font-weight:normal;
	text-align:left;
}
.menu-account .sub a:hover {
	color:#fff;
}



.menu-footer{  font-size:1.2em; text-align:left; padding-bottom:40px; margin-bottom:40px; }
.menu-footer ul { margin: 0; padding:0; list-style-type: none; }
.menu-footer ul li { display:copyblock;}
.menu-footer ul li a {
    text-decoration: none; 
    color:var(--purple); 
    display:block;  
    font-size: 0.8em;}

.menu-share{
    position:absolute;
    right:0;
    top:-15px;
    background: var(--blue-light);
}
.menu-share ul li {
    display:inline-block;
    padding:0 5px;
}
.menu-share ul li span{
   
    color:#A1A1A1;
    text-align:left;
    line-height:46px;
    font-size:18px;
    display:block;
}
.menu-share i{
    font-size:30px;
    color:var(--purple);
    margin-right:15px;
}
.menu-share svg{
    font-size:30px;
    color:var(--purple);
    margin-right:15px;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
.account-options{
    margin-left:30px;
    margin-top:10px;
    line-height:30px;
    font-size: 16px;
    font-weight: 500;
}
.account-icon{
    position: relative;
    font-size:30px; 
    line-height:30px;
    cursor:pointer;
    margin:0 10px;
    
}


.language-selector{margin-top:10px;}
.active-lang{
    position: relative;
    line-height:30px;
}
.lang{
    background:url(../images/flags.png);
    width:30px;
    height:30px    
}

.lang.ro{
    background-position: 0px 0px;   
}
.lang.hu{
    background-position: -30px 0px;   
}
.lang.ua{
    background-position: -60px 0px;   
}

.menu-popup {
    display:none;
    position: absolute;
    top: 40px;
    right: -5px;
    min-width: 140px;
    background: rgba(227, 227, 227, 1);
    /* text-align: center; */
    padding-top:5px;
    padding-bottom:5px;
    z-index:9999;
    border-radius: 5px;

}

.menu-popup.language{
   right: 7px;
   padding:10px;
}

.menu-popup::before{
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: 10px solid rgba(227, 227, 227, 1);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-top: -10px;
    top: 0;
    right:10px;

}


.menu-popup ul {
	list-style:none;
}
.menu-popup ul,
.menu-popup li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
.menu-popup li a{
	color:#000;
        font-size:14px;
}
.menu-popup li a .txt{
	padding-left:10px;
        padding-right:10px;
}
.menu-popup.account li:hover {
    background: var(--magenta); 
}

.menu-popup.account li:hover a{
    color:#fff; 
}

/*
.menu-share ul li:last-child{
    position: relative;
}
.menu-share ul li:last-child:after{
    content: "\2847";
    font-size: 16px;
    line-height:40px;
    
    color: #fff;
    position:absolute;
    top:0;
    right:-20px;
}
*/


/*! XS */

@media (max-width: 575.98px) { 
        .language-selector {
            margin-top: 12px;
        }
        .menu-share{ 
		text-align:center; 
		float:none;
                position: static;
	}
        .menu-share ul li span{
            text-align:center;
        }
        
	.menu-footer{ 
		text-align:center; 
		float:none;
	}
	.menu-footer ul li { 
		display:block;
	}
}
/*! SM */

@media (min-width: 576px) and (max-width: 767.98px) { 
    .language-selector {
        margin-top: 25px;
    }
    .account-options{
        margin-top:25px;
    }
    
    .menu-account {
        margin-top:20px;

    }
    .menu-footer{ 
            text-align:center; 
            float:none;
    }
    .menu-share ul li span{
        text-align:center;
    }
}

/*! MD */
@media (min-width: 768px) and (max-width: 991.98px) {
    
 .menu-top li a.level-1 {font-size:14px; padding:0 10px;  } 
 .menu-account li a.level-1 {font-size:14px; padding:0 10px;  } 
}


@media (max-width: 991px) {
}
/*! MD */
@media (min-width: 992px) and (max-width: 1199px) {
}
/*! LG */
@media (min-width: 1200px) {
}
/*!
*  SEARCH
*/ 


.search-box{ 
    width: 100%;
    margin: auto;
    margin-bottom:50px;
}

.search-box input{
    color:var(--purple);
    width:100%;
    background:rgba(255,255,255,0.9);
    height:78px;
    line-height:78px;
    padding-left:40px;
    -webkit-border-radius:10px; 
    border-radius:10px;
    -webkit-appearance: none;
    border:2px solid var(--magenta);
    font-size:18px;
}
.search-box input:focus{
    outline: none;
}
.search-box input[placeholder] {
    color: var(--purple) !important;
    opacity:  1;
}

.search-box input:hover{
    background:rgba(255,255,255,0.9);
}
.search-box button{
    position:absolute;
    font-size:40px;
    top:0px;
    right:0px;
    width:100px;
    border:none;
    height:78px;
    line-height:78px;
    font-weight: 300;
    background: var(--purple);
    color:#fff;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius:10px; 
    border-radius:10px;
    -webkit-appearance: none;
    display: inline-block;
    padding: 0;

}

.search-box button:hover{

}
@media (max-width: 575.98px) { 
    
    .search-box input{
       color:var(--purple);
       width:100%;
       background:rgba(255,255,255,0.9);
       height:50px;
       line-height:50px;
       padding-left:20px;
       -webkit-border-radius:10px; 
       border-radius:10px;
       -webkit-appearance: none;
       border:2px solid var(--magenta);
       font-size:14px;
   }

    .search-box input[placeholder] {
        color: var(--purple) !important;
        opacity:  1;
    }

    .search-box input:hover{
        background:rgba(255,255,255,0.9);
    }
    .search-box button{
       position:absolute;
       font-size:30px;
       top:0px;
       right:0px;
       width:70px;
       border:none;
       height:50px;
       line-height:50px;
       font-weight: 300;
       background: var(--purple);
       color:#fff;
       cursor: pointer;
       text-align: center;
       -webkit-border-radius:10px; 
       border-radius:10px;
       -webkit-appearance: none;

   }   
    
    
}
/*! SM */

@media (min-width: 576px) and (max-width: 767.98px) { 
    .search-box button{
        width:100px;
    }     
}
/*! MD */
@media (min-width: 768px) and (max-width: 991.98px) {
    .search-box button{
        width:150px;
    }     
}

/*
	Nav & Breadcrumb
*/
.nav {line-height:32px; padding:0 0 0 0; background:#fff; font-size:14px;}


.nav ul {
	list-style:none;
}
.nav ul,
.nav li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
        display:inline-block;
}
.nav li.active {
	font-weight:300;
}

.nav .divider{
    padding:0 5px;	
}
.nav a{
    text-decoration:none;	
}

/*! XS */
@media (max-width: 767px) {
	.nav {line-height:20px; padding:0 0 0 0; background:#FAFAFA; font-size:12px;}	
}

.banner img{
    display: block;
	width: 100%;
	height: auto;
}

.banner.index-top{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 0;
}

.banner.index-top .item .lead{
    position:absolute;
    bottom:100px;
    right:100px;
    text-align:center;
    max-width: 350px;
    color: white;
    display: table-cell;
    font-weight: 600;
    font-size:2em;
}

.banner.index-top .item .lead span{
    background-color: var(--magenta);
    padding: 0 20px;
    display: inline-block;
    
}

.banner.index-top .item .lead svg.fa-quote-right{
    position: absolute;
    bottom:0;
    left:-30px;
    font-size:1.5em;
}
.banner.index-top .item .lead svg.fa-quote-left{
    position: absolute;
    top:0;
    right:-30px;
    font-size:1.5em;
}
.banner.index-top .owl-dots{
    position: absolute; 
    bottom:10px;
    
    left: 50%;
    transform: translate(-50%, 0);
    /*
    right: 20px;
    */
}
.banner.index-top .owl-dots .owl-dot{
    display:inline-block;
    margin-right:5px;
    width:13px; 
    height:13px; 
    background: #fff; 
    border:1px solid #fff;
    -webkit-border-radius:50px; border-radius:50px; -moz-border-radius:50px;
    
}
.banner.index-top .owl-dots .owl-dot.active{
    background: var(--magenta); 
    border:1px solid #fff;

}
.banner.index-top .nav-bottom{
    background: #E3E7E9;
    color:#26425D;
    font-weight:900;
    height:100px;
    font-size:2.5em;
    line-height:100px;
    padding-left:20px;
}


.banner.eu-mobile{
    z-index: 2;
    position: relative;
}
.banner.eu-desktop{
    position: fixed;
    bottom:0;
    left: 50%;
    transform: translate(-50%, 0);
    width:100%;
}
.banner.eu-desktop .img-responsive{
    display: block;
    max-width: auto;
    height: auto;
    width:100%;
}

@media (max-width: 575.98px) { 
    .banner.index-top .item .lead{
        position:absolute;
        bottom:50px;
        right:50px;
        text-align:center;
        max-width: 150px;
        color: white;
        display: table-cell;
        font-weight: 600;
        font-size:0.8em;
    } 
}
/*! SM */

@media (min-width: 576px) and (max-width: 767.98px) { 
    .banner.index-top .item .lead{
        position:absolute;
        bottom:50px;
        right:50px;
        text-align:center;
        max-width: 200px;
        color: white;
        display: table-cell;
        font-weight: 600;
        font-size:1em;
    }    
}
/*! MD */
@media (min-width: 768px) and (max-width: 991.98px) {
      
}


/*
    Sections
*/

.icon-box{
    border:1px solid var(--magenta);
    border-radius:10px;
    background:#fff;
    max-width:180px;
    margin:0 auto;
    min-width:150px;

}
.icon-box .icon{
    color:var(--magenta);
    text-align:center;
    font-size:2em;
    padding-top:5px;
}
.icon-box .text{
    color:var(--purple);
    text-align:center;
    font-size:14px;
    font-weight:500;
    padding-bottom:10px;
}

.icon-box-wrapper .text{
    color:var(--purple);
    text-align:center;
    font-size:14px;
    font-weight:500;
    padding-bottom:10px;
    padding-top:10px;
}


.icon-box-wrapper .icon-box{
    max-width:130px;
    margin:0 auto;
    min-width:130px;
}
.icon-box-wrapper .icon{
    padding:10px 0;
}
section.index{

}

section.index h1{
    text-align: center;
    color:var(--purple);
    font-size:2.5em;
    margin:70px 0 70px 0;
    text-shadow: 1px 1px 5px rgb(255, 255, 255);
}

section.index h2{
    text-align: center;
    color:var(--purple);
    font-size:1.2em;
    margin:30px 0 30px 0;

}

@media (max-width: 575.98px) { 
    section.index h1{
        text-align: center;
        color:var(--purple);
        font-size:1.5em;
        margin:50px 0 50px 0;
        text-shadow: 1px 1px 5px rgb(255, 255, 255);
    }
}

/*! XS */
@media (min-width: 576px) and (max-width: 767.98px) { 
 
}
/*! LG */
@media (min-width: 992px) and (max-width: 1199.98px) {
 
}

.testimonial{}

.testimonial .owl-dots{text-align:center; }
.testimonial .owl-dots .owl-dot{width:10px; height:10px; background: #C4D0DC; display:inline-block; margin-right:10px;}
.testimonial .owl-dots .owl-dot.active{background: #254E7A;}

article p{line-height:22px; font-size:14px; }
article h2{margin-bottom:10px;}

/*
	CONTENT
*/

.content-body{
    padding: 30px 0; 
}

.content-body.account-msg{
    padding: 100px 0 30px;
}

.content-body h1.content-title{
    padding-bottom: 20px;
    font-weight: 700;
    
    font-size: 1.8em;
    color: var(--purple);
}


.content-body.account-msg h1.content-title{  
    font-size: 2em;
}


fieldset.border{
   border: 1px groove var(--magenta);
   padding: 30px;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000; 
    border-radius: 10px;    
}

.extra-filter fieldset.border{
   border: 1px groove var(--magenta);
   padding: 15px;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000; 
    border-radius: 10px;    
}
fieldset.border.sub{
   padding: 20px;
}

.border.sub.activity .controls{
    max-height:300px;
    overflow-y: scroll;
}
.activity .controls{
    max-height:300px;
    overflow-y: scroll;
}

.extra-filter .activity .controls{
    max-height:400px;
    overflow-y: scroll;
}

fieldset.border legend{
    font-size: 1.2em !important;
    font-weight: 500;
    text-align: left !important;
    width:auto;
    padding:0 20px;
    border-bottom:none;
    text-transform: uppercase;
    color:var(--magenta);
}

.extra-filter fieldset.border legend{
    font-size: 1.2em !important;
    font-weight: 500;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
    text-transform: uppercase;
    color:var(--magenta);
}
fieldset.border.sub legend{
   font-size: 1.0em !important;
    font-weight: 400;
    text-align: left !important;
    width:auto;
    padding:0 10px;
    border-bottom:none;
    text-transform: none;
    color:var(--magenta);
}

.content .image img{
}

.content .image img{
    max-width:100%;
}
.content .lead{
    color:var(--magenta);
    font-weight:500;
    line-height: 1.6em;
    font-size:16px;
}
.content .content-text{
    color:var(--purple);
    line-height: 1.6em;
    font-size:16px;
}
.content .content-text  ul {
    list-style: disc;
    margin-left: 20px;
    padding-left: 20px;
    
}
.content .content-text h2{
    font-size:1.5em;
}


.content .content-text img{
    max-width:100%;
}

.content-list a{
    text-decoration:none;  
}


.content.job .box-content p{
    margin:0;
}

.content.job .box-content  ul {
    list-style: disc;
    margin-left: 20px;
    padding-left: 20px;
    
}
.content-list h2.content-title{
    
    font-weight: 500;
    margin-top: 15px;
    font-size: 1.4em;
    color: var(--purple);
    padding-bottom: 20px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
    

}


.content-list .lead{
    font-weight:400;
    font-size:16px;
    line-height:20px;
    height:60px;
    overflow:hidden;
}

.content-list .date{
    color:#9d9d9c;
    margin-top:10px;
}



.content-list .item .thumbnail img{
    max-width: 100%; /* do not stretch the bootstrap column */
}

.content-list  .list .item .thumbnail .img-wrapper{
	width: 100%;
	padding-bottom: 75%; /* your aspect ratio here! 75% for landscape 150% for portrait */ 
	position: relative;
}

.content-list  .list .item  .thumbnail .img-wrapper img{
	position: absolute;
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
	min-height: 100%; /* optional: if you want the smallest images to fill the .thumbnail */
}
.content.profile #circle-progress{
    width: 160px;
    margin: 40px auto;
    display: block;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.content.profile #circle-progress strong{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    transform: translate(0, -50%);
}

.content.profile #circle-progress .progress-info{
 position: absolute;
 margin-top:15px;
 color:var(--magenta);
 font-weight:500;
 font-size:1.2em;
}
.content.profile .profile-image .image img,
.content.job .profile-image .image img{
   margin-bottom:30px;
   max-width:100%;
   border-radius: 10px;
   border:1px solid var(--magenta);
   
}

.content.profile .profile-image .file-btn,
.content.job .profile-image .file-btn{
            position: relative;
            cursor: pointer;
        }
.content.profile .profile-image .file-btn input[type="file"],
.content.job .profile-image .file-btn input[type="file"]{
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            cursor: pointer;
        }

.content.profile .profile-image .image-tool-box, 
.content.job .profile-image .image-tool-box{
            width: 300px;
            height:300px;
            margin-bottom:60px;
            display: none;
        }
        
.image-tool-box .rotate {
	position: relative;
	top: -40px;
	z-index: 99999;
	cursor: pointer;
	left: 20px;
        color:rgba(0, 0, 0, 0.5);
}       
        
.content.profile .profile-image .upload-result,
.content.job .profile-image .upload-result{
        display:none;    
}        
        

.content.profile h2{
    font-size:1.1em;
    color:var(--magenta);
}
.content.job h1{
    font-size:1.2em;
    color:var(--magenta);
}
.content.job h2{
    font-size:1.1em;
    color:var(--magenta);
}
.content.job h3{
    font-size:1.0em;
    color:var(--magenta);
}

.content.job .job-detail{
    
}
.content.job .job-detail .job-title{
    margin-bottom:15px;
}

.content.job .job-detail .job-info-line{
    margin-bottom:10px;
}

.content.job .job-detail .icon{
    width:30px;
    text-align:center;
    display:inline-block;
}

.content.job .job-detail .name{
    font-weight:500;
}
.content.job .job-detail .my-jobs-button{
    display:none;
}
.content.profile .item{
    border-bottom:1px solid #000;
    padding-bottom:30px;
}
.content.profile .item .title{
    color:var(--magenta);
    font-size:1.1em;
    font-weight:500;
}
.content.profile .item .info-line{
    color:#000;
    font-weight:400;
}
.content.profile .item .description{
    margin-top:15px;
}

.content.profile .skill-box.item{
    line-height:30px;
    border-bottom:none;
    padding-bottom:20px;
}
.content.profile .skill-box .level{
    display: inline-block;
    background: #ccc;
    width:26px;
    height:26px;
    border-radius:15px;
    padding-top:4px;
    margin-right:20px;
}
.content.profile .skill-box .level.active{
    background: var(--magenta);
}


.content.profile .questions .control-group{
    display: flex;
    justify-content: space-between;
}
.content.profile .questions .control-label{
    margin-right:40px;
}

.content.profile .questions .controls{
    display: flex;
    flex-wrap: nowrap 
}

.content.profile .questions .controls .radio-item{
    display: inline-flex;

}
section.content-body .job .box {
    position: relative;
    border-radius: 0;
    background: transparent;
    border: none;
    margin-bottom: 30px;
    width: 100%;
    box-shadow:none; 
}
section.content-body .job .box-header {
    color: #000;
    display: block;
    padding: 0px;
    position: relative;
    border-bottom:2px solid var(--magenta);
    margin-bottom:30px; 
}



section.content-body{
    min-height: 550px;
}

section.content-body .box {
    position: relative;
    border-radius: 3px;
    background: #ffffff;
    border-top: 3px solid #d2d6de;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
section.content-body .box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}

.box-header  .box-title{
    font-size:18px;
    font-weight: bold;
}
section.content-body .box-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
}
/*
.delete-language-skill{
        margin-top:8px;
}
*/
.location-box li{padding-bottom:5px;}
.location-box li .icon{
    margin-right:10px;
}
.contact-box{
    background: var(--magenta);
    color:#fff;
    border-radius:10px;
    padding:70px 40px;
}
.contact-box a{
    color:#fff;
}

.videoEmbed {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.videoEmbed iframe, .videoEmbed object, .videoEmbed embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*! XS */
@media (max-width: 575.98px) {
    fieldset.border{
        border: 1px groove var(--magenta) !important;
        padding: 10px;
        border-radius: 10px;    
     }
    .content.profile .item .title{
        color:var(--magenta);
        font-size:1.0em;
        font-weight:500;
    }
    .content.profile .item .info-line{
       font-size:0.9em;
    }
    .content.profile .skill-box .level{
        display: inline-block;
        background: #ccc;
        width:12px;
        height:12px;
        border-radius:12px;
        margin-top:8px;
        margin-right:4px;
        vertical-align: middle;
    }
    /*
    .delete-language-skill{
            margin-top:8px;
    }
    */
    
    .content.profile .questions .control-group{
        display: block;
        justify-content: space-between;
    }
    .job .profile-image{
        text-align: center;
    }
  
}

/*! SM */
@media (min-width: 576px) and (max-width: 767.98px) { 
    .content.profile .skill-box .level{
        display: inline-block;
        background: #ccc;
        width:16px;
        height:16px;
        border-radius:15px;
        padding-top:4px;
        margin-right:5px;
         vertical-align: middle;
    }
    .job .profile-image{
        text-align: center;
    }
}
/*! MD */
@media (min-width: 768px) and (max-width: 991.98px) {
}
/*! LG */
@media (min-width: 992px) and (max-width: 1199.98px) {
    
}

/*! XL */
@media (min-width: 1200px) { 


}


/*!
 *  JOB
 *  
 */
.job.list {}

.job.list .no-result{
    border:1px solid var(--magenta);
    padding:20px;
}

.job.list .no-result .flexbox a:first-child{
    margin-right:20px;
}

.job.list .job-box{
    background:#fff;
    border-radius:10px;
    -webkit-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.33);
    box-shadow: 3px 4px 5px 0px rgba(0,0,0,0.33);
    padding:20px;
    border-left:5px solid #fff;
    border-right:5px solid #fff;
}
.job.list .job-box .ios-switch{
    right: 10px;
    position: absolute;
}

.job.list .job-box label.job-status{
    position: absolute;
    right: 60px;
    color: var(--magenta);
    font-size: 0.9em;
}



.job.list .job-box:hover{
    border-left:5px solid var(--magenta);
    -webkit-box-shadow: 3px 4px 5px 0px rgba(178,23,103,0.3);
    -moz-box-shadow: 3px 4px 5px 0px rgba(178,23,103,0.3);
    box-shadow: 3px 4px 5px 0px rgba(178,23,103,0.3);
}
.job.list .job-box .job-slim{
    display:none !important;
}

.job.list .job-box .image img{
    max-width:120px;
    border-radius:10px;
    /* border:2px solid var(--purple); */
}
.job.list .job-box .job-date{
    color:var(--purple);
    font-size:0.9em;
    margin:0 0 10px 0;
}
.job.list .job-box .job-name{
    color:var(--purple);
    font-size:1.1em;
    font-weight:400;
    margin-bottom:10px;
}
.job.list .job-box .job-location{
    color:var(--purple);
    font-size:0.9em;
}

.job.list .job-box .info{
    color:var(--purple);
    font-size:0.9em;
}
.job.list .job-box .info-status span{
    color:#ccc;
    font-size:0.8em;
}
.job.list .job-box .info-status span.active{
    color:var(--magenta);
    font-size:0.8em;
}
.job.list .job-box .job-location span{
    margin-right:5px;
    font-size:0.9em;
}
.job.list .job-box .job-type{
    color:var(--purple);
    font-size:0.9em;
}

.job.list .job-box .botton-tools{
    height:100%; 
    display: flex; 
    align-items: center; 
    justify-content: center 
}
.job.list .job-box .botton-tools .btn{
    margin-right:10px;
}
.job.list .job-box .notice{
    display:none;
}
.job.list .job-box .notice textarea{
    width:100%;
    height:100px;
}

.job.activities.list .activity-box{
    border-radius:10px;
    border:1px solid var(--magenta);
    margin-bottom:30px;
    padding:15px;
}

.job.activities.list .activity-box .job-total{
    font-weight: 500;
    color:var(--purple);
}

.job.activities.list .activity-box .job-total{
    font-weight: 500;
    color:var(--purple);
}
.job.activities.list .activity-box h3.job-activity-name{
    min-height:3.6em;
    line-height: 1.2em;
}
.job.activities.list .hidden-activity{
    display:none;
}

.job-print{
    position: absolute;
    right: 30px;
    top: 20px;
}
.profile-print{
    position: absolute;
    right: 30px;
    top: 35px;
}

.extra-filter{
    display:none;
}

.job-filter-box{
    position: relative;
    flex:auto 1;
}

.job-custom-filter-box .control-group{
    margin-right: 20px;
    
}

.job-filter-box .button{
    position:absolute;
    top:0;
    right:0;
    cursor:pointer;
    
}

.filter-button{
    border: none;
    background: var(--magenta);
    text-align: center;
    color: #fff;
    border-radius: 10px;
    padding: 0 24px;
    height: 46px;
    line-height:46px;
    margin-left:10px;
    cursor:pointer;
}



.job-filter-box .button button{
    border:none;
    background: var(--purple);
    text-align:center;
    color:#fff;
    border-radius:10px;
    padding:0 24px;
    height:46px;
}


/*! XS */
@media (max-width: 575.98px) {
    
    .job.list .job-box .ios-switch{
        right: 30px;
        position: absolute;
        top:10px;
    }
    
    .job.list .job-box label.job-status{
        position: absolute;
        top:10px;
        right: 80px;
        color: var(--magenta);
        font-size: 0.9em;
    }
    .job.list .job-box .image{
        text-align:center;
    }
    
    .job.list .job-box .image img{
        max-width:100%;
    }
    .job.list .job-box{
        padding:10px 5px;
    }
    
   
    .job.list .job-box .botton-tools{
        height:100%; 
        display: flex; 
        align-items: center; 
        justify-content: center;
        flex-direction: column;
    }
    .job.list .job-box .botton-tools .btn{
        margin-right:0px;
        margin-bottom:10px;
        width:100%;
    }
    .job.activities.list .activity-box h3.job-activity-name{
        min-height:2.8em;
        line-height: 1.4em;
        font-size:1.2em;
    }
    
    .job-custom-filter-box .control-group{
        margin-right: 20px;
        margin-bottom:0px;
    
    }
}
 /*! SM */
@media (min-width: 576px) and (max-width: 767.98px) { 
    .job-custom-filter-box .control-group{
        margin-right: 20px;
        margin-bottom:0px;
    
    }
} 

/*! MD */
@media (min-width: 768px) and (max-width: 991.98px) {
    .job-custom-filter-box .control-group{
        margin-right: 20px;
        margin-bottom:0px;
    }
}

/*!
 *  SHOP
 *  
 */
.shop{}


/*!
 *  SHOP PRODUCT LIST
 *  
 */

.shop .product .show h1.name{
    font-weight:600;
    font-size:1.6em;
}
.shop .product .show h2.description{
    font-weight:600;
    font-size:1.2em;
}
.shop .product .show .product-label{
    font-weight:600;
    font-size:1em;
}



/*!
 *  SHOP PRODUCT LIST
 *  
 */
.shop .product .list.search h1{
    padding-bottom: 20px;
    font-weight: 400;
    font-size: 1.2em;
    color: #000;
}

.shop .product .list .item{
    border:1px solid #ccc;
    padding:10px;
}
.shop .product .list  .item .thumbnail img{
    max-width: 100%; /* do not stretch the bootstrap column */
}

.shop .product .list .item .thumbnail .img-wrapper{
	width: 100%;
	padding-bottom: 75%; /* your aspect ratio here! 75% for landscape 150% for portrait */ 
	position: relative;
}

.shop .product .list .item  .thumbnail .img-wrapper img{
	position: absolute;
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
	min-height: 100%; /* optional: if you want the smallest images to fill the .thumbnail */
}

/*!
 *  SHOP PRODUCT filter
 *  
 */

.filter-item{
    border:1px solid #FAFAFA; 
    border-radius: 5px;
    margin-bottom:10px;
}
.filter-item .filter-title{
    background:#FAFAFA;
    font-weight: 600;
    padding:5px 10px;
    margin-bottom:10px;
}
.filter-item .filter-value{
    margin-left:10px;
    margin-bottom:10px;
}
.filter-item .filter-value .checkbox{
  margin-right:15px;  
}
.filter-item .filter-value .attr-label{
    color:#000;
}



/*!
 *  SHOP PRODUCT CATEGORY LIST
 *  
 */
.shop .category .list  .item .thumbnail img{
    max-width: 100%; /* do not stretch the bootstrap column */
}

.shop .category .list .item .thumbnail .img-wrapper{
	width: 100%;
	padding-bottom: 75%; /* your aspect ratio here! 75% for landscape 150% for portrait */ 
	position: relative;
}

.shop .category .list .item  .thumbnail .img-wrapper img{
	position: absolute;
	top: 0; 
	bottom: 0; 
	left: 0; 
	right: 0;
	min-height: 100%; /* optional: if you want the smallest images to fill the .thumbnail */
}


/*!
 *  SHOP CART
 *  
 */
.shop .cart-area{
    border-radius: 5px;
    position: relative;
    
}
.loading-bg{
    background-color:rgba(0,0,0,0.4);
    position:absolute;
    width:100%;
    height:100%;
    border-radius: 5px;
    z-index: 9999;
    display:none;
    
}
.loader {
  border: 3px solid #f3f3f3; /* Light grey */
  border-top: 3px solid #555; /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top:-20px;
  margin-left:-20px;
  
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



.shop .cart .show .cart-box{
    background:#f1f1f1;
    border-radius: 5px;
    padding:15px;
}

.shop .cart .show .cart-box .cart-item{
    background:#fff;
    border-radius: 5px;
    padding:20px 0;
    margin-bottom:30px;
}

.shop .cart .show .cart-box .cart-item.right{
    float:right;
    width:360px;
    border-radius: 5px;
}
.shop .cart .show .cart-box .total{
    padding:20px 20px;
}


.shop .cart .show .cart-box .cart-item .image{
    width:80px;
    padding-left:15px;    
    
}


.shop .cart .show .cart-box .cart-item .c-box{
    text-align: center;
    position: relative;
}


.shop .cart .show .cart-box .cart-item .quantity-box{
    width: 100px;
    margin: 0 auto;
    position: relative;
}
.shop .cart .show .cart-box .cart-item input#quantity{
    width:50px;
    border:1px solid #d4d1d1;
    color:#555;
    border-radius: 5px;
    text-align:center;
    height:36px;
    font-size:14px;
    line-height: 36px;
    margin:0 5px;
}
.shop .cart .show .cart-box .cart-item input#quantity:disabled{
    background:transparent;
}
.shop .cart .show .cart-box .cart-item .quantity-box{
   
}
.shop .cart .show .cart-box .cart-item .quantity-box .dec{
  color:#555;
  line-height: 36px;
  font-size:20px;
  position:absolute;
  top:0;
  left:0;
  
}
.shop .cart .show .cart-box .cart-item .quantity-box .inc{
  color:#555;
  line-height: 36px;
  font-size:20px;
  position:absolute;
  top:0;
  right:0;
  
}


.shop .cart .show .cart-box .cart-item .name{
    font-size:16px;
    color:#000;
    line-height:16px;
    margin-top:10px;
    
}
.shop .cart .show .cart-box .cart-item .price-title{
    font-size:12px;
    color:#ccc;
    line-height:12px;
    padding-bottom:3px;
}
.shop .cart .show .cart-box .cart-item .price-value{
    font-size:16px;
    color:#000;
    line-height:16px;
}
.shop .cart .show .cart-box .cart-item .delete-product{
    color:#d1232a;
    text-align:right;
    font-size:14px;
    padding:0 20px;
}

.shop .cart .show .cart-box .cart-sum{
    margin-bottom:30px;
}

.shop .cart .show .cart-box .cart-sum h1{
    margin-bottom:30px;
    font-size:1em;
    color:#000;
}
.shop .cart .show .cart-box .cart-sum .name{
    font-size:16px;
    color:#000;
    line-height:16px;
    margin-top:10px;
    
}

.shop .cart .show .cart-empty{
   text-align: center;
   padding:20px 0;
}
.shop .cart .show .cart-empty h1{
   font-size:1.3em;
   font-weight: 600;
   margin:20px 0;
}
.shop .cart .show .cart-empty h2{
   font-size:0.8em;
   font-weight: 400;
}

.shop .cart .order .nav{
    background:#fff;
}

.shop .cart .order .tab-content{
    background:#f1f1f1;
}


.shop .cart .order .nav-tabs .nav-item{
    width:50%;
}
.shop .cart .order .nav-tabs .nav-link:hover, .shop .cart .order .nav-tabs .nav-link:focus{
    
}
.shop .cart .order .nav-item{
    font-size: 18px;
}

.shop .cart .order .nav-tabs .nav-link.active, .shop .cart .order .nav-tabs .nav-item.show .nav-link{
    color: #000;
    background-color: #f1f1f1;
    border-color: #dbdbdb #dbdbdb #f1f1f1;
    border-top: 1px solid #dbdbdb;
    
}
.shop .cart .order .items-group{
    background:#fff;
    border-radius:5px;
    padding:10px;
   
}
.shop .cart .order .items-group .group-title{
    font-weight:bold;
    color:#d1232a;
    font-size: 18px;
}


.shop .cart .order .control-group{
    margin-bottom: 10px;
}

.shop .cart .order .control-group .control-label{
    margin-bottom:0px;
}

.shop .cart .order .items-group.payment_methgod  label{
    display:block;
}


/*!
 *  Account
 *  
 */

.forget-password,.forget-password a{
    margin-top:10px;
    color:#d1232a;
}

.order-box{
    border-radius: 5px 5px 0 0;
    border: 1px solid #dee2e6;
    margin-bottom:30px;
    
}
.order-box .item-title{
    background: #f2f2f2;
    padding: 0 10px 0 10px;
    line-height:30px;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
}
.order-box .item-label{
    padding: 0 10px 0 10px;
    line-height:30px;
    display:inline-block;
    width:110px;
}



/*!
 *  FORM
 *  
 */
.control-group{
    margin-bottom:20px;
}
.control-group .control-label{

}
.controls label.radio{
    margin-right:10px;
}

.control-group .form-control {
    border: 1px solid var(--magenta);
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    height: calc(2em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    background: rgba(255,255,255,0.8);
}
.control-group .form-control:focus{
    color: #495057;
    background-color: #fff;
    border-color: var(--magenta);
    outline: 0;
    box-shadow: none;
}

.form-control:disabled, .form-control[readonly]{
    background: #D5D5DA !important;
    color:#fff !important;
}

.control-group input::placeholder {
  color: #D5D5DA !important;
}
.control-group textarea::placeholder {
  color: #D5D5DA !important;
}
.control-group label.checkbox{
    margin-left: 10px;
}

.activity .control-group label.checkbox{
    margin-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.control-group label.radio{
  margin-left:10px;
}

form select.form-control{
        background:none !important;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(../images/select-bg.png) !important;
	background-repeat: no-repeat !important;
	background-position: center right !important;
	background-origin: content-box !important;
        min-width:140px;
}

form.coupon .alert-heading{
    display:none;
}

form.coupon .alert{
    padding:0;
    margin-bottom:10px;
}

form.coupon .alert ul {
	list-style:none;
}
form.coupon .alert ul,
form.coupon .alert li {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
        font-size:14px;
        color:#CB1D1F;
        padding-left:10px;
}



form.order{
    font-size:16px;
}
form.order label.checkbox{
    line-height:38px;
}
form.order label.checkbox input[type=checkbox] {
   float:left;
   width:20px;
   margin-right:10px;
}


form .alert-error{
    background:#f5b7b1;
    font-size:16px;
    margin-bottom:10px;    
}

form .alert-error ul{
    list-style:none;
    margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
form .alert-error .alert-heading{
    display:none;
}

form .alert-error li{
    padding-left:10px;
}






form.cart-login input{
    width:280px;   
}

.money-from + .add-on {
    position: absolute;
    right: 0px;
    top: 10px;
}
/*! XS */
@media (max-width: 575.98px) { 
    .form-control {
        display: block;
        width:100%;
    } 
    
    form select.form-control{
        min-width:80px;
    }
    
    .control-group label.checkbox{
        max-width: 180px;
    }
}
   

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid var(--magenta);
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: var(--magenta);
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #fff;
  background-color: var(--magenta);
  border-color: var(--magenta) var(--magenta) var(--magenta);
  Xborder-top: 4px solid var(--magenta);
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

/*
 * Component: Nav
 * --------------
 */
.nav > li > a:hover,
.nav > li > a:active,
.nav > li > a:focus {
  color: #fff;
  background: var(--magenta);
}
/* NAV PILLS */
.nav-pills > li > a {
  border-radius: 0;
  border-top: 3px solid transparent;
  color: #444;
}
.nav-pills > li > a > .fa,
.nav-pills > li > a > .glyphicon,
.nav-pills > li > a > .ion {
  margin-right: 5px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  border-top-color: #3c8dbc;
}
.nav-pills > li.active > a {
  font-weight: 600;
}
/* NAV STACKED */
.nav-stacked > li > a {
  border-radius: 0;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #444;
}
.nav-stacked > li.active > a,
.nav-stacked > li.active > a:hover {
  background: transparent;
  color: #444;
  border-top: 0;
  border-left-color: #3c8dbc;
}
.nav-stacked > li.header {
  border-bottom: 1px solid #ddd;
  color: #777;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
/* NAV TABS */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li {
  border-top: 3px solid transparent;
  margin-bottom: -2px;
  margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li.disabled > a {
  color: #777;
}
.nav-tabs-custom > .nav-tabs > li > a {
  color: #444;
  border-radius: 0;
}
.nav-tabs-custom > .nav-tabs > li > a.text-muted {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
  background: transparent;
  margin: 0;
}
.nav-tabs-custom > .nav-tabs > li > a:hover {
  color: #999;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
  border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: #fff;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top-color: transparent;
  border-left-color: #f4f4f4;
  border-right-color: #f4f4f4;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
  border-left-color: transparent;
}
.nav-tabs-custom > .nav-tabs.pull-right {
  float: none !important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
  float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  margin-right: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type > a {
  border-left-width: 1px;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-color: #f4f4f4;
  border-right-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}
.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right: 5px;
}
.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.nav-tabs-custom .dropdown.open > a:active,
.nav-tabs-custom .dropdown.open > a:focus {
  background: transparent;
  color: #999;
}
.nav-tabs-custom.tab-primary > .nav-tabs > li.active {
  border-top-color: #3c8dbc;
}
.nav-tabs-custom.tab-info > .nav-tabs > li.active {
  border-top-color: #00c0ef;
}
.nav-tabs-custom.tab-danger > .nav-tabs > li.active {
  border-top-color: #dd4b39;
}
.nav-tabs-custom.tab-warning > .nav-tabs > li.active {
  border-top-color: #f39c12;
}
.nav-tabs-custom.tab-success > .nav-tabs > li.active {
  border-top-color: #00a65a;
}
.nav-tabs-custom.tab-default > .nav-tabs > li.active {
  border-top-color: #d2d6de;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.tab-content{
    border: 1px solid var(--magenta);
    border-top: none;
    padding: 20px;
}



  .ui-autocomplete-loading {
    background: white url("templates/marinaelectric/images/ui-anim_basic_16x16.gif") right center no-repeat;
  }
  
  
  .ui-widget-content.ui-autocomplete{
      background: rgba(227, 227, 227, 0.9);
      border:none;
      border-radius:10px;
      padding:15px 0;
  }
  .ui-autocomplete .ui-menu-item-wrapper{
    border:none;
    font-size:14px;
  }
  .ui-autocomplete .ui-menu-item-wrapper.ui-state-active{
    border:none;
    font-size:14px;
    background: var(--magenta);
    color:#fff;
  }
  
  
tr.deleted{background:#F8F8F8;}  

.btn-icon, .btn-group-sm > .btn {
    padding: 0rem 0.1rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 0.2rem;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 1rem 2rem;
    font-size: 1em;
    line-height: 1;
    border-radius: 0.2rem;
    font-weight:500;
}

.btn-sm-p, .btn-group-sm > .btn {
    padding: 1rem 1rem;
    font-size: 1em;
    line-height: 1;
    border-radius: 0.2rem;
    font-weight:500;
}
.btn-xs, .btn-group-xs > .btn {
    padding: 0.6rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 0.2rem;
}

.btn-xxs, .btn-group-xxs > .btn {
    padding: 0.2rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1;
    border-radius: 0.2rem;
}

.modal-header{border-bottom: none;}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    right: 10px;
    top:10px;
}

.modal-header {
    position: relative;
}
.modal-body {
    text-align: left;
}
/*! MD */
@media (min-width: 992px) and (max-width: 1199px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}
/*! LG */
@media (min-width: 1200px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}



.editable-submit,
.editable-cancel{
   
    margin-top: 10px;
}


.label{
    display: inline;
    padding: 4px;
    font-size: 80%;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.label.status-1{
    background: #abb2b9 !important;
}

.label.label-success{
    background: #449d44  !important;
}
.label.label-danger{
    background: var(--magenta)  !important;
}
.label.status-4{
    background: #3498db  !important;
}

.label.paid-0{
    background: #C70039 !important;
}

.label.paid-1{
    background: #28b463  !important;
}

.label.order-status-1{
    background: #abb2b9 !important;
}

.label.order-status-2{
    background: #C70039  !important;
}
.label.order-status-3{
    background: #28b463  !important;
}
.label.order-status-4{
    background: #3498db  !important;
}


.steps-wrapper {
    background: #fff;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 5px;
}

.steps li {
    list-style-type: none;
    width: 33%;
    float: left;
    font-size: 12px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    color: var(--magenta);
}


.steps li:before {
    width: 60px;
    height: 60px;
    content: "";
    line-height: 60px;
    border: 2px solid #3E5EA6;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: #fff;
}
.steps li:after {
    width: 100%;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #3E5EA6;
    top: 30px;
    left: -50%;
    z-index: 0;
}

.steps li:first-child:after {
      content: none;
  }
.steps li.active {
      color: var(--magenta);
      font-weight: bold;

}

.steps {
    counter-reset: step;
}
.steps li:before {
    content: counter(step);
    counter-increment: step;
    font-size: 1.5em;
}
.steps li.active:before {
    /*
    background: var(--magenta)  url(user.svg) no-repeat center center;
    background-size: 60%;
    */
    background: var(--magenta);
    color:#fff;
    
}
/*
.steps li::before {
    background: #fff url(user.svg) no-repeat center center;
    background-size: 60%;
}

*/





.pagination {
 display: inline-block;
 padding-left: 0;
 margin: 20px 0;
 border-radius: 4px;
}
.pagination > li {
 display: inline;
}
.pagination > li > a,
.pagination > li > span {
 position: relative;
 float: left;
 padding: 6px 12px;
 margin-left: -1px;
 line-height: 1.42857143;
 color: var(--magenta);
 text-decoration: none;
 background-color: #fff;
 border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
 margin-left: 0;
 border-top-left-radius: 4px;
 border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
 border-top-right-radius: 4px;
 border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
 z-index: 2;
 color: var(--purple);
 background-color: #eee;
 border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
 z-index: 3;
 color: #fff;
 cursor: default;
 background-color: var(--magenta);
 border-color: var(--magenta);
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
 color: #777;
 cursor: not-allowed;
 background-color: #fff;
 border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
 padding: 10px 16px;
 font-size: 18px;
 line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
 border-top-left-radius: 6px;
 border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
 border-top-right-radius: 6px;
 border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
 padding: 5px 10px;
 font-size: 12px;
 line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
 border-top-left-radius: 3px;
 border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
 border-top-right-radius: 3px;
 border-bottom-right-radius: 3px;
} 

tr:nth-child(even) {
  background-color: #f2f2f2;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out; 
  -moz-transition: all 0.15s ease-out; 
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/*!
*	HIDE SHOW PASSWORD
*/
::-ms-reveal,
::-ms-clear {
  display: none !important;
}

.hideShowPassword-toggle {
  background-color: transparent;
  background-image: url('../images/wink.png'); /* fallback */
  background-image: url('../images/wink.svg'), none;
  background-position: 0 center;
  background-repeat: no-repeat;
  border: none;
  cursor: pointer;
  font-size: 100%;
  height: 44px;
  margin: 0;
  max-height: 100%;
  padding: 0;
  overflow: 'hidden';
  text-indent: -999em;
  width: 46px;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.hideShowPassword-toggle-hide {
  background-position: -44px center;
}

.hideShowPassword-toggle:hover,
.hideShowPassword-toggle:focus {
  border-color: none;
  outline: transparent;
}

.manage .job-filter{
    border:1px solid var(--magenta);
    padding:20px;
    display:none;
}
.manage .user-filter{
    border:1px solid var(--magenta);
    padding:20px;
    display:none;
}
.manage .table td{font-size:0.9em;}
.manage .table td.job-name{
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.manage .control-group .form-control{
    border-radius:0;
}

.table .thead-dark th{
    font-weight: normal;
}



.ios-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 22px;
}

.ios-switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.ios-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.ios-switch .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

.ios-switch input:checked + .slider {
  background-color: var(--magenta);
}

.ios-switch input:focus + .slider {
  box-shadow: none;
}

.ios-switch input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Rounded sliders */
.ios-switch .slider.round {
  border-radius: 34px;
}

.ios-switch .slider.round:before {
  border-radius: 50%;
}

@media print {
    
    @page 
        {
            size: auto;   /* auto is the current printer page size */
            margin: 0mm;  /* this affects the margin in the printer settings */
        }
    
    .header, .menu-top, .banner-top, #print, .footer, .form, #gallery, .job-print, .profile-print, button {display:none !important;}
    .job .profile-image{text-align:left;}
    .btn{visibility:hidden; height:0px;};
    fieldset {border:0; padding:0; display:none !important; visibility:hidden;}
    .modal-lg{width:100% !important;}
    .modal-dialog{width:100% !important; max-width:100%!important;}
    .border{border:0 !important;}
    .mb-30{margin-bottom:0px;}
    .print {visibility: visible; width:100%; display:block;}
    .box{margin:0 !important;}

    body{background: #fff;}
    body * {
            visibility: hidden;
    }
    .print *{visibility: visible;}
    .modal-content * {
            visibility: visible;
            overflow: visible;
            background: #fff;
    }
    .main-page * {
            display: none;
    }
    .modal {
            position: absolute;
            left: 0;
            top: 0;
            margin: 0;
            padding: 0;
            min-height: 550px;
            visibility: visible;
            overflow: visible !important; /* Remove scrollbar for printing. */
    }
    .modal-dialog {
            visibility: visible !important;
            overflow: visible !important; /* Remove scrollbar for printing. */
            margin:0;
    }
}


