body{
  background: #f7f6f4;
  margin:0px;
  padding:0px;
  overflow-x:hidden;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;  
  color: #5f5e5e;
}

.post,
.page {
     margin: 0 0 0 !important; 
}
.home header{ 
    position: absolute;
    z-index: 999;
    left: 0px;
    right: 0px;
    background: #f7f5f6;
 }

header{ 
    background: #f7f5f6;
 }

.logo {
    text-align: right;
}

 /*Slider */
.caption-animate .item.active .carousel-caption {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.caption-animate  .item.active .carousel-caption.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.caption-animate  .item.active .carousel-caption.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.caption-animate .item.active .carousel-caption.flipOutX,
.caption-animate .item.active .carousel-caption.flipOutY,
.caption-animate .item.active .carousel-caption.bounceIn,
.caption-animate .item.active .carousel-caption.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes fade-Left { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(-900px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fade-Left { 
    0% { 
        opacity: 0; 
        transform: translateX(-900px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 


.caption-animate .item .carousel-caption.fade-Left{
    -webkit-animation-name: fadeInLeft; 
    animation-name: fadeInLeft; 
}
.fade-Left.go { 
    -webkit-animation-name: fadeInLeft; 
    animation-name: fadeInLeft; 
}

@-webkit-keyframes fade_Right { 
    0% { 
        opacity: 0; 
        -webkit-transform: translateX(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        -webkit-transform: translateX(0); 
    } 
} 
@keyframes fade_Right { 
    0% { 
        opacity: 0; 
        transform: translateX(400px); 
    } 
    50%{
       opacity: 0.3; 
    }
    100% { 
        opacity: 1; 
        transform: translateX(0); 
    } 
} 
.fade_Right{ 
    -webkit-animation-name: fadeInRight; 
    animation-name: fadeInRight; 
}



.item-text.carousel-caption{
    position: absolute;
    top: 20%;
    width: 35%;
    text-align: unset;
    text-shadow: none;
}

.item-text.carousel-caption p{
    color: #75696b;
    line-height: 30px;
    font-size: 23px;
}
.item-text h2{
    color: #625859;
    text-transform: none;
    font-size: 30px;
    font-weight: 600;
}

.item-text h1{
    color: #625859;
    text-transform: none;
    font-size: 30px;
    font-weight: 600;
}

 /*End slider*/


/*MENU*/

.menu-main-menu-container {
   padding-left: 85px;
}

#menu-main-menu {
    list-style: none;
    margin: 55px 0px 0px 85px;
    padding: 0px;
}

#menu-main-menu li {
    display: inline-block;
    padding: 0px 10px
}

#menu-main-menu li a {
    color: #7e7c7c;
    font-size: 16px;
    text-transform: uppercase;
        padding: 0px;
    background: transparent;
}

#menu-main-menu li a:hover {
    color: #db0d15;
}

.navbar-toggle {
  background-color: #db0d15!important;
}

.navbar-toggle .icon-bar {
    background: #fff;
}


/*END MENU*/



/*HOME ACTIVITY*/


h2.title {
   color: #db0d15;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding-left: 60px;
    overflow: hidden;
    margin: 30px 15px 30px 0px;
    text-align: center;
}

h2.title span {
        background: #f7f6f4;
    display: inline-block;
    padding: 0px 35px;
}


h2.title:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 15px;
    height: 5px;
    left: 0px;
    background: #e8e8e8;
    z-index: -1;
}




.activity-home h2 {
    color: #db0d15;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding-left: 60px;
    overflow: hidden;
    margin: 30px 15px 30px 0px;
    text-align: center;
}

.activity-home h2 span {
        background: #f7f6f4;
    display: inline-block;
    padding: 0px 35px;
}


.activity-home h2:after {
    content: '';
    position: absolute;
    width: 100%;
    top: 15px;
    height: 5px;
    left: 0px;
    background: #e8e8e8;
    z-index: -1;
}

.activity-home h3.act-title {
    color: #db0d15;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    padding-left: 0px;
    margin: 10px 0px;
}


.activity-home .about-sub-item h2:after {
	display:none;
}

.activity-home img {
    max-width: 100%;
    height: auto;
}

.activity-home img:hover {
    opacity: 0.9;
}

/*END HOME ACTIVITY*/



/*INNER PAGE ABOUT*/

.about-sub-item img {
	max-width:100%;
	height:auto;
}

.about-content p:last-child {
    background: #e7e7e7;
    padding: 20px;
    color: #db0d15;
}

.about-header {
    text-align: center;
    padding: 0px 50px;
}

.about-header img {
    max-width: 100%;
    height: auto;
		-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
   filter: grayscale(100%);
}

.about-sub-item h2 {
    color: #fff;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: table;
}

.about-sub-item {
    overflow:hidden;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.about-sub-item .last {
    border: 0px; 
}

.about-sub-item p{
    color: #5f5e5e;
    font-size: 16px;
}

.services-more {
    display: none;
      position: absolute;
    top: 0px;
    background: #e7e7e7;
    width: 100%;
    height: 100%;
    padding: 20px;
    vertical-align: middle;
}


.services-more a {
	display: block;
	width: 100%;
	height: 100%;
}

.about-sub-item:hover  .services-more {
    display: block;
    cursor: pointer;
}

.contact-more {
text-align: center;
font-size:18px; 
}

.contact-more a {
    color: #db0d15;
}

.contact-more a:hover {
  text-decoration: underline;
}

/*INNER PAGE ABOUT END*/





/*INNER PAGE ACTIVITY*/

.services-page h3 {
    color: #817778;
    padding-bottom: 20px;
    font-size: 20px;
}

.activity-header {
    margin: 30px 0px 20px 0px;
    text-align: center;
}

.activity-sub-item h2 {
    color: #2f2b52;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding: 0px 0px 40px 60px;
    margin: 0px;
    overflow: hidden;
}

.activity-sub-item h2:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 2px;
    top: 5px;
    height: 30px;
    background: #2f2b52;
}

.activity-sub-item {
    overflow:hidden;
    margin-bottom: 30px;
    padding: 30px 0px;
    border-bottom: 5px solid #e8e8e8;  
}

.activity-sub-item .last {
    border: 0px; 
}

.activity-sub-item p{
    color: #2f2b52;
    font-size: 16px;
}

.activity-sub-item img{
    max-width: 100%;
    height: auto;
}


/*INNER PAGE ACTIVITY END*/




/*CONTACT PAGE*/


.contact-page h3 {
    color: #db0d15;
    font-size:  23px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    margin: 30px 0px;
}



.content-left {
    padding-left: 60px;
}

.contact-form{
    padding-top: 10px;
    margin-bottom: 70px;
}

.contact-form h3 {
    color: #db0d15;
    font-size: 18px;
}

.contact-form p {
    color: #666;
    font-size: 13px;
}



.contact-page input{
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.contact-page textarea{
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #ccc;
}

.contact-page input[type=submit] {
    border: 0px;
    padding: 8px 25px;
    background: #db0d15;
    color: #fff;
    text-transform: none;
    width: auto;
    border-radius: 10px;
}

.content-left {
     color: #5f5e5e;
}



  
#map_canvas {
  width: 100%;
  height: 400px;
  background: #f9f9fb;
  padding: 5px;
  margin-top: 25px;
}

.prodavnici_text {
  position: absolute;
  width: 220px;
  left: 50%;
  margin-left: -170px;
  z-index: 12;
  background: #db0d15;
  top: 40px;
  display: none;
  border-bottom: 5px solid #eb2125;
}

.prodavnici_text p {
  padding: 0;
  margin: 0;
}

.prodavnici_text .grad {
    background: #7e7c7c;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 5px 15px;
    border-bottom: 1px solid #fff;
}

.prodavnici_text .info {
  padding: 10px 15px;
  font-size: 13px;
  color: #fff;
}

.prodavnici_text h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}


.link_mapa a{
  display: inline-block;
  padding: 5px 0 10px 0px;
  font-size:13px;
  color: #db0d15;
  text-transform: uppercase;
}




.prodavnici_menu ul {
  margin: 0;
  padding: 0;
}

.prodavnici_menu ul li {
  list-style: none;
  background: #ec2125;
  border-bottom: 1px solid #D8D8DA;
}

.prodavnici_menu ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  font-weight: 400;
 text-transform: none;
}

