/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
html, button, input, select, textarea {
color: #000000
}

html {
font-size: 1em;
line-height: 1.4
}

/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection rule sets have to be separate.
* Customize the background color to match your design.
*/

::-moz-selection { /* Code for Firefox */
    background: #f4c689;
    text-shadow: none
}


/*
* A better looking default horizontal rule
*/
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0
}

/*
* Remove the gap between images, videos, audio and canvas and the bottom of
* their containers: h5bp.com/i/440
*/
audio, canvas, img, video {
vertical-align: middle
}

/*
* Remove default fieldset styles.
*/
fieldset {
border: 0;
margin: 0;
padding: 0
}

/*
* Allow only vertical resizing of textareas.
*/
textarea {
resize: vertical
}

/* ==========================================================================
Browse Happy prompt
========================================================================== */
.browsehappy {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0
}

/* ==========================================================================
Author's custom styles
========================================================================== */
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Image replacement
*/
.ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
}

.ir:before {
content: "";
display: block;
width: 0;
height: 150%
}

/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
.hidden {
display: none !important;
visibility: hidden
}

/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px
}

/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto
}

/*
* Hide visually and from screenreaders, but maintain layout
*/
.invisible {
visibility: hidden
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/
.clearfix:before, .clearfix:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}

.clearfix:after {
clear: both
}

/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
These examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
* {
	background: transparent !important;
	color: #000 !important;
	/* Black prints faster: h5bp.com/s */
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	text-shadow: none !important
	}
a, a:visited {
	text-decoration: underline
	}
a[href]:after {
	content: " (" attr(href) ")"
	}
abbr[title]:after {
	content: " (" attr(title) ")"
	}
/*
 * Don't show links for images, or javascript/internal links
 */
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: ""
	}
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid
	}
thead {
	display: table-header-group;
	/* h5bp.com/t */
	}
tr, img {
	page-break-inside: avoid
	}
img {
	max-width: 100% !important
	}
p, h2, h3 {
	orphans: 3;
	widows: 3
	}
h2, h3 {
	page-break-after: avoid
	}
}

	
/********new great things created by me****************/
* {
	margin:0;
	padding:0;
}

* {
-webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:focus{
	outline:none !important;
}

body{

	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	line-height:18px;
	text-align: center;
	margin: auto !important;
	overflow-x: hidden;
	color: #8d8d8d;
	-webkit-font-smoothing: antialiased;
}
img{
	max-width:100%;
	border:none;
	height:auto;
	display:inline-block;
}

a{
	text-decoration:none !important;
}
a:hover{
	text-decoration:none !important;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	transition: all 0.9s ease 0s;
}
a:focus{
	outline:none !important;
}
a:active{
	text-decoration:none !important;
}

ul{
	list-style:none;
	padding-left:0px;
}

textarea:focus, input:focus{
    outline: 0;
}

select:focus{
	outline:none !important;

}
h1,h2,h3,h4,h5,h6{
	margin-bottom:15px;
	font-weight:normal;
}

     
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
 
h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}
 
h3 {
	font-size: 1.17em;
	margin: 1em 0;
}
 
h4 {
	font-size: 1em;
	margin: 1.33em 0;
}
 
h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}
 
h6 {
font-size: 0.75em;
margin: 2.33em 0;
}

/*******header*****************/

header{
background: none repeat scroll 0 0 #f5f5f5;
text-align: right;
}

.header_top{}
.header_top ul{
	text-align:right;
}
.header_top ul li{
	border-right: 1px solid #ccc;
display: inline;
margin-left: 15px;
}


.border_less{
	border:none!important;
}

.header_top ul li a{
color: #666;
display: inline-block;
font-size: 16px;
padding: 10px;
letter-spacing: 0.03125em;
text-transform: capitalize;
}
.header_top ul li a:hover{
	color:#CC0000;
}



.main_navaigation{
	background-color:#fff000; /*changed from FFFFFF*/
	margin-bottom:0px;
	
}
.main_collapse{}
.main_collapse ul{}
.main_collapse ul li{
background: url("../img/separator.png") no-repeat scroll 0% 50% rgba(0, 0, 0, 0);
display: inline; font-weight:bold;

}

