/*
	Theme Name: Mediklinic Theme
	Theme URI: http://html5blank.com
	Description: Mediklinic WordPress Theme
	Version: 1.1
	Author: Matt Sid-Ahmad
	Author URI: http://veracity-design.co.uk
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:inherit;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

strong {
    font-weight: bold !important;
}


i {
    font-style: italic !important;
}

p {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

ul {
    padding: 0px;
    list-style: none;
}

.light {
	font-weight: lighter;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {

	width:100%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {

}
/* logo */
.logo {

	width: 28%;
	height: 140px;
	/* background-color: #111; */
	position: absolute;
	top: 20px;
	left: 5.5%;
	z-index: 10;
/*	background: url(img/mediklinic-logo.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat; */
}

.logo img {
    max-height: 100%;
}

.logo-img {
width:100%;
}



/* End of logo */

/* Text */
h1 {
	font-family: 'FONTSPRING DEMO - Biotic';
	font-size: 42px;
	font-weight: normal;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	line-height: 47px;
	margin: 0px;
}


h2 {
	font-family: 'FONTSPRING DEMO - Biotic';
  font-size: 37px;
	line-height: 122%;
  font-weight:bold;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  margin: 0px;
}

h3 {
	font-family: 'FONTSPRING DEMO - Biotic';
	font-size: 18px;
	font-weight: normal;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	line-height: 155%;
	margin: 0px;
	letter-spacing: 0.4px;

}

h4 {
	font-family: 'FONTSPRING DEMO - Biotic';
  font-size: 24px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  margin: 0px;
  line-height: 125%;
	font-weight: normal;
}

h5 {
	font-family: 'FONTSPRING DEMO - Biotic';
  font-size: 16px;
  line-height: 150%;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
font-weight: normal;
}

h6 {
	font-family: 'FONTSPRING DEMO - Biotic';
	font-size: 12px;
	font-weight: normal;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	line-height: 155%;
	margin: 0px;
}

p {
	font-family: 'Montserrat';
	font-size: 14.5px;
	font-weight: normal;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	line-height: 160%;
	margin: 0px;
}

.caps {
	text-transform: uppercase;
}

.tspace1 {
	letter-spacing: 7px;
}

.tspace2 {
	letter-spacing: 3px;
}

.large-text {
		font-size: 40px !important;
}

.mont {
	font-family: 'Montserrat' !important;
}
/* End of text */

/* TEST COLOURS */


.greyt {
	color: #555 !important;
}

.blackt {
	color: #333 !important;
}

.whitet {
	color: #fff !important;
}

.bluet {
	color: #035cd0 !important;
}


/* HEIGHTS */

.height-small {
	height:225px;
}

.height1 {
	height:275px;
}


.height2 {
	height:325px;
}

.height3 {
  height:375px;

}

.height4 {
	height:425px;
}

.height5 {
	height:475px;
}

.height6 {
	height:525px;
}

.height7 {
	height:575px;
}

.height8 {
	height:700px;
}

.online-height {
	height:525px;
}

/* END OF HEIGHTS */



.width1 {
    width: 220px;
}

.width2 {
    width: 275px;
		margin-left: 10%;
}


/* BUTTONS */

.btn1 {
    /* border: 2px solid #2d589c; */
    background: #1963ca;
    padding-left: 6%;
    padding-right: 6%;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 25px;
    /* margin-left: auto; */
    /* margin-right: auto; */
    cursor: pointer;
    transition: all 0.8s ease-in;
    font-size: 14px;
    color: #fff;
    text-align: center;
    width: max-content;
    transition: all 0.8s ease-in;
    font-family: 'FONTSPRING DEMO - Biotic';
    font-weight: 700;
}

		.btn1:hover {
			background-color: #1e7cff;
			color: #fff;
		}


.white-btn {
	background-color: #fff;
	padding-left: 5%;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-right: 5%;
	margin-top: 5%;
}

/* END OF BUTTONS */


/* nav */
.nav {

}

.fb-link {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 28px;
    margin-top: 56px;
		    z-index: 10;
}

.fb-link img{
width:65%;
}


.insta-link {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 76px;
    margin-top: 58px;
		    z-index: 10;
}

.insta-link img{
width:65%
}


/* sidebar */
.sidebar {

}
/* footer */
.footer {
	width: 100%;
padding-top: 5%;
	background-color: #035cd0;

}



.footer-holder1 {
	width: 94%;
margin-left: 3%;
padding-bottom: 5%;
}

.footer-holder2 {
	width: 90%;
margin-left: 5%;
margin-top:8%;
padding-top: 6%;
padding-bottom: 5%;
}


.footer-box1 {
	width: 21%;
	float: left;


}

.footer-box2 {
	width: 31%;
	float: left;
	margin-left: 7%;
	margin-top: 1%;

}

.footer-box2 h2{
font-size: 21px;
color:#fff;

}

.footer-box2 h3{
font-size: 12px;
color:#fff;
}

.footer-box3 {
	width: 34%;
	float: left;
	margin-left: 7%;
  margin-top: 1%;
}

.footer-box3 h2{
font-size: 21px;
color:#fff;

}

.footer-contact {
    width: 91%;
    float: left;
	  margin-top: 1%;
					margin-bottom: 1%;
}

.footer-contact2 {
    width: 90%;
    clear: left;
	  margin-top: 1%;
}

.footer-contact h3{
	font-size: 15px;
	color:#fff;
	font-weight: bold;
	float: left;
	padding-top: 3px;
	font-family: 'Montserrat';
}

.footer-contact2 h3{
	font-size: 15px;
	color:#fff;
	font-weight: bold;
	float: left;
		padding-top: 3px;
		font-family: 'Montserrat';
}

.footer-contact img {
    padding-right: 5%;
    padding-top: 2px;
    float: left;
		width:13%;
}


.footer-contact2 img {
    padding-right: 5%;
    padding-top: 2px;
    float: left;
		width:12%;
}

.footer-bottom {
	width: 100%;
	height: 45px;
	background-color: #03316d;
    position: relative;
}

.links-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
			-ms-flex-direction:inherit;
					flex-direction: inherit;
	-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	text-align: center;

}

.links {
	float: left;
	padding-right:5%;
	color: #898989;
	font-size: 12px;
}

.veracity {
    position: absolute;
    right: 5%;
    color: #fff;
    top: 15px;
		font-size: 12px;
}

p.copyright {
    padding-left: 5%;
    color: #fff;
		padding-top: 15px;
		font-size: 12px;
}

.lineF {
	width: 100%;
	height:2px;
	background-color:#415069;
	margin-top: 6%;
	margin-bottom: 2%;
	position: relative;
}

.veracity-v {
    width: 20px;
    height: 20px;
    margin-top: -2px;
    float: left;
    margin-right: 10px;
}


/* End of footer */

/* BOX SECTIONS */

.section-rel {
width:100%;
position: relative;
}

.section-text {
	width: 100%;
}

.third-holder {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  display: inline-block;
}

.inline-b {
  width: 94%;
  margin-left: 3%;
  margin-right: 3%;
  display: inline-block;
}

.half {
  width: 50%;
  float: left;
}

.half2 {
  width: 50%;
  float: left;
}

.half3 {
  width: 50%;
  float: left;
}


.third {
  width: 38%;
  float: left;
}

.third2 {
  width: 62%;
  float: left;
}

.third3 {
    width: 30%;
    float: left;
		position: relative;
}

.third4 {
    width: 30%;
    float: left;
		position: relative;
}



/* END OF BOX SECTIONS */

/* MARGINS, PADDING & ALIGNING */


.marg-l {
    margin-left: 5%;
}

.marg-r {
  margin-right: 5%;
}

.marg-lr {
	margin-left:auto;
	margin-right: auto;
}

.marg-r2 {
    margin-right: 2.5%;
}

.marg-l2 {
    margin-left: 2.5%;
}

.marg-l3 {
    margin-left: 5%;
}

.marg {
	margin: 5%;
}

.marg-top {
	margin-top: 5%;
}

.marg-top2 {
	margin-top: 10%;
}

.marg-top3 {
	margin-top: 15%;
}

.marg-bot {
	margin-bottom: 5%;
}

.marg-bot2 {
	margin-bottom: 8%;
}


/* Padding */

.pad-top {
	padding-top: 5%;
}

.pad-top2 {
	padding-top: 10%;
}

.pad-top3 {
	padding-top: 8%;
}

.pad-top-small {
	padding-top: 1.5%;
}

.pad-top-small2 {
	padding-top: 2.5%;
}

.pad-bot {
	padding-bottom: 5%;
}

.pad-bot2 {
	padding-bottom: 2%;
}

.pad-bot3 {
	padding-bottom: 8%;
}

.pad-tb {
	padding-top: 10%;
	padding-bottom: 10%;
}


.pad1 {
padding: 5%;
}

.pad2 {
padding: 8%;
}

.pad3 {
padding: 10%;
}

.pad4 {
padding: 15%;
}



.pad-lr {
padding-left: 5%;
padding-right: 5%;
}

.pad-lr2 {
padding-left: 3%;
padding-right: 3%;
}

.pad-lr3 {
padding-left: 8%;
padding-right: 8%;
}

.pad-l {
padding-left: 5%;
}

.pad-l2 {
padding-left: 10%;
}

.pad-l3 {
padding-left: 15%;
}

.pad-r {
padding-right: 5%;
}

.pad-quote {
	padding-top: 6%;
	padding-left: 5%;
	padding-bottom: 5%;
	padding-right: 0%;
}

/* Aligning */

.middle-centre {
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}

.middle-left {
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: left;
-ms-flex-align: left;
align-items: left;
text-align: left;
}

.middle-lc {
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: left;
-ms-flex-align: left;
align-items: left;
text-align: left;
}


.middle-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: ce;
    align-items: center;
    text-align: right;
}

.aleft {
	text-align: left !important;
}

