@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');

.btn-primary:visited
{
	color: #ffffff;
}

/* CSS Document */
@media (min-width: 768px) {
  .verticaldt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; } }
html
{
	height: 100%;
}

body {
	font-family: 'Libre Baskerville', serif;
	color: #333333;
	background-size: cover;
	height: 100%;
	padding-top: 45px;
}

body .footer, header, .fixed-top
{
	min-width: 320px;
}

a, a:visited
{
	color: #aaaaaa;
}

a:hover
{
	color: #888888;
}

.paddingbottom {
  padding-bottom: 40px; }

.paddingtop {
  padding-top: 40px; }

.paddingbottom.tight {
  padding-bottom: 15px; }

.paddingtop.tight {
  padding-top: 15px; }

.paddingbottom.large {
  padding-bottom: 80px; }

.paddingtop.large {
  padding-top: 80px; }

/*Setting up Header*/
header
{
	z-index: 99995;
    position: fixed;
}

.headertexture {
	position: relative;
	z-index: 500;
	font-weight: 500;
}

.headertexture .navbar.whitebg
{
	background-color: #ffffff;
}

.headertexture .navbar .hamburger
{
	width: 25px;
}

.headertexture .newnavbar
{
	position: fixed;
	top: 0;
	bottom:0;
	left: 0;
	right: 0;
	background-color: #000000;
	display: none;
}

.headertexture .newnavbar .navbar-brand 
{
	padding: .5rem 1rem;
	color: #ffffff;
}

