body{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

/*img{
	width: 100%;
}*/

h1{
	font-family: 'Raleway', sans-serif;
	color: #133D67;
	font-weight: 700;
}

h2{
	font-family: 'Raleway', sans-serif;
	color: #133d67;
	font-weight: 700;
}

p{
	color: #9c9c9b;
}

a{
	color: white;
}
.loader-wrap img{
	width: 100%;
}
#loader{position:fixed;width:100%;height:100%;left:0;top:0;z-index:10000;background:#fff;}
.loader-wrap{margin:0 auto;position:relative;width:200px;height:232px;position:absolute;left:50%;top:50%;transform:translate(-50%, -50%); background-color:#fff;}
.loader-wrap:after{position:absolute;content:"";top:0px;left:0px;z-index:1000;width:200px;height:232px;}
.loader{font-size:5px;margin:0;text-indent:-9999em;width:200px;height:232px;background-image:url(assets/assets/tattoo-studio-images/Logo-2.jpg);background-position:center center;background-repeat:no-repeat;position:relative;-webkit-animation:load3 2s infinite linear;animation:load3 2s infinite linear;-webkit-transform:translateZ(0);-ms-transform:translateZ(0);transform:translateZ(0);}

@-webkit-keyframes load3{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}
@keyframes load3{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg);}
}}

.section-padding{
	margin-top: 50px !important;
	margin-bottom: 50px !important;
}

.logo{
	width: 180px;
	margin-left: 80px;
	margin-right: 80px;
}

.navbar{
	z-index: 999;
	/*position: absolute;*/
	background-color: #3e3d3d!important;
}

.navbar-nav li a{
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0.1rem;
	color: white !important;
}

/*.navbar-nav li a:hover{
	color: #FE5722 !important;
}*/

.navbar-toggler{
	background-color: white;
}

.navbar-nav li {
	padding: 0px 20px;
}

.page-header{
	background-image: url(../images/page_header.jpg);
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	height: 200px;
}

.page-header span a{
    color: black;
}

.video{
	width: 100%;
	position: relative;
	top: 0px;
}

.btn-header{
	background-color: #FE5722;
	padding: 5px 30px;
}

.navbar-nav .btn-header li a:hover{
	background-color: white !important;
	padding: 5px 30px;
}


.btn-orange{
	background-color: #FE5722;
	padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
}
.btn-grey{
	background-color: #3e3d3d !important;
	padding: 15px 30px;
    font-size: 18px;
    font-weight: 600;
}

.buttons{
	position: absolute;
	padding-left: 100px;
	top: 550px;
    /*left: 120px;*/
}


.about-section{
	margin-top: 30px;
}

.about-section p{
	padding-left: 120px;
	padding-right: 120px;
	font-size: 16px;
	color: #000000b8;
}

.about-section img{
	width: 60%;
}

.about-section h1{
	position: relative;
	font-size: 42px;
	font-weight: 700;
}

.about-section hr{
    width: 200px;
    border-top: 1px solid black;
}

.about-section ul{
    padding-left: 150px;
	padding-right: 150px;
	text-align: left;
}

.about-section ul li{
	color: #101010;
	font-weight: 500;
	text-align: left;
}


/*project-carousel*/
.deals-carousel .item {
	margin: 3px;
}

.owl-nav{
	font-size: 40px;
}

.testimonial hr{
    width: 300px;
    border-top: 1px solid black;
}

.testimonial .item {
	margin: 10px;
}

