/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #faf8ff;
}

html {
    width: 100%;
    height: 100%;
}

h1
{
    margin: 0 0 35px;
    font-size: 40px;
    /*text-transform: uppercase;*/
    font-family: 'Tangerine', cursive;
    font-weight: 700;
    letter-spacing: 1px;
    text-shadow: 1px 1px #A336D6;
}
@media(min-width:768px) {
    h1
    {
        margin: 0 0 35px;
        font-size: 80px;
        text-align: center;
        /*text-transform: uppercase;*/
        font-family: 'Tangerine', cursive;
        font-weight: 700;
        letter-spacing: 1px;
        text-shadow: 2px 2px #A336D6;
    }

}

.h1pl{
    
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    ont-size: 50px;
}


h2
{
    margin: 0 0 35px;
    /*text-transform: uppercase;*/
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #a880ff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: underline;
    color: #a44ba7;
}

.white_link {
    color : #fff; text-decoration : underline;
}

.light {
    font-weight: 400;
}

.navbar-black {

    background-color: #000;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        /*padding: 20px 0;*/
        border-bottom: 0;
        letter-spacing: 1px;
        background: #A336D6;
        /*background: 0 0;
        background-color:#62529a;*/ 
        /*        background-color: #090909;
                opacity: 0.8;  
                filter: alpha(opacity=80);*/
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;
    }
}

.index_box{
    background-color:#62529a;   
    opacity: 0.9;  
    filter: alpha(opacity=90);
}

.back_box{
    background-color:#62529a; 

}

.max_size{
    width:100%;
    height:100%;
}

.violet_link{
    color: #a880ff;
    font-weight: bold;    
}

.no_list_style {

    list-style: none;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/massage_in_edinburgh_by_violet.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.intro .intro-body .brand-heading {
    font-size: 30px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 30px;

    }

    .intro .intro-body .intro-text {
        font-size: 26px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.displayNone{
    display: none;
}

.displayBlock{
    display: block;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 20px;
    color: #000;
}

.subpage-main-section {
    width: 100%;
    padding-top: 100px;
    color: #fff;
    background: url(../img/massage_in_edinburgh_by_violet.jpg) no-repeat center center scroll;
    background-color: #faf8ff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

.subpage-main-section-massage-bck {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/massage-in-edinburgh-background.jpg) no-repeat center center scroll;
    background-color: #faf8ff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;

}

.subpage-main-section-box {
    vertical-align: bottom;
    background-color:#62529a;

}

.footer-section {

    color: #000;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/online_booking_bck.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.contact-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/online_booking_bck.jpg) no-repeat center center scroll;
    background-color: #faf8ff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.directions-section {
    width: 100%;
    padding: 20px 0;
    color: #000;
    background-color: #faf8ff;
}

.news-section {
    width: 100%;
    padding: 20px 0;
    color: #000;
    background-color: #faf8ff;
}

.white-section {
    width: 100%;
    padding: 50px 0;
    color: #000;
    background-color: #fff;
}

.voucher-section {
    padding-top: 50px;

}

.centre-text{
    text-align: center;

}

.golden-text{
    color: #ffd700;

}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 20px;
    }

    .download-section {
        padding: 50px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }

}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    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: 1px solid transparent;
    border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}

footer {
    padding: 0px 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #a880ff;

}

::selection {
    text-shadow: none;
    background: #a880ff;

}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

.imgfloat {
    float: left;
    border: 1px solid black;
    margin: 0px 10px 10px 0px;
    width:200px;
    height:100%;


}

.imgfloat_nosize {
    float: left;
    border: 1px solid black;
    margin: 0px 10px 10px 0px;
}

.imgfloat_large {
    float: left;
    border: 2px solid white;
    margin: 0px 10px 10px 0px;
    width: 200px;
    height:100%;


}


.imgfloat_large:hover {
    float: left;
    border: 2px solid #A336D6;
    margin: 0px 10px 10px 0px;
    width: 200px;
    height:100%;


}

.imgfloat_medium {
	
	float: left;
	border: 1px solid white;
	margin: 10px 10px 10px 10px;
	width: 200px;
	height:100%;
	
   

}

.imgfloat_medium:hover {
	float: left;
	border: 1px solid #A336D6;
	margin: 10px 10px 10px 10px;
	width: 200px;
	height:100%;


}

.imgfloat_medium_nbrdr {
	
	float: left;
	border: 0px solid white;
	margin: 10px 10px 10px 10px;
	width: 200px;
	height:100%;
	
   

}

.imgfloat_medium_nbrdr:hover {
	float: left;
	border: 0px solid #A336D6;
	margin: 10px 10px 10px 10px;
	width: 200px;
	height:100%;


}



@media(max-width:767px) {
    .imgfloat_large {
        
        float: left;
        border: 2px solid white;
        margin: 10px 10px 10px 10px;
        width: 200px;
        height:100%;
        
       

    }

    .imgfloat_large:hover {
        float: left;
        border: 2px solid #A336D6;
        margin: 10px 10px 10px 10px;
        width: 200px;
        height:100%;


    }
	
	.imgfloat_medium {
        
        float: left;
        border: 1px solid white;
        margin: 5px 5px 5px 5px;
        width: 160px;
        height:100%;
        
       

    }

    .imgfloat_medium:hover {
        float: left;
        border: 1px solid #A336D6;
        margin: 5px 5px 5px 5px;
        width: 160px;
        height:100%;


    }
	
	.imgfloat_medium_nbrdr {
        
        float: left;
        border: 0px solid white;
        margin: 5px 5px 5px 5px;
        width: 160px;
        height:100%;
        
       

    }

    .imgfloat_medium_nbrdr:hover {
        float: left;
        border: 0px solid #A336D6;
        margin: 5px 5px 5px 5px;
        width: 160px;
        height:100%;


    }

}



