html {
  margin: 0px;
  padding: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}


/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.cf {
  *zoom: 1;
  padding: 15px 0;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: 'Source Sans Pro', sans-serif;
}


/*---------Authar Style----------*/

.smobitrigger,
.mnuclose {
  display: none;
}

.logo {
  float: left;
}

.navigation {
  float: none;
  text-align: center;
}

.navigation nav ul {
  padding: 10px;
  margin: 0px;
  list-style: none;
  background: none;
}

.navigation nav ul li {
  display: inline-block;
}
.HEADERNEK ITT A FONT MERETE
{
  
}
.navigation nav ul li a {
  color: #fff;
  font-size: 16px;
  font-family: 'Rubik', sans-serif;
  font-weight:420;
  display: inline-block;
  text-decoration: none;
  padding: 0px 18px 0px 10px;
  text-transform: uppercase;
  position: relative;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
}

.navigation nav ul li:last-child a {
  padding-right: 0px !important;
}

.navigation nav ul li a:hover {
  color: #fff;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
}

.navigation nav ul li a:before {
      position: absolute;
    top: 1px;
    left: 0;
    z-index: 0;
    content: " ";
    width: 2px;
    height: 15px;
    background-color: #fff;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.navigation nav ul li:last-child a:before {
 position: absolute;
    top:1px;
    left: 0;
    z-index: 0;
    content: " ";
    width: 2px;
    height: 15px;
    background-color: #fff;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.navigation nav ul li a:hover:before {
  transform: scaleY(1);
}

.ion-close-round:before {
  color: #fff;
}


/* DESKTOP PART */

@media screen and (min-width:992px) and (max-width:1199px) {
  .navigation nav ul li{
    display: inline;
    margin-right: 0px;
  }
  .navigation nav ul li a {
       font-size: 11px;
    padding: 8px 14px;
    display: inline;
  }
  .navigation {
    float: right;
  }
  .free-consultation a {
    font-size: 16px;
  }
}

@media all and (max-width: 768px) {
  .smobitrigger,
  .mnuclose {
    display: inline-block;
  }
  .smobitrigger {
    color: #f23535;
    font-size: 30px;
    line-height: 12px;
    padding: 10px;
  }
  .mnuclose {
    font-size: 20px;
    padding: 10px 20px;
    width: 100%;
    background: rgba(0, 0, 0, 0.18);
  }
  .smobitrigger span,
  .mnuclose span {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
  }
  .navigation nav ul {
    padding-bottom: 40px;
    overflow-y: auto;
  }
  .navigation nav ul li,
  .navigation nav ul li a {
    width: 100%;
  }
  .navigation nav ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .mobimenu {
    list-style: none;
    padding: 20px;
    margin: 0px;
    width: 220px;
    position: fixed;
    height: 100%;
    top: 0px;
    right: -250px;
  }
  .mnuopn {
    right: 0px !important;
  }
  .ovrActv {
    position: fixed;
    background: rgba(0, 0, 0, 0.79);
    width: 100%;
    height: 100%;
    z-index: 9998;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
}




@media screen and (min-width:768px) and (max-width:991px) {
  .navigation nav ul li a {
    padding-left: 15px !important;
  }
  .navigation {
    float: right;
  }
  .mobimenu {
    background-color: #103769 !important;
  }
  .smobitrigger,
  .mnuclose {
    display: inline-block;
  }
  .smobitrigger {
    color: #fff;
    font-size: 30px;
    line-height: 12px;
    padding: 10px;
  }
  .mnuclose {
    font-size: 20px;
    padding: 10px 20px;
    width: 100%;
    background: rgba(0, 0, 0, 0.18);
  }
  .smobitrigger span,
  .mnuclose span {
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
  }
  .navigation {
    float: right;
    text-align: left;
  }
  .navigation nav ul {
    padding-bottom: 40px;
    overflow-y: auto;
  }
  .navigation nav ul li,
  .navigation nav ul li a {
    width: 100%;
  }
  .navigation nav ul li a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navigation nav ul li a:before{
    display: none;
  }
   .navigation nav ul li:last-child a:before{
    display: none;
  }
  .mobimenu {
    list-style: none;
    padding: 20px;
    margin: 0px;
    width: 240px;
    position: fixed;
    height: 100%;
    top: 0px;
    right: -250px;
  }
  .mnuopn {
    right: 0px !important;
  }
  .ovrActv {
    position: fixed;
    background: rgba(0, 0, 0, 0.79);
    width: 100%;
    height: 100%;
    z-index: 9998;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
   .logo{
        top: 10px;
    text-align: center;
    float: none;
    margin-bottom: 25px;
    position: relative;
  }
  .ion-navicon-round:before{
    color: #fff;
  }
}

@media screen and (min-width:480px) and (max-width:767px) {
  .ion-navicon-round:before {
    color: #fff;
  }
  .mobimenu {
    background-color: #103769 !important;
  }
  .navigation nav ul li a {
    padding-left: 15px;
  }
  .navigation nav ul li a {
    padding-left: 15px !important;
  }
  .navigation nav ul li a:before {
    display: none;
  }
  .navigation nav ul li a:hover:before {
    display: none;
  }
  .navigation {
    float: right;
    text-align: left;
  }
   .logo{
    top: 0;
    position: initial;
    padding: initial;
    background-color: initial;
    text-align: center;
    float: none;
    margin-bottom: 25px;
  }
}


/* SMART PHONE LANDSCAPE PART */

@media screen and (min-width:321px) and (max-width:479px) {
  .ion-navicon-round:before {
    color: #fff;
  }
  .ovrActv {
    display: none;
  }
  .mobimenu {
    background-color: #103769 !important;
  }
  .navigation nav ul li a {
    padding-left: 15px !important;
  }
  .navigation nav ul li a:before {
    display: none;
  }
  .navigation nav ul li a:hover:before {
    display: none;
  }
  .navigation {
    float: right;
    text-align: left;
  }
  .logo{
    top: 0;
    position: initial;
    padding: initial;
    background-color: initial;
    text-align: center;
    float: none;
    margin-bottom: 25px;
  }
}


/* SMART PHONE PROTRAIT PART */

@media screen and (max-width:320px) {
  .ion-navicon-round:before {
    color: #fff;
  }
   .logo{
    top: 0;
    position: initial;
    padding: initial;
    background-color: initial;
  }
  .mobimenu {
    background-color: #103769 !important;
  }
  .ovrActv {
    display: none;
  }
  .navigation nav ul li a {
    padding-left: 15px !important;
  }
  .navigation {
    float: right;
    text-align: left;
  }
  .logo{
    top: 0;
    position: initial;
    padding: initial;
    background-color: initial;
    text-align: center;
    float: none;
    margin-bottom: 25px;
  }
}