@charset "utf-8";
/* CSS Document */

/*

Dynamic Colors:
		Dark Red:  #3F0B0B  1
		Dark Red:  #910608  3
		Dark Grey:  #3C3C3C  9
		Dark Grey:  #282727  5
		Light Grey:  #C6BEBE  2
        #6A0900 = Dark Red  7
        #840C00 = Medium To Dark Red
        #370500 = Deep Brown Red  8
        #770A00 = Medium Dingy Red
        #003728 = Medium Dark Green  6
        #2D3737 = Dark Grey 1
        #293333 = Dark Grey 2  15
        #374444 = Medium Dark Grey
        #6B8483 = Medium Light Grey  11
        #9FC4C2 = Light Grey
        #A13227 = Light Orange  10
        #611E17 = Dark Orange  4
		#042751 = Dark Blue  12
		#05336A = Medium Dark Blue  13
		#063A77 = Medium Blue  14
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway&family=Rock+Salt&display=swap');

.size-1520 .line .banner {max-width: 1920px;}

.section-banner {
	padding-top: 71.6px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

.size-960 .line,.size-1140 .line,.size-1280 .line,.size-1520 .line {
  margin: 0 auto;
  padding:0 0.625rem;
}


.background-image {
	background-image: url("../../media/images/backgrounds/mainpage-postarea-background01-40opacity.png");
	background-repeat: no-repeat;
	background-size: contain;
}


.carousel-main .owl-dots {
  bottom: -40px;
  padding: 0 0;

}

.carousel-main .carousel-content {
	width: auto;
	min-width: 1920px;
}
/*
.owl-carousel {
	min-width: 1920px;
	margin-left: -120px;
	padding: 0px;
}*/

.color-red {
	background-color: #C81010;
}
body {
  background: #EEEEEE;
}

.top-nav li a {
	padding-right: 4.0rem;
}

/*font-family: 'Raleway', sans-serif;
font-family: 'Rock Salt', cursive;*/

.textOverlayHandwritten {
	font-family: 'Rock Salt', serif;
	font-style: normal;
	font-kerning: normal;
	font-weight: 400;
	transform-origin: right;
	transform: rotate(-20deg);
}

.textHandwritten {
	font-family: 'Rock Salt', serif;
	font-style: normal;
	font-kerning: normal;
	font-weight: 400;
}

.textHandwritten p {

}

.textHandwritten.whiteColor {
	color: #FFFFFF;
}

.textHandwritten.veryLargeSize {
	font-size: 60px;
	align-self: center;
}


.divCenteredLikeBanner {
	margin-left: auto;
	margin-right: auto;
	display: table;
	background-color:  rgba(254, 180, 71, 1.00) !important;
}

.withBigTopMargin {
	margin-top:  600px;
}

.background-gray-transparent {
	background-color:  rgba(100, 100, 100, 0.75) !important;
}

.divCenteredLikeBanner.withBorder {
	border: 4px #FFFFFF solid;
	padding: 60px;
}

.divCenteredLikeBanner.withImage {
	height: 400px;
	width: 800px;
}

.divCenteredLikeBanner.withImage img {
	height: 400px;
	width: 711px;
	padding: 20px 20px 30px 20px;
	margin-bottom: 30px;
}

.image-with-hover-overlay img {
	border-style: solid;
	border-color: #b71000;
	border-width: 5px;
	border-bottom-width: 30px;
}

.image-with-hover-overlay.textLink {
	margin-top: -18px;
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-kerning: normal;
	font-weight: 400;
	color: rgba(234,234,234,1.00);
	font-size: 16px;
}

@media (hover: none) {
	.image-with-hover-overlay.textLink {
		display: inline;
	}
}

@media (hover: hover) {
    	.image-with-hover-overlay.textLink {
		display: none;
	}
}


.image-hover-overlay-content {
	font-family: 'Raleway', sans-serif;
	font-style: normal;
	font-kerning: normal;
	font-weight: 400;
	color: rgba(234,234,234,1.00);
	transform: translateY(-100px);
}

.image-hover-overlay-content p {
	font-size: 24px;
}

.image-hover-overlay-content span {
	font-size: 18px;
}

.textOverlayHandwritten span {
	color: rgba(23,23,23,1.00);
	font-size: 24px;
}

.background-orange-mini.background-transparent, .primary-color-orange-mini .background-primary.background-transparent {
  background-color: rgba(254, 180, 71, 0.75) !important;
}
.background-orange-mini.background-transparent:hover {
  background-color: rgba(254, 180, 71, 0.0) !important;
}

.aside-nav li li {
	background-color: rgba(255, 255, 255, 0);
}


/*FOR GALLERY*/



.textGallerySectionHeader {
	width: 100%;
	height: 40px;
	background-color: #3C3C3C;
	padding: 5px 20px 5px 40px;
	margin: 10px 0px 40px 0px;
}

.textGallerySectionHeader p {
	color: #ffffff;
	font-size: 20px;
	letter-spacing: 8px;
}


.gallery-image-hover {
	
}