.prodavnici_menu ul li a.selected_map {
  background: #E8E8E8;
  color: #ec2125;
}

.prodavnici_menu ul li a span {
  display: block;
  font-size: 13px;
}

.prodavnici_menu ul li a span.work {
  padding-top: 10px;
}

.prodavnici_menu h2 {
  color: #fff;
    background: #7e7c7c;
    padding: 8px 0 8px 10px;
    text-transform: none;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
}

.scroll-pane {
  height: 370px;
  overflow: auto;
}


.our-location .l_left {
    padding: 0px;
}

.our-location .l_right {
    padding: 0px;
}



/*CONTACT PAGE END*/



.news-cat img {
    max-width: 100%;
    height: auto;
}

.news-cat h2.news-title {
    color: #db0d15;
    font-size:17px;
    text-transform: uppercase; 
    border-bottom: 1px solid #e29a9d;
    padding-bottom: 15px;
}

h1.single-title {
color: #db0d15;
font-size:25px;
    border-bottom: 1px solid #e29a9d;
    padding-bottom: 15px;
}

.inner-page h2 {
    color: #2f2b52;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 400;
    position: relative;
    padding-left: 60px;
    overflow: hidden;
    margin: 30px 0px;
}

.inner-page h2:before {
    content: '';
    position: absolute;
    left: 15px;
    width: 1px;
    top: 5px;
    height: 30px;
    background: #2f2b52;
}


