@import url('https://fonts.googleapis.com/css?family=Lato');

/* nav transparent  */

    .ec-nav-transparent,
.ec-nav-transparent-black {
    background-color: transparent !important;
}


/* nav */

.cbp-spmenu {
    background: rgba(255, 255, 255, 0.98);
}

.cbp-spmenu-open {
    -webkit-box-shadow: 10px 10px 112px -17px rgba(92, 92, 92, 0.3);
    -moz-box-shadow: 10px 10px 112px -17px rgba(92, 92, 92, 0.3);
    box-shadow: 10px 10px 112px -17px rgba(92, 92, 92, 0.3);
}

#cbp-spmenu-s1 h3 {
    background: #000;
    color: #ccc;
}


/* logo */

.logo {
    /* position: absolute;
    left: 0;
    bottom: 20px; */
    width: 100%;
}

.logo,
.logo:hover,
.cbp-spmenu a:active {
    background-color: transparent !important;
    border: none !important;
}

.ec-nav-transparent .logo-header,
.ec-nav-transparent-black .logo-header {
    height: 70px;
}

.logo-header {
    height: 30px;
}


/* position menu, social and logo  */

.side-menu {
    width: 100%;
    position: absolute;
    top: 0;
}

.side-logo {
    width: 100%;
    position: absolute;
    bottom: 60px;
}

.side-social {
    width: 90px;
    margin-left: calc(50% - 45px);
    height: 50px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 5px;
}

.side-social .social {
    color: #ccc;
    font-size: 18px;
    padding: 7px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.side-social .social:hover {
    color: #494949;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

/* Hamburger desktop */

.home .c-hamburger {
    top: 14px;
}

.c-hamburger {
    display: block;
    position: absolute;
    overflow: hidden;
    top: -6px;
    right: -64px;
    margin: 0;
    padding: 0;
    width: 65px;
    height: 50px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}

.c-hamburger:focus {
    outline: none;
}

.c-hamburger span {
    display: block;
    position: absolute;
    top: 25px;
    left: 18px;
    right: 18px;
    height: 3px;
    background: #000;
}

.c-hamburger span::before,
.c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #000;
    content: "";
}

.ec-resize-nav .c-hamburger span,
.ec-resize-nav .c-hamburger span::before,
.ec-resize-nav .c-hamburger span::after {
    background-color: #fff;
}

.c-hamburger span::before {
    top: -8px;
}

.c-hamburger span::after {
    bottom: -8px;
}

.c-hamburger--htx {
    /* background-color: #ff3264; */
    background-color: transparent;
}

.c-hamburger--htx span {
    transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
    transition-duration: 0.3s, 0.3s;
    transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
    transition-property: top, transform;
}

.c-hamburger--htx span::after {
    transition-property: bottom, transform;
}


/* active state, i.e. menu open */

.c-hamburger--htx.is-active {
    /* background-color: #cb0032; */
    background-color: transparent;
}

.c-hamburger--htx.is-active span {
    background: none;
}

.c-hamburger--htx.is-active span::before {
    top: 0;
    transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
    transition-delay: 0s, 0.3s;
}


/* link nav line */

.cbp-spmenu a {
    position: relative;
    color: #262626;
    text-decoration: none;
}

.cbp-spmenu a.active:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.cbp-spmenu a:hover {
    color: #262626;
    background: none;
}

.cbp-spmenu .link-menu:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 25%;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.cbp-spmenu a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.flex {
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.fullscreen {
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.parallax {
    background-attachment: fixed;
}


/*bootstrap class*/

.form-control:focus {
    color: #464a4c;
    background-color: transparent;
    border-color: #464a4c !important;
    outline: 0;
}


/*my class*/

.ec-fixed-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 7;
    display: flex;
    justify-content: center;
}

.ec-nav {
    height: 86px;
    background-color: rgba(0, 0, 0, 0.85);
}


/* transition, nav */

.ec-nav,
.c-hamburger,
.logo-header,
.search-container {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.home .search-container {
    top: 29px;
}

.search-container {
    width: 65px;
    height: 50px;
    position: absolute;
    right: -20px;
    top: 6px;
}


/* .ec-nav-transparent .search-container a, .ec-nav-transparent .search-container a:link, .ec-nav-transparent .search-container a:visited, .ec-nav-transparent .search-container a:hover {
    color: #000;
} */
.nav-black .search-container a,
.nav-black .search-container a:link,
.nav-black .search-container a:visited,
    .nav-black .search-container a:hover {
    color: #000;
}

.search-container a,
.search-container a:link,
.search-container a:visited,
.search-container a:hover {
    color: #fff;
}

.search {
    font-size: 26px;
}

.ec-content-nav {
    display: flex;
    justify-content: center;
}

#cbp-spmenu-s1 {
    min-height: 100vh;
}

.cbp-spmenu-vertical a.link-menu {
    border-bottom: 1px solid #fefefe;
    padding: 0.8em;
    font-size: 14px;
}


/* search full screen */

#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.97);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
	z-index: 10001;
	padding: 80px 10px;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
	z-index: 10001;
}

#search.open > button {
  cursor: pointer;
}

