@import url('https://fonts.googleapis.com/css?family=Georama:400,600;700;800;900&subset=latin-ext');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700;800;900;1000&display=swap');
body,p,a,span,label,input,li,ul,ol,div,select,option{
     font-family: 'Mulish', sans-serif;
     font-weight: 400;
}

h1,h2,h3,h4,h5,h6{
     font-family: 'Georama', sans-serif;
     font-weight: 600;
}

body{
    margin: 0;
    padding: 0;
}

:root{
    --black: #141414;
    --blue: #00aeef;
    --gray: #f4f5fa;
    --red: #ff6a3d;
}

::selection {
  background: #00aeef; /* WebKit/Blink Browsers */
  color: #fff;
}
::-moz-selection {
  background: #00aeef; /* Gecko Browsers */
  color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
.btn:focus,
*:focus {   
  border-color: #00aeef;
  box-shadow: none;
  outline: 0px transparent !important;
}

.focus{
	outline: none !important;
}

/***** ALL TEMPLATE DEFAULTS *****/

.wrapper{
    background: var(--gray);
}

.bg{
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.bs{
    -webkit-box-shadow: 0px 0px 10px 0px rgb(232 232 232);
    -moz-box-shadow: 0px 0px 10px 0px rgba(232,232,232,1);
    box-shadow: 0px 0px 10px 0px rgb(232 232 232);
}

.clear{
    clear: both;
}

section{
    padding: 100px 0;
}

.middlecenter{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 184px;
}

.separator{
    margin-bottom: 45px;
}

.blueunderline{
    width: 50px;
    border-bottom: 4px solid var(--blue);
    margin-bottom: 20px;
    margin-top: 3px;
}

.pagecontent .inner,
#newcompany .inner{
    background: #fff;
}

#newcompany .inner{
    min-height: 400px;
}

.mb{
    display: flex;
    align-items: flex-end;
    width: 100vw;
}

p{
    font-size: 18px;
    line-height: 24px;
}

/* MODALS */

.modal-title {
    margin: 0;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
	font-weight: bold;
}

.modal-content{
	border-radius: 0;
}

.filedialog-modal .modal-footer {
	display: block !important;
}

/* HEADINGS - TEXTS */


a{
    transition: all 0.25s;
    text-decoration: none;
}

a:hover,
a:focus{
    text-decoration: none;
    color: var(--red) !important;
}

h1{
    font-size: 25px;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
}

h2{
    font-size: 30px;
    color: var(--black);
    margin: 0 0 5px;
    text-align: center;
    font-weight: 300;
}

h2 strong{
    font-weight: 900;
}

#staticpage h2{
    text-align: left;
}

h3{
    font-size: 26px;
    font-weight: bold;
    margin: 4px 0 61px 0;
}

/* BUTTONS */

.btn{
    transition: all 0.25s;
    font-size: 15px;
    line-height: 19px;
    font-weight: 800;
    padding: 10px 34px;
    border-radius: 32px;
}

.btn-default{
    color: #fff;
    background: var(--blue);
    border: 1px solid var(--blue);
    border-radius: 45px !important;
    letter-spacing: 1px;
    border-radius: 32px;
}

.btn-default:hover,
.btn-default:focus{
    background: transparent;
    color: var(--blue);
    border: 1px solid var(--blue);
    outline: none;
    color: var(--blue) !important;;
}

.btn-secondary{
    color: #fff;
    background: var(--red);
    border: 1px solid var(--red);
    letter-spacing: 1px;
    border-radius: 32px;
}

.btn-secondary:hover,
.btn-secondary:focus{
    background: transparent;
    color: var(--red);
    border: 1px solid var(--red);
    outline: none;
}

.loginbtn{
    margin-top: 15px !important;
}

.btnWhite{
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}

.btnWhite:hover,
.btnWhite:focus,
.btnWhite:active{
    border-color: #fff;
    color: #fff !important;
}

.btn-danger{
    border-radius: 4px;
    padding: 3px 6px;
}

.mc{
    display: flex;
    align-items: center;
    justify-content: center;
}

.mr{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* BADGES */

.labels{
    margin: 15px 0 0;
    padding-left: 0;
}

.labels>li {
    display: inline;
    list-style: none;
}

.labels>li>a {
    color: #fff;
    font-size: 12px;
    background: var(--blue);
    padding: 5px 20px;
    margin-right: 7px;
    border-radius: 20px;
    transition: all 0.25s;
}

.labels>li>a{
    border: 1px solid var(--blue);
}

.labels>li>a:hover{
    border: 1px solid var(--blue);
    color: var(--blue);
    background: #fff;
}

.labels>.orange>a {
    background: #f8b413;
}

.labels>.red>a {
    background: var(--red);
    border: 1px solid var(--red);
}

.labels>.red>a:hover{
    background: #fff;
    border: 1px solid var(--red);
}

/* PANELS */

.alert-danger{
    background: var(--red);
    border-color: #b7190e;
    color: #fff !important;
    padding: 30px 25px;
}

.alert h3{
    margin: 0 0;
}

.alert-success{
    background:#7fb954;
    border: none;
    color: #fff;
    padding: 15px;
    font-size: 20px !important;
    border-radius: 8px;
}

.alert-success h3{
    margin: 0 0 8px;
}

.alert-success p{
    font-size: 18px;
    margin-bottom: 0;
}

/* TABS */

.nav-tabs{
    border: none;
}

.nav-tabs>li a{
    background: #fff;
    border-radius: 0;
    color: var(--black);
    margin-right: 5px;
    border: none;
    padding: 15px 13px;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus{
    border: none;
    background: var(--blue);
    color: #fff;
}


/* FORMS */

.input-group{
    margin-bottom: 15px;
}

.form-control{
    border-radius: 0;
    box-shadow: none;
}
/* REGISTRATION - LOGIN */

#newcompany .inner{
    padding: 30px;
    border-radius: 8px;
}

#newcompany.pagecontent .inner{
    height: auto;
}

