  	/*==========  Sttyles common for all devise widths  ==========*/

	* {
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	a {
		outline: 0;
	}

	::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	    color:    white;
	}
	:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	   color:    white;
	   opacity:  1;
	}
	::-moz-placeholder { /* Mozilla Firefox 19+ */
	   color:   white;
	   opacity:  1;
	}
	:-ms-input-placeholder { /* Internet Explorer 10-11 */
	   color:    white;
	}
		
	a {
		font-weight: 400;
	}
	
	a:hover {
		text-decoration: none;
	}
	
	.show {
		display: block;
		opacity: 1;
	}
	
	.hide {
		display: none;
		
	}
	
	html, body, input, textarea, form, p {
	    font: 16px 'Source Sans Pro', sans-serif;
	}
	
	html, body {
		width:100%;
		overflow-x: hidden;
	}
	
	input[type=text], textarea, input[type=button], input[type=submit] {
  		background-color: transparent;
  		border: 1px solid white;
  		padding-left: 7px;
  		padding-right: 7px;
  		padding-top: 4px;
  		padding-bottom: 4px;
  		width: 100%;
  		color: white;
  		margin-bottom: 20px;
  		resize: none;
  	}

			
	.basic-text {
		font-size:  18px; 		
	}
	
	.small-text {
		font-size:  14px; 
		line-height: 1.5em;
	}
	
	section {
		margin-bottom: 60px;		
	}
	
	section.nomargin-bottom, div.nomargin-bottom {
		margin-bottom:0px;
	}
	
	section.nopadding-bottom, div.nopadding-bottom {
		padding-bottom:0px;
	}
	
	.topBottomPadding-small {
		padding-top: 30px;
		padding-bottom: 30px;	
	}

	.topBottomPadding-medium {
		padding-top: 60px;
		padding-bottom: 60px;	
	}
	
	.topBottomPadding-large {
		padding-top: 60px;
		padding-bottom: 60px;	
	}
	
	ul {
		list-style-type: none;
		margin-bottom: 0px;
	}
	
	h3, h2, h1, p {
		margin-bottom:8px;
		margin-top:8px;
	}
	
	h3:FIRST-CHILD, h2:FIRST-CHILD, h1:FIRST-CHILD, p:FIRST-CHILD {
		margin-top:0px;
	}
	
	h3:last-child, h2:last-child, h1:last-child, p:last-child {
		margin-bottom:0px;
	}
	
	h1 {
		font-size: 40px;
		font-weight: 600;
		text-transform: none;			
		position: relative;	
		display: inline-block;
	}
	
	h2 {
		font-size: 35px;
		font-weight: 600;
		text-transform: uppercase;
		position: relative;	
		display: inline-block;
	}
	
	h3 {
		font-size: 20px;
		font-weight: 600;
		text-transform: uppercase;
		position: relative;	
		display: inline-block;
	}
	
	.button-basic {
		display: inline-block;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 50px;
		padding-right: 50px;
		border: 1px solid #bfbfbf;		
		text-transform: uppercase;
		font-size: 14px;
		margin: auto;
		-webkit-transition: all 100ms; 
    	transition: all 200ms;  
    	cursor: pointer;
	}
	
	.button-basic:hover {
		background-color: #bfbfbf;
		color: white;
	}
	
	.underline:after {
		content:''; 
		width:20%; 
		height:5px; 
		display: block;
		margin-top:18px;
		background-color: #71ccee;
		-webkit-transition: all 100ms; 
    	transition: all 100ms;  
	}
	
	.underline.access:after {
		content:''; 
	}
	
	.underline-blue:after, .bg-blue {		
		background-color: #71ccee;
	}
	
	.underline-orang:after, .bg-ornage {		
		background-color: #f9bf98;
	}
	
	.underline-yellow:after, .bg-yellow {	
		background-color: #e8df85;
	}

	.underline-purple:after, .bg-purple {	
		background-color: #b71e4a;
	}
	
	.underline-green:after, .bg-green {	
		background-color: #98d1aa;
	}
	
	.font-dark-gray {	
		color: #2d2d2d;
	}
	
	.font-gray {	
		color: #6a6a6a;
	}
	
	.font-light-gray {
		color: #a3a3a3
	}
	
	.font-white {
		color: white;
	}
	
	#logo {
		background-image: url('../images/adsl-logo.jpg');
		background-size: 100%;
		width: 200px;	
		display: block;
		-webkit-transition: all 500ms; 
    	transition: all 500ms;  
	}
	
	/*====================== Regular top menu  ====================== */
	
	#menu {
		width: 100%;
		background-color: white;
		
		z-index: 100;
	}
	
	nav ul li a {
		color: #909090;
		text-transform: uppercase;
		font-size: 13px;
		-webkit-transition: all 100ms; 
    	transition: all 100ms;  
    	display: block;

	}
	
	nav ul li:hover a  {
		border-bottom:1px solid #8dd6f1;
		padding-bottom:10px;
		position: relative;		
		color: #909090;
	}
 	
	nav ul {
		display: flex;
		justify-content: space-between;
		width:100%;
		align-items: center;
	}
			
	nav ul li {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#logo::after { 
	    content: " ";
	    padding-top:37%;
	    display: block;
	}
	
	nav.container > div.row {
		padding-top: 28px;
		padding-bottom: 28px;
		-webkit-transition: all 500ms; 
    	transition: all 500ms;  	
	}
	
	nav.container > div.row > div:NTH-OF-TYPE(2) {
		display: flex;
		align-items: center;
		height: 75px;
		-webkit-transition: all 500ms; 
    	transition: all 500ms;  
	}
	
	.hHamburger {
		display: none;
	}
	
	/*====================== Home section ====================== */
	
	#home {
		background-image: url('/images/cover-image.jpg');
		background-size: 100% auto;
		position: relative;
		border-bottom: 1px solid #b71e4a;

	}
	
	#home:after {
		padding-top: 38%; 		
		/* 	makes home section 
			height scalling proportionally 
			to its width
		*/
	}
	
	#home > div.row:FIRST-CHILD {
		bottom: 0px;
		position: absolute;
		top: 0px;
		width: 100%;
	}
	
	#home > div.row:FIRST-CHILD > div,
	#home > div.row:FIRST-CHILD > div > div, 
	#home > div.row:FIRST-CHILD > div > div > div, 
	#home > div.row:FIRST-CHILD > div > div > div > div {
		height: 100%;
	}
	
	.home-inner-container {
		display: flex;
		align-items: center;
		
	}
	
	.home-box {
		width: 45%;
		background-color: white;
		opacity: 0.8;
		position: relative;
		top: 50px;
		min-width: 460px;
	}
	
	.home-box > div:NTH-OF-TYPE(1) {
		font-size: 0px;
	}
	
	.home-box > div:NTH-OF-TYPE(2) {
		padding: 30px;		
	}
	
	.home-box > div > span {
		display: inline-block;
		height: 5px;				
	}
	
	.home-box > div > span:NTH-OF-TYPE(1) {
		width: 20%;
	} 
	
	.home-box > div > span:NTH-OF-TYPE(2) {
		width: 5%;
	} 
	
	.home-box > div > span:NTH-OF-TYPE(3) {
		width: 25%;
	} 
	
	.home-box > div > span:NTH-OF-TYPE(4) {
		width: 30%;
	} 
	
	.home-box > div > span:NTH-OF-TYPE(5) {
		width: 20%;
	} 
	
	/*==========  Services ==========*/
	
	section#services {
		overflow-x: hidden;
	}
	
	ul.services-menu  {
		display: flex;
		align-items: stretch;
		justify-content: space-around;
		width:100%;
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-top: 60px;
		position: relative;
		z-index:100;
	}
	
	ul.services-menu li {
		padding: 10px;
		width: 20%;
		text-transform: uppercase;
		justify-content: center;
		display: flex;
		align-items: center;
		text-align: center;		
		cursor: pointer;
		font-weight: 400;
	}
	
	
	.switch-item:nth-of-type(n+2) {
		display: none;
	}
	
	/*==========  About Us  ==========*/	
	
	section#aboutUs {
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		background-image: url('../images/cosmetics_shop_shelf.jpg');
		background-repeat: no-repeat;
		background-position: right bottom;
		background-attachment: fixed;
		background-size: auto 100%;
		position: relative;		
		
	}	
	
	div.cosmetics {
	    background-image: url('../images/cosmetics.png');
	    background-position: -160px 62px;
	    background-repeat: no-repeat;
	    width: 500px;
	    height: 500px;
	    position: absolute;
	    right: 0px;
	    bottom: -61px;
	    visibility: hidden;
	}
	
	/*==========  Meet the team  ==========*/	
	
	#meetTheTeam {
		background-color: #98d1aa;
		overflow: hidden;
	}
	
	
	#meetTheTeam h2 {
		display: block;
		text-align: center;	
	}
	
	#meetTheTeam .carousel {
		width: 90%;
		margin: auto;
		margin-top:60px;
		display: none;
	}	
		
	.carousel-cell {		
		width: calc((100% - 3*30px)/4);
		margin-right: 30px;		

	}	
	
	.carousel-cell img {
		width: 100%;
		-webkit-box-shadow: 5px 5px 9px -1px rgba(0,0,0,0.54);
		-moz-box-shadow: 5px 5px 9px -1px rgba(0,0,0,0.54);
		box-shadow: 5px 5px 9px -1px rgba(0,0,0,0.54);
	}
	
	.carousel-cell:NTH-OF-TYPE(4n) {

	}
	
	.flickity-prev-next-button.previous {
		left: -50px;
		background-color: hsla(0, 0%, 100%, 0);
	}
	
	.flickity-prev-next-button.next {
		right: -50px;
		background-color: hsla(0, 0%, 100%, 0);
		
	}
	
	.carousel-cell div p {
		text-align: center;
	}
	
	.carousel-cell div p:NTH-OF-TYPE(1) {
		margin-top: 20px;
		margin-bottom: 0px;
		text-transform: uppercase;		
	}
	
	.carousel-cell div p:NTH-OF-TYPE(2) {
		margin-top: 0px;
		margin-bottom: 5px;
	}
	
	.popup-team-member {
		display: none;
		position: fixed;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		background-color: rgba(255,255,255,0.85);
		z-index: 2500;
		align-items: center;
		text-align: center;	

	}
	
	.popup-team-member > div {
		margin: auto;
		width: 60%;
		max-width: 900px;
		background-color: white;
		padding: 45px;
		display: flex;
		border: 1px solid #78a184;		
		position: relative;
	}
	
	.popup-team-member > div > div:first-child {
		margin-right: 25px;
		padding-right: 25px;
		border-right: 2px solid #b61d49;
	} 
	
	.popup-team-member > div > div:nth-of-type(2) h3 {
		text-transform: none;
		font-size: 28px;
	}
	
	.popup-team-member > div > div:nth-of-type(2) h3+p {
		margin-top:0px;
		text-transform: uppercase;
	}
	
	.popup-team-member > div > div:nth-of-type(2) { 
		text-align: left;
	}
	
	.popup-team-member .popup-close {
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
	}
	
	
	
	/*==========  Client testimonials   ==========*/
	
	#clientTestimonials {
		background-color: #eeeeee;
		position: relative;
	}
	
	#clientTestimonials h2 {
		display: block;
		text-align: center;	
	}	
	
	.testimonial {
		border-radius: 0px 0px 22px 22px;
		-moz-border-radius: 0px 0px 22px 22px;
		-webkit-border-radius: 0px 0px 22px 22px;	
		border-bottom: 1px solid #d5d5d5;
		border-right: 1px solid #d5d5d5;
		padding: 35px;
		position: relative;
		background-image: url('../images/quotes-1.png');
		background-repeat: no-repeat;
		background-position: 14px 4px;
		display: inline-block;
		width: calc(100% - 114px);
		vertical-align: top;
		padding-top: 0px;
	}
	
	.client-picture {
		display: inline-block;
		vertical-align: top;
		padding-top: 0px;
		margin-right: 5px;
	}
	
	.testimonial:after {
		content:''; 
		display: block;
		background-image: url('../images/arrow-gray.png');
		background-repeat: no-repeat;
		width: 15px;
		height: 12px;
		position: absolute;
		bottom: -11px;
		left: 35px;

	}
	
	.client-name {
		padding-left: 100px;
		padding-top: 20px;
	}
	
	.quote-2 {
		margin-left: 7px;
		position: relative;
		top: -3px;
	}
	
	
	#clientTestimonials .more-container {
		text-align: center;
	}
	
	/*==========  Blog  ==========*/
	
	#blog {
		background-image: url('../images/bg-molecule.jpg');
		border-top: 1px solid #e6e6e6;
		border-bottom: 1px solid #e6e6e6;
		position: relative;
		
	}
	#articles_index #blog, #articles_view #blog {
		background: url('../images/bg-molecule2.jpg') no-repeat;
	}
	
	#blog h2 {
		display: block;
		text-align: center;	
	}
	
	.blog-box {
		padding: 30px;
		border: 1px solid #8dd6f1;
		background-color: white;
		min-height: 313px;
	}	
	
	.blog-list div.blog-box { 
		min-height: 0;
	}
	
	.blog-box > div {
		border-left: 3px solid #b71e4a;
		padding-left: 30px;
	}
	
	.embed-container { border: 1px solid #8dd6f1; position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } 
	.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
  

	/*==========  Contact  ==========*/
	
	#contactUs {
		position: relative;
		min-height: 300px;		
	}  
	
	#contactUs .container {
		padding-bottom: 260px;
	}
	
	#opacitier {		
		background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
		position: absolute;
  		left: 0px; 
  		top: 0px;
  		height: 45%;
  		width: 100%;
  		min-height: 200px;
  		z-index: 100;
	}		
	
	#contactUs .row {
		z-index: 103;
		position: relative;
	}
	
	#contactUs h2 {
		display: block;
		text-align: center;	
		z-index: 101;
	}  
  
  	#map {
  		position: absolute;
  		left: 0px; 
  		top: 0px;
  		right: 0px; 
  		bottom: 0px;
  	}
  	  	
  	.contactUs-box-outer {
  		border: 1px solid #e6e6e6;
		padding: 25px;
		position: relative;
		top: 60px;
  	}
  	
  	.contactUs-box-inner {
  		padding: 25px;
  		background-color: rgba(181, 30, 73, 0.95);
  	}
  	
  	input[type=button], input[type=submit]  {
  		margin-bottom: 0px
  	}
  	
  	footer {
  		background-color: #454545;
  		padding-top:20px;
  		padding-bottom: 20px;
  		text-align: center;
  	}
  	
  	footer a {
  		margin-left: 10px;
  		margin-right: 10px;			
  	}
  	
  	footer a:hover {
  		color: white;
  	}

  
  	span.prev.disabled, span.next.disabled {
  		display: none;
  	}
  	
  	#flashMessage {
  		color: white;
  		margin-bottom: 10px;
  	}
  	
  	#articles_index .blog-box, #articles_view .blog-box {
  		min-height: 0;
  	}
  	
  	#link_to_customer_area {
  		position: absolute;
  		right: 24px;
  		top: 25px;
  		text-transform: uppercase; 
  		font-size: 12px;   
  		border: 1px solid #be4367; 
  		color: #be4367; 
  		padding: 10px; 
  		line-height: 1; 
  		border-left: 0px; 
  		border-right: 0px; 
  		border-bottom: 2px solid #be4367;
  	}
  	
  	.col-md-6:nth-of-type(n+3) {
	    margin-top: 25px;
	}
  	/*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    
     @media only screen and (max-width : 1300px) {    
     
		div.cosmetics {
		    background-image: url('../images/cosmetics.png');
		    background-size: 600px;
		    background-position: -77px 7px;
		    background-repeat: no-repeat;
		    width: 500px;
		    height: 340px;
		    position: absolute;
		    right: 0px;
		    bottom: -62px;
		}
		
		
     
     }
    
    
    @media only screen and (max-width : 1200px) {    

		html, body, input, textarea, form, p {
		    font-size: 14px;
		}
		
		h2 {
			font-size: 28px;
		}
		
		h1 {
			font-size: 35px;
		}
		
		.popup-team-member > div {
			width: 90%;
			max-width: none;
		}
		
		#logo {
			width:130px;
		}
		
		nav.container > div.row > div:nth-of-type(2) {
			height: 50px;
		}
		
		nav ul li a {
			font-size: 12px;
		}

		nav.container > div.row {
		    padding-top: 20px;
		    padding-bottom: 20px;
		}
		
		#home {
    		background-size: auto 105%;
    		background-position: center calc(50% - 10px);
    		overflow: hidden;
		}
		
		#home::after {
			padding-top: 60%;
		}
		
		div.cosmetics {
		    background-position: 0px 7px;	
		}

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
      
		.col-md-6:nth-of-type(n+3) {
		    margin-top: 0;
		}
		h3, h2, h1, p {
			margin-bottom:4px;
			margin-top:4px;
		}
	
		h2 {
			font-size: 25px;
		}
		
		h1 {
			font-size: 30px;
		}
		
		html, body, input, textarea, form, p {
		   
		}
		
		.home-box {
		    min-width: 370px;		
		}
		
		.home-box > div:nth-of-type(2) {
			padding: 25px;
		}
		
		ul.services-menu li {
			font-size: 12px
		}
		
		div.cosmetics {
		    display: none;
		}
		
		.popup-team-member > div {
			padding: 25px;
		}
		
		.popup-team-member > div > div:first-child {
			display: none;
		}
		
		.popup-team-member > div > div:first-child img {
			width: 100%;
		}
		
		#clientTestimonials .container div.row .client-name {
			margin-bottom: 30px;
		}
		

    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
    	
		#link_to_customer_area {
			display: none;
		}
		.topBottomPadding-small {
			padding-top: 15px;
			padding-bottom: 15px;	
		}
	
		.topBottomPadding-medium {
			padding-top: 45px;
			padding-bottom: 45px;	
		}
		
		.topBottomPadding-large {
			padding-top: 45px;
			padding-bottom: 45px;	
		}
		
		section {
			margin-bottom: 30px;
		}
		
		#logo {
			margin: auto;
		}
		
		nav ul li a {
		    font-size: 11px;
		}
		
		nav ul li {
		    padding-left: 5px;
		    padding-right: 5px;
		}
		
		nav.container > div.row > div:nth-of-type(2) {
		    height: 25px;
		    margin-top: 20px;
		}
		
		.home-box {
		    position: absolute;
		    bottom: 0px;
		    left: -15px;
		    top: auto;
		    width: calc(100% + 30px);
		}
		
		.home-box > div:nth-of-type(2) {		
			padding: 30px;
		}
		
		.switch-item > div:nth-of-type(1) {
			height: 180px;
			overflow: hidden;
		}  
		
		.switch-item > div > img {
			margin-top: -25%;
			width: 100%;
		}
		
		.switch-item h2 {
			margin-top:30px;
		}
		
		ul.services-menu {
			margin-top:30px;
		}
		
		ul.services-menu {
			display: block;			
		}
		
		ul.services-menu li {
			width: 100%;
			padding-top:15px;
			padding-bottom:15px;
			font-size: 14px;
		}
		
		section#aboutUs {
		    background-position: calc(100% + 500px) bottom;
		}
		
		#meetTheTeam .carousel {
			margin-top:30px;
		}
		
		.carousel-cell {
		    width: calc((100% - 30px)/2);
		    margin-right: 30px;
		}	
				
		#clientTestimonials .container > div:nth-child(2) > div:nth-child(2) .client-name {
			/*margin-bottom: 0px;*/
		}
		
		.blog-box  {
			margin-bottom: 30px;
		}
		
		.contactUs-box-outer {
			top: 40px;
		}
		
		form {
			 margin-top:20px;
		}
		
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
    
    	h3, h2, h1, p {
			margin-bottom:4px;
			margin-top:4px;
		}
	
		h2 {
			font-size: 17px;
		}
		
		h1 {
			font-size: 22px;
		}
		
		html, body, input, textarea, form, p {
		  
		}
    
    	#logo {
			margin-left: 0px;
			width: 120px;
		}
		
		.popup-team-member h3 {
			max-width: 265px;
		}
		
		.hHamburger {
		    position: absolute;
		    right: 23px;
		    z-index: 1800;
		    cursor: pointer;
		    display: block;
		    top: 28px;
		    color: #8dd6f1;
		}
		
		nav.container > div.row > div:nth-of-type(2) {
			height: auto;
			margin-top: 0px;
		}
		
		nav ul {
		    display: none;
		    width: 100%;
		    z-index: 1500;
		    background: white;
		    position: absolute;
		    left: 0px;
		    top: 20px;
		    -webkit-transition: all 100ms; 
    		transition: all 200ms;  
    		
		}
		
		nav ul li a {
		    font-size: 14px;
		    text-align: center;
		}

		nav ul li:hover {		
			background-color: #8dd6f1
		}
		
		nav ul li:hover a  {
			border-bottom: none;
			padding-bottom: 0px;
			position: relative;		
			color: white;
		}
		
		nav ul li {
			padding-top: 13px;
			padding-bottom:13px;
			border-bottom:1px solid #8dd6f1;		
		}
		
		nav ul li:FIRST-CHILD {
			border-top:1px solid #8dd6f1;			

		}
		
		.home-box > div:nth-of-type(2) {
			padding: 15px;
		}
		
		.home-box p {
			font-size: 12px;
		}
		
		#home {
    		background-size: auto 100%;
		}
		
		#home::after {
		    padding-top: 80%;
		}

		.client-picture img {
			width: 70px;
		}
		
		.testimonial {
		    padding: 25px;
		    width: calc(100% - 75px);
		}
		
		.contactUs-box-outer {
			padding: 20px
		}
    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
        
    }