.page-content p {
    color: #5f5e5e;
    font-size: 16px;
}



.current_page_item a,
.current-menu-item a,
.current-post-ancestor a {
    color: #db0d15!important;
}

footer .addres{
    color: #931914;
    margin-left: 15px;
    margin-top: 25px;
}

 .header-img {
    background: #f0eceb;
    overflow: hidden;
 }


h1.page-title {
    color: #343A60;
}


a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}



.social-icons{
    text-align: right;
    margin-bottom: 30px;
}
.social-icons a{
    color: #6b6b6b;
    font-size: 30px;
    margin-right: 16px;
}
.social-icons a:last-child {
    margin-right: 0;
}


.nopadding {
    padding: 0px!important;
}

.pdf_file li a {
	color: #db0d15;
}

.pdf_file li a:hover {
	color: #5f5e5e;
}

.panel-title a {
	display:block;
}

.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    
    max-width: 100%; /* Image does not overflow the content area */
  padding:10px 0px;
   
    text-align: center;
  color:#fff;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
   
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 10px 0px;
  background: #eb2125;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}



.header-top {
    padding: 10px 0px;

}

.header-menu {
    padding: 10px 0px;
    background: #fff;
}



.home .social-icons-header{
    font-size: 18px;
    float: right;
    position: absolute;
    top: 5px;
    right: 55px;
    z-index: 999;

}
 .social-icons-header{
   font-size: 18px;
    float: right;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 999;
}


.social-icons-header a{
    color: #7e7c7c;
    margin-right: 5px;
}

.social-icons-header a:hover, .social-icons a:hover, .search-icon:hover{
    color: #db0d15;
}
.search-icon {
    position: absolute;
    right: 95px;
    cursor: pointer;
    top: 10px;
    font-size: 25px;
    color: #6b6b6b;
}

#menu-terms-header {
	margin:0px;
	padding:0px;
	list-style:none;
}

#menu-terms-header li a {
font-size:13px;
	text-transform:uppercase;
	padding-right:20px;
	color:#db0d15;
}
#menu-terms-header li:hover {
	color:#7e7c7c;
}

.menu-terms-header-container {
	float:left;
}

