/*Media queries*/
@media (max-width: 780px) {
	body .blog-text {
		margin: 20px;
	}
}
/*Gallery*/

.container.gallery-container {
	background-color: #fff;
	color: #35373a;
	min-height: 100vh;
	padding: 30px 50px;
}

.gallery-container h1 {
	text-align: center;
	margin-top: 50px;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
}

.gallery-container p.page-description {
	text-align: center;
	margin: 25px auto;
	font-size: 18px;
	color: #999;
}

.tz-gallery {
	padding: 10px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
	padding: 2px;
}

.tz-gallery .lightbox img {
	width: 100%;
	border-radius: 0;
	position: relative;
}

.tz-gallery .lightbox:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	opacity: 0;
	color: #fff;
	font-size: 26px;
	font-family: 'Glyphicons Halflings';
	content: '\e003';
	pointer-events: none;
	z-index: 9000;
	transition: 0.4s;
}


.tz-gallery .lightbox:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(46, 132, 206, 0.7);
	content: '';
	transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
	opacity: 1;
}

.baguetteBox-button {
	background-color: transparent !important;
}

@media(max-width: 768px) {
	body {
		padding: 0;
	}
}

 /*Footer*/

#myFooter{
	 padding-top:32px;
 }

#myFooter .container{
	text-align: center;
}

#myFooter .footer-copyright{
	margin-bottom: 35px;
	text-align: center;
	color: #777;
}

#myFooter ul{
	list-style-type: none;
	padding: 0;
	margin-bottom: 18px;
}

#myFooter a{
	color: #282b2d;
	font-size: 18px;
}

#myFooter li{
	display: inline-block;
	margin: 0px 15px;
	line-height: 2;
}

#myFooter .footer-social{
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #eee;
}

#myFooter .fa{
	font-size: 36px;
	margin-right: 15px;
	margin-left: 20px;
	background-color: white;
	color: #d0d0d0;
	border-radius: 51%;
	padding: 10px;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 43px;
	text-decoration: none;
	transition:color 0.2s;
}

#myFooter .fa-facebook:hover{
	color: #2b55ff;
}

#myFooter .fa-facebook:focus{
	color: #2b55ff;
}

#myFooter .fa-google-plus:hover{
	color:red;
}

#myFooter .fa-google-plus:focus{
	color:red;
}

#myFooter .fa-twitter:hover{
	color: #00aced;
}

#myFooter .fa-twitter:focus{
	color:#00aced;
}

#myFooter{
	flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
}

/* CSS used for positioning the footers at the bottom of the page. */
/* You can remove this. */

html{
	height: 100%;
}

body{
	display: flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	height: 100%;
}

.content{
	flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	min-height: 200px;
}

  /*Blog page*/

.featurette-heading {
	text-align: center;
}

.row.featurette {
	padding: 20px;
}

.blog-text {
	margin-right: 100px;
	margin-left: 100px;
}

.view-details {
	float: right;
}

.validation-error {
	color: red;
	padding: 10px;
}

/*Profile*/

.profile_area {
	display: block;
}
.profile_inner {
	margin-top: 20px;
}

.profile_inner.row {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.profile_area .col-lg-7 {
	vertical-align: middle;
	align-self: center;
}

.personal_text .personal_social {
	margin-top: 45px;
}

.personal_text .personal_social li {
	display: inline-block;
	margin-right: 7px;
}

.personal_text .personal_social li a {
	line-height: 40px;
	width: 40px;
	background: #e8e8e8;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.personal_text .basic_info li {
	margin-bottom: 15px;
}

.personal_text .basic_info li a {
	position: relative;
	padding-left: 40px;
	font-size: 16px;
	color: #777;
}

.personal_text .basic_info li a i {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #766dff;
}

.lnr-calendar-full:before {
	content: "\e836";
}

.lnr {
	font-family: linearicons-free;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.personal_text h3 {
	font-size: 48px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #222;
}

.personal_text h6 {
	font-size: 14px;
	font-family: roboto,sans-serif;
	text-transform: uppercase;
	letter-spacing: 2.1px;
	font-weight: 400;
	margin-bottom: 12px;
	color: #222;
}

.personal_text h4 {
	font-size: 16px;
	font-weight: 500;
	font-family: roboto,sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #222;
}

.personal_text p {
	font-family: roboto,sans-serif;
	max-width: 540px;
	color: #777;
	margin-bottom: 40px;
}

.personal_text .personal_social li:hover a {
	background-image: -moz-linear-gradient(0deg,#766dff 0%,#88f3ff 100%);
	background-image: -webkit-linear-gradient(0deg,#766dff 0%,#88f3ff 100%);
	background-image: -ms-linear-gradient(0deg,#766dff 0%,#88f3ff 100%);
}