#newcompany .btn-default{
    margin-top: 30px;
}

#newcompany .promopic{
    margin-top: -50px;
    padding: 50px;
}


#newcompany .promopic h3{
    font-weight: 600;
    font-size: 30px;
    margin: 0 0 50px 0px;
}

#newcompany .promopic ul{
    margin: 0 0 50px;
    padding: 0 0 0 35px;
    list-style: none;
}

#newcompany .promopic ul>li{
    line-height: 1.6;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

#newcompany .promopic ul>li:before{
    content: url('../images/icons/cm.png');
    width: 28px;
    position: absolute;
    z-index: 1;
    margin-left: -35px;
    margin-top: 3px;
}

#newcompany .promopic.employer ul>li:before{
    content: url('../images/icons/icon-checkmark-purple.svg');
    height: 28px;
    width: 28px;
    margin-top: 0;
}

#newcompany .promopic p{
    font-weight: 500;
    text-align: justify;
}

#newcompany .packageitem{
    padding: 15px;
    margin-top: 0px;
}

#newcompany .packageitem .inner{
    padding: 50px;
    min-height: 700px;
	background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(232,232,232,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(232,232,232,1);
    box-shadow: 0px 0px 10px 0px rgba(232,232,232,1);
}

#newcompany .packageitem h3,
#newcompany .packageitem h3 strong,
#newcompany .packageitem li,
#newcompany .packageitem p{
    color: var(--black) !important;
}


#newcompany.pagecontent .inner h3,
#newcompany.pagecontent .inner h3 strong,
#newcompany.pagecontent .inner li,
#newcompany.pagecontent .inner p{
    color: #fff !important;
}

#newcompany .bigdomain .packageitem .inner{
	min-height: 530px;
}

#newcompany .promopic1,
#newcompany .promopic2{
	min-height: 1250px;
    border-radius: 8px;
}

#newcompany .packageitem .icon{
    height: 90px;
    width: 90px;
    border-radius: 45px;
    background: var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid #ff9e81;
    margin: -100px auto 50px;
}

#newcompany .packageitem.employer .icon{
    background: #9daaf2;
    border-color: #bfc8f7;
}

#newcompany .packageitem .icon img{
    height: 80px;
    width: 50px;
}

#newcompany .packageitem .inner .btn-default{
    background: #fff;
    color: var(--blue);
    border-color: transparent;
}

#newcompany .packageitem .inner .btn-default.red{
    color: var(--red);
}

#newcompany .packageitem .inner .btn-default:hover,
#newcompany .packageitem .inner .btn-default:focus{
    background: #ee463a;
    color: #fff;
}

#newcompany .packageitem .inner .btn-default.red:hover,
#newcompany .packageitem .inner .btn-default.red:focus{
    background: #00aeef;
    color: #fff;
}

#newcompany .packageitem.miniPackage .inner p,
#newcompany .packageitem.miniPackage .inner p strong,
#newcompany .packageitem.miniPackage .inner h3,
#newcompany .packageitem.miniPackage .inner h3 strong,
#newcompany .packageitem.miniPackage .inner li:before,
#newcompany .packageitem.miniPackage .inner li{
	color: var(--black) !important;
}

#newcompany .formdiv{
    padding: 0 50px;
}

/* ANIMATED FORMS */

.animatedform .group{ 
    position:relative; 
    margin-bottom:45px; 
}

.animatedform input{
    font-size:14px;
    padding:10px 10px 10px 5px;
    display:block;
    width: 100%;
    border:none;
    border-bottom: 1px solid #e2e2e2;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    position: relative;
    z-index: 1;
}

.profileForm input,
.profileForm input:valid{
    border-bottom: 1px solid #e2e2e2 !important;
}

.animatedform input:focus{
    outline:none;
    background: transparent;
}

.animatedform label{
    color: #d0d0d0; 
    font-size:17px;
    font-weight:normal;
    position:absolute;
    left:5px;
    top:10px;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
    z-index: 0;
}

.animatedform input:focus ~ label,
.animatedform input:valid ~ label{
    top:-20px;
    font-size:18px;
    color: var(--red);
    
}

.animatedform input:focus{
    border-bottom: none;
}

.animatedform input[type="checkbox"]:focus ~ label,
.animatedform input[type="checkbox"]:valid ~ label{
	top:9px;
    color: #333;
}


.animatedform .bar{ 
    position:relative;
    display:block;
}
.animatedform .bar:before,
.animatedform .bar:after 	{
    content:'';
    height:2px; 
    width:0;
    bottom:1px; 
    position:absolute;
    background:var(--red); 
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all; 
}

.animatedform .bar:before {
    left:50%;
}

.animatedform .bar:after {
    right:50%; 
}

.animatedform input:focus ~ .bar:before,
.animatedform input:focus ~ .bar:after{
    width:50%;
}

.animatedform .highlight{
    position:absolute;
    height:60%; 
    width: 100%; 
    top:25%; 
    left:0;
    pointer-events:none;
    opacity:0.5;
}

.animatedform input:focus ~ .animatedform .highlight {
    -webkit-animation:inputHighlighter 0.3s ease;
    -moz-animation:inputHighlighter 0.3s ease;
    animation:inputHighlighter 0.3s ease;
}

.animatedform .newadpic label{
    top: -20px;
    color: var(--blue);
}

@-webkit-keyframes inputHighlighter {
    from { background:transparent; }
to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
    from { background:transparent; }
to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
    from { background:transparent; }
to 	{ width:0; background:transparent; }
}

.animatedform  .g-recaptcha{
    margin-top: 30px;
}

.job-create .animatedform label{
    margin-left: 15px;
}

