/*

Eatery Cafe Template

http://www.templatemo.com/tm-515-eatery

*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');

body {
    background: #ffffff;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}



/*---------------------------------------
 TYPOGRAPHY
-----------------------------------------*/

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
    line-height: inherit;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    color: #252525;
    font-size: 3em;
    line-height: 50px;
}

h2 {
    color: #353535;
    font-size: 2em;
    padding-bottom: 10px;
}

h3 {
    font-size: 1.5em;
    margin-bottom: 0;
}

h3,
h3 a {
    color: #454545;
}

p {
    color: #757575;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}

.font-weight-bold{
    font-weight: 700!important;
}
.font-weight-light{
    font-style: italic!important;
}

ol li, ul li{
    color: #757575;
}

/*---------------------------------------
 GENERAL
-----------------------------------------*/

html{
    -webkit-font-smoothing: antialiased;
}

a {
    color: #252525;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
}

a:hover, a:active, a:focus {
    color: #ce3232;
    outline: none;
}

::-webkit-scrollbar{
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #000000;
}

.section-title {
    padding-bottom: 40px;
}

.section-title h2 {
    margin: 0;
}

.section-title h4 {
    color: #bfbdbd;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
}

.form-title h4 {
    color: #bfbdbd;
    font-size: 10px;
    padding: 10px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 0;
}

.overlay {
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section {
    position: relative;
    padding: 100px 0;
}

#team,
#menu,
#testimonial {
    text-align: center;
}

.about-image img,
.team-thumb img {
    width: 100%;
}

#google-map iframe {
    border: 0;
    width: 100%;
    height: 390px;
}

.mt-10{
    margin-top: 10px;
}
.confirm-email{
    float: right!important;
}

#cookieGA{
    margin-bottom: 0!important;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index : 998
}
#cookieGA .wizdeo-link {
    font-weight: bold;
    color: #8a6d3b;
}


/*---------------------------------------
 BUTTONS
-----------------------------------------*/

.section-btn {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #f9f9f9;
    font-size: inherit;
    font-weight: normal;
    padding: 10px 25px;
    transition: 0.5s 0.2s;
}



/*---------------------------------------
   PRE LOADER
-----------------------------------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.spinner {
    border: 1px solid transparent;
    border-radius: 3px;
    position: relative;
}

.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 45px;
    height: 45px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border: 1px solid #575757;
    border-top-color: #ffffff;
    animation: spinner .9s linear infinite;
}

@-webkit-@keyframes spinner {
    to {transform: rotate(360deg);}
}

@keyframes spinner {
    to {transform: rotate(360deg);}
}



/*---------------------------------------
  MENU
-----------------------------------------*/

.custom-navbar {
    border: none;
    margin-bottom: 0;
    padding: 25px 0;
}

.custom-navbar .navbar-brand {
	background:url("../img/logo.png");
	height: 65px;
	background-size: cover;
	width: 290px;
	padding: 0;
	margin-left: 10px;
}

.custom-navbar .navbar-brand span {
    color: #ce3232;
}

.top-nav-collapse {
    background: #ffffff;
}

.custom-navbar .navbar-nav.navbar-nav-first {
    margin-left: 8em;
}

.custom-navbar .navbar-nav.navbar-right li a {
    padding-right: 12px;
    padding-left: 12px;
}