.gallery-image-hover img {
	width: 100px;
	height: 100px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

/*.item img {
	background-color:  rgba(255,255,255,0.00)
}*/

/*
.bcDarkRed 
.bcDarkRed2 
.bcDarkGrey
.bcDarkGrey2 
.bcDarkLtGrey
.bcDarkRed3 
.bcMedRed 
.bcDeepBrownRed 
.bcMedRed2 
.bcMedGreen 
.bcDarkGrey3 
.bcDarkGrey4 
.bcMedGrey 
.bcLtGrey 
.bcLtGrey2 
.bcLtOrange 
.bcDarkOrange 
.bcDarkBlue 
.bcMedDarkBlue 
.bcMedBlue 
*/


.bcDarkRed {
	background-color: rgba(63,11,11,1.00)
}
.bcDarkRed2 {
	background-color: rgba(145,6,8,1.00)
}
.bcDarkGrey{
	background-color: rgba(60,60,60,1.00)
}
.bcDarkGrey2 {
	background-color: rgba(40,39,39,1.00)
}
.bcDarkLtGrey{
	background-color: rgba(198,190,190,1.00)
}
.bcDarkRed3 {
	background-color: rgba(106,9,0,1.00)
}
.bcMedRed {
	background-color: rgba(132,12,0,1.00)
}
.bcDeepBrownRed {
	background-color: rgba(55,5,0,1.00)
}
.bcMedRed2 {
	background-color: rgba(119,10,0,1.00)
}
.bcMedGreen {
	background-color: rgba(0,55,40,1.00)
}
.bcDarkGrey3 {
	background-color: rgba(45,55,55,1.00)
}
.bcDarkGrey4 {
	background-color: rgba(41,51,51,1.00)
}
.bcMedGrey {
	background-color: rgba(55,68,68,1.00)
}
.bcLtGrey {
	background-color: rgba(107,132,131,1.00)
}
.bcLtGrey2 {
	background-color: rgba(159,196,194,1.00)
}
.bcLtOrange {
	background-color: rgba(161,50,39,1.00)
}
.bcDarkOrange {
	background-color: rgba(97,30,23,1.00)
}
.bcDarkBlue {
	background-color: rgba(4,39,81,1.00)
}
.bcMedDarkBlue {
	background-color: rgba(5,51,106,1.00)
}
.bcMedBlue {
	background-color: rgba(6,58,119,1.00)
}

.bcAnimated {
	animation-duration: 10000ms;
	animation-fill-mode: both;
	animation-name: changeBackColor;
}

.transitionBackColor {
  animation-name: changeBackColor; }

@keyframes changeBackColor {
  0% {
	background-color: rgba(255,255,255,0.00)
	}
  100% {
    background-color: rgba(63,11,11,1.00);
	}
}

@media screen and (min-width:1367px) and (max-width:1920px){
	  .size-960,.size-1140,.size-1280,.size-1520 
	{
	  max-width: 1920px;
	}

	.owl-stage-outer {
		margin: 0px;
		
		width: 1500px;
	}

	
	.carousel-default,.owl-carousel {
		width: 1500px;
		margin: 0px auto;
}

}

/*@media screen and (max-width:1920px) {


}*/

@media screen and (max-width:1366px) {
  .size-960,.size-1140,.size-1280,.size-1520 {
	  max-width:1366px;
	}
}

@media screen and (max-width:1140px) {
  .size-960,.size-1140,.size-1280,.size-1520 {
	  max-width:1140px;
	}
}

@media screen and (max-width:768px) {
  .size-960,.size-1140,.size-1280,.size-1520 {
	  max-width: 768px;
	}
	
	.divCenteredLikeBanner.withImage {
		height: 187px;
		width: 600px;
	}

	.divCenteredLikeBanner.withImage img {
		/*height: 187px;*/
		width: 560px;
		padding: 20px 20px 30px 20px;
		margin-bottom: 30px;
	}
	
	.textHandwritten.veryLargeSize {
		line-height:65px; 
	}
	
	.divCenteredLikeBanner.withBorder {
		padding: 0px;
		border: none;
	}
	
	.owl-carousel {
		width: 654px;
		margin-left: -26px;
	}
	
	.section {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	
	.carousel-main .owl-item img {
		max-width: inherit;
		width: 100%;
	}	
	
}

@media screen and (max-width:480px) {
	.size-960,.size-1140,.size-1280,.size-1520 {
		max-width: 480px;
	}
	
	.divCenteredLikeBanner.withImage {
		height: 187px;
		width: 375px;
	}

	.divCenteredLikeBanner.withImage img {
		height: 187px;
		width: 335px;
		padding: 20px 20px 30px 20px;
		margin-bottom: 30px;
	}
	
	.textHandwritten.veryLargeSize {
		line-height:65px; 
	}
	
	.divCenteredLikeBanner.withBorder {
		padding: 0px;
		border: none;
	}
	
	.owl-carousel {
		width: 366px;
		margin-left: -26px;
	}
	
	.section {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	
	.carousel-main .owl-item img {
		max-width: 344%;
	}
	
	
}





