/*********************************START OF NAVIGATION BAR***********************************/

.navbar-master
{
	z-index: -1;
  position: relative;
	background-color: #555555 !important; /*575755 , 7bc35d*/
	color: #FFFFFF !important;
	letter-spacing:1px;
	padding: 0;
	height: 50px;
}

@media screen and (max-width: 768px) {
  .navbar-master {
    height: auto;
  }
}


.navbar-master .navbar-nav > li > .dropdown-menu 
{ 
	background-color: #5f5f5f; 
}

.navbar-master .navbar-nav > ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/
    background-color: #5f5f5f;
}

.navbar-master .navbar-nav > li {
    /*float: left;*/  
}

.navbar-master .navbar-nav > li > .divider
{
	color: white !important;
}

.navbar-master .navbar-nav > li a {
    display: block;
    color: white !important;
    text-align: left;
    /*padding: 14px 16px;*/
    text-decoration: none;
}

.navbar-master .navbar-nav > li a:hover:not(.active) {
    background-color: #28a745;
    border-radius: 3px;
}

.navbar-master .navbar-nav .active 
{
    background-color: #28a745;
    border-radius: 3px;
}



/***************************************END OF NAVIGATION BAR***************************************/


container 
{
	padding:2rem;
}

section 
{
	padding:2rem;
}

.bg-primary 
{
	background-color:#007aeb;color:#fff;
}

.bg-gray 
{
	background-color:#f7f7f7;
}


#mydomain a
{
    font-weight: bold;
    text-decoration:none;
    color: #555555;
}

#mydomain a:hover
{
    color: #4caf50 !important;	
    font-weight: bold;
    text-decoration:none;
}


#primarytext
{
  color: #4caf50; 
}

#secondarytext
{
  color: #ed5b3d; 
}


#banner
{
	/*background: url("../img/0.jpeg") #EEE ;*/
	background-image: url("../img/town.png");
	background-repeat: no-repeat;
	/*background-attachment: fixed;*/
	background-position: center;
	background-size: 100% 100%;
	width: 100%;
	height: 500px;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 15px;
}

body {
  position: relative;
  background-color: #f0f0f0;
  height: 100%;
}
ul.nav-pills {
  top: 20px;
  /*position: fixed;*/
}
div.col-7 div {
  height: 500px;
}

.content-section {
  min-height: 2500px;
}
.sidebar-section {
  position: absolute;
  height: 100%;
  width: 100%;
}

.sidebar-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    
    /* Position the items */
    // &:nth-child(2) { top: 25%; }
    // &:nth-child(3) { top: 50%; }
    // &:nth-child(4) { top: 75%; }
}

.make-me-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 70px;
  padding: 0 15px;
}

#myCarousel .list-inline {
    white-space:nowrap;
    overflow-x:auto;
}

#myCarousel .carousel-indicators {
    position: static;
    left: initial;
    width: initial;
    margin-left: initial;
}

#myCarousel .carousel-indicators > li {
    width: initial;
    height: initial;
    text-indent: initial;
}

#myCarousel .carousel-indicators > li.active img {
    opacity: 0.7;
}


/************************************************************************************START OF CARD**********************************************************************/

/*
.card:hover{
    -webkit-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 9px 40px -12px rgba(0,0,0,0.75);
    box-shadow: -1px 9px 40px -12px rgba(0, 0, 0, 0.75);
}
*/

/*************************************************************************************END OF CARD***********************************************************************/

:root {
  --input-padding-x: .75rem;
  --input-padding-y: .75rem;
}





/*#lefttitle {
    display: none;
}

@media screen and (min-width: 768px) {
    #lefttitle {
        clear: both;
        display: block;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
    }
}*/


/*@media all and (min-width: 480px) {
    .#lefttitle {display:block;}
}

@media all and (max-width: 479px) {
    .#lefttitle {display:none;}
}
*/


@media screen and (max-width: 767px) {

  #colpatalastas {
    padding-left: 15px;
  }

  #colkatitikan {
    padding-right: 15px;
  }

  #section_4 {
    /*display: none;*/
  }





}

@media screen and (min-width: 768px) {

  #colpatalastas {
    padding-left: 45px;
  }

  #colkatitikan {
    padding-right: 45px;
  }

}

