.innose {
	display: none;
}

.rainbow {
  background: white;
  border: 10px;
  background-image: repeating-linear-gradient(to right,
  #c4e17f 0px, #c4e17f 50px,
  #f7fdca 50px, #f7fdca 100px,
  #fad071 100px, #fad071 150px,
  #f0766b 150px, #f0766b 200px,
  #db9dbe 200px, #db9dbe 250px,
  #c49cdf 250px, #c49cdf 300px,
  #6599e2 300px, #6599e2 350px,
  #61c2e4 350px, #61c2e4 400px);
  background-size: 100% 10px;
  background-repeat:no-repeat;
}

.bottomLine {
	background-color: #E60E07;
	color: white;
	padding: 20px;
}

.bottomLine a, .bottomLine a:hover, .bottomLine a:active, .bottomLine a:focus {
	color: white;
	text-decoration: none;
}

.modal {
		z-index: 9999;
	}

	.modal-content {
		background-color: #8F4294;
	}

	.modal-footer {
		border: 0px;
		background-color: #8F4294;
	}
	.modal-title {
		color: #7B7B7B;
		font-size: 20px;
	}

	.modal-body {
		background-color: #8F4294;
	}
	.modal-body p {
		color: white;
		font-size: 16px;
		text-align: justify;
	}

	.modal-body h1 {
		color: white;
		font-size: 19px;
		border: 0px;
	}

	.modal-header {
		border: 0px;
	}


@import 'settings-panel.css';

@import url("http://fonts.googleapis.com/css?family=Open Sans+Condensed:400,700");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700");
@import url("http://fonts.googleapis.com/css?family=Volkhov:400italic");

@font-face { font-family: sansc; src: url('../fonts/sansc.ttf') format('truetype'); font-weight: normal; font-style: normal; }

body {
	font-family: Raleway;
	color: #333;
	font-size: 1.8em;
}

.bolty {
	font-family: Dosis;
	color: white;
	font-size: 1.2em;
}

.smaller {
	font-family: Dosis;
	color: #333;
	font-size: 1em;
}

.smallest {
	font-family: Dosis;
	color: #fff;
	font-size: 0.9em;
}

.container-fluid {
	margin-left: -15px;
}

.blogntry > h1, .blogEntry > p {
	color: white;
}

a {
	color: #E74689;
	transition: .4s;
}

a, a:hover, a:focus, a:active {
	outline: 0;
	text-decoration: none;
	transition: .4s;
	color:inherit;
}

a:hover {
	color: #E74689;
}

h2 {
	margin-left: 0px;
	margin-bottom: 10px;
	font-size: 1.3em;
	color: #fff;
	font-family: Dosis;
}

h1 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 1.6em;
	color: #fff;
	font-family: Dosis;
}

/*
.navButton {
	z-index: 1;
	position: fixed;
}
*/

.navButton {
	z-index: 2;
	position: fixed;
	border-bottom-right-radius: 60px;
	background: black;
	color: white;
	width: 60px;
	height: 60px;
	padding-left: 9px;
	padding-top: 6px;
	font-size: 20px;
}

.navButton:hover {
	background: #EB5196;
}