.testimonial {
	padding-right: 150px;
	padding-left: 150px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.testimonial .item {
	box-shadow: 1px 5px 20px #00000026;
	padding: 20px 30px;
	margin-top: 50px;
	background-color: #fff2d8;
	min-height: 200px;
    max-height: 200px;
}



.testimonial .item img{
	display: block;
    width: 60px !important;
    border-radius: 50px;
    height: auto;
    top: -74px;
    position: absolute;
    z-index: 999;
}

.testimonial-name p{
	position: relative;
	color: #133D67;
	/*font-weight: 700;*/
	font-size: 14px;
	margin-left: 50px;
}

.testimonial-name p:before{
	position: absolute;
    width: 30px;
    height: 2px;
    background: #FE5722;
    left: -50px;
    bottom: 10px;
    content: "";
}



.deals-carousel .item h2 {
	font-size: 24px;
}

.deals-carousel .item p {
	font-size: 16px;
	font-weight: 500;
}

.deals-carousel{
	padding-right: 200px;
	padding-left: 200px;
}

.deals-carousel .item img{
	display: block;
	width: 80% !important;
	height: auto;
}

.featured{
	background-color: #fff2d8;
}

.featured-padding{
	padding-left: 150px;
	padding-right: 150px;
}

.featured h2 {
	font-size: 24px;
	color: 
}

.item1{
	background-color: #133D67;
	padding: 30px;
	min-height: 275px;
	border-radius: 10px;
}
.item1 h2{
	color: white;
}
.item1 img{
	width: 200px;
}
.item2{
	background-color: #3e3d3d;
	padding: 30px;
	border-radius: 10px;
	min-height: 275px;
}
.item2 h2{
	color: white;
}
.item2 img{
	width: 200px;
}
.item3{
	background-color: #FE5722;
	padding: 30px;
	border-radius: 10px;
	min-height: 275px;
}
.item3 h2{
	color: white;
}
.item3 img{
	width: 200px;
}

.nutrition a{
	color: #3e3d3d;
}

.large-button{
	background-color: #fff2d8;
	padding: 30px;
	border-radius:10px;
	min-height: 400px;
    max-height: 400px;
}

.large-button h2{
	font-size: 24px;
	padding-top: 20px;
}

.menu{
	background-color: #fff2d8;
	padding: 30px;
	border-radius:10px;
	min-height: 550px;
    max-height: 550px;
}

.menu h2{
	font-size: 24px;
	padding-top: 20px;
}

.menu-image {
	width: 100%;
	max-height: 300px;
	overflow: hidden;

}

.menu-image img {
	width: inherit !important;

}

.gallery{
	width: 100%;
	max-height: 300px;
	overflow: hidden;	
}

.gallery img{
    width: inherit;
}


.my-hover :hover{
	background-color: #ffe492;
}

.footer{
	background-color: #3e3d3d;
}

.footer img{
	width: 300px;
	/*margin-top: 50px;*/
}

.download-icon img{
	width: 100px;
	/*margin-top: 50px;*/
}

.footer p{
	color: white;
	font-weight: 500;
	font-size: 16px;
	margin-top: 20px;
}

.footer ul{
	/*margin-top: 50px;*/
}

.footer ul li{
	list-style-type: none;
	color: white;
	padding-bottom: 10px;
	font-weight: 500;
	font-size: 16px;
}

.footer-padding{
	padding: 50px 30px;
}
.social{
	font-size: 24px;
}
.social a{
	padding-right: 20px;
}	

.copyright{
	border-top: 1px solid grey;
	padding: 30px 80px 10px;
}

.copyright a{
	font-size: 30px;
	padding-right: 20px;
}

.copyright a:hover{
	color: #FE5722;
	font-size: 30px;
	padding-right: 20px;
}

.copyright p{
	margin-top: 10px;
}


@media only screen and (max-width: 600px) {
	h1{
		font-size: 30px;
	}
	.btn-header{
		display: none;
	}
	.btn-orange{
		background-color: #FE5722;
		padding: 10px 22px;
    	font-size: 14px;
	    font-weight: 600;
	}
	.btn-grey{
		background-color: #3e3d3d !important;
		padding: 10px 22px;
    	font-size: 14px;
	    font-weight: 600;
	}
	.buttons{
		position: absolute;
		padding-left: 45px;
		top: 280px;
	}

	.section-padding{
		margin-top: 0px;
		margin-bottom: 50px;
	}
	.logo{
		width: 140px;
		margin-left: 5px;
	}
	.navbar-nav li a{
		padding-top: 20px;
		/*border-bottom: 1px solid white;*/
		font-size: 13px;
	}

	.page-header{
		background-image: none;
		background-attachment: fixed;
		background-repeat: no-repeat;
		height: 100px;
	}

	.page-header span a{
		color: black;
	}

	.page-header h1{
		font-size: 24px;
	}


	.about-section ul{
	    padding-left: 50px;
		padding-right: 50px;
		text-align: left;
	}

	.about-section{
		margin-top: 30px;
	}

	.about-section p{
		padding-left: 20px;
		padding-right: 20px;
		font-size: 16px;
		text-align: justify;
	}

	.about-section h1{
		position: relative;
		font-size: 30px;
		font-weight: 700;
	}

	.about-section hr{
	    width: 200px;
	    border-top: 1px solid black;
	}

	.content{
		padding: 0px 30px;
	}

	.navbar{
		z-index: 999;
		position: relative;
		background-color: #3e3d3d!important;
	}
	.video{
		width: 100%;
		position: relative;
		top: 0px;
	}

	.button{
		padding-left: auto;
		padding-right: auto;
		text-align: center;
	}

	.divider img{
		width: 200px;
	}

	.line{
		width: 180px;
	}

	.deals-carousel{
		padding-right: 30px;
		padding-left: 30px;
	}

	.featured-padding{
		padding-left: 30px;
		padding-right: 30px;
	}

	.featured h1 {
		font-size: 30px;
		padding-top: 20px;
	}

	.item1{
		background-color: #133D67;
		padding: 30px;
		min-height: 275px;
		border-radius: 10px;
	}
	.item1 h2{
		font-size: 20px;
		color: white;
	}
	.item1 img{
		width: 200px;
	}
	.item2{
		background-color: #3e3d3d;
		padding: 30px;
		margin-top: 30px;
		border-radius: 10px;
		min-height: 275px;
	}
	.item2 h2{
		font-size: 20px;
		color: white;
	}
	.item2 img{
		width: 200px;
	}
	.item3{
		background-color: #FE5722;
		padding: 30px;
		margin-top: 30px;
		border-radius: 10px;
		min-height: 275px;
	}
	.item3 h2{
		color: white;
		font-size: 20px;
	}
	.item3 img{
		width: 200px;
	}

	.nutrition a{
		color: #3e3d3d;
	}

	.testimonial{
		padding-right: 30px;
		padding-left: 30px;
	}

	.testimonial .item {
		box-shadow: 1px 5px 20px #00000026;
		padding: 20px 30px;
		margin-top: 50px;
		background-color: #fff2d8;
		min-height: 300px;
	    max-height: 300px;
	}

	.large-button{
		background-color: #fff2d8;
		padding: 30px;
		margin-top: 30px;
		border-radius:10px;
		min-height: 500px;
	    max-height: 500px;
	}

	.menu-fix img{
		width: 100%;
	}

	.large-button h2{
		font-size: 18px;
		padding-top: 20px;
	}

	.menu{
		background-color: #fff2d8;
		padding: 30px;
		border-radius:10px;
		min-height: 500px;
	    max-height: 500px;
	}

	.menu h2{
		font-size: 24px;
		padding-top: 20px;
	}

	.menu-image {
		width: 100%;
		max-height: 200px;
		overflow: hidden;

	}
	
	.menu-image img {
    	width: inherit !important;
    
    }
    
    .gallery img{
        width: inherit;
    }

	.footer img{
		width: 200px;
		margin: auto;
	}
	.footer-logo{
		text-align: center;
		margin-top: 20px 
	}

	.footer p{
		color: white;
		font-weight: 500;
		font-size: 16px;
		text-align: center;
		margin-top: 20px;
	}

	.footer ul{
		margin-top: 20px;
		padding-left: 0px;
	}

	.footer ul li{
		list-style-type: none;
		color: white;
		text-align: center;
		padding-bottom: 10px;
		font-weight: 500;
		font-size: 16px;
	}

	.footer-padding{
		padding: 20px 30px;
	}

	.social{
		font-size: 20px;
		text-align: center;
	}	
	.download-icon{
		text-align: center;
	}
	.download-icon img{
		width: 80px;
	}

	.copyright{
		border-top: 1px solid grey;
		padding: 30px 80px 10px;
	}

	.copyright a{
		font-size: 30px;
		padding-right: 20px;
	}

	.copyright a:hover{
		color: #FE5722;
		font-size: 30px;
		padding-right: 20px;
	}

	.copyright p{
		margin-top: 10px;
	}
}