/* Modi Decor Custom Style */


/* General Classes */
@import url("https://fonts.googleapis.com/css?family=Lato:400,300,100,700,900");

body{
	background: #f5f5f5;
	font-family: 'Lato', Helvetica, sans-serif;
}

/* Animation */

#delay-half-second {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -ms-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#delay-zero6-second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

#delay-zero7-second {
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  -ms-animation-delay:0.7s;
  -o-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

#delay-zero8-second {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay:0.8s;
  -o-animation-delay:0.8s;
  animation-delay: 0.8s;
}


#delay-zero9-second {
  -webkit-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -o-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

#delay-1second {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

#delay-1-1second {
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  animation-delay: 1.1s;
}


#delay-1-2second {
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

#delay-1-3second {
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
  -ms-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  animation-delay: 1.3s;
}


#delay-2seconds {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -ms-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

#delay-3seconds {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -ms-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

#delay-4seconds {
  -webkit-animation-delay: 4s;
  -moz-animation-delay: 4s;
  -ms-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-delay: 4s;
}

#delay-5seconds {
  -webkit-animation-delay: 5s;
  -moz-animation-delay: 5s;
  -ms-animation-delay: 5s;
  -o-animation-delay: 5s;
  animation-delay: 5s;
}

#delay-6seconds {
  -webkit-animation-delay: 6s;
  -moz-animation-delay: 6s;
  -ms-animation-delay: 6s;
  -o-animation-delay: 6s;
  animation-delay: 6s;
}



/* Side Bar Fixed & Main */

@media (min-width:769px){
.sidebar{
	opacity: 1;
    overflow: hidden;
    position: fixed;
    vertical-align: top;
    padding-top: 52px;
    bottom: 0;
    top: 0;
    width: 328px;
    background: #eeeeee;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.main{
	float: left;
	margin-left: 365px;
	width: calc(100% - 365px);
	padding: 52px;
	padding-bottom: 0;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
}

@media (max-width:768px){
.main{
	float: none;
	overflow: auto;
	width: 100%;
	margin-left:0 !important;
	text-align: center;
	}
	
	.img-responsive{
		margin: 0 auto;
	}
}


.mobile-logo{
	width: 200px;
	margin: 20px auto;
	text-align: center;
}

.sidebar ul{
	margin: 50px 0 0;
	list-style: none;
	padding: 0;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.89rem;
	letter-spacing: 1px;
}

.sidebar ul li{
	margin-bottom: 25px;
	font-weight: 300;
}

.sidebar ul li a{
	color: rgba(0, 0, 0, 0.4);
    text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.sidebar ul li a:hover{
	color: rgba(0, 0, 0, 0.9);
}

/* post */

.post{
	padding: 20px;
	background: #fff;
	position: relative;
}

.post-back-1{
	padding:0;
	height: 100%;
	background: url(../images/1.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.post-back-2{
	padding:0;
	height: 100%;
	background: url(../images/2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.post-back-3{
	padding:0;
	height: 100%;
	background: url(../images/3.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media (max-width:768px){
	
.post-back-1{
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.post-back-2{
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.post-back-3{
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
	
}

.intro{
	font-size: 22px;
	font-weight: 300;
	line-height: 21px;
	text-transform: uppercase;
	margin-bottom: 30px;
	margin-top: 0;
}

.intro-about{
	font-size: 22px;
	font-weight: 300;
	line-height: 21px;
	margin-bottom: 30px;
	margin-top: 0;
}

.about-title{
	font-size: 22px;
	font-weight: 300;
	line-height: 21px;
	margin-bottom: 30px;
	margin-top: 0;
	color: rgb(136, 47, 45);
}

.about-p{
	font-size: 16px;
	font-weight: 300;
	line-height: 17px;
	margin-bottom: 10px;
	margin-top: 0;
}


.for-text p{
	font-weight: 300;
	padding-top: 15px;
}



.item {
	 margin-bottom: 30px;
}
	

.for-text{
	background: #fff;
	padding: 18px;
	width: 100%;
	margin: 0;
	font-weight: 300;
}

.only-text{
	background: #882f2d !important;
	color: #fff !important;
	font-size: 20px;
	font-weight: 200;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-decoration: none !important;
}

.only-text2{
	background: #a97c40 !important;
	color: #fff;
	font-size: 20px;
	font-weight: 200;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-decoration: none !important;
}

.only-text a, .only-text2 a{
	color: #fff !important;
	font-weight: 200;
}

.only-text:hover, .only-text2:hover{
	background: #000 !important;
	text-decoration: none !important;
}

@media (max-width:435px){
	.for-text{
		font-size: 15px;
		text-align: center;
}

.item{
	float: none;
	width: 100%;
}
}

.blank-div{
	background: #A97A40;
	height: 100%;
}
.blank-div h3{
	padding: 30px;
}

.blank-div h3{
	font-size: 22px;
	font-weight: 200;
	color: #fff;
}

.profile-pic {
	position:relative;
	width:100%;
	height:100%;
	margin:0 auto;
}

.profile-pic img {
	width:100%;
	height:100%;
}

.change-profile-pic {
	bottom:0;
	width:100%;
	left:0;
	position:absolute;
	background:rgba(0,0,0,0.0);
	color: transparent;
	text-align:left;
	-webkit-transition:all 200ms ease-in-out;
	-moz-transition:all 200ms ease-in-out;
	-ms-transition:all 200ms ease-in-out;
	-o-transition:all 200ms ease-in-out;
	transition:all 200ms ease-in-out;
	text-decoration:none!important;
	height:100%!important;
	padding: 15px;
}

.change-profile-pic hr{
    border: 0;
    border-top: 1px solid transparent;
}

.change-profile-pic:hover {
	background:rgba(0,0,0,0.8);
	visibility:visible;
	color: #fff;
}

.change-profile-pic:hover hr{
    border-top: 1px solid #eee;
    background-color: white;
}

@media (max-width:768px){
	.change-profile-pic{
		text-align: center;
	}
	
}

.rights{
	padding-bottom: 10px;
	margin-top: 15px;
	text-transform: uppercase;
	font-weight: 300;
}

.about-list{
	list-style: none;
	padding: 0;
	margin: 30px 0;
	color: #3C3C3C;
	font-size: 22px;
	font-weight: 300;
	line-height: 21px;
}

.social{
	position: fixed;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.social h5{
	padding:0 30px;
}

.gallery{
	margin-bottom: 40px;
	min-height: 390px;
}