#sform {
    position: absolute;
    right: 215px;
   /* background: #353a60;*/
    padding: 10px;
    display: none;
    z-index: 999999;
    top: 28px;
}

#search {
   /* margin-right: 30px;*/
    padding-left: 5px;
    background: transparent;
    border: 1px solid #9a9393;
    padding: 4px 5px 2px 10px;
}

.sicon {
    position: absolute;
    top: 12px;
    right: 10px;
}


#myCarousel {
    background: #efecea;
    overflow: hidden;
    padding: 0px 50px;
}

.carousel-control.left ,
.carousel-control.right {
    background: none!important;
}


footer {
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 500;
    background: #d9d7d8;
    margin-top: 30px;
}

.develop {
    text-align: center;
    color: #5f5e5e;
    font-size: 14px;
}
.developsub a,
.develop a {
	color:#5f5e5e;
}

.developsub a:hover,
.develop a:hover {
	color:#db0d15;
}

.developsub {
	padding:10px 0px;
	 text-align: center;
	 font-size: 14px;
}


#menu-footer {
    list-style: none;
    margin: 0px;
    padding: 0px;
    text-align: center;

}

#menu-footer li {
    display: inline-block;
    padding: 0px 5px;
    position: relative;
}

#menu-footer li:after{
    content: '';
    height: 10px;
    width: 1px;
    background: #2f2b52;
    position: absolute;
    top: 6px;
    right: -2px;
}

#menu-footer li:last-child:after{ 
width: 0px;

}

#menu-footer li a{
     color: #5f5e5e;
     font-weight: 500;
     font-size: 14px;
}

.page-content img {
    max-width: 100%;
    height: auto;
}

#accordion {
	margin-top:30px
}

@media (min-width: 1200px) {

.activity-home .container {
    width: 1170px;
}

#top-h.container {
    width: 1170px;
}

.noPadding {
    padding: 0px;
}

}



@media screen and (min-width: 320px) and (max-width: 379px){

    .content-left {
    padding-left: 0px;
}

    #menu-main-menu li {
        display: block;
          padding: 10px;
        border-bottom: 1px solid #fff;
    }

   .home header {
        position: inherit;
    }


    .item-text.carousel-caption {
    position: absolute;
    top: 20%;
    width: 100%;
    color: #3c4456;
    text-align: unset;
    text-shadow: none;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    right: 50px;
    bottom: 20px;
    left: 20px;
}
.activity-home .col-md-4 {
    text-align: center;
}


.activity-home img {
    margin-bottom: 30px;
    width: 80%;
}

.activity-header img {
    max-width: 100%;
    height: auto;
}

.about-header img {
    max-width: 100%;
    height: auto;
}

.about-sub-item img {
    margin-bottom: 15px;
}

.menu-main-menu-container {
    float: left;
}

.social-icons-header {
    font-size: 18px;
    float: right;
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 999;
}

#menu-main-menu {
    list-style: none;
    margin: 30px 0px 0px 0px;
    padding: 0px;
}

.logo {
    text-align: center;
}

    .item-text.carousel-caption {
    position: absolute;
    top: 0%;
    width: 100%;
    color: #3c4456;
    text-align: unset;
    text-shadow: none;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    right: 50px;
    bottom: 20px;
    left: 20px;
}

.item-text h2 {
    color: #625859;
    font-size: 20px;

}

.item-text h1 {
    color: #625859;
    font-size: 20px;

}

.item-text.carousel-caption p {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    padding-right: 30px;
}

#myCarousel {
    padding: 0px 15px;
}

.activity-home img {
    width: 100%;
}

.about-header {
    padding: 0px 15px;
}

.jspPane {
    position: absolute;
    width: 100%!important;
}

  h2.title {
        font-size: 30px;
         padding-left: 0px;
    }
 .activity-home h2 {
        padding-left: 0px
    }
  
}

