		body {
			font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 14px;
			line-height: 1.5;
			color: purple;
			background-image: url("/images/pn/bg.jpg");
			background-color: #E0DFFF;
			padding-top: 60px;

		}

/* NavBar */
		.navbar-inverse {
			min-height: 50px;
			background-color: #E0DFFF;
			border-top: 2px solid purple;
			-webkit-box-shadow: 0px 4px 14px -2px rgba(133,133,133,1);
			-moz-box-shadow: 0px 4px 14px -2px rgba(133,133,133,1);
			box-shadow: 0px 4px 14px -2px rgba(133,133,133,1);
			border-bottom: 0px solid;
		}

		
		.navbar-inverse .navbar-toggle:focus {
			background-color: #3D1161;
		}
		
		.navbar-inverse .navbar-toggle:hover {
			background-color: #FF03D1;
		}

		.navbar-inverse .navbar-toggle {
			border-color: white;
		}

		.navbar-inverse .navbar-toggle .icon-bar {
			background-color: white;
		}


		img {
			display: block;
			height: auto;
			max-width: 100%;
			width: 100%;
		}


		.logoimage1 {
			
			border-radius: 4px 4px 0px 0px;
		}

		.logoimage2 {
			
			border-radius: 0px 0px 4px 4px;
		}


		#logoposition {

			position: relative;
			float: left;
			margin-top: 8px;
			margin-bottom: 8px;
			margin-left: 15px;
			height: auto;
			max-width: 254px;
			width: 100%;
		}


		.navbar-inverse .navbar-nav>li>a {
			margin-top: 14px;
			color: purple;
		}

		.nav>li>a {
			position: relative;
			display: block;
			padding: 15px 15px 15px 15px;
		}

		.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
			color: white;
			background-color: #E0DFFF;
		}

		.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
			border-color: #d8d8d8;
		}



		.caret {
			display: inline-block;
			width: 0;
			height: 0;
			margin-left: 5px;
			vertical-align: middle;
			border-top: 5px solid;
			border-right: 5px solid transparent;
			border-left: 5px solid transparent;

		}

		.dropdown-menu {
			position: absolute;
			top: 100%;
			left: 0;
			z-index: 1000;
			display: none;
			float: left;
			min-width: 120px;
			/* padding: 5px 0; */
			/* margin-left: 12px; */
			/* margin-top: 4px !important; */
			text-align: left;
			list-style: none;
			background-color: #E0DFFF;
			opacity: 0.9;
			filter: alpha(opacity=90); 
			-webkit-background-clip: padding-box;
			background-clip: padding-box;
			border: 1px solid #ccc;
			border: 1px solid rgba(0,0,0,.15);
			border-radius: 4px
			box-shadow: 0 6px 12px rgba(0,0,0,.175);
			column-count: 5;
			column-gap: 0px;
		}

		.dropdown-menu>li>a {
			display: inline-block;
			padding: 1px 10px;
			clear: both;
			font-size: 14px;
			line-weight: 600;
			line-height: 1.45;
			color: purple;
			width: 100%;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: clip;
		}

		.dropdown-menu>li>a:hover {
			background-color: transparent;
			color: white;
			text-shadow: 2px 2px 4px #808080;
	     		text-decoration: none;
			}

		.dropdown:hover .dropdown-menu {
			display: block;
		}

		@media only screen and (max-width:768px) {
			.dropdown-menu {
				display: none !important;
			}
			.open .dropdown-menu {
				display: block !important;
				color: purple;
			}
		}


		.navbar-toggle {
			position: relative;
			float: right;
			height: 48px;
			padding: 9px 10px;
			margin-top: 8px;
			margin-right: 15px;
			margin-bottom: 8px;
			background-color: purple;
			background-image: none;
			border: 1px solid transparent;
			border-radius: 4px;
		}


/* Search */
		.form-control {
			display: inline-block;
			float: left;
			margin-top: 15px;
			height: 25px;
			line-height: 25px;
			width: 150px;
			font-size: 14px;
			color: #333;
			border: 1px solid #a6a6a6;
			background: #ffffff;
			padding: 0px 60px 0px 10px;
			box-shadow: 2px 2px 4px #808080;
		}



		.btn-success {
			margin-top: 15px;
			cursor: pointer;
			height: 25px;
			line-height: 25px;
			width: 100px;
			border: 1px solid white !important;
			background-color: white !important;
			color: purple !important;
			outline: none !important;
			padding: 0px 10px 0px 10px;
			box-shadow: 2px 2px 4px #808080;
		}

		.btn:hover {
			margin-top: 15px;
			border: 1px solid purple !important;
			background: purple !important;
			color: white !important;
			outline: none !important;
			box-shadow: 2px 2px 4px #808080;
		}

		button#one:active {
			margin-top: 15px;
			border: 1px solid purple;
			background: purple;
			color: white;
			outline: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		button#one:focus {
			margin-top: 12px;
			border: 1px solid purple;
			background: purple;
			color: white;
			outline: none;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		input[type=text] {
			border: 1px solid #bfbfbf;
			-webkit-transition: 0.8s;
			transition: 0.8s;
		}

		input[type=text]:focus {
			border: 1px solid purple;
			box-shadow: none;
			-webkit-transition: 0.8s;
			transition: 0.8s;
		}