.custom-navbar .navbar-nav.navbar-right .section-btn {
    display: inline-block;
    margin: 0.2em 0 0 1em;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:hover {
    background: #292929;
    color: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right .section-btn:focus {
    color: #ffffff;
}

.custom-navbar .navbar-nav.navbar-right .section-btn a {
    padding: 10px 25px;
}

.custom-navbar .nav .section-btn a:hover {
    color: #ffffff;
}

.custom-navbar .nav li a {
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    padding: 22px;
    text-transform: uppercase;
}

.custom-navbar .nav li a:hover {
    background: transparent;
    color: #ce3232;
}

.custom-navbar .navbar-nav > li > a:hover,
.custom-navbar .navbar-nav > li > a:focus {
    background-color: transparent;
}

.custom-navbar .nav li.active > a {
    background-color: transparent;
    color: #ce3232;
}

.custom-navbar .navbar-toggle {
    border: none;
    padding: 22px;
    margin: 0;
}

.custom-navbar .navbar-toggle {
    background-color: transparent;
}

.custom-navbar .navbar-toggle .icon-bar {
    background: #252525;
    border-color: transparent;
}

.linksMenu{
	display: flex;
	justify-content: flex-start;
	list-style-type: none;
	padding: 20px 0;
	margin: 0;
	flex-wrap: wrap;
}

.linksMenu li{
	margin-right: 10px;
}

@media(min-width:768px) {
    .custom-navbar {
        border-bottom: 0;
        background: 0 0;
    }

    .custom-navbar.top-nav-collapse {
        background: #ffffff;
        -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        padding: 12px 0;
    }

	.custom-navbar .navbar-brand {
		 background:url("../img/logo_inverse.png");
		 height: 65px;
		 background-size: cover;
		 width: 290px;
		 padding: 0;
		margin: 0;
    }
	.custom-navbar.top-nav-collapse .navbar-brand{
		background:url("../img/logo.png");
		height: 65px;
		background-size: cover;
		width: 290px;
		padding: 0;
	}

    .top-nav-collapse .nav li a {
        color: #575757;
    }

    .top-nav-collapse .nav li a.section-btn {
        color: #ffffff!important;
    }


}


.dropdown .avatar,.mobil-account .avatar{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    margin-right: 5px;
}
.top-nav-collapse .dropdown span.channelName,.top-nav-collapse .caret{
    color: #575757!important;
}
.dropdown span.channelName{
    color: white;
    font-weight: 700;
    font-size: 14px;
    margin-right: 5px;
}
.dropdown .caret{
    color: white;
}
.dropdown .btn-transparent{
    background: transparent;
}
.dropdown .btn-transparent:focus{
    outline: 0;
}
.dropdown .btn-transparent:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}
.dropdown-menu{
    border-radius: 0;
}
.dropdown-menu li a{
    color: #1d1d1d!important;
}
.dropdown-menu li a:hover{
    color: #424242!important;
}

.avatar-mobil{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    float: right;
    margin: 6px 10px;
}
/*---------------------------------------
  HOME
-----------------------------------------*/

#home {
    padding: 0;
}

#home h1 {
    color: #ffffff;
    padding-bottom: 30px;
}

#home h3 {
    color: #f9f9f9;
    font-size: 14px;
    line-height: inherit;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0;
}

@media (min-width: 768px) {
    .slider .col-md-8 {
        padding-left: 0;
    }
}


.slider .owl-dots {
    position: absolute;
    top: 50%;
    right: 2em;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot {
    display: block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 7px 10px;
    border: 2px solid #d9d9d9;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffffff;
    border-color: transparent;
}

.slider .caption {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    background-color: rgba(20,20,20,0.2);
    height: 100%;
    color: #fff;
    cursor: grab;
    padding: 4em 0 0 2em;
}

.slider .item {
    background-position: inherit;
    background-repeat: no-repeat;
    background-attachment: local;
    background-size: cover;
    height: 650px;
}


.slider .item-inscription1 {
    background-image: url(/img/inscription1_site_royalties.jpg);
}

.slider .item-faq {
    background-image: url(/img/faq.jpg);
}

.slider .item-simulateur {
    background-image: url(/img/simulateur_site_royalties.jpg);
}

.slider .item-second .section-btn {
    background: #292929;
}

.slider .item-second .section-btn:hover {
    background: #ffffff;
}

.slider .item-third .section-btn {
    background: transparent;
    border: 1px solid #ffffff;
}

.slider .item-third .section-btn:hover,
.slider .item-third .section-btn:focus {
    background: #ce3232;
    border-color: transparent;
    color: #ffffff;
}

#main:target {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}



/*---------------------------------------
  ABOUT
-----------------------------------------*/

#about {
    padding-bottom: 0;
}

.about-info {
    padding: 0 6em 5em 0;
}

.about-info .section-title {
    padding-bottom: 20px;
}

.about-image {
    position: absolute;
}

/*---------------------------------------
Description
-----------------------------------------*/

#description{
    background-color: #ebfdff;
}

.youtuber-before h3,.youtuber-after h3{
    margin-bottom: 36px;
}

.youtuber-after{
    margin-top: 60px;
}

.speech-bubble-left, .speech-bubble-right{
    position: relative;
    background: #d8d8d8;
    border-radius: .4em;
    padding: 16px;
}

.speech-bubble-right:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 37px solid transparent;
    border-right-color: #d8d8d8;
    border-left: 0;
    border-bottom: 0;
    margin-top: -18.5px;
    margin-left: -37px;
}
.speech-bubble-left:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 0;
    height: 0;
    border: 37px solid transparent;
    border-left-color: #d8d8d8;
    border-right: 0;
    border-bottom: 0;
    margin-top: -18.5px;
    margin-right: -37px;
}

.img-before-container{
    text-align: right;
}
.img-after-container{
    text-align: left;
}