#search input[type="search"] {
    /*position: absolute;
    top: 30%;
    width: 100%;*/
    color: rgb(36, 36, 36);
    background: rgba(0, 0, 0, 0);
    font-size: 42px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
	margin-bottom: 10px;
   /* margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;*/
}

#search .close {
    position: fixed;
    top: 0px;
    right: 0px;
    color: #000;
    /*background-color: #000;*/
    border-color: #000;
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px;
}

#search input::placeholder {
    color: #ccc;
}

input[type=search]:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]) {
    box-shadow: none;
}

#search form input {
    margin: 0;
    height: 50px;
}

#search .result-search {
	padding: 0;
	padding-top: 50px;
	border-top: 1px solid rgba(0, 0, 0, .1);
	max-width: 800px;
}
#search .row-followers {
	padding: 10px 0px 10px 0px;
	background-color:#fff;
	margin-bottom: 10px;
webkit-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.35);
-moz-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.35);
box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.35);
}
#search .row-link {
	margin-top: 30px;
	display: block;
webkit-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.35);
-moz-box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.35);
box-shadow: 0px 89px 169px -4px rgba(97, 97, 97, 0.35);
}
#search .ec-follower-img {
	    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    margin: 0 auto;
}

#search .ec-follower-img img {
    width: 80px;
}

#search .ec-profile-text .name-profile {
	font-size: 18px;
	margin-top: 10px;
}
#search .ec-profile-text .info-p {
	font-size: 13px;
	margin: 0;
}
#search .btn-follow {
    width: 100%;
    max-width: 130px;
    margin-top: 30px;
    float: right;
}

/* end search full */

@media (max-width: 767px) {
    .cbp-spmenu-vertical a.link-menu {
        padding: 0.4rem;
        font-size: 15px;
    }
    .ec-nav-transparent .logo-header {
        height: 40px;
    }
    #search input[type="search"] {
        /*position: absolute;
        top: 26%;*/
		font-size: 20px;
    }
#search .ec-profile-text .name-profile {
	font-size: 13px;
	margin-top: 0;
}
#search .ec-profile-text .info-p {
	font-size: 11px;
}

#search .ec-follower-img {
		width: 50px;
		height: 50px;
		overflow: hidden;
		border-radius: 50%;
		margin: 0 auto;
}
#search .ec-follower-img img {
		width: 50px;
}

#search .btn-follow {
    max-width: 100px !important;
    padding: 0;
    margin-top: 15px;
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
}

@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    .c-hamburger {
        top: -4px;
    }
    .cbp-spmenu-open {
        width: 300px !important;
        overflow-x: scroll;
        overflow-y: visible;
    }
    /* position menu, social and logo  */
    .side-menu,
    .side-logo,
    .side-social {
        position: relative;
        bottom: 0;
    }
    .cbp-spmenu-open .c-hamburger {
        right: 0px;
        z-index: 1000;
    }
    .cbp-spmenu-open .c-hamburger span::before,
    .cbp-spmenu-open .c-hamburger span::after {
        background-color: #000;
    }
    /* .cbp-spmenu-open .c-hamburger span::before, .cbp-spmenu-open .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    content: "";
} */
}

@media (max-width: 767px) {
    /*nav*/
    .cbp-spmenu-left {
        left: -100%;
    }
    .cbp-spmenu-vertical {
        width: 100%;
    }
    .cbp-spmenu-open .c-hamburger {
        right: 2px;
        z-index: 100000;
    }
    .cbp-spmenu-open .c-hamburger span::before,
    .cbp-spmenu-open .c-hamburger span::after {
        background-color: #000;
    }
}
