﻿/*-------------
 	General
-------------*/

*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html{
	font: normal 18px sans-serif;
	color: #555;
}

ul, nav{
	list-style: none;
}

a{
	text-decoration: none;
	color: inherit;
	cursor: pointer;

	opacity: 0.9;

}

a:hover{
	opacity: 1;
}

a.btn{
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	background-color: #ffe100;
	font-weight: 800;
	text-align: center;
}




hr{
	width: 150px;
	height: 2px;
	background-color: #ffe100;
	border: 0;
	margin-bottom: 80px;
}

section{
	display: flex;
	flex-direction: column;
	align-items: center;

	padding: 125px 100px;
    background-color: #fff;
}

@media (max-width: 1000px){

	section{
		padding: 100px 50px;
	}

}

@media (max-width: 600px){

	section{
		padding: 80px 30px;
	}

}

section h3.title{
	color: #414a4f;
	text-transform: capitalize; 
	font: bold 32px 'Open Sans', sans-serif;
	margin-bottom: 35px;
	text-align: center;
}

section p{
	max-width: 800px;
	text-align: left;
	margin-bottom: 35px;
	padding: 0 20px;
	line-height: 2;
}

ul.grid{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.grid1{
	width: 1350px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.grid2{
	width: 1350px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}



/*-------------
 	Header
-------------*/

header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 35px 100px 0;
}

header h2{
	font-family: 'Quicksand', sans-serif;
}

header nav{
	display: flex;
}

header nav li{
	margin: 0 15px;
}

header nav li:first-child{
	margin-left: 0;	
}

header nav li:last-child{
	margin-right: 0;	
}



@media (max-width: 1000px){
	header{
		padding: 20px 50px;
	}
}


@media (max-width: 700px){
	header{
		flex-direction: column;		
	}

	header h2{
		margin-bottom: 15px;
	}
}



/*----------------
 	Hero Section
----------------*/

.topbutton {

    opacity: 0.5;
    position: fixed;
    z-index: 200;
    bottom: 100px;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    background: rgba(55, 55, 55, 0.8);
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.hero{
	position: relative;
	justify-content: center;
	min-height: 100vh;
	color: #fff;
	text-align: center;
    background: rgba(0, 0, 0, 0.5);
}

.hero .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-color: #ffe100;
	z-index: -1;
}

.hero .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #414a4f;
	opacity: 0.75;
}

.hero h1{
	font: bold 60px 'Helvetica', sans-serif;
	margin-bottom: 15px;
letter-spacing: 3px;

}

.hero h3{
	font: normal 28px 'Open Sans', sans-serif;
	margin-bottom: 40px;
}

.hero a.btn{
	padding: 20px 46px;
}

@media (max-width: 800px){

	.hero{
		min-height: 600px;
	}

	.hero h1{
		font-size: 30px;
	}

	.hero h3{
		font-size: 24px;
	}

	.hero a.btn{
		padding: 15px 40px;
	}

}

/*----------------
 	Hero1 Section
----------------*/

.hero1{
	position: relative;
	justify-content: center;
	min-height: 50vh;
	color: #fff;
	text-align: center;
 background: rgba(0, 0, 0, 0.35);
}

.hero1 .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-color: #ffe100;
	z-index: -1;
}

.hero1 .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #414a4f;
	opacity: 0.75;
}



.hero1 a.btn{
	padding: 20px 46px;
}

@media (max-width: 800px){

	.hero1{
		min-height: 600px;
	}

	.hero1 h1{
		font-size: 32px;
	}

	.hero1 h3{
		font-size: 24px;
	}

	.hero1 a.btn{
		padding: 15px 40px;
	}

}



/*----------------
 	Hero2 Section
----------------*/

.topbutton {

    opacity: 0.5;
    position: fixed;
    z-index: 200;
    bottom: 100px;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    background: rgba(55, 55, 55, 0.8);
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.hero2{
	position: relative;
	justify-content: center;
	min-height: 30vh;
	color: #fff;
	text-align: center;
    background: rgba(0, 0, 0, 0.2);
}

.hero2 .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-color: #ffe100;
	z-index: -1;
}