.img-before, .img-after{
    width:300px;
}
.text-before, .text-after{
    padding-top: 0px;
}
.text-after{
    text-align: right;
}

/*---------------------------------------
how-to
-----------------------------------------*/

#how-to{
    background: rgb(240, 248, 255);
}



/*---------------------------------------
MENU
-----------------------------------------*/

#menu {
    padding-bottom: 0;
}

#menu .container {
    width: 100%;
}

#menu .col-md-4 {
    margin: 0;
    padding: 0;
}

.menu-thumb img {
    width: 100%;
    transition: 0.5s;
}

.menu-thumb:hover img {
    transform: scale(1.15);
}

#menu .menu-thumb {
    overflow: hidden;
    position: relative;
    cursor: pointer;
    width: 102%;
}

.menu-thumb .menu-info {
    position: absolute;
    top: 60%;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: left;
    padding: 25px 30px;
    transition: 0.5s 0.2s;
}

.menu-info .menu-item {
    float: left;
}

.menu-info .menu-price {
    float: right;
}

.menu-info .menu-price span {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    display: block;
    margin-top: 10px;
}

.menu-thumb .menu-info h3,
.menu-thumb .menu-info p,
.menu-thumb .menu-info span {
    transform: translateY(100%);
    opacity: 0;
    display: block;
    transition: 0.5s 0.2s;
    color: #ffffff;
    z-index: 2;
    position: relative;
}

.menu-thumb .menu-info h3 {
    margin-top: 0;
}

.menu-thumb .menu-info p {
    color: #d9d9d9;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
}

.menu-thumb:hover .menu-info h3,
.menu-thumb:hover .menu-info p,
.menu-thumb:hover .menu-info span {
    transform: translateY(0px);
    opacity: 1;
}

.menu-thumb:hover .menu-info {
    background: rgba(0,0,0,0.8);
}


/*---------------------------------------
  HOW TO
-----------------------------------------*/
.big-icons{
    font-size: 90px;
    margin: 30px 0;
    color: #8b8d8e;
}


/*---------------------------------------
  TESTIMONIAL
-----------------------------------------*/

#testimonial .owl-dots {
    position: relative;
    top: 0;
    right: 0;
    justify-content: center;
}

#testimonial .owl-theme .owl-dots .owl-dot,
#testimonial .owl-theme .owl-dots .owl-dot span {
    display: inline-block;
}

#testimonial .owl-theme .owl-dots .owl-dot span {
    margin: 20px 5px;
}

#testimonial h2 {
    color: #ffffff;
}

#testimonial p,
.tst-author h4,
.tst-author span {
    display: inline;
}

#testimonial p {
    color: #d9d9d9;
    font-size: 20px;
    line-height: 35px;
}

#testimonial .img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-size: 100%;
    margin: 0 auto 30px;
}

#tk{
    background-image: url(../img/thekairi78.jpg);
}

#gmt{
    background-image: url(../img/GameMixTreize.jpg);
}

#st{
    background-image: url(../img/StudioKoco.jpg);
}

#sb{
    background-image: url(../img/SpaceBabiesTV.jpg);
}

#cr{
    background-image: url(../img/cuisinerapide.jpg);
}

#gk{
    background-image: url(../img/Guillaume&Kim.jpg);
}

.tst-author {
    margin-top: 20px;
}

.tst-author h4,
.tst-author span {
    color: #b2b2b2;
}

.tst-author span {
    margin-left: 5px;
}


/*---------------------------------------
FAQ
-----------------------------------------*/


#faq{
    background: #efefef;
}
.accordion {
    position: relative;
    background: #fff;
    margin-bottom: 20px;
}
.accordion .accordion-heading {
    padding: 20px;
    position: relative;
    cursor: pointer;
}
.accordion .accordion-heading h3 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #000;
    max-width: 97%;
}
.accordion .accordion-heading .icon {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 18px;
    color: #a2a2a2;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion .accordion-content {
    border-top: 1px solid #e6e6e6;
    display: none;
}
.accordion .accordion-content .inner {
    padding: 20px;
}
.accordion.active .icon {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.accordion.active h3 {
    color: #FF5126;
}

#Q1:target,
#Q2:target,
#Q3:target,
#Q4:target,
#Q5:target,
#Q6:target,
#Q7:target,
#Q8:target,
#Q9:target,
#Q10:target,
#Q11:target,
#Q12:target,
#Q13:target,
#Q14:target,
#Q15:target,
#Q16:target,
#Q17:target {
    display: block;
    position: relative;
    top: -90px;
    visibility: hidden;
}

