body, html {
	font-family: 'DM Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
}

main {
	padding:32px 96px;
}

/*div {
	padding: 0px 15px;
}
*/

h1 {
	text-transform: uppercase;
	color:#000000;
	font-weight: 900;
	text-align: center;
	letter-spacing: 0.05em;
	font-size: 24px;
	line-height: 2em;
}

h1.caption{
	margin-top: 50px;
	margin-bottom: 20px;
}
h1 strong {
	font-weight: 900;
}
h2 {
	color:#b04f4f;
	font-size: 18px;
/*	letter-spacing: 0.4px;*/
	line-height: 20px;
	text-align: left;
	font-weight: 700;
	text-transform: uppercase;
}
h3 {
	font-size: 16px;
	font-weight: 600;
}
h4 {
	text-transform: none;
}
h5 {
	text-transform: none;
/*	letter-spacing: 0.6px;*/
	font-weight: 500;
	line-height: 20px;
}
p {
	font-family: 'DM Sans', sans-serif;
	color: #4a4a4a;
	line-height: 24px;
}

p.overview{
	font-size: 17px;
/*	letter-spacing: 0.4px;*/
	line-height: 24px;
	text-align: left;
	font-weight: 400;
/*	margin-right: 100px;*/
/*	margin-left: 100px;*/
}

p.text{
	font-size: 17px;
/*	letter-spacing: 0.4px;*/
	line-height: 24px;
	text-align: left;
	font-weight: 400;
/*	margin-right: 85px;*/
/*	margin-left: 90px;*/
}

p.information{
	font-size: 16px;
/*	letter-spacing: 0.4px;*/
	line-height: 24px;
	text-align: left;
	font-weight: 400;
/*	margin-left: 20px;*/
}

p.information-title strong{
	color:#b04f4f;
	font-size: 16px;
/*	letter-spacing: 0.4px;*/
	line-height: 20px;
	text-align: left;
	font-weight: 700;
/*	margin-left: 20px;*/
	text-transform: uppercase;
}

.infobox{
	margin-left: -30px;
}

/*.infobox {
	margin: 15px -20px 20px 20px; 
}
*/
p.information strong{
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color:#000000;
}



.aboutme {
	margin-top: 100px;
}

.aboutme p {
	color: 

}

a {
	color: #000000;
	font-weight: 800;
}
a:hover, a:focus {
	text-decoration: none;
	color: #A90000;
}

#portfolio_header {
/*	margin-top: 100px;*/
margin-bottom: 40px;
}

.section-title {
	padding: 15px;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	color: #4a4a4a;

	font-size: 16px;
/*	letter-spacing: 0.4px;*/
	line-height: 24px;
	text-align: left;
	font-weight: 500;
/*	margin-right: 85px;*/
	margin-left: 15px;
	list-style-type: disc;
}

ol.type {
	margin-left: -3px;

}

ul.cat{
	padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
    color: #4a4a4a;
    font-size: 16px;
/*    letter-spacing: 0.4px;*/
    line-height: 36px;
    text-align: left;
    font-weight: 500;
    /* margin-right: 85px; */
    margin-left: 15px;

    list-style-type: disc;
}




    

hr {
	border-color: rgba(0,0,0,0.1);
	margin: 20px 0px;
}
/* Navigation */
#menu {
	padding: 20px;
	transition: all 0.8s;
}

#menu-bottom{
padding: 10px;
}

#menu.navbar-default {
	background-color: #fff;
	border-color: #fff;
}
#menu a.navbar-brand {
	text-transform: Uppercase;
	font-size: 23px;
	color: #242424;
	font-weight: 700;
	letter-spacing: 0.02em;
}

#menu a.navbar-brand h5{
	color:#949494;
	line-height: 3px;
	font-weight: 400;
	letter-spacing: 0.05em;
}

#menu a.navbar-brand i.fa {
	color: #88bb45;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #878d8f;
	font-size: 12px;
	letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #A90000;
}
.on {
	background-color: #fff !important;
	padding: 20px !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
	margin-right: -5px
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #A90000;
	border-color: #A90000;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}

.navbar-default .navbar-toggle:focus>.icon-bar {
	background-color: #FFF;
	color:#ffffff;
}

/* Home Style */
header {
	background: url(../img/header-bg.jpg) no-repeat top center;
	background-size: cover;
	color: #cfcfcf;
	position: relative;
	height: 100%;
}
header p {
	color: #222;
	font-size: 18px;
	margin-bottom: 60px;
	display: inline-block;
	background-color: rgba(255,255,255,0.5);
	padding: 0 4px;
	border-radius : 2px;
}
.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 60px;
	text-transform: uppercase;
	color: #222;
	font-weight: 300;
}
.color {
	color: #1fb9b1;
	font-weight: 700;
	text-shadow: 5px 0 5px #fff;
}