.animatedform .checkboxGroup{
    position: relative;
    height: 35px;
    padding-left: 40px;
}

.animatedform .checkboxGroup label{
    padding-left: 45px;
    margin-top: -30px;
    display: inline-block;
}

.animatedform .checkboxGroup input{
    width: auto;
    margin-left: -35px;
    margin-top: 15px;
    display: inline-block;
}


/* MODALS */

/* HEADER */

header{
    height: 730px;
    margin-top: 50px;
    
}

#sidebar{
    display: none;
}

header .startFilter{
    height: 730px;
}

header .layer{
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
}

header.bigdomain{
	height: 950px;
}

header.subpage{
    height: 195px;
}

header .navbar{
    background: #fff;
    border: none;
    border-radius: 0;
    z-index: 999;
}

header .navbar-brand{
    padding-top: 0;
}

header .navbar-brand img{
    height: 28px;
}


header .navbar li{
    line-height: 1;
    margin-left: 20px;
}

header .navbar li:last-child{
    margin-left: 5px;
}

header .navbar li a{
     color: var(--black) !important;
     font-size: 16px;
     line-height: 1;
}

header .navbar li a img{
    height: 18px;
    position: absolute;
    margin-left: -21px;
    margin-top: -1px;
}

header .content{
    position: relative;
    bottom: -200px;
}

header .navbar .btn-primary{
    background: var(--red);
    color: #fff !important;
    border-color: var(--red);
    padding: 13px 30px !important;
    border-radius: 35px;
    font-weight: 400;
}

header .navbar .ml-auto .nav-link{
    padding-top: 15px;
}
    
header #sidebarCollapse{
    display: none;
}

/* FOOTER */

footer{
    background: #232838;
    padding: 110px 0;
}

footer h3{
    color: #fff;
    text-transform: uppercase;
    margin-top: 3px;
}

footer a,
footer p{
    color: #7b849e;
    text-decoration: none;
    margin-left: 5px;
}

footer a:hover,
footer a:focus{
    color: #fff;
}

footer ul{
    padding: 0 0 0 10px;
    list-style: none;
}

footer ul>li{
    line-height: 1.6;
}

footer ul>li:before{
    font-family: fontawesome;
    content: "\f105";
    color: #7b849e;
    transition: all 0.25s;
    position: absolute;
    margin-left: -10px;
}

footer ul>li:hover:before,
footer ul>li:focus:before{
    color: #fff;
    margin-left: -8px;
}

/* JOBLIST */

.otherPlacesInner{
    background: #fff;
    padding: 50px;
    position: relative;
}

.otherPlacesInner h3{
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 15px;
}

.otherPlacesInner ul{
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
}

.otherPlacesInner ul li a{
    color: var(--black);
}

.otherPlacesInner ul li.active a{
    color: var(--red);
    font-weight: bold;
}

.otherPlacesInner ul li span{
    display: inline-block;
    position: absolute;
    right: 50px;
    color: var(--red);
}

.joblist-item{
    background: #fff;
    margin-bottom: 30px;
    padding: 30px;
}

.joblist-item h3{
    font-weight: 700;
    color: var(--black);
    margin: 30px 0;
    font-size: 28px;
    color: #141414;
    text-decoration: none !important;
}

.joblist-item .adTitleA{
    text-decoration: none !important;
}

.joblist-item ul{
    padding: 0;
    margin: 0;
}

.joblist-item ul.datas li{
    display: inline;
    list-style: none;
    text-transform: uppercase;
    font-size: 14px;
    color: #141414;
}

.joblist-item ul.datas li a{
    text-decoration: none;
    color: #141414;
}

.joblist-item ul.datas li:first-child:after{
    content: "|";
    margin: 0 8px;
    color: var(--red);
}

.joblist-item ul.datas li.tagged{
    padding: 8px 15px;
    color: #fff;
    background: var(--blue);
    border-radius: 20px;
    margin-left: 20px;
}

.joblist-item ul.datas li.tagged a{
    color: #fff;
}
.joblist-item ul.params li{
    list-style: none;
}

.joblist-item ul.params li a{
    color: var(--black);
}

.joblist-item .content .company-name{
    color: #00aeef;
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
}

.joblist-item .content .deadline{
    font-size: 12px;
}

.joblist-item.companylist-item{
    border: 15px solid #a4def6;
}

.joblist-item.companylist-item p.deadline{
    font-size: 13px;
}

.joblist-item .btn-default{
    background: var(--red);
    border-color: var(--red);
}

.joblist-item .btn-default:hover,
.joblist-item .btn-default:focus{
    background: #fff;
    color: var(--red);
    border-color: var(--red);
}

.companyjoblistitem .btn{
    width: 200px;
}

#companyreg #jobs .joblist .joblist-item.companyjoblistitem .content{
    height: auto;
}

/* COMPANY LIST */

#featured-company{
    padding-top: 0;
}


.company-list-item{
    padding: 30px;
}

.company-list-item .inner{
    background: #fff;
    padding: 30px; 
    border-radius: 8px;
}