/*---------------------------------------
SIMULATEUR
-----------------------------------------*/
.country-col{
    margin-bottom: 20px;
}
.col-slider label{
    margin: 20px 0;
}
.slider.slider-horizontal {
    width: 89%;
    margin: 0 10px;
}
.title-info{
    font-size: 13px;
    color: #a2a2a2;
}

/*---------------------------------------
subscribe
-----------------------------------------*/

.form-check.form-marge{
    margin-top: 32px;
}
.channel-recap{
    text-align: center;
    margin-bottom: 30px;
    background-color: #f1f1f1;
    padding: 20px;
}
.channel-recap .title{
    margin-top: 10px;
    font-size: 22px;
}

.channel-recap .logo img{
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background-size: 100%;
}

.custom-control-inline label:nth-of-type(1){
    margin-right: 10px;
}

.error .form-control{
    border: 1px solid #cc0006;
}
.error-message{
    color:#cc0006;
}

label[for=acceptTerm]{
    line-height: 22px!important;
}

/*---------------------------------------
BREADCRUMB
-----------------------------------------*/

.breadcrumb .inactive,.breadcrumb .disabled{
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    pointer-events: none;
}


.required label:after {
    color: #e32;
    content: '*';
    display:inline;
}
/*---------------------------------------
STEP2
-----------------------------------------*/
.message-email{
    float: left;
    width:100%;
}
.resendMail{
    float: right;
}
.text-contract {
    padding-bottom: 30px;
}
label[for=acceptTerm] {
    color: #bfbfbf;
}
/*---------------------------------------
CONTACT
-----------------------------------------*/

#contact .section-title {
    padding-bottom: 0;
}

#contact .text-success,
#contact .text-danger {
    display: none;
}

#contact .form-control {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #dddddd;
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 15px;
    transition: all ease-in-out 0.4s;
}

#contact .form-control:hover,
#contact .form-control:focus {
    border-bottom-color: #c9c9c9;
}

#contact input {
    height: 55px;
}

#contact button#cf-submit {
    background: #ce3232;
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-weight: bold;
    height: 50px;
}

#contact button#cf-submit:hover {
    background: #292929;
    color: #ffffff;
}

.recap{
    padding: 6px;
    border: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 10px;
}
.recap p {
    margin-bottom: 0;
}
.message{
    padding: 10px;
}

/*---------------------------------------
 FOOTER
-----------------------------------------*/

.mainFooterWrapper {
    border-top: 1px solid rgba(0,0,0,0.05);
    background-color:#252525;
}
.secondaryFooterWrapper{
	background-color:#303030;
}

footer .section-title {
    padding-bottom: 10px;
}

footer h2 {
    font-size: 20px;
    color: #a5a5a5;
}

footer a,
footer p {
    color: #909090;
}

footer strong {
    color: #d9d9d9;
}

footer address p {
    margin-bottom: 0;
}

.footer-info,
footer .social-icon {
    margin-top: 14px;
}

.footer-social-link{
    margin-top: 6px;
}

.footer-social-link .social-link{
    font-size: 30px;
}
.footer-social-link .social-link.facebook:hover{
    color: #3b5998;
}
.footer-social-link .social-link.twitter:hover{
    color: #0084b4;
}

/*---------------------------------------
 SOCIAL ICON
-----------------------------------------*/

.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

.social-icon li {
    display: inline-block;
    list-style: none;
    margin-bottom: 5px;
}