.dark { color: #3B3B3B; }
.light { color: white; }
.raspberry { color: #EB5196; }

h4,
h5,
h6 {
	font-family: "Open Sans";
}

@font-face {
    font-family: 'redacted_scriptbold';
    src: url('https://raw.githubusercontent.com/christiannaths/Redacted-Font/master/fonts/web/redacted-script-bold.eot');
    src: url('https://raw.githubusercontent.com/christiannaths/Redacted-Font/master/fonts/web/redacted-script-bold.eot?#iefix') format('embedded-opentype'),
         url('https://raw.githubusercontent.com/christiannaths/Redacted-Font/master/fonts/web/redacted-script-bold.woff') format('woff'),
         url('https://raw.githubusercontent.com/christiannaths/Redacted-Font/master/fonts/web/redacted-script-bold.ttf') format('truetype'),
         url('https://raw.githubusercontent.com/christiannaths/Redacted-Font/master/fonts/web/redacted-script-bold.svg#redacted_scriptbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

 /* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */
    height: 100%;
    width: 0;
    position: fixed; /* Stay in place */
    z-index: 3; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.8); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 10%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: left; /* Centered text/links */
    margin-top: 10px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

.overlay h2 {
    padding-bottom: 8px;
    text-transform: uppercase;
    font-size: 20px;
    color: white;
    display: block; /* Display block instead of inline */
}

.overlay .date {
    padding-bottom: 4px;
    text-decoration: none;
    font-size: 11px;
    color: #EB5196;
}

.overlay p {
    padding-bottom: 4px;
    text-decoration: none;
    font-size: 14px;
    color: white;
}

/* The navigation links inside the overlay */
.overlay a {
    padding-bottom: 4px;
    text-decoration: none;
    font-size: 16px;
    color: white;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

.overlay .icon {
	color: #EB5196;
	padding-right: 10px;
}
.overlay .headline a {
    text-decoration: none;
    font-size: 12px;
    color: white;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
    color: #EB5196;
}

/* Position the close button (top right corner) */
.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

@media (min-width: 768px ) {
  .heading {
      position: relative;
  }

  .bottom-align {
  padding-top: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

#home {
	background: url(../images/bg-heading.jpg) fixed;
}

#about {
	background: url(../images/bg-about.jpg) center center fixed;
}

#footer {
	color: white;
}

.panel {
    margin-bottom: 20px;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-title > a {
	color: #E74689;
	transition: .4s;
}

.panel-title > a, .panel-title > a:hover, .panel-title > a:focus, .panel-title > a:active {
	outline: 0;
	text-decoration: none;
	transition: .4s;
	color:inherit;
}

.panel-title > a:hover {
	color: #E74689;
}

.panel-title > a {
		color: white;
	font-size: 24px;
}

.panel-default > .panel-heading {
	background-color: transparent;
	border: 0px;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    border-top: 0px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    color: white;
}


.form-control {
	margin-bottom: 10px;
	background: white;
	border: 3px solid #EF7204;
	border-radius: 3px;
}

.btn-contact:hover, .btn-contact:focus {
    background: #db6503;
    color: white;
    border-bottom: 5px solid #b55404;
    margin-bottom: 15px;
    letter-spacing: 3px;
}

.btn-contact {
    background: #f36f00;
    border: 0px;
    color: white;
    font-size: 14px;
    border-bottom: 5px solid #db6503;
    margin-bottom: 15px;
    letter-spacing: 3px;
}

.responsiveGoogleMap {
	position: relative;
	padding-bottom: 56%;
	height: 0;
	overflow: hidden;
}

.responsiveGoogleMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
}

/*====================================
=            masonry Page            =
====================================*/

.masonry{
  display: block;
-webkit-column-gap: 0.25rem;
-moz-column-gap: 0.25rem;
column-gap: 0.25rem;
}

/* 5 columns */
.masonry.masonry-columns-5{
-webkit-column-count: 5;
-moz-column-count: 5;
column-count: 5;
}
@media(max-width: 1170px){
  .masonry.masonry-columns-5{
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}
}


/*-4 columns------*/
.masonry.masonry-columns-4{
-webkit-column-count: 4;
-moz-column-count: 4;
column-count: 4;
}

/*-3 columns------*/
.masonry.masonry-columns-3{
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}

/*-2 columns------*/
.masonry.masonry-columns-2{
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}

/*-1 columns------*/
.masonry.masonry-columns-1{
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}


/*--------Responsive---------*/
@media(max-width: 991px){
  .masonry.masonry-columns-4,
  .masonry.masonry-columns-5{
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
}
}

@media(max-width: 767px){
  .masonry.masonry-columns-4,
  .masonry.masonry-columns-5,
  .masonry.masonry-columns-3{
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}
}

@media(max-width: 540px){
  .masonry.masonry-columns-4,
  .masonry.masonry-columns-5,
  .masonry.masonry-columns-3,
  .masonry.masonry-columns-2{
-webkit-column-count: 1;
-moz-column-count: 1;
column-count: 1;
}
}

.masonry .masonry-item {
    display: inline-block;
    width: 100%;
    padding: 0;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out; }
    .masonry .masonry-item:hover {
      border: 1px solid #f0f0f0; }

/*=====  End of masonry Page  ======*/

.gallery
{
	padding: 100px 0px;
}
.all-td
{
	font-family: 'Raleway', sans-serif;
	font-size: 22px;
	font-weight: 300;
	color: white;
	text-transform: uppercase;
	margin: 0px;
	letter-spacing: 2px;
}
.alldesc h2
{
    color: #CB5750;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 40px;
    margin-top: 0px !important;
    font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.desc
{
	 font-family: "Source Sans Pro",sans-serif;
	 font-size: 17px;
	 font-weight: 400;
	 color: #888;
}

.desc a, .desc a:hover, .desc a:focus {
	color: #E42A26;
	text-decoration: none;
}

.sorting
{
	background-color: rgba(0, 0, 0, 0.06);
	margin-top: 60px;
	color: #3ec9c3;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 15px;
	margin-left: 15px;
}
.sorting .active
{
	background-color: #3EC9C3;
	color: #fff;
}
.filimg
{
	padding: 10px 15px;
	cursor:pointer;
}
.galleryimg
{
	margin-top: 30px;
}
.mix
{
	padding: 0px;
}

.owlslide {
	padding: 0px !important;
	display: inline-block;
	height: auto !important;
	color: #fff !important;
	font-size: 14px !important;
	text-shadow: 1px 1px 2px black;
}