.headertexture .newnavbar .innercenter
{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.headertexture .newnavbar .closebutton
{
	position: absolute;
	right: 15px;
	top: 15px;
	width: 25px;
}

.headertexture .newnavbar .closebutton a
{
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}

.headertexture .newnavbar .closebutton a:hover
{
	opacity: .7;
}


.headertexture .newnavbar ul
{
	text-align: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.headertexture .newnavbar ul li a
{
	text-decoration: none;
	font-family: 'roboto';
	font-size: 18pt;
	letter-spacing: 4px;
	font-weight: 300;
	color: #eeeeee;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}

.headertexture .newnavbar ul li a:hover
{
	background-color: #dddddd;
	color: #000000;
}

.headertexture .navbar-brand {
    text-transform: uppercase;
	letter-spacing: 2px;
	font-family: 'roboto', sans-serif;
	color: #000000;
	
}

.headertexture a.navbar-brand
{
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
}



@media (min-width: 992px) {
	.headertexture .newnavbar ul li a
	{
		font-size: 30px;
	}
}
/*End Setting up Header*/


/*Royal SLider*/
.royalSlider {
	position: absolute;
	left: 0;
	right: 0;
	/*top: 70px;
	bottom: 45px;*/
	top: 0;
	bottom: 0;
	width:  auto;
	height: auto;
	min-width: 320px;
	display: none;
}

.royalSlider,
.royalSlider .rsOverflow,
.royalSlider .rsSlide,
.royalSlider .rsVideoFrameHolder,
.royalSlider .rsThumbs {
  background: white !important; }
.royalSlider .rsGCaption
{
	display: none;
	width: 100%;
	text-align: center;
	background: transparent;
	position: relative;
	bottom: auto;
	left: auto;
	margin-top: 10px;
	float: left;
	font-family: 'arial';
	font-size: 12px;
	color: #777777;
	letter-spacing: 1px;
}

.royalSlider .rsGCaption span
{
	font-weight: bold;
	font-style: italic;
}

.play, .pause
{
	position: absolute;
	z-index: 5000;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 50px;
	display: none;
}

.rsUni.rsHor .rsArrowRight .rsArrowIcn
{
	background-image: url(../images/rightarrow.svg);
	background-position: center center;
}

.rsUni.rsHor .rsArrowLeft .rsArrowIcn
{
	background-image: url(../images/leftarrow.svg);
	background-position: center center;
}

.rsUni .rsArrow
{
	width: 49px;
}

.rsUni .rsArrowIcn
{
	width: 21px;
	margin-left: -11px;
	height: 31px;
}
/*End Royal SLider*/

/*Work Section*/
.worksection .workrow {
  margin-bottom: 50px; }
  .worksection .workrow h4 {
    font-weight: normal;
    margin-top: 10px;
    font-size: 12px; 
	  font-family: 'arial';
	  letter-spacing: 2px;
	color: #777777;
}
    .worksection .workrow h4 span {
      font-weight: bold;
	font-style: italic;
		 font-size: 12px;
	letter-spacing: 2px;
		
}
/*End Work Section*/


.simpletext .shadow
{
	border: 0px solid #000000;
	display: inline-block;
	width: 100%;
}

.redtext
{
	color: #800000;
}



@media (min-width: 992px) {
	
	.simpletext .spaceleft
	{
		padding-left: 80px;
	}

	.simpletext .spaceright
	{
		padding-right: 80px;
	}
}


.productstext .woocommerce
{
	margin-top: -30px;
}

.woocommerce .summary, .woocommerce div.product form.cart .variations label
{
	color: #800000;
}

.woocommerce div.product form.cart .variations label
{
	display: none;
}

.woocommerce .col-1, .woocommerce .col-2{ max-width:none;}




.simpletext h2
{
	letter-spacing: 1px;
	font-size: 36px;
	margin-bottom: 40px;
}

.productstext h3, .simpletext h3
{
	font-weight: normal;
	font-size: 24px;
	letter-spacing: 1px;
	margin-top: 30px;
}

.productstext h3:first-child, .simpletext h3:first-child,.productstext h4:first-child, .simpletext h4:first-child
{
	margin-top: 0;
}

.productstext h4, .simpletext h4
{
	font-size: 20px;
	margin-top: 30px;
	font-weight: bold;
}

.productstext h4.spacedh4, .simpletext h4.spacedh4
{
	margin-bottom: 20px;	
}



.productstext h5, .simpletext h5
{
	font-size: 20px;
	margin-bottom: 15px
}

.simpletext .mb25
{
	margin-bottom: 25px;
}

.simpletext .mb10
{
	margin-bottom: 10px;
}

.simpletext.largeletter p:first-letter
{
	font-size: 22px;
	font-weight: 700;
}

.simpletext.justify p,
.simpletext.justify .notlarge
{
	text-align: justify;
}

.simpletext.largeletter .notlarge
{
	margin-bottom: 1rem;
}

.pswp__caption
{
	display: none;
}

.img-fluid
{
	width: 100%;
}


/*Setting Up Footer*/
.fullscreen img
{
	height: 30px;
	width: auto;
}

.backtotop img
{
	height: 30px;
	width: auto;
}

.instagram, .fullscreen, .backtotop
{
	z-index: 100;
}
.instagram a
{
	font-size: 0px;
}

.instagram a i
{
	font-size: 36px;	
}

.fullscreen, .backtotop {
}

.backtotop
{
	display: none;
}

.instagram a, .fullscreen a, .backtotop a
{
	color: #000000;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	display: inline-block;
}

.instagram a:hover, .fullscreen a:hover
{
	opacity: .7;
}

.footer
{
	position: fixed;
	bottom: 0;
	background-color: #ffffff;
	width: 100%;
	z-index: 100;
	padding: .5rem 1rem;
}
/*Setting Up Footer*/


/*Instagram Shortcode*/
.instagramnew
{
	font-size: 36px;
}

.instagranew a
{
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
	display: inline-block;
}

.instagramnew a:hover,
.instagramnew a:focus
{
	opacity: .7;
}
/*End Instagram Shortcode*/



/*Fancybox*/
.fancybox-is-open .fancybox-bg
{
	opacity: 1!important;
	background-color: #ffffff;
}

.fancybox-caption
{
	padding: 0;
	text-align: center;
	width: 100%;
    background: transparent;
	bottom: 10px;
    left: auto;
    float: left;
    font-family: 'arial';
    font-size: 12px;
    color: #777777;
    letter-spacing: 2px;
	margin-bottom: 3px;
	padding: .5rem 1rem;
}

.fancybox-caption span {
    font-weight: bold;
    font-style: italic;
	
}

.fancybox-caption:before
{
	background-image: none;
}

.fancybox-caption:afer
{
	border-top: 0;
}

.fancybox-slide--image
{
	padding-bottom: 45px;
	padding-top: 45px;
}

.fancybox-slide, .fancybox-slide, .fancybox-image, .fancyboximagelink, .fancybox-inner, .fancybox-bg, .fancybox-container
{
	touch-action: none!important;
}
/*End Fancybox*/

.nobreak
{
	white-space: nowrap;
}

.royalSlider .rsGCaption span.dimensions, .worksection .workrow h4 span.dimensions,span.dimensions
{
	font-weight: normal;
    font-style: normal;
}