.company-list-item .inner .image{
    height: 275px;
    border-radius: 8px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

.company-list-item .inner .content{
    padding: 35px 0 0;
    min-height: 500px;
}

.company-list-item .inner .content h3{
    margin: 10px 0;
    font-weight: bold;
    min-height: 60px;
}

.company-list .company-list-item .inner .content p{
    margin-top: 15px;
    max-height: 255px;
    min-height: 239px;
    display: -webkit-box;
    text-decoration: none;
    overflow-wrap: break-word;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

/***** ONLY HOMEPAGE HOMEPAGE *****/

header h1{
    color: #fff;
    margin: 80px 0 30px;
    font-size: 43px;
    font-weight: 400; 
    line-height: 50px;
}

header p.sum{
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 75px;
}

header .btn-default:hover,
header .btn-default:focus{
    background: #fff;
    border-color: #fff;
    color: var(--red);
}

header .input-group .input-group-addon:first-child{
    background: rgba(255,255,255,0.7);
    border: none;
    border-radius: 30px 0 0 30px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

header .input-group .form-control{
    border: none;
    background: rgba(255,255,255,0.7);
    box-shadow: none;
    color: var(--black) !important;
    height: 60px;
    margin-left: 0 !important;
    border-radius: 0 30px 30px 0
}

header select option{
    color:var(--black);
}

header .moresearch{
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
}

header .moresearch:hover,
header .moresearch:focus{
    background: #fff;
    color: var(--red);
}

header .hompepagealllist{
    padding: 0;
}

header .hompepagealllist li{
    display: inline;
    list-style: none;
    margin: 5px;
    color: #fff;
}

header .hompepagealllist li a{
    color: #fff;
    font-weight: bold;
}

header .hompepagealllist li:last-child:before{
    content: "|";
    margin-right: 10px;
    color: #fff;
}


.alljobbutton{
    margin: 30px 0;
}

#whyus h2{
    color: #fff;
    margin-bottom: 70px;
}

#whyus p{
    color: #fff;
    line-height: 2;
    font-size: 18px;
}


/***** COMPANY AND JOB PAGE *****/

#company-inner .left-side .inner{
    background: #fff;
    padding: 0;
    padding: 30px;
    border-radius: 8px;
}

#company-inner .left-side .inner .inner-header{
    height: 450px;
    border-radius: 8px;
}

#company-inner .left-side .inner .content{
    padding: 30px;
}


#company-inner .left-side .inner h2 {
    margin: 0;
    font-size: 20px;
    text-align: left;
    font-weight: bold;
}

#company-inner .left-side .inner .contact{
    padding: 0;
    margin-top: 10px;
}

#company-inner .left-side .inner .contact>li,
#company-inner .left-side .inner .contact>li>a {
    color: var(--black);
    font-size: 18px;
    list-style: none;
    margin-right: 5px;
}

#company-inner .left-side .inner .contact>li{
    width: 60%;
    position: relative;
}

#company-inner .left-side .inner .contact>li strong{
    position: absolute;
    right: 0;
    left: auto;
}

#companyreg .inner{
    background: #fff;
    padding: 50px 30px;
    border-radius: 8px;
}

#companyreg .profileForm input:valid{
    border-bottom: 1px solid #e0e0e0 !important;
}

.company-other-informations {
    padding: 20px 0 50px 0;
}

.company-other-informations .btn-default {
    background: #ee463a;
    border-color: #ee463a;
    color: #fff;
    text-align: center;
    margin: 30px 0 70px;
}

.company-other-informations .btn-default:hover, .company-other-informations .btn-default:focus {
    background: #fff;
    color: #ee463a;
}

.company-other-informations .history ul {
    border-left: 3px solid #00aeef;
    padding-left: 20px;
    list-style: none;
}

.company-other-informations .history .historydate {
    background: var(--blue);
    color: #fff;
    font-size: 12px;
    padding: 5px 20px;
    border: 1px solid var(--blue);
    border-radius: 36px;
    margin-bottom: 8px;
    display: inline-block;
}

.company-other-informations .othercontentred {
    background: var(--red);
    border: 1px solid #ee463a;
    color: #fff;
    font-size: 20px !important;
    font-weight: 500 !important;
    padding: 5px 20px;
    border-radius: 36px;
    margin-bottom: 8px;
    display: inline-block;
}

.company-other-informations h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0 10px;
}

#company-inner .left-side .inner .gallery .inner-small {
    padding: 5px;
}

#company-inner .left-side .inner .gallery .innerinner {
    height: 210px;
    margin-bottom: 30px;
}

#companyreg #jobs .joblist .joblist-item{
	background: var(--gray);
	padding: 15px 15px 15px 20px;
	height: 230px;
}


#companyreg #jobs .joblist .joblist-item .image{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 0 0 0 15px;
	height: 200px; 
}

#companyreg #jobs .joblist .joblist-item .image img{
	margin: 0;
    height: 200px;

}

#companyreg #jobs .joblist .joblist-item .buttondiv{
	padding-top: 3px;
}

#companyreg #jobs .joblist .joblist-item .buttondiv .btn,
#companyreg  #history table .btn,
#companyreg  #feedback table .btn,
#companyreg  #shares table .btn,
.profile-job-list .btn,
.paybtn{
	padding: 10px 24px !important;
	font-size: 14px !important;
	margin-top: 5px;
	min-width: 160px;
}

#companyreg #jobs .joblist .joblist-item .buttondiv .btn,
#companyreg  #history table .btn,
#companyreg  #feedback table .btn,
#companyreg  #shares table .btn{
    min-width: 0;
}

#companyreg #jobs .joblist .joblist-item .content{
	height: 150px;
	display: flex;
	align-items: center;
}

#companyreg #jobs .joblist .joblist-item .innerdiv h3{
	margin-top: 5px;
} 

.text-danger{
	color: var(--red);
	margin-bottom: 0;
	font-size: 13px;
	font-weight: bold;
}

#companyreg #history table td,
#companyreg #shares table td,
#companyreg #feedback table td{
	vertical-align: middle;
}

#companyreg .galleryImages{
	padding: 30px 0;
}

#companyreg .galleryImages .image{
	height: 200px;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

#companyreg #subscriptions .btn-link{
    padding: 0;
    font-weight: normal;
    color: var(--red);
    font-size: 13px;
}

#companyreg #subscriptions .btn-link:focus{
    border: none;
    box-shadow: none;
    outline: none;
}

#companyreg #subscriptions td span.originalPrice{
    text-decoration: line-through;
    font-size: 13px;
}

