.agree {
    display:none
}

.hamburger {
    display: none;    
}

.site-header {
    padding-top: 12px;
    box-shadow: 2px 2px 5px rgba(117, 88, 148, 0.3);
    position: fixed;
    width: 100%;
    z-index: 9999999;
    background-color: #fff;
}

.nav-main-header {
    margin-left: 60px;
}

header .nav > li {
    padding-top: 0px;
    padding-bottom: 11px;
}

.link-logo {
    display: block;
    padding: 15px 0px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 1px;
  left: 100%;
  margin-top: -1px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0;
  padding: 0;
  background-color: #fafafa;  
  border: none;
}

.dropdown-submenu>.dropdown-menu > li > a:hover, .dropdown-submenu>.dropdown-menu > li > a:focus {
    background-color: #eeeeee;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.button-drop-main-menu:hover ~ .multi-level, .multi-level:hover {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.nav > li {
    padding: 10px 15px;
    padding-left: 0;
    padding-right: 30px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
}

header .navbar-nav a, header .button-drop-main-menu {
    font-family: 'Montserrat', sans-serif;
	font-size: 12px; /* 2 */
    font-weight: 700;
    text-transform: uppercase;
    color: #212121;
    border-bottom: 2px solid #fff;
    padding: 18px 12px;
    padding-bottom: 0px;
    padding-left: 0px;
}

header .button-drop-main-menu {
    padding-right: 0px;
    margin-right: 28px;
    border-bottom: solid 2px #ffc001;
}

.button-drop-main-menu {
    display: block;
    float: left;
    line-height: 20px;
    padding-top: 10px;
}

.nav > li > a:hover, .nav > li > a:focus, .button-drop-main-menu:hover, .button-drop-main-menu:focus {
    text-decoration: none;
    background-color: #fff;
    border-bottom: 2px solid #ffc001;
}

.multi-level {
    top: 59px;
    left: 15px;
    padding: 0;
    border-radius: 0px;    
    border: none;
}

.dropdown-menu > li > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #212121;
    padding: 15px 20px;
}


.dropdown-submenu .dropdown-menu {
    z-index: -1;
}

.dropdown-submenu .dropdown-menu li { background: white; box-shadow: none; }


.phone-header {
    font-family: 'Montserrat', sans-serif;
	font-size: 18px; /* 2 */
    font-weight: 700;
    text-transform: uppercase;
    color: #57436d;
    margin-top: 14px;
    margin-bottom: 20px;
    float: left;
}

.phone-header a, .phone-header a:hover, .phone-header a:focus, .phone-header a:active, .phone-header a:visited {
    color: #57436d;
    text-decoration: none;
    outline: 0;
}

header .button {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.button-header-callback {
    width: 50%;
    float: right;
    padding: 13px 20px !important;
    margin-top: 2px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #333333;
    text-decoration: none;
    background-color: #fafafa;
}

ul.nav-drop-main-menu, ul.nav-drop-main-menu li {
    margin: 0;
    padding: 0;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
}

.navbar-for-mobile {
    display: none;
}


.top-menu a { display: inline-block; padding-bottom: 2px; color: #333333; font-size: 12px; text-transform: uppercase; font-weight: 700; text-decoration: none; }
.top-menu li { display: inline-block; float: left; list-style: none; }
.top-menu .level-1 { padding: 3px 17.5px 26px; display: inline-block; }
.top-menu .level-1 li { padding: 16px 20px; display: table; float: none; width: 100%; }
.top-menu .level-1 li:hover { background: #fafafa; }
.top-menu li.level-1:hover { padding-bottom: 24px; }
.top-menu .level-1 li:hover { padding-bottom: 14px; }
.top-menu li:hover > a { border-bottom: solid 2px #ffc001; }
.top-menu .parent { position: relative; z-index: 10; }
.top-menu .parent:hover > .sub-menu { display: block; }
.top-menu .parent a { float: left; }
.top-menu .arrow {
    margin: 6px 0px 0px 7px; float: left;
}
.top-menu .sub-menu {
    position: absolute; z-index: -10; display: none; background: white; left: -60px; top: 50px; width: 100%; min-width: 255px;
    webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    margin-left: 0px; padding-left: 0px;
}
.top-menu .level-2 .sub-menu {
    left: 100%; top: 0px;
}
.top-menu .level-1 > .sub-menu:after {
    border: 10px solid transparent; content: '';
    border-bottom: 10px solid white;
    position: absolute; left: 80px; top: -20px; z-index: 11;
}

#breadcrumbs { margin-bottom: 60px; }
#breadcrumbs * { font-size: 12px; font-weight: 700; color: #868686; text-decoration: none; text-transform: uppercase; }

#btn-up {
    background: url('/wp-content/themes/best-open/img/arrow_up.png'); background-repeat: no-repeat; background-size: contain; display: none;
    width: 40px; height: 40px; position: fixed; z-index: 50; right: 50px; bottom: 50px; cursor: pointer;
}

@media (max-width: 850px){
    #btn-up {
        bottom: 90px; right: 30px;
    }
}