/* THUMBS */

		.thumbs > [class*='col-'] {

			padding-top:2px;
			padding-right:2px;
			padding-left:2px;
			padding-bottom:2px;
		}

		.thumbs {
			padding-top:20px;
		}

		.thumbs a {

			display: block;
			text-align:center;
		}

		.thumbs img {

			max-width: 300px; /*100%;*/
			/* padding: 1px; */
			border: 1px solid white;
		}

		.thumbs a img  {

			margin:0 auto;
			text-align:center;
		}

		.thumbs img:hover {

			-moz-box-shadow: 0 0 10px #909090;
			-webkit-box-shadow: 0 0 10px #909090;
			box-shadow: 0 0 10px #909090;
			opacity:0.6;filter:alpha(opacity:50);

		}

/* LINKS */

		#columns {

			list-style:none;
			list-style-type:none;
			-moz-column-count: 5;
			-moz-column-gap: 10px;
			-webkit-column-count: 5;
			-webkit-column-gap: 10px;
			column-count: 5;
			column-gap: 10px;
		}

		#columns ul li a {

			display: inline-block;
			width: 70%;
			line-height: 20px;
			font-size: 14px;
			white-space: nowrap;
			overflow: hidden;
			text-overflow: ellipsis;
			overflow: hidden;
			text-transform: capitalize;
			padding: 2px;
 			font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  			font-weight: normal;
		}
			
		.no-bullets {
			list-style-type: none;
		}


		a:link	{
			color: purple;
		}

		a:visited	{
 			color: purple;
		}

		a:focus		{
			color: purple;
		}

		a:hover	{
			color: white;
			text-shadow: 2px 2px 4px #808080;
	     		text-decoration: none;
		}

		.categoriesidx a:hover {

			color: black;
			text-shadow: 2px 2px 4px #808080;
	     		text-decoration: none;
		}
			
/* Category Headers */

		.h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {

			font-weight: 400;
    			line-height: 1;
    			color: black;
		}

		.page-header {

			padding-bottom: 9px;
			margin: 20px 0px 0px;
			border-bottom: 1px solid #EEE;
		}


/* Footer */

		footer {
			margin: 15px 0;
		}

/* Hide in Mobile */

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

			#hide-mobile {
				display: none;
			}
		}

/* COLLAPSE AT 991px */

@media (max-width: 991px) {
  .navbar-header {
      float: none;
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
      top: 0;
      border-width: 2px 0px 0px;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
  }
  .collapse.in{
      display:block !important;
  }

		.dropdown-menu>li>a {

			font-size: 12px;
			color: purple !important;

		}

}


/* Responsive */

        @media (min-width : 290px) and (max-width: 480px) {
            .multiple-columns li {
                width:50%;
            }

		.dropdown-menu {
			position: absolute;
			top: 100% !important;
			left: 0 !important;
			z-index: 1000 !important;
			display: none !important;
			float: left !important;
			min-width:  97%;
 			margin-left: 5px;
			-webkit-background-clip: padding-box !important;
			background-clip: padding-box !important;
			border: 1px solid #ccc !important;
			border: 1px solid rgba(0,0,0,.15) !important;
			border-radius: 4px !important;
			box-shadow: 0 6px 12px rgba(0,0,0,.175) !important;
			column-count: 4 !important;
			column-gap: 0px !important;
		}

		.dropdown-menu>li>a {
			display: inline-block !important;
			padding-left: 3px !important;
			padding-right: 3px !important;
			clear: both !important;
			font-size: 12px !important!important;
			line-weight: 600 !important;
			line-height: 1 !important;
			color: purple !important;
			width: 100% !important;
			white-space: nowrap !important;
			overflow: hidden !important;
			text-overflow: clip !important;
		}

		.dropdown-menu>li>a:hover {
			background-color: transparent !important;
			color: white !important;
			text-shadow: 2px 2px 4px #808080 !important;
	     		text-decoration: none !important;
			}


		#columns {
			-moz-column-count: 4;
			-moz-column-gap: 10px;
			-webkit-column-count: 4;
			-webkit-column-gap: 10px;
			column-count: 4;
			column-gap: 10px;
		}

        }
        @media (min-width: 481px) and (max-width: 991px) {
            .multiple-columns li {
                width:33.333% !important;
            }
            .my_search {
                padding-right: 0px;
            }
        }
        @media (min-width: 992px) and (max-width: 1300x) {
            .multiple-columns li {
                width:25%;
            }
        }
        @media (min-width : 1301px) {
            .multiple-columns li {
                width:25%;
            }


		@media (min-width: 1546px) {
			.container {
				width: 1490px; /* 86%; */
			}
		}


/* 5 THUMB COLUMNS */

	/*	.col-lg-15 {

			position: relative;
			min-height: 1px;
			padding-right: 10px;
			padding-left: 10px;
		}

		.col-lg-15 {

			width: 20%;
			float: left;
		}
	*/



