@charset "utf-8";
/* CSS Document */

html{
	height: 100%;
}

body{
	color:#5C5C5C;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	height: 100%;
}

.carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 100%;
      margin: auto;
  }
  
.cover {
  object-fit: cover;
  min-height: 100%;
}
  
  .navbar-inverse {
    background-color: #FFF;
    border-color: transparent;
}

/*MENU BUTTON COLOURS */
.navbar-inverse .navbar-nav>li>a {
    color: #5C5C5C;
}

/*NAV BUTTON COLOR AND POSITION*/
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #585858;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

/*ACTIVE BUTTON SETTINGS*/
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #F30B2D;
	background-color: transparent;
}

/*MENU BUTTONS SETTINGS*/
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: red;
	background-color: transparent;
	border-radius: 8px;
}

/*MENU BUTTONS SETTINGS ON HOVER*/
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #F30B2D;
    background-color: #080808;
}

.slide-caption{
	padding-top: 10%;
	z-index: 500;
	color: #FFF;
	width: 300px;
	padding: 15px 25px;
	background: rgba(86,130,0,0.5);
	border-radius: 12px;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
	font-size: 42px;
}

@media (min-width:767px) {
    .slide-caption {
        display: none;
    }	
	
	.sidenav{
		background-color:#FFF;
		height: 100%;
	}
	
	.upp{
		margin:50px 0px 0px;
	}
	
}

@media (max-width:767px) {
	.centre{
		text-align: center;
	}
	
}

h1.red, h2.red, h3.red, h4.red{
	color: #F30B2D;
	font-family: 'Oswald', sans-serif;
}

.fifty_bottom{
	padding-bottom: 50px;
}

.fifty_top{
	padding-top: 50px;
}

.fourty_bottom{
	padding-bottom: 40px;
}

.red_btn{
	padding: 15px;
	background-color: #F30B2D;
	color: #FFF;
	text-decoration: none;
	border-radius: 8px;
}

.red_btn:hover{
	background-color: #F30B2D;
	color: #FFF;
	text-decoration: none;
	border-radius: 12px;
}

ul.clear{
	list-style-type: none;
	padding: 0px 10px 0px 5px;
	margin: 0px;
}

ul.clear ::before{
	font-family: FontAwesome;
   	content: "\f0da";
   	display: inline-block;
   	padding-right: 10px;
   	vertical-align: middle;
	color: #F30B2D;
}

.block{
	background-color:#A8CF45;
	width:100%;
	height:175px;
	color:#FFF;
	padding:10px;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 1px solid #5C5C5C;
}

ul.services li{
	list-style-type: none;
	padding: 30px 10px;
	margin: 15px;
	/*border: 3px solid #F30B2D;*/
	width: 215px;
	float: left;
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 18px;
	background-color: #E7E7E7;
	border-radius: 5px;
	color: #5C5C5C;
}

ul.services li:hover{
	list-style-type: none;
	background-color: #CFC0C0;
	cursor: pointer;
	color: #FFF;
}

.contact a{
	color: #5C5C5C;
	text-decoration: none;
}

b{
	color: #F30B2D;
	font-weight: 500;
}

.contact a:hover{
	color: #F30B2D;
	text-decoration: none;
}

.events li img{
	width: 200px;
	height: 136px;
	float: left;
	margin: 10px;
	/*border: 4px solid #F30B2D;*/
	object-fit: cover;
	object-position: 0% 10%;
}

.events li img:hover{
	width: 200px;
	height: 136px;
	float: left;
	margin: 10px;
	/*border: 2px solid #F30B2D;*/
	cursor: pointer;
	/*-webkit-box-shadow: 0px 2px 10px 2px #333;
	-moz-box-shadow: 0px 2px 10px 2px #333;
	box-shadow: 0px 2px 10px 2px #333;*/
}

ul.gallery{
	list-style-type: none;
	margin: 20px 0px;
	padding: 0px;
}

.footer a{
	color: #FFF;
	text-decoration: none;
}

.footer a:hover{
	color: #5C5C5C;
	text-decoration: none;
}

.rights{
	padding-bottom: 52px;
}

#image_wrapper{
	width: 100%;
	z-index: 100;
}


/*EVENTS Photography*/
.box{
	position: relative;
	margin: 2%;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 25px;
	-webkit-box-shadow: 0px 2px 10px 2px #ccc;
	-moz-box-shadow: 0px 2px 10px 2px #ccc;
	box-shadow: 0px 2px 10px 2px #ccc;
	
}

.box p{
	padding-top:15px;
}

.box img{
	max-width: 100%;
  	-moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
  	transition: all 0.3s;
}

.box:hover img{
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.caption{
	background-color: #FFF;
	border-top: 4px solid #CD2122;
	max-width:100%;
	height:56px;
	bottom:0;
	color: #235676;
	font-weight: bold;
	-webkit-box-shadow: 0px 2px 10px 2px #ccc;
	-moz-box-shadow: 0px 2px 10px 2px #ccc;
	box-shadow: 0px 2px 10px 2px #ccc;
	
}

.caption img{
	float:left;
	padding-right:10px;
}

.caption:hover{
	color: #FFF;
	background-color: #333333;
	cursor: pointer;
}

ul.social_media{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li.social_media{
	list-style-type: none;
	display: inline-block;
	padding: 0px;
	width: 30px;
	height: 30px;
	margin: 0px;
}

.social_media a{
	color: #5C5C5C;
	text-decoration: none;
}

.social_media a:hover{
	color: #F30B2D;
	text-decoration: none;
}

/*Contact Form CSS*/

* {box-sizing: border-box;}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #F30B2D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {
  border-radius: 5px;
  background-color: #fff;
  padding: 20px;
}

.containerg {
  margin: 0 auto;
  max-width: 1920px;
  /*padding: 10px;*/
}
.columnsv {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-column-width: 33.33333333333333%;
  -moz-column-width: 33.33333333333333%;
  column-width: 33.33333333333333%;
	padding: 10px;
}

.columnsg {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  -webkit-column-width: 33.33333333333333%;
  -moz-column-width: 33.33333333333333%;
  column-width: 33.33333333333333%;
}
img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

/*iframe {
  width: 100%;
  margin-bottom: 15px;
	display: block;
}*/

@media only screen and (min-width: 480px) and (max-width: 727px) {
  .columnsg {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;
  }
}
@media only screen and (max-width: 479px) {
  .columnsg {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;
  }
}

/* Photography Page */

.category {
  position: relative;
  width: 100%;
  max-width: 350px;
  float: left;
  margin: 0px 5px 0px 0px;
}

.category img {
  width: 100%;
  height: auto;
}

.category .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: rgba(0,0,0,0.5);
  color: white;
  font-size: 16px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.category .btn:hover {
  background-color: #F30B2D;
}

/*.cats a{
	color: #5C5C5C;
	text-decoration: none;
}

.cats a:hover{
	color: #F30B2D;
	text-decoration: none;	
}
.cats .active>a{
	color: #F30B2D;
	text-decoration: none;
}
*/



/* Photography Page END */


.cats ul {list-style-type: none; overflow: hidden; width:auto; margin: 0px; padding: 0px; }
.cats ul li {float:left; width: auto; display: block; padding: 0px 5px;}
.cats ul li a {color: grey; }
.cats ul li a:hover {color: black; text-decoration: none;}

.services1 ul {list-style-type: none; overflow: hidden; width:auto; margin: 0px; padding: 0px; }