#companyreg #subscriptions td span.saledPrice{
    text-decoration: none !important;
    color: green;
    font-weight: bold;
}

.jobpage ul.companydatas{
	padding: 10px 0;
	list-style: none;
}

.jobpage ul.companydatas > li{
	display: inline;
	margin-right: 15px;
	color: var(--black);
}

.jobpage ul.companydatas i{
    color: var(--red);
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-bottom: none;
}


/* JOBCREATE FORM */

.job-create .formdiv{
    margin-top: 35px;
}

.job-create .img-thumbnail{
    border: 3px solid transparent;
}

.job-create .img-thumbnail:hover{
    cursor: pointer;
}

.job-create .img-thumbnail.selected{
    border-color: #00aeef;
}

.job-create .images{
    margin-top: 30px;
}

.job-create .images img{
    max-width: 230px;
}

/* SEARCH PAGE */

#bigfilter .nav-tabs li{
	background: var(--gray);
}

#bigfilter .nav-tabs li a{
	background: transparent;
}

#bigfilter .nav-tabs li.active {
	background: #fff;
	color: var(--black);
}

#bigfilter .nav-tabs li.active a{
	color: var(--black); 
}

#bigfilter .inner{
	background: #fff;
	padding: 30px;
}

#bigfilter .inner .btn-primary,
.onlycompany .btn-primary{
	margin: 0 10px 10px 0;
	font-size: 13px;
	padding: 7px 18px;
	border-radius: 22px;
	background: var(--gray);
	border-color:  var(--gray);
	color: var(--black);
}

#bigfilter .inner .btn-primary.active,
.onlycompany .btn-primary.active{
	background: var(--blue);
	color: #fff;
}

.onlycompany{
    margin-top: 50px;
}

.onlycompany li{
    display: inline;
    list-style: none;
}

.onlycompany .btn-primary{
    font-size: 18px;
    font-weight: bold;
    margin: 0 5px;
}

/* INDEX PAGE */

.countycol ul{
    padding: 0;
}

.countyitem{
    text-align: left !important;
    list-style: none;
    margin-bottom: 20px;
}

.countyitem a{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.countyitem p{
    color: #fff;
    font-size: 13px;
}

/* HUNGARY MAP */
 
.hungarymap{
    margin-top: 200px;
}

.hungarymap img{
	height: 495px;
}

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

.mapbuttondiv{
	background: rgba(255,255,255,0.9) !important;
	padding: 8px 15px !important;
	width: 400px;
	border-radius: 55px;
	position: relative;
	left: 50%;
	margin-left: -200px;
	margin-top: 30px;  
	padding-left: 30px;
    text-align: center !important
}
 
.mapbuttondiv p{
	color: #b1b3b5;
	margin-bottom: 0;
}

.mapbuttondiv p strong{
	color: var(--black);
}

.maphu{
	width: 806px !important;
	height: 495px !important;
	margin: 0 auto;
}

.maphumobil{
	width: 300px !important;
	margin: 0 auto;
	height: 193px !important;
}


.mobileMapDiv{
    display: none;
}

/* STATIC PAGE CONTENT */

#staticpage-content .container{
	max-width: 750px;
	margin: 0 auto;
}

#staticpage-content h1{
	text-align: center;
	margin-bottom: 20px;
}

#staticpage-content li{
	line-height: 1.8;
}

/* NEW REG */


#newReg .headline{
    background: #EFEDEE;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
}

#newReg .headline .item{
    background: #EFEDEE;
    color: #A6A2A2;
    padding: 15px;
    font-weight: 600;
}


#newReg .headline .item.active,
#newReg .headline .item.filled{
    border-radius: 0 20px 0 0;
    background: var(--red);
    color: #fff;
}

#newReg .headline .item.filled{
    border-radius: 0;
}

#newReg .headline .item a,
#newReg .headline .item a:hover,
#newReg .headline .item a:focus{
    color: #fff !important;
    font-weight: 600;
}

#newReg .headline .item span{
    display: inline-block;
    background: rgba(157, 170, 242, 0.55);
    position: relative;
    width: 30px;
    height: 30px;
    font-weight: 600;
    border-radius: 20px;
    padding-top: 2px;
    color: #fff;
}

#newReg .headline .item.active span{
    background: #fff;
    color: var(--red);
}

#newReg .contentRow{
    background-color: #fff;
    padding: 70px 0;
}

#newReg .contentRow sup{
    color: var(--red);
}

#newReg .form-control{
    border-radius: 20px;
}

#newReg .form-check {
    padding-left: 35px;
}

#newReg .form-check input{
    margin-top: 6px;
}

#newReg .form-check label{
    font-weight: 400;
    font-size: 13px;
}

#newReg .btn-primary{
    border-radius: 25px;
    background: var(--red);
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid var(--red);
}

#newReg .packages .item .body{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    padding: 0;
    border-radius: 20px 0 0 20px;
}

#newReg .packages .item.highlighted .body{
    box-shadow: none;
    border: 1px solid var(--red);
    margin-top: -40px;
    border-radius: 20px !important;
}

#newReg .packages .item .body .content{
    padding: 15px;
}

#newReg .packages .item .body .content h5,
#newReg .packages .item .body .content p{
    text-align: center;
}

#newReg .packages .item .body .content p{
    font-size: 14px;
    line-height: 17px;
    color: #737072
}

#newReg .packages .item.rightBox .body{
    border-radius: 0 20px 20px 0;
}


#newReg .activate_code.form-control{
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 1px solid #333 !important;
    margin-right: 5px !important;
    max-width: 60px !important;
    width: 60px !important;
    font-size: 40px !important;
    font-weight: bold !important;
    text-align: center;
}

#newReg .pininputs{
    left: 50%;
    margin-left: -195px;
}

.regPagePackages .item{
    padding: 15px;
    margin-bottom: 15px;
}