.hero2 .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #414a4f;
	opacity: 0.75;
}

.hero2 h1{
	font: bold 60px 'Helvetica', sans-serif;
	margin-bottom: 15px;
letter-spacing: 3px;

}

.hero2 h3{
	font: normal 28px 'Open Sans', sans-serif;
	margin-bottom: 40px;
}

.hero2 a.btn{
	padding: 20px 46px;
}

@media (max-width: 800px){

	.hero{
		min-height: 600px;
	}

	.hero h1{
		font-size: 30px;
	}

	.hero h3{
		font-size: 24px;
	}

	.hero a.btn{
		padding: 15px 40px;
	}

}


/*----------------
 	Hero3 Section
----------------*/

.topbutton {

    opacity: 0.5;
    position: fixed;
    z-index: 200;
    bottom: 100px;
    right: 0;
    display: block;
    width: 50px;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    background: rgba(55, 55, 55, 0.8);

    text-decoration: none;
    color: #fff;
}

.hero3{
	position: relative;
	justify-content: center;
	min-height: 100vh;
	color: #fff;

    background: rgba(0, 0, 0, 0.7);
}

.hero3 .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-color: #ffe100;
	z-index: -1;
}

.hero3 .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #414a4f;
	opacity: 0.75;
}

.hero3 h1{
	font: bold 60px 'Helvetica', sans-serif;
	margin-bottom: 15px;
letter-spacing: 3px;

}

.hero3 h3{
	font: normal 28px 'Open Sans', sans-serif;
	margin-bottom: 40px;
}

.hero3 a.btn{
	padding: 20px 46px;
}

@media (max-width: 800px){

	.hero3{
		min-height: 600px;
	}

	.hero3 h1{
		font-size: 30px;
	}

	.hero3 h3{
		font-size: 24px;
	}

	.hero3 a.btn{
		padding: 15px 40px;
	}

}


/*--------------------
 	Our Work Section
---------------------*/

.оur-work{
	background-color: #fff;
}

.our-work .grid li{
	    padding-top: 20px;
    padding-bottom: 20px;
	height: 320px;
	border-radius: 3px;

	background-clip: content-box;
	background-size: cover;
	background-position: center;
}

.our-work .grid li.small{
	flex-basis: 40%;
}

.our-work .grid li.large{
	flex-basis: 60%;
}


@media (max-width: 1000px){

	.our-work .grid li.small,
	.our-work .grid li.large{
		flex-basis: 100%;
	}

}



/*----------------------
 	Features Section
----------------------*/

.features{
	background-color: #f7f7f7;
}

.features .grid li{
	    padding: 20px;

	height: 320px;
	border-radius: 3px;

	background-clip: content-box;
	background-size: cover;
	background-position: center;
}

.features .grid li.small{
	flex-basis: 40%;
}


.features .grid li.large{
	flex-basis: 60%;
}


@media (max-width: 1000px){

	.features .grid li.small,
	.features .grid li.large{
		flex-basis: 100%;
	}

}

/*----------------------
 	Features1 Section
----------------------*/

.features1{

	
	background-color: #414042;
}

.features1 .grid li{
		    padding-top: 20px;
padding-bottom: 20px;
	height: 320px;
	border-radius: 3px;

	background-clip: content-box;
	background-size: cover;
	background-position: center;
}

.features1 .grid li.small{
	flex-basis: 40%;
}

.features1 .grid li.large{
	flex-basis: 60%;
}


@media (max-width: 1000px){

	.features1 .grid li.small,
	.features1 .grid li.large{
		flex-basis: 100%;
	}

}

/*----------------------
 	Features2 Section
----------------------*/

.features2{
	
}