.acentre{
	text-align: center !important;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.fc {
	float:none !important;
	margin-left: auto;
	margin-right: auto;
}

/* End of Margins, Padding & Aligning */

/* BACKGROUND COLOURS */

.grey {
	background-color: #efefef;
}

.grey2 {
	background-color: #f9f9f9;
}

.grey3 {
	background-color: #ddd;
}

.blackb {
	background-color: #333;
}

.blueb {
	background-color: #035cd0 !important;
}

.blueb2 {
	background-color: #eef2fa !important;
}


.dgrey-g {
	background-color: rgb(45, 45, 45, 0.9) !important;
}

/* End of colours */


.display1 {
	display: none;
}

.dotts {
    padding-bottom: 2%;
}

.dotts h3 {
    letter-spacing: 13px;
    text-align: center;
		padding-left: 2%;
}

.top-block {
	width: 100%;
	height:132px;
	z-index: 1;
	position: relative;
	background-color: #fff;
}

.top-block2 {
	width: 100%;
	height:132px;
	z-index: 1;
	position: relative;
	background-color: #035cd0;
}


.blue-header {
	position: absolute;
	top:0;
	right: 0;
	bottom: 0;
	left:40%;
	background-color: #035cd0;
}

/*------------------------------------*\
	 END OF STRUCTIRE
\*------------------------------------*/

/*------------------------------------*\
    SEARCH
\*------------------------------------*/

.search-holder {
	width: 100%;
	margin-top: 250px;
	margin-bottom: 7%;
	padding-left: 8%;
	padding-right: 8%;

}

.search-holder h1 {
	color:#2e579c;
}

.search-holder h2 {
	color:#2e579c;
    margin-bottom: 1%;
}

article {
	padding-top: 5%;
padding-bottom: 5%;
 border-bottom: none !important;
}

span.date {
    font-size: 14px;
    line-height: 22px;
}

span.author {
    font-size: 12px;
    color: #777;
    line-height: 21px;
}


.search-result {
	width: 100%;
	margin-top: 10%;

	    margin-bottom: 7%;
}

input.search-input-result {
    width: 70%;
		padding-left: 4%;
    height: 40px;
		border-radius: 14px 14px 14px 14px;
-moz-border-radius: 14px 14px 14px 14px;
-webkit-border-radius: 14px 14px 14px 14px;
border: 0px solid #000000;

-webkit-box-shadow: inset 1px 1px 3px 2px rgba(0,0,0,0.1);
-moz-box-shadow: inset 1px 1px 3px 2px rgba(0,0,0,0.1);
box-shadow: inset 1px 1px 3px 2px rgba(0,0,0,0.1);
}

button.search-submit-result {
	width: 18%;
    background: #555;
		border: none;
		font-size: 13px;
		color:#fff;
		margin-right: 8px;
font-family: 'Montserrat';
padding-bottom: 1%;
padding-top: 1%;
margin-left: 2%;
}


button.search-submit-result2 {
    width: 40px;
    background: transparent;
    border: none;
    padding-top: 11px;
    position: absolute;
    right: 2%;
    height: 60px;
    filter: invert(40%);
}

/*------------------------------------*\
    END OF SEARCH
\*------------------------------------*/


/*------------------------------------*\
    Home
\*------------------------------------*/

.feature-img1 {
		background: url(img/mediklinic-home.jpg);
		background-size: cover;
		background-position: top;
		height: 100vh;
}

.blue-box1 {
    position: absolute;
    top: 0;
    bottom: 10%;
    right: 0;
    left: 40%;
    background-color: #1b5095c4;
    filter: contrast(1.8) brightness(1.4);
}

.blue-box2 {
    position: absolute;
    top: 30%;
    bottom: 40%;
    right: 60%;
    left: 25%;
		background-color: #1b5095c4;
    filter: contrast(1.8) brightness(1.4);
}

.blue-box-text {
    position: absolute;
    top: 40%;
    bottom: 40%;
    left: 30%;
    z-index: 3;
    color: #fff;
}

.blue-box-text2 {
    position: absolute;
    left: 44%;
    top: 82%;
    z-index: 10;
    color: #fff;
}

.white-box {
    position: absolute;
    top: 25%;
    bottom: 25%;
    left: 10%;
    right: 35%;
    background-color: #fff;
    z-index: 5;
}

.white-box2 {
    position: absolute;
    top: 20%;
    bottom: 20%;
    left: 40%;
    right: 5%;
    background-color: #fff;
    z-index: 5;
}
.welcome {
    transform-origin: 0 0;
    transform: rotate(90deg);
    position: absolute;
    font-size: 70px;
    left: 80px;
    z-index: 6;
    font-weight: 700;
    text-align: center;
    top: 50px;
    color: #eef2fa;
}

.why {
    position: absolute;
    font-size: 7.5vw;
    left: 54%;
    z-index: -1;
    font-weight: 700;
    text-align: center;
    top: 2%;
    color: #eef2fa;
}

.third-label {
    height: 60px;
    position: absolute;
    bottom: -9%;
    left: 10%;
    right: 10%;
    background-color: #fff;
		text-transform: uppercase;
}

.third-label h5 {
    font-family: 'Montserrat' !important;
		line-height: 120% !important;
}

.join {
	position: absolute;
	left:14.5%;
	top:82%;
}

.join2 {
	position: absolute;
	left:55%;
	top:82%;
}

/*
.triangle {
	padding-left: 7px;
	font-size: 25px;;
}*/

.triangle {
    width: 25px;
    height: 25px;
    float: left;
    margin-left: 14px;
}


.amy {
    width: 42%;
    position: absolute;
    top: -15%;
    right: 0;
    bottom: 0;
		background: url(img/student-cutout.png);
		background-size: contain;
		background-position: bottom;
		background-repeat: no-repeat;
}

/*------------------------------------*\
    End of Home
\*------------------------------------*/




/*------------------------------------*\
    PAGES - ABOUT
\*------------------------------------*/

.about-box {
    position: absolute;
    left: 12%;
    top: 0;
    bottom: 0;
    right: 46%;
}

.amy-reb {
	position: absolute;
	bottom: 0;
	top:5%;
	left: 10%;
	right: 10%;
	background: url(img/amy-reb.png);
	background-size: contain;
	background-position-x: center;
	background-position-y: bottom;
	background-repeat: no-repeat;
}


.amy-profile {
	background: url(img/amy-profile.jpg);
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
}

.rebecca-profile {
	background: url(img/rebecca.jpg);
	background-size: cover;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
}

.about-text {
    background-color: #1963cae3;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
}



/*------------------------------------*\
    PAGES - CONTACT
\*------------------------------------*/


.contact-holder {
	padding-top: 2%;
	    padding-bottom: 1%;
	    height: 70px;
	    width: 100%;
}

.contact-img {
    width: 38px;
    height: 38px;
    /*filter: invert(1);*/
    float: left;
    margin-right: 15px;
}

.contact-text {
    float: left;
		text-align: left;
}

.contact-text h5 {
	font-family: 'Montserrat';
    font-size: 19px;
    padding-top: 7px;
}


/* cognito form */

.cognito:not(.c-forms-actionBar) {
    max-width: unset !important;
    margin: 0 auto;
    width: 84% !important;
    z-index: 1;
    height: 800px;
}

.cognito .c-span-24 .c-span-12 {
    width: 40% !important;
}

.cognito .c-forms-form {
    background-color: transparent !important;
}

.c-section.c-col-1.c-sml-col-1.c-span-24.c-sml-span-12 {
    height: 125px;
}

.cognito .c-forms-form .c-forms-form-title h2 {
    font-family: 'Calibri' !important;
    font-weight: bold;
    font-size: 1.6em !important;
    color: #257fc4 !important;
    line-height: 1.15em;
}

.cognito .c-forms-form :not(.c-question) > .c-label {
    font-family: 'Calibri' !important;
    font-weight: bold;
    font-size: 1em !important;
    color: #000000;
    line-height: 1.5em !important;
}

.upload-height {
	height: 900px;
}

.cognito #c-submit-button {
    position: relative;
    float: right;
    cursor: pointer;
    width: 100%;
    height: 50px;
    margin-top: 15px;
		background: #444;
    color: #fff;
    font-weight: bold;
    font-family: 'Calibri';
    font-size: 20px;
    border: none !important;
}

.c-action {
    width: 97%;
    margin-left: 2%;
    margin-top: 8%;
}

label#c-10-4-label {
    color: #fae809 !important;
}

label#c-11-3-label {
    color: #fae809 !important;
}

label#c-12-2-label {
    color: #fae809 !important;
}

button#file-upload-11, button#file-upload-12, button#file-upload-13 {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    font-family: 'Rokkitt' !important;
    font-weight: bold !important;
    font-size: 1em !important;
    border-radius: 4px;
    color: #1b82cf !important;
}

span.c-fileupload-dropzone-message {
    color: #ffffff !important;
}



/*------------------------------------*\
    PAGES -
\*------------------------------------*/

.started {
    position: absolute;
    font-size: 12.6vw;
    left: 6%;
    right: 6%;
    z-index: -1;
    font-weight: 700;
    text-align: center;
    top: -6%;
    color: #eef2fa;
}

.journey {
    position: absolute;
    bottom: 12%;
    right: 10%;
    left: 56%;
    font-weight: 500;
    text-align: right;
}

.white-box3 {
    position: absolute;
    top: 12%;
    bottom: 12%;
    left: 25%;
    right: 5%;
    background-color: #fff;
    z-index: 5;
    padding-left: 6%;
    padding-right: 4%;
    padding-top: 4%;
    padding-bottom: 4%;
}

.line1 {
	width: 100%;
	height: 2px;
	background-color: #eef2fa;
	margin-top: 7%;
	margin-bottom: 7%;
}


.line2 {
	width: 88%;
	height: 2px;
	background-color: #eef2fa;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: auto;
	margin-right: auto;
}

.line3 {
	width: 88%;
	height: 2px;
	background-color: #357dd9;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-left: auto;
	margin-right: auto;
}

.pad-course {
padding-left: 6.5%;
padding-right: 6.5%;
padding-top: 2%;
padding-bottom: 2%;
display: inline-block;
}

