/*
Colours:
#4C555E - Dark grey
rgba(0, 0, 0, 0.16)
#E2E2E2 - lines & borders
#D8D8D8 - btn grey
*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Lora', serif;
}

img {
	width: 100%;
	height: auto;
}

p, li, a {
	font-size: 15px;
	color: #4C555E;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
    color: #4C555E;
}

a:link, a:visited, a:hover, a:active  {
	text-decoration: none;
	border-bottom: none;
	outline: none;
}

.btn-primary.solid {
    background-color: #4C555E;
    border: none;
    border-radius: 20px 20px 20px 20px;
    padding: 10px 40px;
    min-width: 200px;
    width: auto;
    font-size: 15px;
    color: #fff;
}

.btn-primary.solid:link, .btn-primary.solid:visited, .btn-primary.solid:hover, .btn-primary.solid:active {
    background-color: #4C555E!important;
    outline: none;
}

.btn-primary.light {
    background-color: #D8D8D8;
    border: none;
    border-radius: 20px 20px 20px 20px;
    padding: 10px 40px;
    min-width: 200px;
    width: auto;
    font-size: 15px;
    color: #4C555E;
}

.btn-primary.light:link, .btn-primary.light:visited, .btn-primary.light:hover, .btn-primary.light:active {
    background-color: #D8D8D8!important;
    outline: none;
}

.btns-div {
    text-align: center;
    padding-top: 60px;
    padding-bottom:40px;
}

.btns-div .btn-primary {
    margin-right: 10px;
    margin-left: 10px;
}

.mobi-logo {
    display: none;
}

.mobi-slide, .mobi-only, .team-mobi-slide {
    display: none!important;
}

.mobi-0 {
    display: block;
}

.logo {
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.logo img {
    width: 30%;
}

.navbar-nav, .navbar-nav>li {
    float: none;
    margin: 0;
    display: inline-block;
}

.navbar-default {
    text-align: center;
    background-color: transparent;
    border-color: transparent;
}

.navbar-default .navbar-nav>li>a, .navbar-default .navbar-nav>li>a:link, .navbar-default .navbar-nav>li>a:visited, .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:active {
    font-size: 20px;
    color: #4C555E;
    padding-left: 30px;
    padding-right: 30px;
}

.navbar-nav {
    position: relative;
}

.navbar-nav.smaller {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    background-color: #fff;
   -webkit-box-shadow: 0px 10px 28px -16px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 10px 28px -16px rgba(0,0,0,0.3);
    box-shadow: 0px 10px 28px -16px rgba(0,0,0,0.3);
}

.fixed-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999999;
}

.modal {
    position: fixed;
    top: 10%;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal-header {
    text-align: center;
}

.home-header {
    padding-left: 80px;
    padding-right: 80px;
}

.home-intro {
    padding-top: 80px;
    padding-bottom: 70px;
}

.home-intro h1 {
    text-align: right;
    font-size: 30px;
    font-weight: 500;
    line-height: 52px;
}

.intro-txt {
    padding-left: 70px;
}

.intro-txt p {
    font-size: 25px;
    line-height: 32px;
}

.intro-txt .btn-primary {
    margin-top: 15px;
}

.section-heading {
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}

.section-heading h2 {
    padding: 20px 40px;
    border: 1px solid #E2E2E2;
    display: inline-block;
    border-radius: 38px 38px 38px 38px;
    background-color: #fff;
    z-index: 9999;
    font-size: 30px;
}

.section-heading h2:after {
    content: '';
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #E2E2E2;
    width: 100%;
    z-index: -100;
}

.team .section-heading h2:after {
    content: '';
    position: absolute;
    top: 26%;
    left: 0;
    right: 0;
    border-bottom: 1px solid #E2E2E2;
    width: 100%;
    z-index: -100;
}

.home-products {
    padding-top: 40px;
    padding-bottom: 40px;
}

.products-slide {
    margin-top: 40px;
    margin-bottom: 40px;
}

/*============================ General header styles ==========================*/
.other-headers {
    text-align: center;
}

.other-headers.make-up {
    padding-left: 60px;
    padding-right: 60px;
}

.other-headers h1 {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 30px;
}

.content {
    text-align: center;
    padding-bottom: 40px;
}

.content p, .content a {
    margin-bottom: 20px;
    font-size: 18px;
}
/*================================= About page ================================*/

.team {
    padding-bottom: 40px;
}

.team .section-heading {
    padding-bottom: 80px;
}

.team-intro p {
    margin-bottom: 20px;
    font-size: 18px;
}

.team-item-content img {
    width: 85%;
}

#controls .nav>li {
    border-bottom: 1px solid #DEDEDE;
}

#controls .nav>li>a {
    position: relative;
    display: block;
    padding: 20px 0px;
    font-size: 20px;
    color: #919191;
}

#controls .nav>li>a.active, #controls .nav>li>a:focus, #controls .nav>li>a:hover {
    background-color: transparent;
    color: #4C555E;
}

/*================================ Makeup page ================================*/

.makeup-gallery .col-md-2 {
    margin-bottom: 30px;
}

/*================================ Contact page ===============================*/
.contact-form {
    padding-top: 40px;
}

.contact-form .btn-primary {
    width: auto;
}

label {
    font-size: 20px;
    color: #4C555E!important;
    font-weight: 500;
    margin-bottom: 20px;
}

input {
    width: 100%;
    padding: 20px;
    border: 1px solid #707070;
    margin-bottom: 30px;
    border-radius: 0;
}

textarea {
    width: 100%;
    height: 150px;
    padding: 20px;
    border: 1px solid #707070;
    margin-bottom: 30px;
    border-radius: 0;
}

input:focus, textarea:focus {
    outline-color: #707070;
}

.error {
	margin-top: 15px;
	padding: 10px;
	background-color: #C0352C;
	color: #fff;
	display: none;
}

.output {
	margin-top: 15px;
	padding: 10px;
	background-color: #6cedbc;
	color: #fff;
	display: none;
}

#email2 {
	display: none;
}

.ms-view {
    background-color:#fff;
}

/*============================ Hover effects on images ========================*/

.image-wrapper:hover img {
    -moz-transform: scale (1.1);
    -webkit-transform: scale:(1.1);
    transform: scale(1.1);
    border-radius: 100%;
}

.image-wrapper img {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 100%;
	width: 80%;
}

/*If any padding/margin needs to be applied to the image itself, target it here:*/

.image-wrapper {
	overflow:hidden;
	position: relative;
	text-align: center;
	padding: 20px;
} 

.overlay {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
}

.overlay p {
    color: #4C555E;
    font-size: 30px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
}

/*=============================================================================*/

/*================================= Footer ====================================*/

.footer p, .footer a {
    font-size: 20px;
    color: #4C555E;
}

.footer-social {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.makeup-social {
    text-align: center;
    padding-bottom: 20px;
}

.footer-social img, .makeup-social img {
    width: 8%;
    border-radius: 50%;
    border: 2px solid #4C555E;
    /*padding: 20px 25px;*/
    color: #4C555E;
    display: inline-block;
}

.footer-social a>i:after {
    height: 30px;
    width: 50px;
}

.footer-logo, .footer-details, .footer-times {
    text-align: center;
    padding-bottom: 40px;
}

.footer-logo img {
    width: 40%;
}

.footer-details span.left {
    float: left!important;
    font-size: 20px;
    color: #4C555E;
}

.footer-details span.right {
    float: right!important;
    font-size: 20px;
    color: #4C555E;
}