.features2 .grid li{
	    padding-top: 20px;
    padding-bottom: 20px;
	height: 320px;
	border-radius: 3px;

	background-clip: content-box;
	background-size: cover;
	background-position: center;
}

.features2 .grid li.small{
	flex-basis: 40%;
}

.features2 .grid li.large{
	flex-basis: 60%;
}


@media (max-width: 1000px){

	.features2 .grid li.small,
	.features2 .grid li.large{
		flex-basis: 100%;
	}

}

/*----------------------
 	Features3 Section
----------------------*/

.features3{
	background-color: #f7f7f7;
    padding: 50px 100px;
}

.features3 .grid1 li{
	    padding: 5px;

	height: 800px;
	border-radius: 3px;

	background-clip: content-box;
	background-size: cover;
	background-position: center;
}

.features3 .grid1 li.small{
	flex-basis: 652px;
}


.features3 .grid1 li.large{
	flex-basis: 652px;
}



@media (max-width: 1068px){

	.features3 .grid1 li.small,
	.features3 .grid1 li.large{
		flex-basis: 100%;
max-width: 736px;

	}

}


.features3 .grid2 li{
	    padding: 5px;

	height: 500px;
	border-radius: 3px;

	background-clip: content-box;
	background-size: cover;
	background-position: center;
}

.features3 .grid2 li.small{
	flex-basis: 100%;
}


@media (max-width: 1068px){

	.features3 .grid2 li.small{
		flex-basis: 100%;
max-width: 736px;
	}
.features3{
    padding: 0px;
}

}



/*--------------------
 	Reviews Section
--------------------*/

.reviews{
	background-color: #fff;
}

.reviews .quote{
	text-align: center;
	width: 80%;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0;
}

.reviews .author{
    font-size: 18px;
    margin-bottom: 50px;
}

.reviews .author:last-child{
    margin-bottom: 0;
}

@media (max-width: 1000px){

	.reviews .quote{
		font-size: 20px;
	}

	.reviews .author{
	    font-size: 16px;
	}

}



/*---------------------
 	Contact Section
---------------------*/

.contact{
	background-color: #f7f7f7;
}

.contact form{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	max-width: 800px;
	width: 80%;
}

.contact form input{
	padding: 15px;
	flex: 1;
	margin-right: 30px;
	font-size: 18px;
	color: #555;
}

.contact form .btn{
	padding: 18px 42px;
}


@media (max-width: 800px){

	.contact form input{
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}

}




/*-------------
 	Footer
-------------*/

footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
	background-color: #414a4f;
	padding: 60px 0;
}

footer ul{
	display: flex;
	margin-bottom: 25px;
	font-size: 32px;
}

footer ul li{
	margin: 0 8px;	
}

footer ul li:first-child{
	margin-left: 0;	
}

footer ul li:last-child{
	margin-right: 0;	
}

footer p{
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	margin-bottom: 10px;
}

footer p a{
	color: #fff;
}

@media (max-width: 700px){

	footer{
		padding: 80px 15px;
	}

}


.videoWrapper {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 0px;
        height: 0;
}
.videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}




#video-bg {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -1;

    background-size: cover;
}

#video-bg > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: auto; 
}

 @supports (object-fit: cover) {
     #video-bg > video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
     }
 }



#video-bg1 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
       z-index: 0;

    background-size: cover;
}

#video-bg1 > video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    width: auto;
    height: auto; 
}

 @supports (object-fit: cover) {
     #video-bg1 > video {
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         object-fit: cover;
     }
 }

/* -- Demo ads -- */

@media (max-width: 1200px) {
	#bsaHolder{ display:none;}
}




* {
     box-sizing-border: box;
}
.support-warning {
     background: #ccb11c;
     color: #000;
     display: block;
     font-family: sans-serif;
     font-weight: 700;
     opacity: 0.95;
     padding: 3rem;
     position: fixed;
     text-align: center;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 5;
}

.support-warning a {
     color: inherit;
}

/* flexbox fallback */
.grid {
     display: flex;
     flex-wrap: wrap;
}