.tabbox{
	padding-left: 55px;
	padding-bottom: 20px;
}

.nav-pills > li > a {
    background-color: #fff;
        padding: 4px 8px;
    border-radius: 1px;
    color: #5C5C5C;
    border: 1px solid #5C5C5C;
    margin:0 10px 10px 0; 
           padding: 4px 14px;
           line-height:1.42857143;
}

.nav-pills > li > a:hover {
    background-color: #fff;
 
    border-radius: 1px;
    color: #A90000;
    border: 1px solid #A90000;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #A90000;
    border: 1px solid #A90000;
    padding: 4px 14px;
    line-height:1.42857143;
    border-radius: 1px;
}

.gotonext{
margin-bottom: 20px;
right:10px;
}

.gotoprevious{
margin-bottom: 20px;
left: 10px;
}

.gotoprevious .btn-info{
	color: #5C5C5C;
    border: 1px solid #5C5C5C;
    background-color: #fff;
}

.btn-info {
	color: #000000;
    border: 1px solid #000000;
    background-color: #fff;
    padding: 4px 8px;
    border-radius: 1px;
    margin-bottom: 10px;
/*    color: #5C5C5C;
        border: 1px solid #5C5C5C;
    background-color: #fff;*/
}

.btn-info:hover {
	color: #A90000;
    border: 1px solid #A90000;
    background-color: #fff;
}

.btn-info:active {
    color: #fff;
    border: 1px solid #A90000;
    background-color: #A90000;
}

.btn-default {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	background-color: rgba(255,255,255,0.8);
	border: 0;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #86E2D5;
	color: #fff;
}

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	width:90%;
	left:55px;
	height: 90%;
}

/* About Section */
#about-section {
	padding: 100px 0;
	background-color: #86E2D5;
	color: #43716a;
}
#about-section h2 {
	color: #dbf6f2;
}
#about-section .section-title hr {
	margin-bottom: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4e9e0+0,ffffff+100&amp;1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(164,233,224,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e9e0', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
#about-section i {
	float: left;
	display: block;
	margin-right: 15px;
	color: #c3f1ea;
	font-size: 54px;
}
#about-section p {
	margin-top: 20px;
	margin-bottom: 30px;
	color: #57938b;
}
/* Team Section */
#team-section {
	padding: 100px 0;
	background-color: #eff1f1;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #c5c6c6;
}
.section-title hr {
	height: 2px;
	width: 50%;
	float: left;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e5e5+0,ffffff+100&amp;1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(227,229,229,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e5e5', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
	border: 0;
	margin-bottom: 50px;
}
#team-section .item {
	padding: 0;
	margin: 15px;
}
img.img-circle.team-img {
	width: 120px;
	height: 120px;
	border: 0;
	transition: all 0.5s;
	margin: 0;
	box-shadow: -3px -3px #86E2D5;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #e1f8f4;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #78cbbf;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #78cbbf;
}
/* Services Section */
#services-section {
	padding: 80px 0;
	background-color: #eff1f1;
}
.space {
	margin-top: 40px;
}
#services-section i.fa {
	font-size: 36px;
	margin-bottom: 10px;
	transition: all 0.5s;
	color: #1fb9b1;
}
/* Gallery Section 
==============================*/
img.responsive {
	margin-bottom: 50px;
}