.regPagePackages .item .content{
    background: #fff;
    border-radius: 8px;
    padding: 20px;
}

.regPagePackages .item .content h5{
    text-align: center;
}

.regPagePackages p,
.regPagePackages li{
    font-size: 15px;
}

.regPagePackages p{
    text-align: center;
}

/* PROGRESS BAR */


.progressCard{
    background: var(--red);
    border-radius: 12px;
    border: none;
}

.progressCard .mc{
    border-left: 1px solid #fff;
}

.progressCard p{
    color: #fff;
}

@keyframes growProgressBar {
    0%, 33% { --pgPercentage: 0; }
    100% { --pgPercentage: var(--value); }
  }
  
  @property --pgPercentage {
    syntax: '<number>';
    inherits: false;
    initial-value: 0;
  }
  
  div[role="progressbar"] {
    --size: 5rem;
    --fg: #369;
    --bg: #fff;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: 
      radial-gradient(closest-side, #ff6a3d 80%, transparent 0 99.9%, white 0),
      conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0)
      ;
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: #fff;
  }
  
  div[role="progressbar"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
  }

/* DATA WIZARD */

.dataWizard .contentRow{
    border-radius: 15px;
}

.dataWizard .contentRow p{
    font-size: 14px
}

.dataWizard .wizardProgressCard{
    background: transparent;
}

.dataWizard .wizardProgressCard .mc{
    border: none;
}

.dataWizard .wizardProgressCard p{
    color: #000;
}

.dataWizard ul.pages li{
    list-style: none;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #bfc8f7;
    font-size: 20px;
    color: #b1b3b5;
    padding-top: 4px;
    margin-right: 70px;
    z-index: 1;
    background: #fff;
}

.dataWizard ul.pages li.active{
    background: var(--red);
    border: 1px solid var(--red);
    color: #fff;
}

.dataWizard ul.pages li.finished{
    background: #ff9e81;
    border: 1px solid #ff9e81;
    color: #fff;
}

.dataWizard ul.pages{
    margin: 0 0 50px;
    padding: 0;
    position: relative;
    display: inline-block;
}

.dataWizard ul.pages:after{
    content: "";
    border-bottom: 1px solid #b1b3b5;
    width: 100%;
    position: absolute;
    left: 0;
    display: block;
    z-index: 0;
    top: 20px;
}

.dataWizard ul.pages li:last-child{
    margin-right: 0;
}

.dataWizard .galleryItem{
    margin-bottom: 30px;
}


.dataWizard .galleryItem .inner{
    overflow: hidden;
    height: 250px;
    margin-bottom: 5px;
}

.dataWizard .galleryItem .inner img{
    object-fit: cover;
    height: 350px;
    object-position: 50% 50%;
}

#payTypeModal .inner{
    padding: 15px;
    border-radius: 10px;
}
#companyPriceModal .modal-header,
#companyPriceModal .modal-footer{
    border: none;
}

#companyPriceModal .modal-footer{
    justify-content: center;
}

#companyPriceModal .modal-body{
    padding-top: 0;
}

#companyPriceModal .inner table{
    border-radius: 20px !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    border: none !important;
    overflow: hidden;
}

#companyPriceModal .inner table td,
#companyPriceModal .inner table th{
    padding: 8px 20px;
    text-align: center;
    border: 1px solid #f1f1f1;
}

#companyPriceModal .inner table tbody tr td:last-child{
    font-weight: bold;
}


fieldset {
    margin: 0;
    padding: 2rem;
    box-sizing: border-box;
    display: block;
    border: none;
    border: solid 1px #ccc;
    min-width: 0;
    background-color: #fff;
  }
  fieldset legend {
    margin: 0 0 1.5rem;
    padding: 0;
    width: 100%;
    float: left;
    display: table;
    font-size: 1.5rem;
    line-height: 140%;
    font-weight: 600;
    color: #333;
  }
  fieldset legend + * {
    clear: both;
  }
  
  /* TOGGLE STYLING */
  .toggle {
    margin: 0 0 1.5rem;
    box-sizing: border-box;
    font-size: 0;
    display: -webkit-box;
    display: flex;
    background: transparent;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
            align-items: stretch;
  }
  .toggle input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
  }
  .toggle input + label {
    margin: 0;
    padding: 1.1rem 2rem;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 1px #ddd;
    background-color: transparent;
    font-size: 1rem;
    line-height: 140%;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    -webkit-transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
    /*flex: 0 0 50%; display: flex; justify-content: center; align-items: center;*/
    /* ----- */
  }
  .toggle input + label:first-of-type {
    border-radius: 6px 0 0 6px;
    border-right: none;
  }
  .toggle input + label:last-of-type {
    border-radius: 0 6px 6px 0;
    border-left: none;
  }
  .toggle input:hover + label {
    border-color: #213140;
  }
  .toggle input:checked + label {
    background-color: #4b9dea;
    color: #fff;
    box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
    border-color: #4b9dea;
    z-index: 1;
  }
  .toggle input:focus + label {
    outline: dotted 1px #ccc;
    outline-offset: 0.45rem;
  }




  @media (max-width: 800px) {
    .toggle input + label {
      padding: 0.75rem 0.25rem;
      -webkit-box-flex: 0;
              flex: 0 0 44%;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
    }

    .filterForm{
        max-width: 100%;
        position: relative;
    }

  }
  
  /* STYLING FOR THE STATUS HELPER TEXT FOR THE DEMO */
  
  .toggle{
      background: transparent;
  }
  
  .toggle input:checked + label,
  .toggle input + label:first-of-type,
  .toggle input + label:last-of-type{
      width: 48%;
      cursor: pointer;
      font-size: 18px;
      border-radius: 30px;
  }

  .toggle input + label:last-of-type{
        margin-left: 15px;
  }
  
  .toggle input + label:first-of-type,
  .toggle input + label:last-of-type{
      border: 1px solid #9daaf2;
      color: #fff;
      padding-left: 60px;
  }
  
  .toggle input:checked + label{
      background: var(--red);
      border: 1px solid var(--red);
      color: #fff;
      border-radius: 30px;
      padding-left: 60px;
  }
  
  .toggle .searchButtonIcon{
      width: 25px;
      position: absolute;
      margin-left: -33px;
      margin-top: -2px
  }
  
  .status {
    margin: 0;
    font-size: 1rem; 
    font-weight: 400;
  }
  .status span { 
    font-weight: 600;
    color: #b6985a;
  }
  .status span:first-of-type {
    display: inline;
  }
  .status span:last-of-type {
    display: none;
  }
  @media (max-width: 800px) {
    .status span:first-of-type {
      display: none;
    }
    .status span:last-of-type {
      display: inline;
    }
  }
  