.pad-img1 {
padding-left: 6.5%;
padding-right: 1%;
padding-top: 2%;
padding-bottom: 2%;
}

.pad-img2 {
padding-left: 1%;
padding-right: 6.5%;
padding-top: 2%;
padding-bottom: 2%;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/




.feature-img2 {
		background: url(img/southampton-aesthetics-img.jpg);
		background-size: cover;
		background-position: center;
}

.contact-main {
    background: url(img/contact-main.jpg);
    background-size: cover;
    /* background-position: center; */
    background-position-x: right;
    background-position-y: top;
}


.courses-main {
	 background:	url("img/mediklinic-courses.jpg");
	 background-size: cover;
	 background-position: top;
	 height: 100vh;
}

.about-main {
	 background:	url("img/about-main.jpg");
	 background-size: cover;
	 background-position: center;
}

.test-img {
	 background:	url("img/test-img.jpg");
	 background-size: cover;
	 background-position: center;
}

.expect {
	 background:	url("img/expect.jpg");
	 background-size: cover;
	 background-position: center;
}

.home-img1 {
		background: url(img/mediklinic-home-img1.jpg);
		background-size: cover;
		background-position: center;
}

.home-img2 {
		background: url(img/mediklinic-home-img2.jpg);
		background-size: 100%;
		background-position-x: left;
    background-position-y: bottom;
    background-repeat: no-repeat;
}


.pathway {
		background: url(img/pathway.jpg);
		background-size: cover;
		background-position: center;
}

.botox1 {
		background: url(img/botox1.jpg);
		background-size: cover;
		background-position: center;
}

.prp {
		background: url(img/prp.jpg);
		background-size: cover;
		background-position: center;
}

.fillers {
		background: url(img/fillers.jpg);
		background-size: cover;
		background-position: center;
}

.dermal2 {
		background: url(img/dermal2.jpg);
		background-size: cover;
		background-position: center;
}

.botox2 {
		background: url(img/botox2.jpg);
		background-size: cover;
		background-position: center;
}

.boosters {
		background: url(img/skin-boosters.jpg);
		background-size: cover;
		background-position: center;
}

.join-img {
		background: url(img/mediklinic-join.jpg);
		background-size: cover;
		background-position: center;
}

.shop-img {
		background: url(img/shop.jpg);
		background-size: cover;
		background-position: center;
}

.online-main {
		background: url(img/online-main.jpg);
		background-size: cover;
		    background-position: top;
		    height: 100vh;

}


.gradient-bg{
	background: /* top, transparent black 37,127,196 */ linear-gradient( rgba(250, 232, 13, 0.5), rgba(250, 232, 13, 0.2) ), url(img/nutrition-img-main.jpg);
	 background-size: cover;
	 background-position: center;
}

.vit-1 {
    position: absolute;
    top: -8%;
    bottom: -8%;
    left: 0;
    right: 0;
		background: url(img/vitall.jpg);
		background-size: cover;
		background-position: center;
		z-index: 1;
}

.vit-1-section {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10%;
    right: 0;
    background-color: #035cd0;
		z-index: 10;
}

.vit-img1 {
		background: url(img/vit-woman.jpg);
		background-size: contain;
		background-position-x: right;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.contour-online {
		background: url(img/contour-online.jpg);
		background-size: cover;
		background-position: center;
}


.banner-img {
	background: url(img/payl8r-banner2.png);
	background-size: cover;
	background-position: center;
}

.purple-logo {
	background: url(img/purple-logo.png);
	background-size: cover;
	background-position: center;
	height: 100px;
}


.lip-online {
		background: url(img/lip-online.jpg);
		background-size: cover;
		background-position: center;
}

.tear-online {
		background: url(img/tear-online.jpg);
		background-size: cover;
		background-position: center;
}

.cannula-online {
		background: url(img/cannula-online.jpg);
		background-size: cover;
		background-position: center;
}

.boosters-online {
		background: url(img/boosters-online.jpg);
		background-size: cover;
		background-position: center;
}

.biotin-online {
		background: url(img/biotin-online.jpg);
		background-size: cover;
		background-position: center;
}

.lumi-online {
		background: url(img/lumi-online.jpg);
		background-size: cover;
		background-position: center;
}

.vitc {
		background: url(img/vitc.jpg);
		background-size: cover;
		background-position: center;
}

.ultimate-injection-course {
		background: url(img/vitall.jpg);
		background-size: cover;
		background-position: center;
}

.skin-boosters-face {
		background: url(img/skin-boosters-face.jpg);
		background-size: cover;
		background-position: center;
}

.women-neck {
		background: url(img/women-neck.jpg);
		background-size: cover;
		background-position: center;
}

.vitb12 {
		background: url(img/vitb12.jpg);
		background-size: cover;
		background-position: center;
}

.vitd {
		background: url(img/vitd.jpg);
		background-size: cover;
		background-position: center;
}

.vitall {
		background: url(img/vitall.jpg);
		background-size: cover;
		background-position: center;
}

/* END OF IMAGES */



	/*------------------------------------*\
	    SHOP
	\*------------------------------------*/

	.shop-main {
	    /* height: 400px; */
	    width: 80%;
	    margin-left: 14%;
			background: url(img/Shop-img.jpg);
			background-size: cover;
			/* background-position: center; */
			background-position: top;
	    margin-top: 4%;
	}

	.shop-title-section {
	    position: absolute;
	    top: 40%;
	    /* bottom: 40%; */
	    left: 0;
	    background-color: #fff;
	    color: #035cd0;
	    z-index: 2;
	    padding-left: 5%;
	    padding-right: 2.5%;
	    padding-top: 1.5%;
	    padding-bottom: 1.5%;
	}

	.btn-purchase {
	    padding-left: 4%;
	    padding-right: 4%;
	    padding-top: 8px;
	    padding-bottom: 8px;
	    background: #333;
	    color: #fff;

			cursor: pointer;
	    transition: all 0.8s ease-in;
	    font-size: 14px;
	    color: #fff;
	    text-align: center;
	    width: max-content;
	    transition: all 0.8s ease-in;
		font-family: 'Palatino';
		margin-top: 10%;
	}

			.btn-purchase:hover {
				background-color: #7c5d24;
				color: #fff;
			}


/* Not copied */

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    /* position: relative; */
    padding: 2%;
    background-color: #fff;
}

h2.woocommerce-loop-product__title {
    font-size: 20px !important;
    color: #015cd0;
    text-align: left;
    font-weight: 400;
}

.woocommerce ul.products li.product .price {
    color: #333;
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 16px !important;
		text-align: left;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    /* padding: 0.618em 1em; */
    font-weight: 700;
    border-radius: 2px;
    left: auto;
		color: #015cd0;
		    background-color: #fff;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    text-align: center;
    padding-left: 7%;
		padding-right:7%;
		padding-top:10px;;
		padding-bottom:10px;
    font-size: 12px;
		margin-top: 3%;
		    border: solid 2px #0452bb;
transition: all 0.8s ease-in;
}

.woocommerce button.button:hover {
	color: #fff;
			background-color: #015cd0;

}

p.woocommerce-result-count {
    display: none;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left;
		    margin-left: 2%;
				border-radius: 0px;
}

select.orderby {
    padding: 5% !important;
    background-color: #f7f3eb !important;
}

select.orderby {
    padding: 5% !important;
    background-color: #eef2fa !important;
    border: 1px solid #015cd0;
    border-radius: 0px;
}

a.added_to_cart.wc-forward {
	color: #025bce;
	    font-size: 12px !important;
	    margin-top: 3%;
	    text-align: center;
	    font-weight: bold;
	    padding-left: 5%;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dfdcde;
    color: #515151;
    margin-top: 12% !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #434343;
    font-size: 1.25em;
    padding-bottom: 2%;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    margin-top: 4%;
    background-color: #0452bb;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    clear: left;
}

.woocommerce button.button.alt:hover {
	background-color: #006dff;
}

/* product amend */

span.posted_in {
    display: none;
}

div#tab-description h2 {
    display: none;
}

.related.products h2 {
    font-size: 24px;
    padding-bottom: 4%;
    color: #0452bb;
}


.woocommerce-product-details__short-description {
    padding-bottom: 7%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    z-index: 2;
    border-bottom-color: #fff;
    color: #0452bb !important;
}

.woocommerce ul.order_details li {
    float: unset;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
    border-right: unset;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    padding-top: 5%;
    /*color: #333;*/
}

/* shop klarna

iframe {
    max-width: 195px !important;
} */

span.payl8r-logo img {
    width: 42px;
    margin-left: 5px;
}