.grid--4x4 > .grid__item {
     flex: 1 0 auto;   
}


@supports(display: grid) {
     .support-warning {
          display: none;
     }
     
     .grid {
         display: grid;
     }
     
}

.grid--4x4 {
     grid-template-columns: 1fr 1fr;
     grid-template-rows: repeat(auto-fit, minmax(50vh, auto) minmax(50vh, auto));
}

.align-center {
     align-items: center;
     justify-content: center;
}

.content {
     padding: 3.5rem;
     max-width: 400px;
}

.heading {
     font-family: sans-serif;
     font-size: 2rem;
     font-weight: 700;
     line-height: 1.2;
     margin-bottom: 1rem;
}

.description {
     font-family: sans-serif;
     font-size: 1rem;
     line-height: 1.5;
}

.theme-peach {
   background: #ffe100;
   color: #1c1e22;
}

.theme-black {
    background: #1c1e22; 
    color: #fff;
}

.theme-white {
   background: #fff;
   color: #1c1e22;
}

.theme-grey {
  background: #333;
  color: #fff;
}



















* {
     box-sizing: border-box;
}

body {
     background: #1c1e22;
     color: #fff;
}

.support-warning {
     background: #ccb11c;
     color: #000;
     display: block;
     font-family: sans-serif;
     font-weight: 700;
     opacity: 0.95;
     padding: 3rem;
     position: fixed;
     text-align: center;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 5;
}

.support-warning a {
     color: inherit;
}

/* Flexbox fallback */
.l-grid {
     display: flex;
     flex-wrap: wrap;
}

.l-grid > .l-grid__item {
     flex: 1 0 auto;
}

.l-grid--4x4 > .l-grid__item {
     width: 25%;
}

@supports(display: grid) {
     .support-warning {
          display: none;
     }
     
     /* resets pre grid */
     .l-grid--4x4 > .l-grid__item {
         width: auto;
min-width: 25%;
     }
     
     .l-grid {
          display: grid;
     }
}

.l-grid--4x4 {
     grid-template-columns: repeat(4, 1fr);
     grid-template-rows: repeat(3, minmax(13rem, 1fr));
}

.l-span-column-2 {
     grid-column-start: span 2;
}

.l-span-row-2 {
     grid-row-start: span 2;
}

.l-full-height {
     min-height: 100vh;
}

.align-center {
     align-items: center;
     justify-content: center;
}

.content {
     padding: 3.5rem;
     max-width: 400px;
}

.heading {
     font-family: sans-serif;
     font-size: 1.5rem;
     font-weight: 700;
     line-height: 1.2;
     margin-bottom: 1rem;
}

.description {
     font-family: sans-serif;
     font-size: 1rem;
     line-height: 1.5;
}

.theme-peach {
     background: #ffe100;
     color: #1c1e22;
}

.theme-black {
     background: #1c1e22;
     color: #fff;
}

.theme-grey {
     background: #333;
     color: #fff;
}

.img-background {
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
     color: #fff;
}

.img-background--mountain {
     background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('http://mtu.gov.ua/files/projects/assets/img/bb.jpg');
}

.img-background--waterfall {
     background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('http://mtu.gov.ua/files/projects/assets/img/bbbb.jpg');
}

.img-background--forest {
     background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('http://mtu.gov.ua/files/projects/assets/img/bbb.jpg');
     background-size: cover;
     background-repeat: no-repeat;
     color: #fff;
}

.img-background--mountain1 {
     background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('http://mtu.gov.ua/files/projects/assets/img/dd.jpg');
}

.img-background--waterfall1 {
     background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('http://mtu.gov.ua/files/projects/assets/img/dddd.jpg');
}

.img-background--forest1 {
     background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('http://mtu.gov.ua/files/projects/assets/img/ddd.jpg');
     background-size: cover;
     background-repeat: no-repeat;
     color: #fff;
}