.navbar-nav{ float:none !important; display:inline-block !important}
.first_list{
	background:none!important;
}

.main_collapse ul li a{
color: #000 !important;
display: inline-block;
/*font-size: 12px;*/
font-size: 15px;
letter-spacing: 0.00125em;
padding: 15px 6px;
text-transform: capitalize;
}
.main_collapse ul li a:hover{
color:#CC0000;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  background-color: #ffffff;
  color: #CC0000;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #ffffff;
  color: #CC0000;
}
.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{
color:#CC0000;
background:none;


}
.navbar-brand{
float: left;
font-size: 18px;
height: 50px;
line-height: 20px;
margin: 3px 0!important;
padding:0px;
}
.section_header{
	display:none;
}

/**********slider_area*************/

.slider_area{
margin-bottom: 30px;
position: relative;
z-index: 8;
}
/*.slider_title{
border-radius: 10px;
left: 75%;
padding: 0 20px;
position: absolute;
top: 40%;
z-index: 10;

	
}*/
/*  Slider Title New Position */
.slider_title{
border-radius: 10px;
left: 60%;
padding: 0 20px;
position: absolute;
bottom: 0%;
z-index: 10;
margin-left:-18.5%;
width:37%
	
}
.slider_title_2{
border-radius: 10px;
left: 3%;
padding: 0 20px;
position: absolute;
top: 0%;
top: 10%;
z-index: 10;
}
.slider_title_2 h1{ color:#000; font-size:2.30em}
.slider_title h1{
	color:#000;/*color:#fff;*/
}


.slider_inner img{
	width:100%;
	height:475px;
}
.single_slider{
	position:absolute;
	right:0;
	bottom:0;
	z-index:10;
	width:300px;
	height:300px;
}
.slider_box{ position:absolute; right:12px; bottom:37px; z-index:10; width:150px}
.slider_box ul{ padding:0pxx; margin:0px}
.slider_box li{ float:left; list-style:none; font-size:13px; width:100%; margin-top:37px;}
.slider_box li a{ color:#fff; display:block; font-weight:bold; padding:10px 0}
.slider_box li:nth-child(1){ background:#FFF;}
.slider_box li:nth-child(2){ background:#F00;}
.slider_box li:nth-child(3){ background:#006600;}
.slider_box li:nth-child(4){ background:#FFA500;}
.large_logo{
	
}

/****** ineer slider_area*********/

.inner_slider{
bottom: 5px;/*old logo from bottom: 65px*/
position: absolute;
/*right: 30%;*//*old logo from right: 50px*/
/* Moved logo to left */
left:0px;
z-index: 10;

}

.slider_area {
    width: 100% !important;
    position: relative;
    z-index: 2
    }


.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0
    }

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0
    }

.rslides li:first-child {
    position: relative;
    display: block;
    float: left
    }

.rslides img {
    width: 500px;
	height:300px;
    border: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center
}


/*******adverts_area*******************/

.adverts_title{
color: #ccc;
font-size: 35px;
margin: 0 auto 15px;
padding: 0px 0;
text-transform: capitalize;
width: 50%;

}

.single_advert{
border: 1px solid #fff;
padding: 5px;
text-align: left;
}

.single_advert:hover{
	border:1px solid #CC0000;
	padding: 5px;
	transition:all 1s;
}

.single_advert:hover .explore-feature-title{
	color:#CC0000;
	transition:all 1s;
}

.single_advert_green{
border: 1px solid #fff;
padding: 5px;
text-align: left;
}

.single_advert_green:hover{
	border:1px solid #006600;
	padding: 5px;
	transition:all 1s;
}

.single_advert_green:hover .explore-feature-title{
	color:#006600;
	transition:all 1s;
}

.advert_position{
	position:relatve;
	

}

.border_overlay{
border-right: 1px dotted #ccc;
height: 140%;
left: 28%;
position: absolute;
top: 100%;
z-index: 30;
}

.border_overlay2{
border-right: 1px dotted #ccc;
height: 140%;
left: 50%;
position: absolute;
top: 100%;
z-index: 30;
}

.border_overlay3{
border-right: 1px dotted #ccc;
height: 140%;
position: absolute;
right: 28.5%;
top: 100%;
z-index: 30;
}


.explore-thumb{
	margin-bottom: 20px;
}

.grid-view .explore-content {
  margin-top: 12px;
  padding: 15px;
 
}
.explore-category-title {
  color: #999;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}

h3.explore-feature-title {
  cursor: pointer;
  font-size: 26px;
  line-height: 28px;
  margin: 8px 0;
}
.explore-description {
  color: #999;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  margin: 0 0 8px;
}
a.explore-content-link {
  color: #cc0000;
  cursor: pointer;
  font-size: 13px;
  text-decoration: none;
  
}


/***************************/


.footer_top{
	background-color: #edf0f5;
margin-top: 0px;
padding: 20px;
margin-bottom: 0px;
}

.single_footer{
	text-align:left;
}
.single_footer h2{
	color:#333;
	text-transform:capitalize;
	
}
.single_footer ul{}
.single_footer ul li{
	margin:5px 0px;
}
.single_footer ul li a{
	color: #333;
display: block;
font-size: 16px;
font-weight: normal;
text-transform: capitalize;
letter-spacing: 1px;
}
.single_footer ul li a:hover{
	color: #cc0000;
}


/**************/

footer{
padding-top: 0px;
}
.footer_menuL{
text-align: left;
}
.footer_menuL ul{}
.footer_menuL ul li{
border-right: 1px solid #ccc;
display: inline;
}
.footer_menuL ul li a{
color: #666;
display: inline-block;
font-size: 12px;
letter-spacing: 0.03125em;
padding: 10px;
text-transform: capitalize;
}

.copyright{
	color:#666;
	border:none!important;
	
}

.copyright a{
	color:#0000FF!important;
}


/****Pages*****/
.reduced_scroller{ float:left; width:100%; background:#000; min-height:200px; margin-bottom:0px}
.reduced_scroller .slider_title_2{ top:2%}
.reduced_scroller .rslides img{ width:372px; height:auto;  }
.reduced_scroller .slider_title_2 h2{ font-size:13px;}
.reduced_scroller .inner_slider{ left: 4px;}
.reduced_scroller .slider_title h1{ 
  line-height: 14px;}
.reduced_scroller .slider_title{ left: 55%;}
.reduced_scroller .slider_box li{   margin-top: 4px;}
.reduced_scroller .slider_box{ bottom: 8px;}
textarea#editor{display:none}
#updatehtml{
  width: 350px;
  height: 442px;
  position: absolute;
  top: 255px;
  left: 602px;
  background-color: yellow;}
textarea#currenthtml{width:300;clear:both;}

#editingarea{
margin: 10px 10px;padding:71px;}
#updatebutton{
float: left;
  position: relative;
  left: 600px;}
#editbutton{
  float: right;
  position: relative;
  right: 182px;}
  
  
  #bs-example-navbar-collapse-1{
  background-color:yellow;
  }
  #upbutton{
    position: relative;
  top: -454px;
  left: 278px;
  }
  
  button#upload{  left: -586px;
  position: Relative;}
  #showgal{
  
 position: relative;
  top: -488px;
  left: 359px; 
  }
  #galleryaddbox{
  

    position: relative;
  left: 77px;
  top: -272px;
  
  }
  #closegallery{

  border-style: dashed;
  
    position: relative;
  top: -445px;
  left: 376px;
  }
  
  
  #delimg{
    position: relative;
  left: 307px;
  top: 30px;
  
  }
  
  #insertimg{
   position: relative;
  left: 242px;
  top: 84px; 
  }
  
  #gallery{
    border-style: solid;
  width: 734px;
  position: relative;
  margin: 10px auto;
  height: 423px;
  overflow: scroll;
  background-color: aliceblue;
  border-radius: 8px;
  }
  
.cats{


background-color:aliceblue;


    margin:10px auto;
    margin-left:10px;
    height:100px;
	  padding-top: 46px;
  padding-left: 118px;


}

.cat-container{

    width:75%;
    margin:10px auto;
}