@media screen and (min-width: 320px) and (max-width: 479px){

    h2.title {
        font-size: 30px;
        padding-left: 0px;
    }

    .content-left {
    padding-left: 0px;
}

    .about-header {
    padding: 0px 15px;
}

.item-text.carousel-caption p {
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    padding-right: 30px;
}

#myCarousel {
    padding: 0px 15px;
}
    .logo {
    text-align: center;
		padding-top: 40px;
}
  

   #menu-main-menu li {
        display: block;
          padding: 10px;
        border-bottom: 1px solid #fff;
    }

   .home header {
        position: inherit;
    }  


    .item-text.carousel-caption {
    position: absolute;
    top: 20%;
    width: 100%;
    color: #3c4456;
    text-align: unset;
    text-shadow: none;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    right: 50px;
    bottom: 20px;
    left: 20px;
}

.activity-home .col-md-4 {
    text-align: center;
}


.activity-home img {
    margin-bottom: 30px;
     width: 80%;
}

.activity-header img {
    max-width: 100%;
    height: auto;
}

.about-header img {
    max-width: 100%;
    height: auto;
}

.about-sub-item img {
    margin-bottom: 15px;
}

.menu-main-menu-container {
    float: left;
}

.social-icons-header {
    font-size: 18px;
    float: right;
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 999;
}

#menu-main-menu {
    list-style: none;
    margin: 30px 0px 0px 0px;
    padding: 0px;
}

    .item-text.carousel-caption {
    position: absolute;
    top: 0%;
    width: 100%;
    color: #3c4456;
    text-align: unset;
    text-shadow: none;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    right: 50px;
    bottom: 20px;
    left: 20px;
}

.item-text h2 {
    color: #625859;
    font-size: 20px;

}

.item-text h1 {
    color: #625859;
    font-size: 20px;

}

.activity-home img {
    width: 100%;
}

.jspPane {
    position: absolute;
    width: 100%!important;
}
 .activity-home h2 {
        padding-left: 0px
    }

}


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

    .activity-home h2 {
        padding-left: 0px
    }

      h2.title {
        font-size: 30px;
         padding-left: 0px;
    }


    .jspPane {
    position: absolute;
    width: 100%!important;
}

    .content-left {
    padding-left: 0px;
}

    .about-header {
    padding: 0px 15px;
}

.item-text.carousel-caption p {
    color: #75696b;
    line-height: 30px;
    font-size: 18px;
    padding-right: 30px;
}
    #myCarousel {
    padding: 0px 15px;
}

    .item-text.carousel-caption {
    top:0%;
}

    .logo {
    text-align: center;
		padding-top: 40px;
}
  

       #menu-main-menu li {
        display: block;
        padding: 10px;
        border-bottom: 1px solid #fff;
    }

     .home header {
        position: inherit;
    } 

    .item-text.carousel-caption {
    position: absolute;
    top: 0%;
    width: 100%;
    color: #3c4456;
    text-align: unset;
    text-shadow: none;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    right: 50px;
    bottom: 20px;
    left: 20px;
}

.item-text h2 {
    color: #625859;
    font-size: 20px;

}

.item-text h1 {
    color: #625859;
    font-size: 20px;

}

.activity-home .col-md-4 {
    text-align: center;
}

.activity-home img {
    margin-bottom: 30px;
     width: 100%;
}

.activity-header img {
    max-width: 100%;
    height: auto;
}

.about-header img {
    max-width: 100%;
    height: auto;
}

.about-sub-item img {
    margin-bottom: 15px;
}

.menu-main-menu-container {
    float: left;
}

.social-icons-header {
    font-size: 18px;
    float: right;
    position: absolute;
    top: 5px;
    right: 15px;
    z-index: 999;
}

#menu-main-menu {
    list-style: none;
    margin: 30px 0px 0px 0px;
    padding: 0px;
}

}

@media screen and (min-width: 768px) and (max-width: 991px){

  
}

@media screen and (min-width: 992px) and (max-width: 1023px){
  
}

@media screen and (min-width: 1024px) and (max-width: 1199px){
  

}
@media screen and (min-width: 1200px) and (max-width: 1400px){
    .carousel-control{
        width: 4%;
    }

}