/* end */

	.shop-post {
	  width:100%;
	  height:60vh;
	  background-color: #de2e33;
	}

	.shop-post-img {
	  width:60%;
	  float:left;

	height:60vh;
	}

	.shop-post-img img{
	height:60vh;
	  object-fit: cover;
	}


	.shop-post-text {
	  width:40%;
	height:60vh;
	  color:#fff;
	  float:left;

	  display: flex;
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	  -webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	  -webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	}


	.centre {
	  margin-left: auto;
	  margin-right: auto;
	  width:760px;
	  margin-top: 30px;
	  margin-bottom: 30px;
	}


	.shop-wrapper {
	 width: 350px;
	 height: 505px;
	 background-color: #fff;
	 float: left;
	 margin-left: 15px;
	 margin-right: 15px;
	 margin-top: 4%;
	 margin-bottom: 1%;
	 padding-bottom: 20px;
	 position: relative;
	}

	.buy_more {
	    font-weight: bold;
	    position: absolute;
	    right: 90px;
	    top: 185px;
	}

	.buy_more h3 {
	  font-weight: bold;
	  font-size: 18px;
	  border: red solid 2px;
	  padding-left: 20px;
	  padding-right: 20px;
	  padding-top: 2px;
	  padding-bottom: 2px;
	}

	.shop-text {
	    width: 85%;

	    background-color: #fff;
	    margin-left: auto;
	    margin-right: auto;
	    padding-top: 20px;
	    position: relative;
	    text-align: center;
	}

	.shop-text h2{
	  font-size: 22px;
	  font-weight: bold;
	}


	.shop-text a:link, a:visited, a:active{
	  text-decoration: none;
	  color: inherit;
	}

	.blog-wrapper {
	 width: 350px;
	 height: 480px;
	 background-color: #fff;
	 float: left;
	 margin-left: 15px;
	 margin-right: 15px;
	 margin-top: 4%;
	 margin-bottom: 1%;
	 padding-bottom: 20px;
	}

	.blog-img {
	  width:350px;
	  height:270px;
	}

	.blog-text {
	    width: 85%;

	    background-color: #fff;
	    margin-left: auto;
	    margin-right: auto;
	    padding-top: 20px;
	    position: relative;
	}

	.blog-text h2{
	  font-size: 22px;
	  font-weight: bold;
	}

	.blog-text a:link, a:visited, a:active{
	  text-decoration: none;
	  color: inherit;
	}

	.excerpt {
	  padding-top: 10px;
	}

	a.view-article {
	    display: none;
	}


	.date h3 {
	  padding-top: 5px;
	  font-size: 12px;
	  color: #999;
	}

	.read_more {
	  font-weight: bold;
	  position: absolute;
	right: 0px;
	    top: 188px;
	}

	.read_more h3 {
	  font-weight: bold;

	}

	.category{
	position: absolute;
	top: 187px;
	}

	.category li{

	}

	.category ul li{
	  list-style-type: none;
	  float: left;
	}

	.post-categories li{
	  font-family: 'Century Gothic';
		color: #de2e33;
		font-weight: normal;
		font-size: 10px;
		border: 1px solid #de2e33;
		padding-top: 5px;
		padding-bottom: 5px;
	  padding-left: 12px;
	  padding-right: 12px;
	  text-align: center;
	  margin-right: 5px;
		-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	}



	/*

	ul, menu, dir {
	    display: block;
	    list-style-type: disc;
	    -webkit-margin-before: 0px;
	    -webkit-margin-after: 0px;
	    -webkit-margin-start: 0px;
	    -webkit-margin-end: 0px;
	    -webkit-padding-start: 00px;
	}
	*/

	.post-content {
	padding-top: 4%;
	text-align: left;
	}

	.post-wrap {
	  padding-top: 10%;
	  padding-left: 10%;
	  padding-right: 10%;
	  padding-bottom: 10%;
	text-align: left;
	}

	textarea#comment {
	    width: 100%;
	    margin-top: 10px;
	}

	.comments {
	    margin-top: 50px;
	}

	input#submit {
	    background-color: #de2e33;
	    padding-left: 20px;
	    padding-right: 20px;
	    padding-top: 8px;
	    padding-bottom: 8px;
	    border: none;
	    color: #fff;
	}




	.subject-title{


	    background-color: rgba(180, 0, 0, 0.75);
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 28px;
	padding-right: 28px;
	color: #fff;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;

	font-family: 'Montserrat';
	font-size: 48px;
	text-decoration: none;
	font-weight: bold;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	line-height: 60px;

	}
*/*
	ul {
	    list-style-type: square;
	    list-style-position: outside;
	    list-style-image: none;

	    font-family: 'Montserrat';
	    font-size: 18px;
	    padding-inline-start: 19px;
	} */





	.shop-title {
		float: left;
		height:12vh;
		width:100%;


		margin-top: 5%;
		margin-bottom: 5%;
		text-align: center;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
					flex-direction: column;
		-webkit-box-pack: center;
			-ms-flex-pack: center;
					justify-content: center;
		-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;

	}

	.textshop h2 {
	  color: #555;
	  font-weight: bold;
	  padding-top: 2%;
	  padding-bottom: 20px;
	  padding-left: 2%;
	  padding-right: 2%;
	  font-size: 26px;
	  border-bottom: red solid 3px;
	  max-width: 84%;
	}


	section.related.products {
	    clear: both;
	    padding-top: 5%;
	}



	/* Dasboard and membership */

	.woocommerce {
	/*		background-color: #eef2fa; */
	}

.acc-holder {
	position: relative;
	width: 96%;
	margin: 2%;
}

	li.woocommerce-MyAccount-navigation-link {
	    color: #fff;
	    font-size: 15px;
	    line-height: 60px;
	    border-bottom: 2px solid #fff;
	}

	li.woocommerce-MyAccount-navigation-link a:hover {
	    background-color: #03316d;
			color: #fff;
			width: 100%;
			display: block;
	}

	li.woocommerce-MyAccount-navigation-link a {
	font-family: 'Montserrat';
	font-weight: bold;
	width: 100%;
	display: block;
	padding-left: 5px;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation {
	    background-color: #015cd0;
	    padding-left: 4%;
	    padding-right: 4%;
	    padding-top: 4%;
	    padding-bottom: 4%;
			z-index: 2;
	position: relative;
	color: #fff;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		font-family: 'Montserrat';
	    padding-top: 5%;
	    padding-right: 5%;
	    padding-bottom: 5%;
	    padding-left: 4%;
			background-color: #eef2fa;
	    width: 70%;
			font-size: 14px;
	line-height: 19px;
	}

	.woo-left-block {
		position: absolute;
		left:0;
		top:300px;
		bottom: 0;
		z-index: 1;
		width: 30%;
		background-color: #015cd0;
		color: #fff;
	}

	form.woocommerce-EditAccountForm.edit-account {
		font-family: 'Montserrat';
	    font-size: 14px;
	    line-height: 19px;
	}

	.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	    box-sizing: border-box;
	    width: 100%;
	    margin: 0;
	    outline: 0;
	    line-height: normal;
	    padding: 2%;
			font-family: 'Montserrat';
			    margin-bottom: 2%;
	}

	.woocommerce form .form-row {
	    padding: 1px;
	    margin: 0 0 6px;
	}

	h2.woocommerce-order-details__title {
	    font-size: 20px;
	    margin-top: 3%;
	    margin-bottom: 2%;
	    padding-left: 2px;
	}

	h2.woocommerce-column__title {
		font-size: 20px;
		margin-top: 3%;
		margin-bottom: 2%;
		padding-left: 2px;
	}

	.u-columns.woocommerce-Addresses.col2-set.addresses {
    padding-top: 3%;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin-top: 3%;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #015cd0;
    color: #ffffff;
    border-top: 3px solid #015cd0;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
    font-size: 14px;
    font-family: 'Montserrat';
}

.section-cart-holder {
    width: 80%;
    margin-left: 10%;
    background: #fff;
    position: relative;
    display: inline-block;
    z-index: 2;
    margin-bottom: 8%;
    padding: 3%;
}

/*------------------------------------*\
    pop up box
\*------------------------------------*/


.modalDialog {
        position: fixed;
        font-family: Arial, Helvetica, sans-serif;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(12, 12, 12, 0.8);
        z-index: 99999;
        opacity:0;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: none;
    }

    .modalDialog:target {
        opacity:1;
        pointer-events: auto;
    }
/*
    .modalDialog > div {
        width: 400px;
        position: relative;
        margin: 10% auto;
        padding: 5px 20px 13px 20px;
        border-radius: 10px;
        background: #fff;
        background: -moz-linear-gradient(#fff, #999);
        background: -webkit-linear-gradient(#fff, #999);
        background: -o-linear-gradient(#fff, #999);
    }

*/

.modalDialog > .pop-box {
	position: fixed;
  width: 70%;
    top: 15%;
    margin-left: 15%;
    margin-right: 15%;
  background: #fae80b;
  border-radius: .25em .25em .4em .4em;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;

	padding-top: 8%;
padding-bottom: 8%;
padding-left: 5%;
padding-right: 5%;

}

    .close {
        background: #606061;
        color: #FFFFFF;
        line-height: 25px;
        position: absolute;
        right: -12px;
        text-align: center;
        top: -10px;
        width: 24px;
        text-decoration: none;
        font-weight: bold;
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
        -moz-box-shadow: 1px 1px 3px #000;
        -webkit-box-shadow: 1px 1px 3px #000;
        box-shadow: 1px 1px 3px #000;
    }

    .close:hover { background: #ccc; }


.pop-box h3 {
	line-height: 165%;
}




/*------------------------------------*\
    Crossfade
\*------------------------------------*/


					.section__hero {
  position: relative;
  height: 100%;
  transition: opacity 0.25s ease-in-out;
}
.crossFade__image {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation-name: crossFade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 21s;
	left:0;
	object-fit: cover;
}

@keyframes crossFade {
  20% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
}
.section__hero img:nth-of-type(1) {
  animation-delay: 0s;
}
.section__hero img:nth-of-type(2) {
  animation-delay: 7s;
}
.section__hero img:nth-of-type(3) {
  animation-delay: 14s;
}

@media screen and (prefers-reduced-motion: reduce) {
  .crossFade__image {
    display: none;
  }
  .section__hero {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

  }
}
/*------------------------------------*\
	Competition
\*------------------------------------*/

.lips {
	background:	url("img/Lips.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	position: absolute;
	/* display: none; */
	bottom: 5%;
	right: 5%;
}

.star {
    background: url(img/Stars.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    position: absolute;
    /* display: none; */
    bottom: 5%;
    left: 5%;
}

.emoji {
	background:	url("img/heart-eyes-emoji.png");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	position: absolute;
	/* display: none; */
	bottom: 5%;
	right: 5%;
}


.add-rel {
    position: relative;
}

.comp-bar {
    height: 50px;
    width: 94%;
    position: fixed;
    bottom: 2%;
    left: 3%;
    right: 3%;
    background-color: #f3bb20;
    font-size: 20px;
    color: #604947;
    font-family: 'Josefin Sans';
    padding-top: 16px;
    text-align: center;
    z-index: 100000000;
}

/*------------------------------------*\
	Link Box
\*------------------------------------*/

.link-box-holder {
    width: 100%;
    background-color: #81615b;
}

.link-box {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 2%;
    padding-bottom: 2%;
    text-transform: uppercase;
    font-family: 'Josefin Sans';
    color: #fff;
}

.link-box a {
    padding: 2%;
}


/*------------------------------------*\
    SHADOWS
\*------------------------------------*/

.shadow {
	-webkit-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 10px 10px 20px 0px rgba(0,0,0,0.5);
}


.shadow2 {
	-webkit-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.3);
	box-shadow: 4px 4px 7px 0px rgba(0,0,0,0.3);
}

.shadow3 {
	-webkit-box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.4);
	box-shadow: 8px 8px 16px 0px rgba(0,0,0,0.4);
}



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}