#works-section {
	padding: 100px 0 20px 0;
	background-color: #FFF;
}
#works-section h2 {
	color: #5C5C5C;
	line-height: normal;
}
#works-section .section-title hr {
	margin-bottom: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4e9e0+0,ffffff+100&amp;1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(164,233,224,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e9e0', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
.categories {
	padding-bottom: 10px;

	text-align: right;
}
ul.cat li {
	display: inline-block;
}
ol.type li {
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
}
ol.type li a {
	color: #5C5C5C;
	border: 1px solid #5C5C5C;
	padding: 4px 8px;
	border-radius: 1px;

}
ol.type li a.active {
	color: #fff;
	border: 1px solid #A90000;
	background-color: #A90000;
}
ol.type li a:hover {
	color: #A90000;
	border: 1px solid #A90000;
	background-color: #fff;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
/*	height: 260px;*/
	height: auto;
	overflow: hidden;
	position: relative;
}

.phonecaseitem{
	padding-bottom: 15px;
	padding-top: 15px;
}


.hover-bg .hover-text {
	font-size: 17px;
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
/*	background-image: linear-gradient(to right top, #1d00df, #5200e2, #7100e5, #8a07e8, #a112eb);*/
	background: rgba(169,0,0,0.9);
	backdrop-filter: blur(4px);

	padding: 20% 0 30% 0;
/*	height: 92.2%;*/
	height:auto;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#works-section i.fa {
	height: 30px;
	width: 30px;
	border: 1px solid #1fb9b1;
	font-size: 20px;
	padding: 5px;
	border-radius: 50%;
	color: #1fb9b1;
}
/* Testimonials Section */
#testimonials-section {
	padding: 100px 0;
	background-color: #86E2D5;
}
#testimonials-section h2 {
	color: #dbf6f2;
}
#testimonials-section .section-title hr {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4e9e0+0,ffffff+100&amp;1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(164,233,224,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(164,233,224,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e9e0', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
#testimonials-section i.fa {
	color: #b0ece4;
	font-size: 36px;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .img-circle {
	width: 100px;
	height: 100px;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 400;
	margin: 0 0 30px 0;
	color: #57938b;
}
/* Contact Section */
#contact-section {
	padding: 100px 0;
	background-color: #eff1f1;
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section i.fa {
	color: #86E2D5;
	margin-right: 20px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .btn {
	background: #fbfbfb;
	border: 2px solid #fff;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 20px;
	color: #aaa;
	font-size: 16px;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #86E2D5;
	border: 2px solid #86E2D5;
	color: #fff;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Social Section */
#social-section {
	padding: 30px 0;
	background-color: #86E2D5;
}
#social-section .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#social-section .social i.fa {
	font-size: 30px;
	padding: 4px 5px;
	color: #f4f5f6;
	transition: all 0.5s;
}
#social-section .social i.fa:hover {
	color: #57938b;
}


footer{
	background-color: #f5f5f5;
	color: #868686;
	padding: 40px 0 10px 0;
}

.footerlogo{
	display: inline-block;
    width: 35px;
    margin-right: auto;
    margin-left: auto;
    float: none;
}

.footer-logo-link {
    display: block;
    width: 35px;
    margin-right: auto;
    margin-left: auto;
    float: none;
}

.footer-text {
    margin-top: 20px;
    margin-bottom: 20px;

/*    font-family: freight-sans-pro, sans-serif;*/
    color: #868686;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 16px;
    text-align: center;
}
/* Footer */
/*#footer {
	background-color: #222222;
	color: #ddd;
	padding: 15px 0 10px 0;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
	color: #666;
}*/

/*html{height:100%;}
body{min-height:100%;margin:0;padding:0;position:relative;}
main{padding-bottom:100px;}
footer{position:absolute;bottom:0;width:100%;}


footer.footer {
	position: absolute;
	width: 100%;
	background-color: #000000;
	height: 80px;
	color: #fff;
	margin-top: 60px;
	bottom:0;
}

footer.footer p{
	margin-top: 30px;
	color: #fff;
}
*/

@media only screen and (max-width: 768px) {

img.responsive {
	width: 50%;
	}
}


@media only screen and (max-width: 600px) {
main {
	padding:0px 10px;
}

.aboutme {
	margin-top: 100px;
}
.changeshape{
	width: 100%;
}

img.responsive {
	width: 50%;
	margin-bottom: 20px;
}


p.overview{
	font-size: 17px;
/*	letter-spacing: 0.4px;*/
	line-height: 24px;
	text-align: left;
	font-weight: 400;
/*	margin-right: 100px;*/
/*	margin-left: 100px;*/
}

p.text{
	font-size: 17px;
/*	letter-spacing: 0.4px;*/
	line-height: 24px;
	text-align: left;
	font-weight: 400;
/*	margin-right: 85px;*/
/*	margin-left: 90px;*/}

ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;


	font-size: 16px;
	letter-spacing: 0.4px;
	line-height: 28px;
	text-align: left;
	font-weight: 500;
	margin-right: 5px;
/*	margin-left: 0px;
*/	list-style-type: disc;
}


h1 {
	text-transform: uppercase;
	color:#000000;
	font-weight: 900;
	text-align: left;
	letter-spacing: 0.5px;
	font-size: 24px;
	line-height: 2em;
/*	margin-left: 30px;
*/}

h1.caption{
	margin-top: 30px;
}

#portfolio_header {
	margin-top: 100px;
	margin-bottom: 0px;
}

/*
.infobox{
	margin:0px 0px 20px -20px; 
}*/

.tabbox{
	margin-top: -20px;
	padding-left: 0;
	padding-bottom: 20px;
}

.video-container iframe, .video-container object, .video-container embed {
	left:0;
	width: 100%;
	height:100%;
}

#myNavbar{
	margin-top:20px;
}

/*.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-top:20px;
}*/

}

/*gallery_about me*/


.gal {
	
	
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
	  
	
	}	
	.gal img{ width: 100%; padding: 7px 0;}
@media (max-width: 500px) {
		
		.gal {
	
	
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	  
	
	}
		
	}