 
  /*---------------------------------------------------------------

   

  ------------------------------------------------------------------*/
  /*----------------------------------------------------------------

  // Table of contents //

    - IMPORT
    - BODY
    - TYPOGRAPHY
    - LINKS
    - LISTS
    - IMAGES
    - BUTTONS
    - GENERAL
    - PAGE LOADER
    - NAVIGATION
    - HOME
    - PROJECTS
    - ABOUT
    - TEAM
    - TESTIMONIALS
    - NEWS
    - CONTACT
    - FOOTER
    - RESPONSIVE STYLES

  ------------------------------------------------------------------*/

  /*---------------------------------------
     IMPORT              
  -----------------------------------------*/
  
  @import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700,800');
  @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,700&amp;display=swap');  


  /*---------------------------------------
     BODY              
  -----------------------------------------*/
  
  body {
    background: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #494949;
    overflow-x: hidden;
  }


  /*---------------------------------------
     TYPOGRAPHY              
  -----------------------------------------*/

  h1, h2, h3, h4, h5, h6 {
	color: #2f3241;  
	margin: 0 0 10px;
  }

  h1 {
	font-size: 60px;
    font-weight: 800;	
	line-height: 64px;	
  }

  h2 {
    font-size: 46px;
    font-weight: 800;	
    line-height: 50px;
  }

  h3 {
    font-size: 36px;
    font-weight: 700;	
    line-height: 40px;	
  }
  
  h4 {
    font-size: 24px;
    font-weight: 700;	
    line-height: 28px;	
  }

  h5 {
    font-size: 16px;
    font-weight: 700;	
    line-height: 20px;		  
  }

  h6 {
    font-size: 12px;
    font-weight: 700;	
    line-height: 16px;
  }   

  p {
    color: #494949;
    font-size: 14px;
	font-weight: 400;
    line-height: 22px;
    margin: 0 0 15px;
  }


  /*---------------------------------------
     LINKS               
  -----------------------------------------*/

  a, a:visited { color: #2f3241; text-decoration: none; outline: 0; transition: 0.5s; }
  a:hover, a:active, a:focus { color: #fec901 !important; text-decoration: none; }


  /*---------------------------------------
     LISTS              
  -----------------------------------------*/  

  ul { list-style: none; padding: 0; }
  ul li { margin: 0; }
  

  /*---------------------------------------
     IMAGES               
  -----------------------------------------*/

  img {
	max-width: 100%;
    height: auto;	
  }

  /* Caption */
  .grid figure {
	margin: 0;
	position: relative;
  }

  .grid figure img {
	width: 100%;
	display: block;
	position: relative;
  }

  .grid figcaption {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	background: #2c3f52;
	color: #fec901;
  }
  
  .fa-caret-up {
    position: absolute; 
    top: -18px; 
    left: 60px; 
    font-size: 28px; 
    color: #2c3f52;
  }   

  .grid figcaption h3 {
	float: left;
    font-size: 16px;
    line-height: 22px;	
	margin: 0;
	padding: 0;
	color: #fff;
  }

  .grid span {
	float: left;
	clear: left;
	display: block;
  }

  .cs-style-3 figure {
	overflow: hidden;
  }

  .cs-style-3 figure img {
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
  }

  .cs-style-3 figure:hover img, 
  .cs-style-3 figure.cs-hover img {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
  }

  .cs-style-3 figcaption {
	height: 80px;
	width: 100%;
	top: auto;
	bottom: 0;
	opacity: 0;
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
  }

  .cs-style-3 figure:hover figcaption, 
  .cs-style-3 figure.cs-hover figcaption {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
  } 


  /*---------------------------------------
     BUTTONS              
  -----------------------------------------*/
  
  .btn {
    display: inline-block;
    padding: 11px 20px;
    margin-bottom: 0;
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
	text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 30px;
  }

  .btn-colored {
    color:#fff !important;
    background-color:#fec901 !important;
    border-color:#fec901 !important;
  }
  
  .btn-colored.focus, .btn-colored:focus, .btn-colored:hover {
    color:#fff !important;
    background-color:#e1b201 !important;
    border-color:#e1b201 !important;
  }
  
 
  /*---------------------------------------
     GENERAL               
  -----------------------------------------*/

  section {
    padding: 100px 0;
  }  

  .section-title {
    margin: 0 0 30px;
  }
  
  .section-title h6 {
    color: #fec901;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
  }

  .section-title p {
	font-size: 16px;  
	padding: 0 22%;
  }
  
  .border {
	width: 40px;
    height: 5px;
	margin-bottom: 25px;
    background-color: #fec901;
  }   
  
  .no-pad {
    padding-left: 0;
    padding-right: 0;  
  }
  
  .text-left {
	text-align: left;  
  }
  
  .text-right {
	text-align: right;  
  }

  .text-center {
	text-align: center;  
  }  
  
  .left {
	display: block; 	  
	float: left;  
  }
  
  .right {
	display: block; 	  
	float: right;  
  }
  
  .center {
	display: block;  
	margin-left: auto;
    margin-right: auto;	
  }
  
  .uppercase {
	text-transform: uppercase;  
  }
  
  .white {
	color: #fff;  	  
  }  
  
  .bg-grey {
	background-color: #f3f3f3;  
  }


  /*---------------------------------------
     PAGE LOADER              
  -----------------------------------------*/  

  .flbackdrop {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: white;
    z-index: 99999;
  }

  
  /*---------------------------------------
     NAVIGATION              
  -----------------------------------------*/  

  .navbar-custom {
    background: transparent;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border: none;
  }
  
  .navbar-custom a:focus {
    outline: none;
  }
  
  .navbar-custom .navbar-brand {
    color: #fff;	
    font-weight: 800;
    text-transform: none;
  }
  
  .navbar-custom .navbar-brand:hover, 
  .navbar-custom .navbar-brand:focus, 
  .navbar-custom .navbar-brand:active, 
  .navbar-custom .navbar-brand.active {
    color: #fff;
  }
  
  .navbar-custom .navbar-brand span {
    color: #fec901;
    margin-left: 2px;
  }

  .navbar-custom .navbar-nav.navbar-first {
    margin-left: 110px;
  }

  .navbar-custom .navbar-nav.navbar-first li a {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    padding: 8px 13px;
	margin: 8px 8px 8px 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s;
    transition: 0.5s;
	background-color: transparent;	
	border-radius: 30px;	
  }
  
  .navbar-custom .navbar-nav.navbar-first li:last-child a {
	margin: 8px 0;
  }  

  .navbar-custom .navbar-nav.navbar-first li a:hover {
    color: #fff !important;
    outline: none;	
	background-color: #fec901;
	border-radius: 30px;	
  }
  
  .navbar-custom .navbar-nav.navbar-first li a:focus, 
  .navbar-custom .navbar-nav.navbar-first li a:active {
    color: #fff !important;
	background-color: #fec901;
	border-radius: 30px;	
  }
  
  .navbar-custom .navbar-nav.navbar-first li.active a {
    color: #fff !important;
	background-color: #fec901;
	border-radius: 30px;	
  }

  .navbar-custom .navbar-nav.navbar-first li.active a:hover, 
  .navbar-custom .navbar-nav.navbar-first li.active a:focus, 
  .navbar-custom .navbar-nav.navbar-first li.active a:active {
    color: #fff !important;
	background-color: #fec901;
	border-radius: 30px;	
  }

  .navbar-custom .navbar-nav.navbar-right {
    margin-right: 0;
  }  

  .navbar-custom .navbar-nav.navbar-right li a {
	color: #fff !important;  
	font-size: 18px;
    font-weight: 400;	
	width: 38px;
    height: 38px;
    line-height: 8px;
    border-radius: 50%;	
	text-align: center;
    padding-left: 0;
    padding-right: 0;
	margin: 6px 0 6px 3px;
    transition: all 0.4s ease-in-out;
  }
  
  .navbar-custom .navbar-nav.navbar-right li a.fa-facebook:hover {
    background-color: #3b5998;
    color: #fff;
  }
  
  .navbar-custom .navbar-nav.navbar-right li a.fa-twitter:hover {
    background-color: #00a9ed;
    color: #fff;
  }  
  
  .navbar-custom .navbar-nav.navbar-right li a.fa-linkedin:hover {
    background-color: #006394;
    color: #fff;
  }

  .navbar-custom .navbar-nav.navbar-right li a.fa-behance:hover {
    background-color: #1969ff;
    color: #fff !important;
  }    

  .navbar-custom .navbar-toggle {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    border-color: transparent;
  }
  
  .navbar-custom .navbar-toggle:hover, 
  .navbar-custom .navbar-toggle:focus {
    background-color: transparent;
    color: #fff;
  }
  
  .navbar-custom .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  
  @media (min-width: 768px) {
    .navbar-custom {
      padding: 25px 0;
      -webkit-transition: padding 0.3s;
      -moz-transition: padding 0.3s;
      transition: padding 0.3s;
    }
  
    .navbar-custom .navbar-brand {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
    }
  
    .navbar-custom.affix {
      background: #2C3E50;	  
      padding: 10px 0;
    }
  }  

 
  /*---------------------------------------
     HOME              
  -----------------------------------------*/

  .hero {
    background-image: url(../images/hero-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    position: relative;
  }
  
  .hero:before {
    content: "";
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;	 	
    background-color: rgba(0,0,0,0.3);
  }
  
  .caption {
    padding: 110px 0 20px;      	  
  }
  
  h1.intro {
	margin-bottom: 20px;    	  
  }

  p.desc {
    font-size: 18px;
	line-height: 26px;
	margin-bottom: 28px;
  }

  p.more .btn, a.icon {
    margin-right: 4px;    	  
  }
  
  p.more .btn {
    padding: 11px 30px;	  
  }

  a.watch {
	color: #fff;  
	font-size: 11px;
	font-weight: 600;
	line-height: 20px;
    letter-spacing: 0.5px;	
  }


  /*---------------------------------------
     PROJECTS              
  -----------------------------------------*/

  #projects {
    padding: 100px 0 70px;	  
  }

  #projects .section-title {
    margin: 0 0 65px;	  
  }  

  #projects .grid {
    margin: 0 0 30px;
  }


  /*---------------------------------------
     ABOUT              
  -----------------------------------------*/

  #about {
    background-image: url(../images/about-bg.jpg);
    background-repeat: no-repeat;
    background-size: contain;
	background-position: left;	  
    padding: 0;
  }
  
  .about-bg {
    display: none;    	  
  }

  .about-text {
    padding: 64px 12% 34px !important;
  }
  
  .about-text h6 {
    color: #2f3241 !important;
  }  

  .about-text p {
	padding-right: 20px;
	margin-bottom: 30px;
  }

  a.play-icon {
    margin-right: 10px;	  
  }
      
  a.video {
	color: #000;  
	font-size: 11px;  
    font-weight: 600;
	letter-spacing: 0.5px;
  } 
  

 /*---------------------------------------
     TEAM              
  -----------------------------------------*/
  
  #team {
    padding: 100px 0 0;	  
  }
  
  .member .social {
    position: absolute;	
    list-style: none;
    padding: 0;
    top: 28px;
    right: 15px;  
  }

  .member .social li {
    display: inline-block;
    position: relative;  
  }

  .member .social li a {
    font-size: 16px;
    color: #fff !important;
    background: none;
    margin: 0;
    padding: 0 7px;
  }


  /*---------------------------------------
     TESTIMONIALS              
  -----------------------------------------*/

  #testimonials {
	padding: 100px 0 120px;  
  }
  
  .col-center {
	margin: 0 auto;
	float: none !important;
  }
  
  .carousel {
	margin: 0 auto;
	padding: 0 70px;
  }
  
  .carousel .item {
	color: #999;
	font-size: 14px;
    text-align: center;
	overflow: hidden;
    min-height: 290px;
  }
  
  .carousel .item h2 {
    margin: 0 !important;	  
  }
  
  .carousel .item .img-box {
	width: 114px;
	height: 114px;
	margin: 0 auto 20px;
	border-radius: 50%;
  }

  .carousel .img-box img {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 50%;
  }
  
  .testimonial {
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;	
	font-size: 18px;
	line-height: 30px;
	padding: 26px 25px 0;
	margin: 0;
  }
  
  i.fa.fa-quote-left {
    color: rgba(17,7,41,.05);
    font-size: 90px;
  }
  
  .overview {
	color: #2f3241;	  
	font-weight: 700;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 50px 0 -70px;
  }
  
  .overview span {
	color: #2f3241;
    font-family: 'Merriweather';
    font-style: normal;
    font-weight: 400;	
	font-size: 12px;
	text-transform: none;	
  }
  
  .carousel .carousel-control {
	color: #2f3241 !important;	  
	width: 30px;
    height: 30px;
    margin-top: -20px;
    top: 50%;
	background: none;
	text-shadow: none;
	opacity: 1 !important;	
  }
  
  .carousel-control i {
    font-size: 30px;
	font-weight: 400;
	line-height: 40px;
    position: absolute;
    display: inline-block;
	color: #110729 !important;
  }
  
  .carousel .carousel-indicators {
	bottom: -40px;
  }
  
  .carousel-indicators li, 
  .carousel-indicators li.active {
	width: 10px;
	height: 10px;
	margin: 1px 3px;
	border-radius: 50%;
  }
  
  .carousel-indicators li {	
	background: #555;
	border-color: transparent;
  }
  
  .carousel-indicators li.active {	
	background: #fec901;		
  }  

  
  /*---------------------------------------
     NEWS              
  -----------------------------------------*/

  #news {
	padding: 90px 0 70px;  
  }
  
  #news .section-title {
    margin: 0 0 65px;
  }  

  .news-item {
    background-color: #fff;
    border-radius: 4px; 
    margin-bottom: 30px;	  
  }
  
  a.news-img img {
	width: 100%;  
    border-radius: 4px 4px 0 0;	
  }
  
  .news-content {
    padding: 40px 40px 30px;
    text-align: left;  
  }

  .news-info {
    position: relative;
    width: 100%;
    font-size: 13px;
    line-height: 1.2;
    float: left;
    padding: 0 20px 4px 0;	
  }
  
  .news-date {
    color: #959595;
    display: block;
  }

  .news-category {
    position: absolute;
    -webkit-transform: translateY(-75px);
    -moz-transform: translateY(-75px);
    transform: translateY(-75px);
    right: -15px;
    border-radius: 30px;
    background-color: #2f3241;
    padding: 12px 30px; 
  }
  
  .news-category a {
    color: #fff;
    font-size: 12px;
    font-weight: 800; 	
  }
  
  h4.entry-title {
    font-family: 'Montserrat', sans-serif;		  
	font-size: 17px;
    line-height: 22px;	
	font-weight: 700;  
    margin: 25px 0 10px;	
  }
  
  h4.entry-title a {
    color: #2f3241 !important; 
  }
  
  h4.entry-title a:hover {
    color: #fec901 !important; 
  }
  
  .excerpt p {
    line-height: 20px;    	  
  }


  /*---------------------------------------
     CONTACT              
  -----------------------------------------*/

  #contact {
    padding: 0 !important;
  }
  
  .inner {
	position: absolute;
    top: 65px;	
    padding: 40px 35px;
	background-color: #fff;
	margin: 0;
	border-radius: 6px;
	z-index: 999;
  }
  
  #contact .section-title {
    margin-bottom: 20px !important;	
  }

  #contact .section-title p {
    font-size: 14px;
    padding: 0;
    margin-bottom: 30px;	
  }  
  
  .control-group {
    margin-bottom: 15px;	  
  }

  .form-control {
    display: block;	
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border: 1px solid #f3df94;
    border-radius: 6px;
    box-shadow: none;
    color: #2f3241;
	background-color: #f3df94;
    font-size: 12px;
    font-weight: 400;
    height: 44px;
    line-height: 44px;
    margin: 0 0 20px;
    padding: 0 16px;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
  }
  
  p.help-block {
    color: #ff1400;		  
  }
  
  textarea {
    min-height: 177px;
  }

  textarea.form-control {
    height: 100px;
  }  
  
  #contactForm .btn {
    border: 0;
    border-radius: 6px;
    box-shadow: none;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 20px;
    text-shadow: none;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    text-transform: none !important;  
    width: 100%;
  }  
  
 .gmap iframe {
    display: block;
    width: 100vw;
    height: 800px;
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: 0 none;
    box-sizing: border-box;
  }


  /*---------------------------------------
     FOOTER              
  -----------------------------------------*/

  #footer {
	padding: 100px 0 0;  
  }
  
  .footer-widget {
	text-align: center;  
	padding: 0 0 100px;     	  
  }
  
  .footer-widget i {
    display: block;
    color: #2f3241;
    font-size: 44px;
    margin-bottom: 15px;
  } 

  .footer-widget h5 {
	font-weight: 700;  
	letter-spacing: 0.5px;
	text-transform: uppercase;  
    margin: 0 0 20px;	  
  }
  
  .footer-widget p {
	color: #666;
	font-size: 15px;
    margin: 0;	  
  }

  .footer-widget a {
	color: #666;
  }
  
  .footer-widget a:hover {
	color: #04bfea;
  } 

  .footer-bottom {
	border-top: 1px solid #ddd;  
	padding: 30px 0; 
  } 

  p.copyright {
    font-size: 15px;
    margin: 0;
    font-weight: 700;
  }  
  
  p.copyright a {
	font-weight: 600;
  } 

  ul.footer-menu {
	float: right;  
    list-style: none;
	padding: 0;
    margin: 0;	
  }
  
  ul.footer-menu li {
    display: inline-block;
  }  
  
  ul.footer-menu li a {
	font-size: 12px;  
    margin: 0 20px 0 0;
  }  

  ul.footer-menu li:last-child a {
    margin: 0;
  }
  
  
  /*---------------------------------------
     RESPONSIVE STYLES              
  -----------------------------------------*/

  @media only screen and (max-width: 1200px) {
	  
    /* navbar */   
    .navbar-custom .navbar-nav.navbar-first {
      margin-left: inherit;
    }
	
  }

  @media only screen and (max-width: 992px) {
	  
    /* home */
    .caption {
      padding: 100px 0 0;     	  
    }
  
    h1.intro {
      font-size: 50px;
	  line-height: 55px;
	  padding: 0 10%;
    }
	
	p.desc {
      font-size: 18px;
	  line-height: 22px;
	  margin-bottom: 25px;
	}
	
	p.more .btn {
	  font-size: 11px;
	  line-height: 20px;
	  padding: 10px 26px;
	  margin-right: 2px;
	}
	
	a.icon {
	  margin-right: 2px;		
	}	
	
	a.icon img {
      width: 55px;		
	}
	
	a.watch {
	  font-size: 11px;
	  line-height: 20px;	
	}

    /* about */
    #about {
      padding-top: 500px;
	  background-position: top;	  
    }

    /* contact */
    .inner {
	  position: relative;
      top: 28px;	
      padding: 40px 35px 30px;
	  background-color: #fff;
	  margin: 0;
	  border-radius: 6px;
	  z-index: 999;
    }

    .gmap {
      margin-top: 100px;		
	}	
	  
  }

  @media only screen and (max-width: 767px) {
	  
    /* general */ 	  
    section {
      padding: 70px 0;		
	}
	
    .section-title p {
      padding: 0 8%;		
	}	

    /* navbar */ 
    .navbar-custom {
      background-color: #2C3E50;
      padding: 10px 0;
      text-align: center;
    }

    .navbar-custom .navbar-nav.navbar-first li a {
      line-height: normal;
    }
	
    .navbar-custom .navbar-nav.navbar-first li a:hover, 
    .navbar-custom .navbar-nav.navbar-first li a:focus, 
    .navbar-custom .navbar-nav.navbar-first li a:active, 
    .navbar-custom .navbar-nav.navbar-first li.active a, 
    .navbar-custom .navbar-nav.navbar-first li.active a:hover, 
    .navbar-custom .navbar-nav.navbar-first li.active a:focus, 
    .navbar-custom .navbar-nav.navbar-first li.active a:active {
      color: #fec901 !important;		
      background-color: transparent;
    }  
  
    .navbar-custom .navbar-nav.navbar-right {
      margin-right: -15px;
    }	

    .navbar-custom .navbar-nav.navbar-right li {
      display: inline-block;
    }
	
    .navbar-custom .navbar-nav.navbar-right li a {
	  font-size: 18px;
      font-weight: 400;	
	  width: 38px;
      height: 38px;
      line-height: 38px;
      border-radius: 50%;	
	  text-align: center;
      padding: 0;
	  margin: 6px 0 6px 3px;
    }	

    .navbar-custom .navbar-nav.navbar-right li a:hover {
	  color: #fff !important;  
    }	
	
    /* home */
    .caption {
      padding: 100px 0 0;    	  
    }
  
    h1.intro {
      font-size: 38px;
	  line-height: 42px;
	  padding: 0 8%;	  
    }
	
	p.desc {
      font-size: 16px;
	  line-height: 20px;
	  margin-bottom: 20px;
	}
	
	p.more .btn {
	  padding: 8px 20px;
	  font-size: 10px;
	  line-height: 18px;
	}
	
	a.icon img {
      width: 48px;		
	}
	
	a.watch {
	  font-size: 10px;
	  line-height: 18px;	
	}
	
    /* about */
    #about {
      padding-top: 0;		
      background-image: none !important;
    }	
    .about-bg {
      display: block;
    }
	
    /* reviews */	
	.carousel .item h2 {
      font-size: 36px;
      line-height: 40px;	  
	}
	
    .testimonial {
      padding: 26px 20px 0; 
	}

    /* contact */
    .inner {
	  position: relative;
      top: 28px;	
      padding: 40px 35px 30px;
	  background-color: #fff;
	  margin: 0;
	  border-radius: 6px;
	  z-index: 999;
    }

    .gmap {
      margin-top: 100px;		
	}
	
    .controls.col-md-6.col-sm-6 {
	  padding-left: 0;	
	  padding-right: 0;	
	}		
	
    /* footer */	
    .copyright {
	  margin: 0 0 10px;  
    } 	

    .copyright, .footer-menu {
	  float: none !important;
      text-align: center;	  
    }	

  }