﻿/*------------------------------------------------------------------
[Master Stylesheet]

Project:	Vanessa INDIGUAL
Version:	1.0
Last change:	19/02/2015
Author: creadisiac.com
-------------------------------------------------------------------*/

/* ---------------- Table of contents ----------------------	

  1. Base
  2. Loader
  3. Home
  4. Navigation bar
  5. Presentation
  6. Testimonials
  7. Portfolio
  8. Found us
  9. Contact
  10. Footer
  11. 404 page
  12. Responsive design

/* --------------------------------------------------------	*/

/************************* */
/* 1. BASE */
/************************* */
body {
	padding: 0;
	margin: 0;
	height: 100%;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
	font-weight: 300;
	font-size:16px;
	color: #4d3729;
	line-height: 28px;
}
a, button {
    outline: medium none !important;
    text-decoration: none !important;
}
a{color:#fff;}
a:hover{color:#539b92;}
a:active{color:none;}
b, strong {font-weight: 600;}
ul {
    margin: 0;
    padding: 0;
}
img {
    height: auto;
    max-width: 100%;
}
.background-overlay {
	background-image: url("images/pattern.png");
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	height:100%;
}
::selection {color:#fff; background-color:#539b92;}
::-moz-selection {color:#fff; background-color:#539b92;}

#container {background:#FFF;}
.main-content p{line-height: 1.4;text-align: justify;}
.main-content .padding{padding-top:120px; padding-bottom: 20px; position:relative;}
.main-content .owl-carousel{padding-bottom: 40px;}
.main-content .background-image .credit{
	bottom: 0;
    color: #E0E0E0;
    position: absolute;
    text-align: right;
    width: 100%;
	font-size:12px;
	padding-right:10px;
}
.main-content .background-image a {
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.heading{
	margin-bottom:65px;
}

/*****Typo*****/
h1,  h3, h4, h5, h6{font-weight: 200;color:#2D2119;}
h2{font-weight: 200;color:#826953;}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {color: #191B1D;}
h1{
	color:#fff;
	font-size:16px;
	letter-spacing:0.3px;
	display:table;
	position:relative;
	margin:20px 15px;
	padding:10px 26px;
	background-color:#539B92;
	
}
h1:after{
	position:absolute;
	content:'';
	top:16%;
	left:-3%;
	width:106%;
	height:100%;
	background:white;
	opacity:0.9;
	z-index:-2;
	box-shadow: 0 2px 5px #000;
}
.main-title h1{box-shadow: 0 2px 5px #000;}
.main-title h1.text-center{margin: 0 auto 15px;}
h1 span{display: inline-block;}
h1 small{font-size:66px;}
h2{
	position:relative;
    width: auto;
    height: auto;
	font-size:38px;
	font-weight:900;
	text-transform:uppercase;
    padding-top: 0;
	margin-top:0;
	margin-bottom:2%;
}
h2.line-behind {
	line-height: 38px;
    overflow: hidden;
    position: relative;
	text-align: center;
	text-transform:capitalize;
	text-shadow:1px 5px #000;
	font-size:26px;
}
h2.line-behind span {
    display: inline-block;
    position: relative;
    vertical-align: baseline;
	margin: 0 10%;
    padding: 0 10px;
	 
}
h2.line-behind span:before, h2.line-behind span:after {
	border-top: 2px solid #FFF;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 1000px;
	box-shadow:0 2px 2px 2px #000;
}
h2.line-behind span:before {
    right: 100%;
}
h2.line-behind span:after {
    left: 100%;
}
.main-content .h2::after {
  background-color: #161616;
  content: "";
  display: block;
  height: 4px;
  margin: 15px 0 20px;
  position: relative;
  width: 105px;
}
h3{font-size:22px;font-weight:600;}
h3 small{font-size:20px;}
h4{color:#FFF;}
h5{color:#539B92; font-weight:bold; font-size: 20px; letter-spacing: -1px;}
h5 a{color:#539B92;}
h5 a:hover{color:#826953;}

.title-shadow{
	font-size: 90px;
	font-weight:700;
	text-transform:uppercase;
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: -45px;
	line-height:75px;
	color:#826953;
	z-index:-1;
}
.main-title{
	overflow: hidden;
	transform: skew(0deg);
    -o-transform: skew(0deg);
    -moz-transform: skew(0deg);
    -webkit-transform: skew(0deg);
}
/*****End of Typo*****/

/*****Button*****/
.btn, input.send {
	position:relative;
	color: #356B63;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;	
	cursor: pointer;
	padding: 8px 30px;
	margin:50px 0 0;
	border:1px solid #356B63;
	border-radius:0;
	display: inline-block;
    transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
	z-index:1;
}
.btn:focus, input.send:focus{
	border-color:inherit;
	color:#161616;
	border: 1px solid #356B63;
}
.btn:hover,  input.send:hover{
	color: #fff;
}
.btn:after,  input.send:after {
    background-color: #539b92;
    content: "";
	width: 0;
    height: 100%;    
    position: absolute;
    transition: all 0.2s ease 0s;    
	z-index:-1;
	left:0;
	top:0;
}
.btn:hover:after,  input.send:hover:after {width: 100%;background-color:#539b92;}
.btn span{display:inline-block;}

/*****End Button*****/

/***************** */
/* 2. LOADER */
/***************** */
#loader {
	position: fixed;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	vertical-align: middle;
	background: #fff;
	z-index: 99999;
}
.loader-container {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 3;
	text-align: center;
}

/************************* */
/* 3. HOME */
/************************* */

.home{
	width:100%;
	background:#777B85 url("images/background/background2.jpg") no-repeat center top;
	background-size:cover;
	color:#fff;
	overflow:hidden;
	position:relative;
}
.home-text-content{
	height: 80vh;
	min-height: 420px;
	vertical-align:middle;
	margin:0 auto;
	padding-top: 10px;
}
.home-text-content .container,
.home-text-content .container .row,
.home-text-content .container .row > div{
	height: 100%;
}
.home-logo{
	left:0;
	position: relative;
	top: 20px;
    width: 100%;
}

.home-logo img{
   max-width: 460px;
}
.home-text{
	bottom:20px;
	color:#fff;
	margin-left: 20%;
	position: absolute;
    width: 60%;
	left:0;
}
.home-text h2{
	color:#fff;
}
.home-text h2:after{
	background-color:#fff;
}

/************************* */
/* 4. NAVIGATION BAR */
/************************* */
a.top-link:hover{color:#CCCCCC;}
a.top-link,a.top-link:visited,a.top-link:active{color:#FFFFFF;text-decoration: none;}

header .navigation-bar {
	width:100%;
	z-index:1000;
	-webkit-box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.7);
	-moz-box-shadow:    0 1px 16px 0 rgba(0, 0, 0, 0.7);
	box-shadow:         0 1px 16px 0 rgba(0, 0, 0, 0.7);
	background: rgba(255, 255, 255, 0.95);
	transition: box-shadow 0.5s ease 0s, opacity 0.3s ease 0s, min-height 0.4s ease 0s;
	position:relative;
}
header .navigation-bar .container {
	max-width:1180px;
	margin:0 auto;
	padding:0;
}
header .navigation-bar .top-banner{
	background-color:#111;
	overflow:hidden;
}
header .navigation-bar .top-banner span{
	background-color:#2d486c;
	color:#FFF;
	display: block;
    margin: 5px;
    padding: 2px;
	font-size:22px;
	text-shadow:1px 3px #000;
	font-weight:bold;
}
header .navigation-bar .top-banner a:hover{
	color:#ccc;
}
header .navigation-bar .top-banner a:active, header .navigation-bar .top-banner a:focus{
	color:#fff;
}
.logo-nav {
    line-height: normal;
    left: 30px;
	top:5px;
	position:absolute;
}
.navbar{
	border:none;
	background: transparent;
	margin:0;
}
.navbar-brand {
	display:none;
	color:#404040;
}
.navbar-collapse{
	padding-left:0;
	padding-right:0;
}
.navbar-default .navbar-nav > li > a {
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	color:#4d3729;
	position:relative;
	padding:35px 18px;
	border-bottom:3px solid transparent;
    transition: all 150ms linear;
    -o-transition: all 100ms linear;
    -ms-transition: all 100ms linear;
    -moz-transition: all 100ms linear;
    -webkit-transition: all 100ms linear;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li.active,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus{
	background-color:#E5DDD7;
}
.navbar-default .navbar-nav > li.active,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus{
	color:#539b92;
}
.navbar-default .navbar-nav > li.active {
  border-bottom: 3px solid #539b92;
}
.navbar-default .navbar-nav > li > a:hover{border-bottom: 3px solid #E5DDD7}
.navbar-default .navbar-nav > li.dropdown > a:hover{
	border-color:transparent;
}
.navbar-default .navbar-nav > li.active.dropdown,
.navbar-default .navbar-nav > .active.dropdown > a{
	color:#555555;
	border-color:transparent;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus{
	border-bottom: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #4D3729;
}
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
.navbar-nav.pull-right > li > .dropdown-menu, 
.navbar-nav > li > .dropdown-menu.pull-right {
    left: 0;
    right: auto;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
	border:0;
}

/************************* */
/* 5. PRESENTATION */
/************************* */

#about-us{background:url("images/bg.jpg");}
#about-us .title-shadow{opacity:0.1;}
#about-us .heading {
	margin-bottom:45px;
}
#about-us .heading p{
	color: #2a4c3c;
	font-family: "Allura",cursive;
    font-size: 2.6em;
    line-height: 0.9em;
    opacity: 0.8;
    text-align: center;
}
.services-description {
    font-size: 15px;
    margin: 0 auto;
    max-width: 520px;
}
#about-us .background-image {
	position:relative;
	width:100%;
	background:url("images/pic_big2.jpg") repeat center top;
	background-size:cover;
	height:360px;
	box-shadow: 0 1px 10px #000 inset;
}
#about-us .img-container img{
	background-color: #ffffff;
    box-shadow: 0 1px 10px #000;
    height: auto;
    margin: 10px 0;
    padding: 5px;
    width: 100%;
	max-width: 520px;
}
#about-us .container {
	z-index:99;
}
#about-us .services h3{
	color: #4d3729;
	font-family: 'Allura', cursive;
	font-size: 2em;
	margin: 5px 0 10px;
	padding: 0 5%;
	text-align: center;
}
/************************* */
/* 7. GALLERY */
/************************* */
.gallery .container{margin-bottom:20px;}
/*Portfolio Filter*/
.nav-filter .filter-category {
	list-style: none;
	margin:20px 0 10px;
}
.nav-filter .filter-category li {
	position:relative;
	color: #2D486C;
	cursor: pointer;
	padding: 6px 21px;
	margin-right: 2px;
	margin-bottom: 5px;
	border:1px solid #142D4F;
	display: inline-block;
    transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -webkit-transition: all 200ms linear;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
}
.nav-filter .filter-category li:hover{
	color:#fff;
}
.nav-filter .filter-category li:after {
    background: #2D486C;
    content: "";
	width: 0;
    height: 102%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;    
	z-index:-1;
}
.nav-filter .filter-category li:hover:after {
    width: 100%;
	background:#2D486C;
}
.nav-filter .filter-category li span{
	display: inline-block;
}
.nav-filter .grid .mix {
	text-align: left;
  	padding: 0;
}
.nav-filter .mixed .mix {
	display: none;
}

/*Portfolio Hover*/
.grid li {
	position: relative;
	overflow: hidden;
	border:5px solid #fff;
}

.grid li img{
	transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.grid li:hover img{
    -webkit-transform:scale(1.05); /* Safari and Chrome */
    -moz-transform:scale(1.05); /* Firefox */
    -ms-transform:scale(1.05); /* IE 9 */
    -o-transform:scale(1.05); /* Opera */
     transform:scale(1.05);	
}

.grid li .hover-portfolio {
	color: #fff;
	width: 100%;
	height: 50%;
	opacity:0;
	bottom:0;
	text-align: center;
	position: absolute;
	background: #0da3e2;
	background-color: rgba(255, 255, 255, 0.6);
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;	
}

.grid li .hover-portfolio.hover-portfolio-small,
.grid li .hover-portfolio.hover-portfolio-medium {
	height: 100%;
}

.hover-portfolio-content{
    margin-top: -80px;
    max-height: 160px;
    position: absolute;
    top: 50%;
    width: 100%;
}

.hover-portfolio-content h3{
	font-size:30px;
	font-weight: 300;
	margin:2px 0 15px;
	cursor: default;
}
.hover-portfolio-content h3 span{
	font-size:20px;
}

.hover-portfolio-content a.btn{
	margin:0;
	padding:15px;
	font-size:16px;
	border-radius:50%;
}

.hover-portfolio-content .btn:after {
    background-color: #539b92;
    content: "";
	width: 0;
    height: 0;    
    position: absolute;
    top: 50%;
	left: 50%;
    transition: all 0.2s ease 0s;    
	z-index:-1;
}
.hover-portfolio-content .btn:hover:after {width: 100%;background-color:#539b92;border-radius:50%;left:0;height: 100%; top: 0;}

span.portfolio-title{
	color:#539b92;
	font-size:14px;
	font-weight:400;
		cursor: default;
}

.grid li:hover .hover-portfolio {
	opacity:1;
}

.grid li .hover-portfolio h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding: 0 20px;
}

.grid li .hover-portfolio p {
    height: 42px;
    line-height: 20px;
    overflow: hidden;
    padding: 0 30px;
}

.grid li .hover-portfolio i {
	font-size: 30px;
	transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
}

 /* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 
	.grid li .hover-portfolio.hover-portfolio-medium h2 {
		font-size: 16px;
	}		

	.grid li .hover-portfolio.hover-portfolio-small h2,
	.grid li .hover-portfolio.hover-portfolio-medium p {
		display: none;
	}

	.grid li .hover-portfolio.hover-portfolio-small a {
		top: 50%;
		margin-top: -1.2em;
	}
}

 /* Portrait tablet to landscape and desktop */
@media (min-width: 240px) and (max-width: 1170px) { 
	.grid li .hover-portfolio {
		top: 100%;
		height: 100%;
	}

	.grid li:hover .hover-portfolio {
		top: 0;
	}		
}

.mfp-button-content{
	position:fixed;
	top:0;
	right:16px;
	z-index:1;
}

.portfolio-info{
	color:#161616;
	margin-bottom: 30px;
}

.portfolio-info i{
	padding:0 2px 0 15px;
}

.portfolio-info i:first-child{
	padding-left:0;
}


/************************* */
/* 8. FOUND US */
/************************* */

#found-us{background: url("images/background/background1.jpg") repeat scroll center top black;}
#found-us .found-me, #found-us .my-boutiques{ padding:15px;}
#found-us h2{color:#2A4C3C;}
#found-us h2 .title-shadow{color:#2A4C3C; opacity:0.2;}
#found-us ul{list-style:disc; margin: 5px 5px 25px;}
#found-us ul li{color:#FFF; line-height:1.1; margin:8px 0; text-align:left;}
#found-us ul a{font-weight:bold; color:#FFF;}
#found-us ul a:hover{color:#1A2D24;}
.my-boutiques a{display:inline-block;}
.my-boutiques img{
 	padding:5px;
	margin: 20px 0;
	background-color:#ffffff;
	width:100%;
	height:auto;
	box-shadow: 0 1px 10px #000;
}

.my-boutiques img:hover{background-color:#A88260;}

#found-us .background-image {
	position:relative;
	width:100%;
	background:url("images/pic_big1.jpg") repeat center top;
	background-size:cover;
	height:360px;
	box-shadow: 0 1px 10px #000 inset;
}
/************************* */
/* 9. CONTACT */
/************************* */
#contact{margin-bottom:20px;}

#forms input, 
#forms textarea{
    border:1px solid #4d3729;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color:#2D486C;
    font-size:18px;
    font-weight:300;
    height:auto;
	width:100%;
    letter-spacing:0.5px;
    margin-bottom:18px;
    outline:none;
	background-color:#E5DDD7;
    padding:10px 15px 10px;   
	transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
}

#forms textarea,
#comment-form textarea{
	height:185px;
	margin-bottom: 0;
}

#forms input.send,d{
	width:auto;
	border-radius:0;
	background-color:#fff;
	margin-top: 20px;
}

#forms input:hover, 
#forms textarea:hover, 
#forms input:focus, 
#forms textarea:focus {
    border-color: #2D486C;
	border-width: 1px;
	background-color:#F7F4F2;
}

#forms .required:after {
    content: "*";
    font-size: 22px;
    opacity: 1;
    pointer-events: none;
    position: absolute;
    right: 25px;
    top: 5px;
    transition: all 0.2s ease 0s;
    z-index: 15;
	color:red;
}

#forms input.error, 
#forms textarea.error{
	 box-shadow:0 0 1.5px 1px red;
}
#forms input.error:focus, 
#forms textarea.error:focus{
	 box-shadow:none;
}

.notification {
    background: #539b92 none repeat scroll 0 0;
    color: #fff;
    display: none;
    padding: 15px;
	box-shadow: 0 1px 10px #000;
	border:solid 1px #7AC1B8;
	text-align:center;
	cursor:pointer;
}
.notification i {
    font-size: 24px;
    margin-right: 6px;
	vertical-align:middle
}
.notification span {
    font-size: 16px;
	vertical-align:middle
}

/************************* */
/* 10. FOOTER */
/************************* */
footer{
	overflow:hidden;
	text-align:center;
	padding:20px 0;
	background:#191B1D;
}

footer .logo {
    float: none;
    line-height: normal;
    padding: 0;
}

footer p{
	color:#808080;
	margin:0;
	padding:15px 15px 0;
	font-size:12px;
	line-height: 1.2;
}

footer a{
	color:#808080;
	transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -webkit-transition: all 250ms linear;
}

footer .social {
	text-align: center;
}

footer .social ul li {
    list-style: none;
    display: inline-block;
    margin: 5px;
}

footer .social ul li a {
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    border: 1px solid #808080;
    height: 32px;
    line-height: 32px;
    width: 32px;
    display: inline-block;
}

footer .social ul li a:hover { 
    border: 1px solid #356B63;
    color: #356B63;
}
footer .logo-container img{width:60%;}

/************************* */
/* 11. 404 PAGE */
/************************* */

.back, .back:focus{
	color:#fff;
	background-color:#161616;
	border-color: #fff;
}

.back:hover {
	color:#161616;
}

.back:hover:after {
    background: #fff;
}


/************************* */
/* 12. 404 RESPONSIVE DESIGN */
/************************* */

@media screen and (max-width: 991px) {
	.title-shadow{
		font-size: 100px;
	}
	
	.navbar-default .navbar-nav > li > a{
		padding-left:11px;
		padding-right:11px;
	}
	.home-logo img{
   		max-width: 420px;
	}
	h2.line-behind {
		font-size:20px;
		line-height: 28px;
	}

	/************************* */
	/* About us */
	/************************* */
	
	.services{
		margin-bottom:40px;
	}
	
	.services:last-child{
		margin-bottom:0;
	}

}

@media screen and (max-width: 767px) {
	
	.home-logo img{
   		max-width: 60%;
	}
	.navbar{
		background: rgba(255, 255, 255, 0.95);
	}
	
	.navbar-collapse{
		padding-left:15px;
		padding-right:15px;
	}
	
	.navbar-nav{
		width:100%;
		margin-bottom:0;
		margin-top:25px;
	}
	
	.navbar-nav.pull-right{
		float:left !important;
	}
	
	.navbar-default .navbar-nav > li > a {
		padding:10px 5px;
		border: none;
		margin: 2px 0;
	}
	.navbar-default .navbar-nav > li , .navbar-default .navbar-nav > li > a,
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active {
		border: none;
	} 
	
	.navbar-toggle{
		padding: 30px 10px 31px;
		margin-right:0;
		border-radius:0;	
	}
	
	.navbar-default .navbar-toggle {
		border:none;
	}
	
	.navbar-default .navbar-toggle:hover > .icon-bar {
		background-color:#27292B;
	}
	
	.dropdown-menu{
		border-top:0;
	}

	/************************* */
	/* Portfolio */
	/************************* */
	
	.grid li .hover-portfolio.hover-portfolio-medium{
		display: none;
	}
	/************************* */
	/* Footer */
	/************************* */
	footer .logo-container img{max-width:260px;}

}

@media screen and (max-width: 640px){
	
	h1 small {font-size:36px;}
	h2 {font-size: 26px;}
	h2 small {font-size: 22px;}
	h3 small {font-size: 16px;}

	.home-text-content{
		height: 90vh;
	}
	
	.slide-button {margin-top:30px;}
	
	.title-shadow{
		font-size: 40px;
		line-height: 35px;
		top:-10px !important;
	}
	.main-content .container {
	    padding-bottom: 10px;
	    padding-top: 45px;
	}
	.heading {
	    margin-bottom: 35px;
	}
	.main-title h1{
		box-shadow: 1px 1px 5px #000;
		margin: 30px auto 10px;
	}
	h2.line-behind {
		font-size:16px;
		line-height: 20px;
	}
	h2.line-behind span {
		display: inline-block;
		position: relative;
		vertical-align: baseline;
		margin: 0 20%;
		padding: 0 10px;
		 
	}
	.home-text{
		margin-left: 10%;
		width: 80%;
	}
	header .navigation-bar .container .top-banner span{
		font-size:18px;
		padding:0px;
	}
	/************************* */
	/* ABOUT US */
	/************************* */
	a.about-icon {
		margin: 0 auto 20px;
	}
	#about-us .background-image {
		height:260px;
	}
	#about-us .heading p{
	    font-size: 2em;
	    line-height: 0.8em;
	}

	/************************* */
	/* Magnific popup */
	/************************* */
	.mfp-close-btn{
		width:35px !important;
		height:35px !important;
		line-height:35px !important;
	}
	.btn {font-size:14px;}
	/************************* */
	/* Footer */
	/************************* */
	footer .logo-container img{width:40%;}

}
@media screen and (max-width: 320px){
	h2 {font-size: 22px;}
	.logo-nav {
		left: 0;
		width: 120px;
	}
	.home-logo img{
   		max-width: 90%;
	}
	.navbar-toggle {
		padding: 20px 10px 21px;
	}
	h2.line-behind span {margin: 0;padding: 0;}
	h2.line-behind span::before, h2.line-behind span::after {
    	display: none;
	}
	
	/************************* */
	/* Footer */
	/************************* */
	footer .logo-container img{max-width:100%;}
}