.social-icon li a {
    border-radius: 100px;
    color: #ce3232;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-decoration: none;
    text-align: center;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.social-icon li a:hover {
    background: #ce3232;
    color: #ffffff;
}

/*---------------------------------------
BTN TO TOP
-----------------------------------------*/

.gototop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.gototop.active {
    opacity: 1;
    visibility: visible;
}
.gototop a {
    width: 50px;
    height: 50px;
    display: table;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}
.gototop a i {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
    text-decoration: none;
    outline: none;
}
/*---------------------------------------
Flash
-----------------------------------------*/
.notification{
    padding: 10px 10px 4px 10px;
}
.notification.success{
    background-color: #51c569;
}
.notification.error{
    background-color: #bf2727;
}
.notification.info{
    background-color: #2774bf;
}

.notification.warning{
    background-color: #ffaa00;
}

.alert-message.admin a {
    color: white;
    text-decoration: underline!important;
}

.alert-message.admin a:hover,
.alert-message.admin a:active,
.alert-message.admin a:focus {
    color: #ce3232;
}

.notification .content{
    display: inline-block;
    width: 100%;
    color: white;
}
.notification .content .alert-icon{
    margin-right: 18px;
    float: left;
}

.notification .content .alert-message{
    float: left;
    font-size: 16px;
}

.notification .content .remove-card-message{
    float: right;
    color: white;
}
.notification i{
    margin-right: 5px;
}

.avatar-mobil,.show-for-mobil{
    display: none;
}

/*---------------------------------------
 RESPONSIVE STYLES
-----------------------------------------*/

@media screen and (max-width: 1170px) {
    .custom-navbar .navbar-nav.navbar-nav-first {
        margin-left: inherit;
    }
}


@media only screen and (max-width: 1200px) {
    .about-info {
        padding-right: 0;
    }

    .about-image {
        position: relative;
    }
}


@media only screen and (max-width: 992px) {
    section {
        padding: 60px 0;
    }
    .text-after{
        text-align: left;
    }
    .custom-navbar .section-btn {
        margin-left: 1em;
    }

    .slider .item {
        background-position: center;
    }

    .about-info {
        padding: 0;
    }

    .team-info {
        margin-bottom: 50px;
    }

    #menu .menu-thumb {
        width: 103%;
    }

    #testimonial {
        background-position: 50% 0 !important;
    }

    #google-map{
        margin-bottom: 50px;
    }

    .speech-bubble-left:after,.speech-bubble-right:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        top: 103%;
        width: 0;
        height: 0;
        border: 37px solid transparent;
        border-top-color: #d8d8d8;
        border-bottom: 0;
        border-left: 0;
        margin-left: -18.5px;
        margin-bottom: -37px;
    }
    .img-before-container, .img-after-container{
        text-align: center;
    }

    .btnResponsive {
        width: 100%;
    }

}


@media only screen and (min-width: 768px) and (max-width: 991px) {
    .custom-navbar .nav li a {
        padding-right: 10px;
        padding-left: 10px;
    }
}

@media only screen and (max-width: 767px) {

    .avatar-mobil,.show-for-mobil{
        display: block;
    }
    .hide-for-mobil{
        display: none;
    }

    h1 {
        font-size: 2.5em;
    }

    h1,h2,h3 {
        line-height: normal;
    }

    .custom-navbar {
        background: #ffffff;
        -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 30px rgba(0, 0, 0, 0.1);
        padding: 10px 0;
        text-align: center;
    }

    .custom-navbar .nav li a {
        line-height: normal;
        padding: 10px;
    }

    .custom-navbar .navbar-brand,
    .top-nav-collapse .navbar-brand {
        color: #252525;
        font-weight: 600;
    }

    .custom-navbar .nav li a,
    .top-nav-collapse .nav li a {
        color: #575757;
    }

    .custom-navbar .navbar-nav.navbar-right li {
        display: inline-block;
    }

    .custom-navbar .navbar-nav.navbar-right .section-btn {
        display: block !important;
        margin: 10px auto 10px auto;
        padding: 10px;
        color: white;
    }

    .custom-navbar .section-btn a,.top-nav-collapse .nav li .section-btn {
        color: #ffffff !important;
    }

    .slider .caption {
        padding: 0;
    }

    .menu-thumb .menu-info {
        top: 80%;
    }

}


@media only screen and (max-width: 580px) {
    h1 {
        font-size: 2.1em;
    }

    h2 {
        font-size: 1.8em;
    }


    .custom-navbar .navbar-brand.site-title{
        font-size: 11px;
        padding: 15px 0;
    }

    .custom-navbar .navbar-brand.logo {
        padding: 15px 14px 15px 15px;
    }



    .menu-thumb .menu-info {
        top: 60%;
    }
    .footer-info{
        text-align: center!important;
    }
    .footer-social-link{
        text-align: center!important;
    }
}


#particles-js {
    position: absolute!important;
    width: 100%!important;
    height: 100%!important;
    background-color: #000!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-position: 50% 50%!important;
}

#particles-js {
    background-color: #b61924!important;
    position: fixed!important;
    top: 0!important;
    right: 0!important;
    bottom: 0!important;
    left: 0!important;
    z-index: -1!important;
}

.pageError {
    background-color: transparent!important;
    margin-top: 30vh!important;
}

.codeError {
    font-size: 10em!important;
    color: #fff!important;
}

.msgError {
    font-size: 1.5em!important;
    color: #fff!important;
}

.container-error {
    height: 100vh!important;
}

.btnError {
    background-color: #fff!important;
    border: none!important;
    color: #585858!important;
}

.btnError:hover {
    background-color: #585858 !important;
    border: none!important;
    color: #fff!important;
}