@font-face {
    font-family: 'Calibri';
    src: url('fonts/Calibri/Calibri.eot');
    src: url('fonts/Calibri/Calibri.eot?#iefix') format('embedded-opentype'),
        url('fonts/Calibri/Calibri.woff2') format('woff2'),
        url('fonts/Calibri/Calibri.woff') format('woff'),
        url('fonts/Calibri/Calibri.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Butler';
    src: url('fonts/butler/Butler-Medium.woff2') format('woff2'),
        url('fonts/butler/Butler-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('fonts/butler/Butler-Light.woff2') format('woff2'),
        url('fonts/butler/Butler-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'FONTSPRING DEMO - Biotic';
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticBlackItalicRegular.eot');
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticBlackItalicRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticBlackItalicRegular.woff2') format('woff2'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticBlackItalicRegular.woff') format('woff'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticBlackItalicRegular.ttf') format('truetype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticBlackItalicRegular.svg#FONTSPRINGDEMO-BioticBlackItalicRegular') format('svg');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Biotic';
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticExtraboldRegular.eot');
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticExtraboldRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticExtraboldRegular.woff2') format('woff2'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticExtraboldRegular.woff') format('woff'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticExtraboldRegular.ttf') format('truetype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticExtraboldRegular.svg#FONTSPRINGDEMO-BioticExtraboldRegular') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Biotic';
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticBlackRegular.eot');
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticBlackRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticBlackRegular.woff2') format('woff2'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticBlackRegular.woff') format('woff'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticBlackRegular.ttf') format('truetype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticBlackRegular.svg#FONTSPRINGDEMO-BioticBlackRegular') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Biotic';
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticMediumItalicRegular.eot');
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticMediumItalicRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticMediumItalicRegular.woff2') format('woff2'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticMediumItalicRegular.woff') format('woff'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticMediumItalicRegular.ttf') format('truetype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticMediumItalicRegular.svg#FONTSPRINGDEMO-BioticMediumItalicRegular') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Biotic';
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticExtraboldItalicRegular.eot');
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticExtraboldItalicRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticExtraboldItalicRegular.woff2') format('woff2'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticExtraboldItalicRegular.woff') format('woff'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticExtraboldItalicRegular.ttf') format('truetype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticExtraboldItalicRegular.svg#FONTSPRINGDEMO-BioticExtraboldItalicRegular') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Biotic';
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticSemiboldItalicRegular.eot');
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticSemiboldItalicRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticSemiboldItalicRegular.woff2') format('woff2'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticSemiboldItalicRegular.woff') format('woff'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticSemiboldItalicRegular.ttf') format('truetype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticSemiboldItalicRegular.svg#FONTSPRINGDEMO-BioticSemiboldItalicRegular') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Biotic';
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticLightItalicRegular.eot');
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticLightItalicRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticLightItalicRegular.woff2') format('woff2'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticLightItalicRegular.woff') format('woff'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticLightItalicRegular.ttf') format('truetype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticLightItalicRegular.svg#FONTSPRINGDEMO-BioticLightItalicRegular') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Biotic';
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticItalic.eot');
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticItalic.woff2') format('woff2'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticItalic.woff') format('woff'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticItalic.ttf') format('truetype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticItalic.svg#FONTSPRINGDEMO-BioticItalic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Biotic';
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticExtralightItalicRegular.eot');
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticExtralightItalicRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticExtralightItalicRegular.woff2') format('woff2'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticExtralightItalicRegular.woff') format('woff'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticExtralightItalicRegular.ttf') format('truetype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticExtralightItalicRegular.svg#FONTSPRINGDEMO-BioticExtralightItalicRegular') format('svg');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Biotic';
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticBoldItalic.eot');
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticBoldItalic.woff2') format('woff2'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticBoldItalic.woff') format('woff'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticBoldItalic.ttf') format('truetype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticBoldItalic.svg#FONTSPRINGDEMO-BioticBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Biotic';
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticMediumRegular.eot');
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticMediumRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticMediumRegular.woff2') format('woff2'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticMediumRegular.woff') format('woff'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticMediumRegular.ttf') format('truetype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticMediumRegular.svg#FONTSPRINGDEMO-BioticMediumRegular') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Biotic';
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticThinItalicRegular.eot');
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticThinItalicRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticThinItalicRegular.woff2') format('woff2'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticThinItalicRegular.woff') format('woff'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticThinItalicRegular.ttf') format('truetype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticThinItalicRegular.svg#FONTSPRINGDEMO-BioticThinItalicRegular') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Biotic';
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticSemiboldRegular.eot');
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticSemiboldRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticSemiboldRegular.woff2') format('woff2'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticSemiboldRegular.woff') format('woff'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticSemiboldRegular.ttf') format('truetype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticSemiboldRegular.svg#FONTSPRINGDEMO-BioticSemiboldRegular') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Biotic';
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticBold.eot');
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticBold.woff2') format('woff2'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticBold.woff') format('woff'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticBold.ttf') format('truetype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticBold.svg#FONTSPRINGDEMO -BioticBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Biotic';
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticThinRegular.eot');
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticThinRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticThinRegular.woff2') format('woff2'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticThinRegular.woff') format('woff'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticThinRegular.ttf') format('truetype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticThinRegular.svg#FONTSPRINGDEMO-BioticThinRegular') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Biotic';
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticExtralightRegular.eot');
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticExtralightRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticExtralightRegular.woff2') format('woff2'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticExtralightRegular.woff') format('woff'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticExtralightRegular.ttf') format('truetype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticExtralightRegular.svg#FONTSPRINGDEMO-BioticExtralightRegular') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Biotic';
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticLightRegular.eot');
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticLightRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticLightRegular.woff2') format('woff2'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticLightRegular.woff') format('woff'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticLightRegular.ttf') format('truetype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticLightRegular.svg#FONTSPRINGDEMO-BioticLightRegular') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FONTSPRING DEMO - Biotic';
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticRegular.eot');
    src: url('fonts/biotic/FONTSPRINGDEMO-BioticRegular.eot?#iefix') format('embedded-opentype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticRegular.woff2') format('woff2'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticRegular.woff') format('woff'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticRegular.ttf') format('truetype'),
        url('fonts/biotic/FONTSPRINGDEMO-BioticRegular.svg#FONTSPRINGDEMO-BioticRegular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Black.eot');
    src: url('fonts/montserrat/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-Black.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-Black.woff') format('woff'),
        url('fonts/montserrat/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Bold.eot');
    src: url('fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-Bold.woff') format('woff'),
        url('fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-BlackItalic.eot');
    src: url('fonts/montserrat/Montserrat-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-BlackItalic.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-BlackItalic.woff') format('woff'),
        url('fonts/montserrat/Montserrat-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-BoldItalic.eot');
    src: url('fonts/montserrat/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-BoldItalic.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-BoldItalic.woff') format('woff'),
        url('fonts/montserrat/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-ExtraBold.eot');
    src: url('fonts/montserrat/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-ExtraBold.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-ExtraBold.woff') format('woff'),
        url('fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-ExtraBoldItalic.eot');
    src: url('fonts/montserrat/Montserrat-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-ExtraBoldItalic.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-ExtraBoldItalic.woff') format('woff'),
        url('fonts/montserrat/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Italic.eot');
    src: url('fonts/montserrat/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-Italic.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-Italic.woff') format('woff'),
        url('fonts/montserrat/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-ExtraLight.eot');
    src: url('fonts/montserrat/Montserrat-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-ExtraLight.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-ExtraLight.woff') format('woff'),
        url('fonts/montserrat/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Light.eot');
    src: url('fonts/montserrat/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-Light.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-Light.woff') format('woff'),
        url('fonts/montserrat/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-ExtraLightItalic.eot');
    src: url('fonts/montserrat/Montserrat-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-ExtraLightItalic.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-ExtraLightItalic.woff') format('woff'),
        url('fonts/montserrat/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-SemiBold.eot');
    src: url('fonts/montserrat/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-SemiBold.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-SemiBold.woff') format('woff'),
        url('fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Medium.eot');
    src: url('fonts/montserrat/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-Medium.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-Medium.woff') format('woff'),
        url('fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Regular.eot');
    src: url('fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-Regular.woff') format('woff'),
        url('fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-LightItalic.eot');
    src: url('fonts/montserrat/Montserrat-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-LightItalic.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-LightItalic.woff') format('woff'),
        url('fonts/montserrat/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-MediumItalic.eot');
    src: url('fonts/montserrat/Montserrat-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-MediumItalic.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-MediumItalic.woff') format('woff'),
        url('fonts/montserrat/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-ThinItalic.eot');
    src: url('fonts/montserrat/Montserrat-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-ThinItalic.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-ThinItalic.woff') format('woff'),
        url('fonts/montserrat/Montserrat-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-SemiBoldItalic.eot');
    src: url('fonts/montserrat/Montserrat-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-SemiBoldItalic.woff') format('woff'),
        url('fonts/montserrat/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Thin.eot');
    src: url('fonts/montserrat/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
        url('fonts/montserrat/Montserrat-Thin.woff2') format('woff2'),
        url('fonts/montserrat/Montserrat-Thin.woff') format('woff'),
        url('fonts/montserrat/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Helvetica';
    src: url('fonts/helvetica/Helvetica-BoldOblique.eot');
    src: url('fonts/helvetica/Helvetica-BoldOblique.eot?#iefix') format('embedded-opentype'),
        url('fonts/helvetica/Helvetica-BoldOblique.woff2') format('woff2'),
        url('fonts/helvetica/Helvetica-BoldOblique.woff') format('woff'),
        url('fonts/helvetica/Helvetica-BoldOblique.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/helvetica/Helvetica-Oblique.eot');
    src: url('fonts/helvetica/Helvetica-Oblique.eot?#iefix') format('embedded-opentype'),
        url('fonts/helvetica/Helvetica-Oblique.woff2') format('woff2'),
        url('fonts/helvetica/Helvetica-Oblique.woff') format('woff'),
        url('fonts/helvetica/Helvetica-Oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/helvetica/Helvetica-Bold.eot');
    src: url('fonts/helvetica/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/helvetica/Helvetica-Bold.woff2') format('woff2'),
        url('fonts/helvetica/Helvetica-Bold.woff') format('woff'),
        url('fonts/helvetica/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/helvetica/Helvetica-Light.eot');
    src: url('fonts/helvetica/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/helvetica/Helvetica-Light.woff2') format('woff2'),
        url('fonts/helvetica/Helvetica-Light.woff') format('woff'),
        url('fonts/helvetica/Helvetica-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('fonts/helvetica/Helvetica.eot');
    src: url('fonts/helvetica/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('fonts/helvetica/Helvetica.woff2') format('woff2'),
        url('fonts/helvetica/Helvetica.woff') format('woff'),
        url('fonts/helvetica/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/



@media only screen and (min-width:1250px) {

	.logo {
    width: 26%;
    height: 140px;
    /* background-color: #111; */
    position: absolute;
    top: 10px;
    left: 5.5%;
    z-index: 10;
}



h1 {
	font-size: 55px;
	line-height: 54px;
}


h2 {
  font-size: 44px;
	line-height: 122%;
}

h3 {
	font-size: 22px;
	line-height: 155%;
	letter-spacing: 0.4px;

}

h4 {
  font-size: 31px;
  line-height: 125%;
}

h5 {
  font-size: 21px;
  line-height: 128%;
}

h6 {
	font-size: 14.5px;
	line-height: 155%;
}

p {
	font-size: 18px;
	line-height: 160%;
}


	.large-text {
	    font-size: 44px !important;
	}




/* Home */

.third-label {
    height: 70px;
}

/* End of home */

/* HEIGHTS */


.height1 {
  height:475px;
}

.height2 {
  height:525px;
}

.height3 {
  height:575px;
}

.height4 {
  height: 575px;
}

.height5 {
  height:675px;
}

.height6 {
  height:725px;
}

.height7 {
  height:775px;
}

.height8 {
  height: 825px;
}

.online-height {
	height:750px;
}

/* END OF HEIGHTS */



/* FOOTER */

.footer-holder1 {
	width: 94%;
  margin-left: 3%;
  padding-bottom: 5%;
}


.footer-box1 {
	width: 21%;
}

.footer-box2 {
	width: 29%;
	float: left;
	margin-left: 6%;
	margin-top: 1%;

}

.footer-box2 h2{
  font-size: 22px;
  color:#fff;

}

.footer-box2 h3{
  font-size: 16px;
  color:#fff;

}

.footer-box3 {
	width: 36%;
	margin-left: 8%;
  margin-top: 1%;
}

.footer-box3 h2{
font-size: 22px;
color:#fff;

}

.footer-contact {
  width: 86%;
  float: left;
	margin-top: 1%;
	margin-bottom: 1%;
}

.footer-contact2 {
  width: 90%;
  clear: left;
	margin-top: 1%;
}

.footer-contact h3{
	font-size: 16px;
	color:#fff;
	font-weight: bold;
	float: left;
		padding-top: 3px;
}

.footer-contact2 h3{
	font-size: 18px;
	color:#fff;
	font-weight: bold;
	float: left;
		padding-top: 3px;
}

.footer-contact img {
    padding-right: 5%;
    padding-top: 2px;
    float: left;
		width:40px;
}


.footer-contact2 img {
  padding-right: 5%;
  padding-top: 2px;
  float: left;
	width:40px;
}

.links {
	float: left;
	padding-right:8%;
	color: #898989;
	font-size: 12px;
}

.contact-box1 h1 {
  font-size: 42px;
  font-weight: normal;
  color: #365c98;
  padding-bottom: 4%;
	margin-top: -1%;
}

.contact-img {
  width: 35px;
}

.top-block {
	height: 150px;
}

}


@media screen and (min-width: 1020px) and (max-width: 1220px) {



h1 {
	font-size: 48px;
	line-height: 54px;
}


h2 {
  font-size: 41px;
	line-height: 122%;
}

h3 {
	font-size: 20px;
	line-height: 155%;
	letter-spacing: 0.4px;

}

h4 {
  font-size: 27px;
  line-height: 125%;
}

h5 {
  font-size: 18px;
  line-height: 128%;
}

h6 {
	font-size: 13.5px;
	line-height: 155%;
}

p {
	font-size: 15.5px;
	line-height: 160%;
}

/* Home */

.third-label {
    height: 70px;
}

/* End of home */

/* FOOTER */

.footer-holder1 {
	width: 94%;
  margin-left: 3%;
  padding-bottom: 5%;
}


.footer-box1 {
	width: 21%;
}

.footer-box2 {
	width: 29%;
	float: left;
	margin-left: 6%;
	margin-top: 1%;

}

.footer-box2 h2{
  font-size: 22px;
  color:#fff;

}

.footer-box2 h3{
  font-size: 13px;
  color:#fff;

}

.footer-box3 {
	width: 36%;
	margin-left: 8%;
  margin-top: 1%;
}

.footer-box3 h2{
font-size: 22px;
color:#fff;

}

.footer-contact {
  width: 86%;
  float: left;
	margin-top: 1%;
	margin-bottom: 1%;
}

.footer-contact2 {
  width: 90%;
  clear: left;
	margin-top: 1%;
}

.footer-contact h3{
	font-size: 16px;
	color:#fff;
	font-weight: bold;
	float: left;
		padding-top: 3px;
}

.footer-contact2 h3{
	font-size: 16px;
	color:#fff;
	font-weight: bold;
	float: left;
		padding-top: 3px;
}

.footer-contact img {
    padding-right: 5%;
    padding-top: 2px;
    float: left;
		width:40px;
}


.footer-contact2 img {
  padding-right: 5%;
  padding-top: 2px;
  float: left;
	width:40px;
}

.links {
	float: left;
	padding-right:8%;
	color: #898989;
	font-size: 12px;
}

.contact-box1 h1 {
  font-size: 42px;
  font-weight: normal;
  color: #365c98;
  padding-bottom: 4%;
	margin-top: -1%;
}

.contact-img {
  width: 35px;
}

/* END OF FOOTER */

/* HEIGHTS */

.height1 {
	height:325px;
}

.height2 {
  height:375px;
}

.height3 {
	height:425px;
}

.height4 {
	height:475px;
}

.height5 {
	height:525px;
}

.height6 {
	height:575px;
}

.height7 {
	height:700px;
}

.online-height {
	height:550px;
}

}

@media screen and (max-width:870px) {


h1 {
font-size: 36px;
line-height: 40px;
}

h2 {
font-size: 29px;
}

h3 {
    font-size: 16px;
}

h4 {
	font-size: 22px;
	line-height: 27px;
}

h5 {
	font-size: 16px;

}

h6 {

}

p {
    font-size: 13.5px;
	}

/* HOME */

/* END OF HOME */

/* FOOTER */

.footer-box1 {
  width: 21%;
  float: left;
}

.footer-box2 {
  width: 32%;
  float: left;
  margin-left: 5%;
  margin-top: 0%;
}

.footer-box2 h2 {
  font-size: 17px;
  color: #fff;
}

.footer-box2 h3 {
  font-size: 11px;
  color: #fff;
}

.footer-box3 {
  width: 38%;
  margin-left: 4%;
  margin-top: 0%;
}

.footer-box3 h2 {
  font-size: 17px;
  color: #fff;
}

.footer-contact {
  width: 95%;
  float: left;
  margin-top: 1%;
	margin-bottom: 1%;
}

.footer-contact img {
  padding-right: 3%;
  padding-top: 1px;
  float: left;
  width: 11%;
}

.footer-contact h3 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  float: left;
		padding-top: 3px;
}

.footer-contact2 {
  width: 98%;
  clear: left;
  margin-top: 1%;
}

.footer-contact2 img {
  padding-right: 3%;
  padding-top: 2px;
  float: left;
  width: 10%;
}

.footer-contact2 h3 {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  float: left;
		padding-top: 3px;
}


.links-holder {
  padding-top: 2%;
  padding-bottom: 3%;
  max-width: 800px;
  min-width: 600px;
}

.links {
  float: left;
  padding-right: 3%;
  color: #898989;
  font-size: 11px;
}

/* END OF FOOTER */

/* HEIGHTS */

.height2 {
	height:275px;
}

.height3 {
	height:325px;
}

.height4 {
  height:375px;
}

.height5 {
	height:425px;
}

.height6 {
	height:475px;
}

.height7 {;
	height:525px;
}

.height8 {
	height:650px;
}

.online-height {
	height:510px;
}

/* END OF HEIGHTS */

/* Contact */


/* BUTTONS */

.btn1 {
font-size: 15px;
}

/* END OF BUTTONS */

.fb-link {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 125px;
    margin-top: 45px;
		    z-index: 10;
}

.fb-link img{
width:65%;
}


.insta-link {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 190px;
    margin-top: 47px;
		    z-index: 10;
}

.insta-link img{
width:65%
}


}

@media only screen and (max-width:750px) {


h1 {
	font-size: 34px;
	line-height: 38px;
}

h2 {
     font-size: 27px;
}

h3 {
    font-size: 15px;
}

h4 {
	font-size: 20px;
	    line-height: 26px;
}

h5 {
	font-size: 15px;

}

.large-text {
	font-size: 32px !important;
	line-height: 38px;
}

/* FOOTER */

.footer {
    width: 100%;
    padding-top: 5%;
    height: 275px;
}

.comp-bar {
    height: 50px;
    width: 94%;
    position: fixed;
    bottom: 2%;
    left: 3%;
    right: 3%;
    background-color: #f3bb20;
    font-size: 17px;
    color: #604947;
    font-family: 'Josefin Sans';
    padding-top: 16px;
    text-align: center;
    z-index: 100000000;
}

.third4 {
    width: 44%;
    float: left;
		position: relative;
		margin-left: 3%;
    margin-right: 3%;
}

}


@media only screen and (max-width:650px) {

h1 {
	font-size: 32px;
	line-height: 36px;
}

h2 {
font-size: 25px;
line-height: 108%;
}

h3 {
    font-size: 14px;
}
h4 {

}

h5 {

}

p {
	font-size: 12.5px;
}
.width-a {
    width: 90%;
}


.floatr {
	float: right !important;
}

.floatl {
	float: left !important;
}


.boxl {
    width: 95%;
}

.boxl2 {
		width: 95%;
}

.boxr {
    width: 95%;
}



.unset {
	height: unset;
	min-height: unset;
	max-height: unset;
}

.third3 {
    width: 46%;
    float: left;
    position: relative;
}

/* FOOTER */

.footer {
  width: 100%;
  height: 520px;
  min-height: 520px;
  padding-top: 5%;
}

.footer-holder1 {
  width: 88%;
  margin-left: 6%;
  padding-bottom: 5%;
}

.footer-box1 {
  width: 30%;
  float: left;
}

.footer-box2 {
  width: 90%;
  float: left;
  clear: left;
  margin-left: 3%;
  margin-top: 5%;
}

.footer-box3 {
  width: 75%;
  margin-left: 3%;
  margin-top: 6%;
}

.footer-contact img {
  padding-right: 3%;
  padding-top: 1px;
  float: left;
  width: 8%;
}

.footer-contact2 img {
  padding-right: 3%;
  padding-top: 2px;
  float: left;
  width: 7%;
}

.lineF {
  width: 100%;
  height: 2px;
  background-color: #415069;
  margin-top: 6%;
  margin-bottom: 5%;
  position: relative;
  float: left;
}

.links-holder {
  padding-top: 2%;
  padding-bottom: 3%;
  max-width: unset;
  min-width: unset;
  width: 100%;
	display: block;
}

.links {
  float: left;
  padding-right: 10%;
  color: #898989;
  font-size: 11px;
  line-height: 18px;
}



/* END OF FOOTER */

/* BUTTONS */


/* END OF BUTTONS */

/* HOME */


/* END OF HOME */


/* NAVIGATION */


/* END OF NAVIGATION */

/* Contact */

.contact-img {
    width: 36px;
}

.contact-text h4 {
	font-size: 17px !important;
}


}



@media (max-height: 535px) and (max-width: 650px) {
    /* CSS stuff */

}

@media (min-height: 781px) and (max-width: 650px) {
    /* CSS stuff */

}


@media only screen and (max-width:610px) {


.height-mob1 {
  height: unset !important;
}

.comp-bar {
    height: 50px;
    width: 94%;
    position: fixed;
    bottom: 2%;
    left: 3%;
    right: 3%;
    background-color: #f3bb20;
    font-size: 15px;
    color: #604947;
    font-family: 'Josefin Sans';
    padding-top: 16px;
    text-align: center;
    z-index: 100000000;
}

.third4 {
	width: 100%;
	float: none;
}

}

@media only screen and (max-width:580px) {

	.logo {
	    width: 52%;
	    height: 140px;
	    position: absolute;
	    top: 10px;
	    left: 3%;
	    z-index: 10;
	}

h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {
	font-size: 14.5px;
}

h6 {

}

	.half {
	  width: 100%;
	  float: left;
	}

	.half3 {
	  width: 100%;
	  float: none;
	}



.third {
    width: 90%;
    margin-left: 5% !important;
    margin-right: 5% !important;
}

.third2 {
    width: 90%;
    margin-left: 5% !important;
    margin-right: 5% !important;
}

.height-mob1 {
	height: unset !important;
	min-height: unset !important;
	max-height: unset !important;
}

.h-mp {
	height: unset !important;
	min-height: unset !important;
	max-height: unset !important;
	padding-top: 5%;
	padding-bottom: 5%;
}


.acentre-mob {
	text-align: center !important;
}

.pad-mob1 {
	padding: 5% !important;
}

.pad-mob2 {
	padding: 10% !important;
}



.mob-marg-top {
	margin-top: 8%;
}

.mob-h1 {
	height: 700px!important;
}

.mob-h2 {
	height: 600px!important;
}

.mob-h3 {
	height: 500px!important;
}

.mob-h4 {
	height: 450px!important;
}

.mob-h5 {
	height: 400px!important;
}

.mob-h6 {
	height: 350px!important;
}

.mob-h7 {
	height: 300px!important;
}

.mob-h8 {
	height: 250px!important;
}


.display1 {
	display: block;
}

.display2 {
	display: none;
}

.white-box {
    position: absolute;
    top: 0%;
    bottom: 62%;
    left: 15%;
    right: 3%;
    background-color: #fff;
    z-index: 5;
}
.white-box3 {
    position: absolute;
    top: 8%;
    bottom: 8%;
    left: 25%;
    right: 8%;
    background-color: #fff;
    z-index: 5;
    padding-left: 6%;
    padding-right: 4%;
    padding-top: 4%;
    padding-bottom: 4%;
}

.welcome {
    transform-origin: 0 0;
    transform: rotate(90deg);
    position: absolute;
    font-size: 50px;
    left: 55px;
    z-index: 6;
    font-weight: 700;
    text-align: center;
    top: 50px;
    color: #eef2fa;
}

.join {
    position: absolute;
    left: 21.5%;
    top: 34%;
    z-index: 10;
}

.blue-box-text {
    position: absolute;
    top: 39%;
    bottom: 30%;
    left: 40%;
    right: 20%;
    z-index: 3;
    color: #fff;
}

.blue-box-text2 {
    position: absolute;
    left: 56%;
    top: 82%;
    z-index: 10;
    color: #fff;
}

.blue-box1 {
    position: absolute;
    top: 150px;
    bottom: 10%;
    right: 0;
    left: 50%;
    background-color: #1b5095c4;
    filter: contrast(1.8) brightness(1.4);
}

.blue-box2 {
    position: absolute;
    top: 35%;
    bottom: 32%;
    right: 50%;
    left: 35%;
    background-color: #1b5095c4;
    filter: contrast(1.8) brightness(1.4);
		    min-height: 240px;
}


.home-img2 {
	height: 400px;
	background-size: contain;

}

.why {
    position: absolute;
    font-size: 14.5vw;
    left: 12%;
    z-index: -1;
    font-weight: 700;
    text-align: center;
    top: 1%;
    color: #eef2fa;
}

.white-box2 {
    position: absolute;
    top: 48%;
    bottom: 12%;
    left: 10%;
    right: 10%;
    background-color: #fff;
    z-index: 5;
}

.join2 {
    position: absolute;
    left: 16%;
    top: 90%;
    z-index: 10;
}

.m-top {
	margin-top: 0% !important;
}

.amy {
    width: 65%;
    position: absolute;
    top: 0%;
    right: -40px;
    bottom: 0;
	}

.pad-quote {
    padding-top: 6%;
    padding-left: 5%;
    padding-bottom: 5%;
    padding-right: 46%;
}

.third-label {
    height: 60px;
    position: absolute;
    bottom: -9%;
    left: 8%;
    right: 8%;
    background-color: #fff;
    text-transform: uppercase;
}



.pad-img1 {
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
}

.pad-img2 {
    padding-left: 0%;
    padding-right: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
}

.feature-text-contact {
    color: #fff !important;
    background-color: #1963cae0;
    padding-left: 4%;
    padding-top: 4%;
    width: fit-content;
    padding-right: 4%;
    padding-bottom: 1%;
}

.top-block {
    width: 100%;
    height: 120px;
    z-index: 1;
    position: relative;
    background-color: #fff;
}

.top-block2 {
    width: 100%;
    height: 120px;
    z-index: 1;
    position: relative;
    background-color: #035cd0;
}

.blue-header {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 60%;
    background-color: #035cd0;
}

.contact-img {
    width: 32px;
}

.fb-link {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 85px;
    margin-top: 45px;
    z-index: 10;
}

.insta-link {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 130px;
    margin-top: 47px;
    z-index: 10;
}

.amy-reb {
    position: absolute;
    bottom: 0;
    top: 0%;
    left: 3%;
    right: 3%;
    background: url(img/amy-reb.png);
    background-size: contain;
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.about-box {
    position: absolute;
    left: 14%;
    top: -48%;
    bottom: 0;
    right: 12%;
}

.vit-1-section {
    position: absolute;
    top: -113%;
    bottom: 110%;
    left: 0%;
    right: 0;
    background-color: #035cd0;
    z-index: 10;
}

.vit-1 {
    position: absolute;
    top: 80%;
    bottom: -88%;
    left: 0%;
    right: 0%;
    background: url(img/vitall.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.vit-img1 {
    background: url(img/vit-woman.jpg);
    background-size: 65%;
    background-position-x: center;
    background-position-y: 100%;
    background-repeat: no-repeat;
}

.middle-lc {
	display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
}

}


@media only screen and (max-width:520px) {


h1 {

}

h2 {

}

h3 {

}

h4 {

}

h5 {

}

h6 {

}

.btn1 {
  font-size: 14px;
}

/* NAVIGATION */

.contact-box h4 {
	font-size:16px;
}

/* Contact */

.contact-img {
  width: 30px;
}

/* SEARCH */

.search-holder h1 {
    color: #2e579c;
    font-size: 30px;
    line-height: 36px;
}

.search-holder {
    width: 100%;
    margin-top: 300px;
	}

	input.search-input-result {
    width: 96%;
    padding-left: 4%;
    height: 40px;
    border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -webkit-border-radius: 14px 14px 14px 14px;
    border: 0px solid #000000;
    -webkit-box-shadow: inset 1px 1px 3px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 3px 2px rgba(0,0,0,0.1);
    box-shadow: inset 1px 1px 3px 2px rgba(0,0,0,0.1);
}

button.search-submit-result {
    width: 96%;
    background: #555;
    border: none;
    font-size: 13px;
    color: #fff;
    margin-right: 8px;
    font-family: 'Montserrat';
    padding-bottom: 2%;
    padding-top: 2%;
    /* padding-left: 1%; */
    /* padding-right: 2%; */
    text-align: center;
    margin-left: 2%;
    margin-top: 3%;
    margin-bottom: 7%;
}

/* END OF SEARCH */

/* HOME */

.service-box {
    width: 96%;
}

/* END OF HOME */



/* FOOTER */

.footer {
    width: 100%;
    height: 450px;
    min-height: 450px;
    padding-top: 5%;
}

.footer-box3 {
    width: 75%;
    margin-left: 3%;
    margin-top: 8%;
}

.footer-contact img {
    padding-right: 3%;
    padding-top: 1px;
    float: left;
    width: 11%;
}

.footer-contact2 img {
    padding-right: 3%;
    padding-top: 0px;
    float: left;
    width: 11%;
}

.veracity {
    position: absolute;
    right: 5%;
    color: #fff;
    top: 15px;
    font-size: 11px;
}

p.copyright {
    padding-left: 5%;
    color: #fff;
    padding-top: 15px;
    font-size: 11px;
}

/* END OF FOOTER */


.comp-bar {
    height: 47px;
    width: 94%;
    position: fixed;
    bottom: 2%;
    left: 3%;
    right: 3%;
    background-color: #f3bb20;
    font-size: 12px;
    color: #604947;
    font-family: 'Josefin Sans';
    padding-top: 18px;
    text-align: center;
    z-index: 100000000;
}

.vit-img1 {
		background: url(img/vit-woman.jpg);
		background-size: 75%;
		background-position-x: center;
		background-position-y: 100%;
		background-repeat: no-repeat;
}

}


@media only screen and (max-width:480px) {


/* NAVIGATION */

.contact-box h4 {
	font-size:16px;
}

/* Contact */

.contact-img {
    width: 23px;
}

/* SEARCH */

.search-holder h1 {
    color: #2e579c;
    font-size: 30px;
    line-height: 36px;
}

.search-holder {
    width: 100%;
    margin-top: 300px;
	}

	input.search-input-result {
    width: 96%;
    padding-left: 4%;
    height: 40px;
    border-radius: 14px 14px 14px 14px;
    -moz-border-radius: 14px 14px 14px 14px;
    -webkit-border-radius: 14px 14px 14px 14px;
    border: 0px solid #000000;
    -webkit-box-shadow: inset 1px 1px 3px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 1px 1px 3px 2px rgba(0,0,0,0.1);
    box-shadow: inset 1px 1px 3px 2px rgba(0,0,0,0.1);
}

button.search-submit-result {
    width: 96%;
    background: #555;
    border: none;
    font-size: 13px;
    color: #fff;
    margin-right: 8px;
    font-family: 'Montserrat';
    padding-bottom: 2%;
    padding-top: 2%;
    /* padding-left: 1%; */
    /* padding-right: 2%; */
    text-align: center;
    margin-left: 2%;
    margin-top: 3%;
    margin-bottom: 7%;
}

/* END OF SEARCH */

/* HOME */




/* END OF HOME */



/* FOOTER */

.footer {
    width: 100%;
    height: 440px;
    min-height: 440px;
    padding-top: 5%;
}

.footer-box3 {
    width: 75%;
    margin-left: 3%;
    margin-top: 8%;
}

.footer-contact img {
    padding-right: 3%;
    padding-top: 1px;
    float: left;
    width: 11%;
}

.footer-contact2 img {
    padding-right: 3%;
    padding-top: 0px;
    float: left;
    width: 11%;
}

.veracity {
    position: absolute;
    right: 5%;
    color: #fff;
    top: 15px;
    font-size: 11px;
}

p.copyright {
    padding-left: 5%;
    color: #fff;
    padding-top: 15px;
    font-size: 11px;
}

/* END OF FOOTER */

ul.cd-nav-icons {
    top: 0;
    width: 240px;
    /* left: 20px; */
}
ul#cd-primary-nav {
    top: 14vh;
    width: 310px !important;
    left: 8%;
}

ul.cd-nav-icons {
    top: 0;
    width: 240px !important;
    /* left: 20px; */
}



}


@media only screen and (max-width: 400px) {

h1 {
    font-size: 32px;
    line-height: 35px;
}

h3 {
    font-size: 12px;
    line-height: 149%;
}

h6 {
	font-size: 12px;
	line-height: 149%;
}

.footer-bottom {
	width: 100%;
	height: 75px;
	position: relative;
}

.veracity {
	position: absolute;
	right: unset;
	color: #fff;
	top: unset;
	bottom: 14px;
	left: 5%;
	font-size: 11px;
}

.vit-img1 {
		background: url(img/vit-woman.jpg);
		background-size: 90%;
		background-position-x: center;
		background-position-y: 0%;
		background-repeat: no-repeat;
}

}





@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/



.collapsible {

	/* border: 2px solid #2d589c; */
	background: #333;
	padding-left: 6%;
	padding-right: 6%;
	padding-top: 11px;
	padding-bottom: 11px;
	margin-top: 35px;

	cursor: pointer;
	transition: all 0.8s ease-in;
	font-size: 19px;
	color: #fff;
	text-align: center;
	width: max-content;
	transition: all 0.8s ease-in;
	font-family: 'Calibri';
}


/*
.collapsible:hover {
	-webkit-box-shadow: 4px 7px 15px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 4px 7px 15px 2px rgba(0,0,0,0.5);
	box-shadow: 4px 7px 15px 2px rgba(0,0,0,0.5);
}*/

.collapsible:after {
    content: 'Learn more \002B';
    color: #fff;
    font-weight: normal;
    /* float: right;
    margin-left: 35px;*/
		margin-left: auto;
		margin-right: auto;
    font-family: 'Calibri';
    font-size: 17px;
}

.active:after {
    content: "Learn more \2212";
		color: #fff;
}

.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;

}

.expand-buy {
    width: 18%;
    height: 40px;
    /* background: #fff; */
    position: absolute;
    right: 4%;
    top: 30px;
		    font-family: 'Calibri';
}


.expand-text {
    width: 84%;
    margin-left: 8%;
    margin-right: 8%;
		    margin-top: 9%;
}

.button-buy {
	width:40%;
	margin-top: 1%;
}






@media only screen and (max-width:520px) {

	.expand-buy {
	    width: 18%;
	    height: 40px;
	    /* background: #fff; */
	    position: absolute;
	    right: 4%;
	    top: 18px;
	    font-family: 'Calibri';
	}

	.woocommerce ul.products li.product .button {
    font-size: 14px;
    margin-top: 4%;
		padding-bottom: 12px;
		padding-top: 12px;
}

.expand-title h6 {
    font-family: 'Bebas Neue' !important;
    font-weight: normal;
    padding-bottom: 2%;
    padding: 0%;
    color: #267ec5;
}

}







/* LIGHTBOX */


/* line 7, ../sass/lightbox.sass */
body:after {
  content:url("img/loading.gif") url("img/prev.png") url("img/next.png") url("img/close.png");
  display: none;
}

/* line 11, ../sass/lightbox.sass */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 20, ../sass/lightbox.sass */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
/* line 28, ../sass/lightbox.sass */
.lightbox .lb-image {
  display: block;
  height: auto;

}

.lightbox .lb-image {
    display: block;
    height: auto;
    width: 100% !important;
    height: auto !important;
}
/* line 32, ../sass/lightbox.sass */
.lightbox a img {
  border: none;
}

/* line 35, ../sass/lightbox.sass */ /*
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;

} */

.lb-outerContainer {
    position: relative;
    background-color: white;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    width: 90% !important;
    margin-left: 5%;
    margin-right: 5%;
    height: auto !important;
}

/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 44, ../sass/lightbox.sass */
.lb-container {
  padding: 4px;
}

.lb-container {
    width: 100% !important;
    height: auto !important;
}

/* line 47, ../sass/lightbox.sass */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 56, ../sass/lightbox.sass */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background:url("img/loading.gif") no-repeat;
}

/* line 63, ../sass/lightbox.sass */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 71, ../sass/lightbox.sass */
.lb-container > .nav {
  left: 0;
}

/* line 74, ../sass/lightbox.sass */
.lb-nav a {
  outline: none;
}

/* line 77, ../sass/lightbox.sass */
.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  cursor: pointer;
  /* Trick IE into showing hover */
  display: block;
}

/* line 84, ../sass/lightbox.sass */
.lb-prev {
  left: 0;
  float: left;
}
/* line 87, ../sass/lightbox.sass */
.lb-prev:hover {
  background:url("img/prev.png") left 48% no-repeat;
}

/* line 90, ../sass/lightbox.sass */
.lb-next {
  right: 0;
  float: right;
}
/* line 93, ../sass/lightbox.sass */
.lb-next:hover {
  background:url("img/next.png") right 48% no-repeat;
}

/* line 96, ../sass/lightbox.sass */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;

}
/* line 38, ../../../../.rvm/gems/ruby-1.9.3-p392/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 103, ../sass/lightbox.sass */
.lb-data {
  padding: 0 4px;
  color: #bbbbbb;
}
/* line 106, ../sass/lightbox.sass */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
/* line 111, ../sass/lightbox.sass */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
/* line 115, ../sass/lightbox.sass */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
/* line 121, ../sass/lightbox.sass */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background:url("img/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
/* line 130, ../sass/lightbox.sass */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



/* Navigation*/
