
.navigation {
    float: right;
    height: inherit;
    margin-top: 10px;
}
.ico{
    font-size: 30px !important;
    color: #cccccc;
}
.border-l-r {
    border-left: 25px solid #fff;
    border-right: 25px solid #fff;
}

.miami-header.border-t {
    position: relative;
    border-left: 40px solid #fff;
    border-right: 40px solid #fff;
    border-top: 40px solid #fff;
}

.border-b {
    border-left: 40px solid #fff;
    border-right: 40px solid #fff;
    border-bottom: 40px solid #fff;
}

.miami-header.logo-top.border-t {
    position: absolute;
}

.miami-header.marg-t {
    margin-top: 40px;
    border-top: none;
}

.full-scr-header {
    position: absolute;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
}

.full-scr-header.active {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
}

.full-scr-header .second-menu {
    display: none;
}

.full-scr-header .menu {
    margin-right: 40px;
}

.dl-back {
    display: none !important;
}

.second-menu {
    position: relative;
    float: right;
    height: inherit;
    cursor: pointer;
    text-align: left;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.second-menu span {
    display: inline-block;
    margin-left: 10px;
    width: 30px;
    height: 3px;
    background: #fff;
    position: relative;
    float: none;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.second-menu span:before {
    content: '';
    position: absolute;
    left: 0px;
    top: -6px;
    height: 3px;
    width: 100%;
    background: #fff;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.second-menu span:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 6px;
    height: 3px;
    width: 100%;
    background: #fff;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
}

.open-menu {
    position: relative;
    float: right;
    margin-top: 5px;
}

/** right menu **/
.right-menu {
    overflow-y: auto;
    position: fixed;
    right: 0%;
    top: 0px;
    padding: 30px;
    background: rgba(0,0,0,0.60);
    margin-right: -17px;
    width: 350px;
    height: 100%;
    z-index: 5000;
    transform: translateX(220%);
    -webkit-transform: translateX(220%);
    -moz-transform: translateX(220%);
    -ms-transform: translateX(220%);
    transition: transform .6s cubic-bezier(.6, 0, .3, 1);
    -webkit-transition: transform .6s cubic-bezier(.6, 0, .3, 1);
    -moz-transition: transform .6s cubic-bezier(.6, 0, .3, 1);
    -ms-transition: transform .6s cubic-bezier(.6, 0, .3, 1);
}

.wrapp {
    position: relative;
    width: 100%;
}

.right-menu-link {
    position: relative;
    top: 60px;
    color: #fff;
}

.right-menu-link .row {
    margin-left: 0;
}

.right-menu.slides {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
}
.close-menu {
    position: absolute;
    right: 24px;
    top: 26px;
    height: 25px;
    width: 30px;
    cursor: pointer;
    text-align: center;
    z-index: 55;
}
.close-menu div {
    height: 2px;
    margin-top: 10px;
    width: 30px;
    background: #fff;
    position: relative;
    display: inline-block;
    float: none;
    transition: transform .6s cubic-bezier(.6, 0, .3, 1) 0.6s;
    -webkit-transition: transform .6s cubic-bezier(.6, 0, .3, 1) 0.6s;
    -moz-transition: transform .6s cubic-bezier(.6, 0, .3, 1) 0.6s;
    -ms-transition: transform .6s cubic-bezier(.6, 0, .3, 1) 0.6s;
}
.close-menu div:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    height: 2px;
    width: 100%;
    background: #fff;
    transition: transform .6s cubic-bezier(.6, 0, .3, 1) 0.6s;
    -webkit-transition: transform .6s cubic-bezier(.6, 0, .3, 1) 0.6s;
    -moz-transition: transform .6s cubic-bezier(.6, 0, .3, 1) 0.6s;
    -ms-transition: transform .6s cubic-bezier(.6, 0, .3, 1) 0.6s;
}
.close-menu.active div {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.close-menu.active div:before {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
}

.menu .close-menu i {
    display: none;
}
.right-menu{

}
.right-menu::-webkit-scrollbar{
    width: 10px;
    background: rgba(255, 255, 255, 0.70);

}
.right-menu::-webkit-scrollbar-thumb{
    width: 10px;
    background: rgba(0, 0, 0, 0.70);
    border-radius: 10px;
}
.head-menu ul{

}
.head-menu ul li{
    list-style: none;
    padding-top: 10px;
}
.head-menu ul li a{
    color: rgba(255, 255, 255, 0.8);
    font-weight: 300;
    font-size: 23px;
    text-decoration: none;
}
.head-menu ul li a:hover{
    color: white;
}