.adGalleryItem{
    position: relative;
    margin-bottom: 30px;
}

  .adGalleryItem img{
    width: 100%;
    height: 148px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 4px;
}

.adGalleryItem.selected img{
    border: 4px solid var(--red);
}

.adGalleryItem.selected:after{
    content: 'Kiválasztva';
    position: absolute;
    left: 15px;
    bottom: 0;
    background: var(--red);
    color: #fff;
    width: calc(100% - 30px);
    text-align: center;
    border-radius: 0 0 4px 4px
}

@media (max-width: 767px){
    header{
        padding-top: 0;
    }
    
    header.subpage{
        height: 57px;  
    }
    
    section {
        padding: 50px 0; 
    }

    header .userrow{
        margin-top: 0;
    }
    
    header .navbar{
        margin-top: 0;
		z-index: 99;
        height: 55px;
        max-width: 100vw;
    }
    
	header .navbar-brand img{
		display: block;
		height: auto;
		margin-top: 5px;
	}
	
    header .navbar .btn-primary{
        position: absolute;
        right: 60px;
        padding: 8px 16px !important;
    }
    
    header .navbar-default .navbar-collapse, header .navbar-default .navbar-form{
        background: #fff;
    }
    
    header .navbar-default .navbar-nav>li>a{
        color: red; 
    }
    
	header .navbar .navbar-nav li{
		padding-top: 0;
		text-align: center;
	}
	
	.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
		background: none;
		color: var(--blue);
	}
	
	header .navbar .navbar-nav>li>.dropdown-menu{
		background: #fff;
		color: var(--blue);
		text-align: center;
		width: 100%;
	}
	
	.navbar-default .navbar-nav .open .dropdown-menu>li>a{
		color: var(--blue);
		padding-left: 5px;
	}
	
    footer{
        text-align: center !important; 
        padding: 50px 0;
    }
    
    footer h3{
        margin-bottom: 30px;
    }
    
    footer ul{
        margin-bottom: 30px;
    }
    
    footer img{
        margin: 0 auto;
    }
    
    header h1{
        font-size: 20px !important; 
        margin-top: 40px; 
        line-height: 30px;
    }

	header.bigdomain{
        height: 350px;
	}
	
	.mapbuttondiv{
		width: 290px;
		margin-left: -145px;
	}
	
	.mapbuttondiv p{
		font-size: 10px;
	}
	
	.bigpagenavbarbrand{
		margin-top: 10px !important;
	}
	
	
    .mobileMapDiv{
        display: block;
    }

    #whyus h2{
        font-size: 22px;
    }

    #company-inner .left-side .inner{
        padding: 15px 15px 30px 15px;
    }
    
    #company-inner .right-side h2{
        margin-top: 50px;
        text-align: center;
    }
    
    #company-inner .left-side .inner .content{
        padding: 0px;
    }

    #company-inner .right-side .company-list-item{
        margin-top: 30px;
    }
    
    #company-inner .left-side .inner .content h1{
        margin-top: 30px;
    }
    
	.labels>li{
        float: none;
        display: inline-block;
		margin-top: 10px;
	}
	
	.labels>li>a{
		display: block;
		width: 100%;
		text-align: center;
	}
	
	.joblist-item .image{
		text-align: center;
	}
	
	#company-inner .left-side .inner .contact{
		margin-top: 40px;
	}
	
	#company-inner .left-side .inner h2{
		margin-top: 90px;
	}
	
	#featured-company .company-list .company-list-item .inner .content .btn-default {
		margin-top: 30px;
		font-size: 14px;
		padding: 13px 30px;
	}
	
	.iconlist .icon-item .title{
		min-height: 50px;
    }
    
    #newcompany .packageitem .inner,
    #newcompany .promopic{
        height: auto;
        min-height: 100px;
    }

    #newcompany .formdiv {
        padding: 50px;
    }

    .formwidth{
        max-width: 100%;
        padding: 0 ;
    }

    .filtertitle{
        width: 100%;
    }

    .newadpic label{
        margin-top: -10px !important;
    }

    .submitButton{
        font-size: 15px;
        padding: 17px 44px;
    }

    #companyreg .nav-tabs li{
        margin-bottom: 10px !important;
        text-align: center;
        width: 50%;
    }

    #companyreg #jobs .joblist .joblist-item .buttondiv .btn, 
    #companyreg #history table .btn,
    #companyreg #shares table .btn,
    #companyreg #feedback table .btn, .profile-job-list .btn,
    .paybtn {
        padding: 5px 4px !important;
        font-size: 11px !important;
        margin-top: 5px;
        min-width: 110px;
    }

    .btn-default {
        font-size: 18px;
        font-weight: 300;
        color: #fff;
        background: var(--blue);
        border: 1px solid var(--blue);
        padding: 18px 39px;
        letter-spacing: 1px;
        border-radius: 32px;
    }

	header .navbar .navbar-nav li>a{
		background:  #fff;
	}

    header .navbar .navbar-nav li>a:hover,
    header .navbar .navbar-nav li>a:focus{
        border-color: var(--blue);
        color: var(--red);
    }

    #newcompany .promopic h3{
        font-size: 26px;
    }

    #newcompany .packageitem .inner{
        padding: 25px;
    }

    header .input-group .form-control{
        border-radius: 0 4px 4px 0;
    }

    #joblist-section{
        padding-top: 100px;
    }

    .joblist-item .buttondiv{
        height: 100px;
    }

    .joblist-item .buttondiv,
    .joblist-item .buttondiv .btn-default{
        width: 100%;
    }

    .joblist-item .image img{
        height: 230px;
        width: 230px;
    }

    #company-inner .left-side .inner h2 {
        margin-top: 30px;
    }

    #company-inner .left-side .inner .contact {
        margin-top: 0px;
    }

    #bigfilter button.submitButton{
        padding: 18px 39px !important;
        font-size: 18px !important;
        width: 100% !important; 
    }

    #newcompany .inner{
        padding: 50px 15px 0
    }

    .loginbtn{
        margin-top: 0 !important;
    }


    #companyreg #jobs .joblist .joblist-item,
    #companyreg #jobs .joblist .joblist-item .image{
        height: auto;
    }

	.mapbuttondiv-mobile{
		padding: 10px 15px !important;
        text-align: center !important;
		width: 350px;
		border-radius: 4px;
		position: relative;
		left: 50%;
		margin-left: -175px;
		margin-top: 30px;
        height: auto;
		padding-left: 30px;
	}

    .mapbuttondiv-mobile p{
        margin-bottom: 0;
        color: #333;
        font-size: 16px;
    }

    .mapbuttondiv-mobile:after{
        content: '\f101';
        font-family: fontawesome;
        display: block;
        position: absolute;
        right: 15px;
        top: 13px;
        color: #60b4d1;
        font-size: 30px;
    }

    #newReg .packages .item .body{
        border-radius: 20px !important;
    }

    #newReg .packages .item.highlighted .body{
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #newReg .headline .item.active, #newReg .headline .item.filled{
        border-radius: 0;
    }

    /* MOBILMENU */

    #sidebar {
        width: 100%;
        background: #FFF;
        color: #000;
        transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
        transform-origin: bottom left;
        position: fixed;
        height: 100vh;
        z-index: 100;
        margin-top: -1px;
        text-align: center;
        display: block;
    }
    
    #sidebar.active {
        margin-left: -350px;
        transform: rotateY(100deg);
    }
    
    #sidebar .sidebar-header {
        padding: 20px;
        background: #fff;
    }
    
    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }
    
    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }
    
    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
        color: #000;
    }
    #sidebar ul li a:hover {
        color: #000;
        background: #fff;
    }
    
    #sidebar ul li a.btn-primary{
        background: var(--red);
        color: #fff;
        border: 1px solid var(--red);
    }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #000;
        background: #fff;
    }
    
    
    a[data-toggle="collapse"] {
        position: relative;
    }
    
    .dropdown-toggle::after {
        display: none;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }
    
    ul ul a {
        font-size: 0.9em !important;
        background: #fff;
    }
    
    ul.CTAs {
        padding: 20px;
    }
    
    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }
    
    a.download {
        background: #fff;
        color: #7386D5;
    }
    
    a.article, a.article:hover {
        background: #6d7fcc !important;
        color: #fff !important;
    }
    
    
    .navbar #sidebarCollapse {
        width: 40px;
        height: 40px;
        background: #fff;
        cursor: pointer;
        border: none;
        display: block;
    }
    
    #sidebarCollapse span {
        width: 80%;
        height: 2px;
        margin: 0 auto;
        display: block;
        background: #000;
        transition: all 0.7s cubic-bezier(0.810, -0.330, 0.345, 1.375);
        transition-delay: 0.0s;
    }
    
    #sidebarCollapse span:first-of-type {
        transform: rotate(45deg) translate(2px, 2px);
    }
    #sidebarCollapse span:nth-of-type(2) {
        opacity: 0;
    }
    #sidebarCollapse span:last-of-type {
        transform: rotate(-45deg) translate(1px, -1px);
    }
    
    #sidebarCollapse.active span {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }
    
    
    /* ---------------------------------------------------
        MEDIAQUERIES
    ----------------------------------------------------- */
    @media (max-width: 768px) {
        #sidebar {
            margin-left: -250px;
            transform: rotateY(90deg);
        }
        #sidebar.active {
            margin-left: 0;
            transform: none;
        }
        #sidebarCollapse span:first-of-type,
        #sidebarCollapse span:nth-of-type(2),
        #sidebarCollapse span:last-of-type {
            transform: none;
            opacity: 1;
            margin: 5px auto;
        }
        #sidebarCollapse.active span {
            margin: 0 auto;
        }
        #sidebarCollapse.active span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }
        #sidebarCollapse.active span:nth-of-type(2) {
            opacity: 0;
        }
        #sidebarCollapse.active span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }
    
    }
    

    .toggle .searchButtonIcon{
        margin-left: -114px;
    }

    .toggle input + label,
    .toggle input:checked + label{
        padding: 8px 32px 8px 60px !important;
    }
    
    header .input-group .input-group-addon:first-child{
        border-radius: 4px 0 0 4px;
    }

    header .input-group.tersegSelect{
        width: calc(100vw - 30px);
    }


    #company-inner .left-side .inner .gallery .innerinner{
        margin-bottom: 30px;
    }

    #company-inner .left-side .inner .contact>li{
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 992px){
    
}

@media (min-width: 993px) and (max-width: 1200px){
    
}

@media (min-width: 1201px) and (max-width: 1366px){
    
}

@media (min-width: 1367px){
  
}