.img-background--mountain2 {
     background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('http://mtu.gov.ua/files/projects/assets/img/oo.jpg');
}

.img-background--waterfall2 {
     background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('http://mtu.gov.ua/files/projects/assets/img/oooo.jpg');
}

.img-background--forest2 {
     background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('http://mtu.gov.ua/files/projects/assets/img/ooo.jpg');
     background-size: cover;
     background-repeat: no-repeat;
     color: #fff;
}








.img-background--mountain3 {
     background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('http://mtu.gov.ua/files/projects/assets/img/kb1.jpg');
}

.img-background--waterfall3 {
     background-image: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('http://mtu.gov.ua/files/projects/assets/img/kb3.jpg');
}

.img-background--forest3 {
     background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url('http://mtu.gov.ua/files/projects/assets/img/kb2.jpg');
     background-size: cover;
     background-repeat: no-repeat;
     color: #fff;
}
















* {
     box-sizing: border-box;
}

body {
     background: #1c1e22;
     color: #fff;
}

.support-warning {
     background: #ccb11c;
     color: #000;
     display: block;
     font-family: sans-serif;
     font-weight: 700;
     opacity: 0.95;
     padding: 3rem;
     position: fixed;
     text-align: center;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 5;
}

.support-warning a {
     color: inherit;
}

.l-grid {
     display: flex;
}

.l-column-start-2 {
     margin-left: auto;
     width: 50%;
}


@supports(display: grid) {
     
     .support-warning {
          display: none;
     }
     
     /* Reset fallback styles */
     .l-column-start-2 {
         margin: initial;
         width: auto;
     }
     
     .l-grid {
 
     }
     
}

.l-grid--2-col {
     grid-template-columns: 1fr 1fr;
     grid-template-rows: 1fr;
}

.l-grid--full-height {
     grid-template-rows: minmax(100vh, 1fr);
}



.l-column-start-2 {
     grid-column-start: 2;
}

.l-align-center {
     align-items: center;
}

.l-full-height {
     min-height: 100vh;
}

.content {
     max-width: 400px;
}

.heading {
     position: relative;
     font-weight: 700;

     margin-bottom: 1rem;
     line-height: 1.3;
     font-family: sans-serif;
}

.heading::before {
     content: '';
     position: absolute;
     width: 20%;
     height: 5px;
     top: -16px;
     border-top: 5px solid #ffe100;
}

.description {
     font-size: 1rem;
     line-height: 1.55;
     color: #7a7b80;
     font-family: sans-serif;
}





.wrapper {
  background: -webkit-linear-gradient(right, #c56f82, #497ccb);
  background: linear-gradient(270deg, #c56f82, #497ccb);
  height: 100vh;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* -------------------------------------------------------------------------
   begin Scroll Down Button
 * ------------------------------------------------------------------------- */
button.scroll_down {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  height: 50px;
  width: 30px;
  bottom: 60px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 20px;
  cursor: pointer;
  outline: none;
}
button.scroll_down:before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: scroll_down_btn-animation 2s infinite;
  animation: scroll_down_btn-animation 2s infinite;
  box-sizing: border-box;
}

@keyframes scroll_down_btn-animation {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scroll_down_btn-animation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

/* -------------------------------------------------------------------------
   end Scroll Down Button 
 * ------------------------------------------------------------------------- */

/* ## Test ## */
.block {
  height: 2000px;
  border-top: 1px solid red;
}









header1 {

	font-size: 0;
	display: flex;
	flex-flow: row wrap;

    background-color: #f7f7f7;
}
header1 > * {
	flex: auto;


}
header1	 > * img {
	width: 100%;
	height: auto;
    padding: 20px 20px;
}


header2 {

	font-size: 0;
	display: flex;

    background-color: #f7f7f7;
}
header2 > * {
	flex: auto;


}
header2	 > * img {
	width: 100%;
	height: auto;
    padding: 20px 20px;
}







.map-responsive{
    overflow:hidden;
    padding-bottom:25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}