/* Jockes Bilservice Route 140 AB */

/* fonts */
@import url("https://use.typekit.net/ner2fpi.css");
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@300;400;500;700;800&family=Rufina:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500;600;700&display=swap');

@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* ==========================================================================
Generellt 
========================================================================== */

body {
	-webkit-font-smoothing: antialiased;
	background-position: center bottom !important;
}

html {
	font-size: 62.5%;
}

body.isMobile .body-background {
	background-size: cover;
}

.LayoutPage .section-block-wrapper {
	max-width: 1300px;
}

.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
    padding: 160px 65px;
}

.container {
	max-width: 1350px;
}

@media only screen and (max-width: 1024px) {
	.container {
		max-width: 950px;
	}
	
	.LayoutPage .section-block, .SubPage .LayoutPage .section-block {
		padding: 110px 60px;
	}	
}

@media only screen and (max-width: 580px) {
	.LayoutPage .section-block, .SubPage .LayoutPage .section-block {
    	padding: 60px 40px;
	}
}

/* ==========================================================================
Knappar & speciella länkar
========================================================================== */

.btn {
	font-family: sofia-pro, sans-serif;
    font-weight: 800;
    font-style: normal;
    max-width: 310px;
    width: 100%;
    box-sizing: border-box;
    padding: 1.8rem 4rem;
    cursor: pointer;
    font-size: 1.4rem;
    border-radius: 4rem;
    border: none;
    outline: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.8;
    background-color: #5BC5F2;
    color: #14387F !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.btn:hover {
	background-color: #14387F;
    color: #5BC5F2 !important;
    padding: 1.8rem 4rem;
    border: none;
}

.btn-center {
	margin:0 auto;
	text-align: center;
	display: block;
	width:320px;
}

.arrow-link::after {
	content: ' \f178';
	opacity: 1;
	transition: all .3s ease;
	font-family: 'Font Awesome 5 Pro';
	margin-left: 3px; 
	font-weight: 400;
}

.arrow-link:hover::after {
	content: ' \f178';
	opacity: 1;
	margin-left: 10px;
}

/* ==========================================================================
Text och typsnitt
========================================================================== */
p {
	color: #777;
	font-family: sofia-pro, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	font-size: 2.2rem;
    line-height: 1.7;
    letter-spacing: normal;
}

a {
	color: #5BC5F2;
	font-family: sofia-pro, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-decoration: none;
	font-size: 1.8rem;
    line-height: 1.7;
    letter-spacing: .05em;
    text-transform: uppercase;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

.bold-text {
	font-weight: 800;
}

.light-text {
	font-weight: 300;
}

.teal {
	color: #8FDBC5;
}

.blue {
	color: #5BC5F2;
}

.darker-blue {
	color: #14387F;
}


h1, h2, h3, h4, h5, h6 {
	font-family: sofia-pro, sans-serif;
	font-style: normal;
	color: #4f6366;
	text-transform: none;
}

h1 {
	font-weight: 400;
	font-style: normal;
}


h2 {
    font-weight: 600;
    font-style: normal;
    padding-bottom: 20px;
    text-transform: none;
    color: #333;
    font-size: 4.2rem;
    line-height: 1.3;
    letter-spacing: normal;
}

h3 {
    font-weight: 600;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.7;
    text-transform: uppercase;
    padding-bottom: 8px;
    letter-spacing: 3px;
    color: #8FDBC5;
}

h4 {
    font-style: normal;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: .08em;
    color: #333;
}


/* lilla "abc"-blocket */
.smalltext-type {
	max-width: 600px;
}
/* stora "ABC"-blocket */
.normaltext-type {
	max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 1080px) {
	h2 {
		font-size: 4.5rem;
	}
}

@media only screen and (max-width: 580px) {
	h2 {
		font-size: 3.3rem;
	}
}

/* ==========================================================================
Header / Navigation
========================================================================== */

header {
	-webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	background-color: transparent;
	box-shadow: none;
}

header.scrolled {
	background-color: #fff;
	box-shadow: none;
	-webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    -moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
}

header .header-logo {
    width: 150px;
    padding: 10px 0;
    display: none;
}

@media only screen and (max-width: 580px) {
	header .header-logo a {
    	margin-left: 0;
	}
}

header.scrolled .header-logo { display: block; position: absolute; }
header.scrolled nav.mainmenu { display: block; }

nav.mainmenu {
	text-align: center;	
	display: none;
}

.EditMode nav.mainmenu {
	display: block;
}

nav.mainmenu ul {
	text-align: center;
}

nav.mainmenu ul.TemplateMenu > li {
    line-height: 72px;
	height: 72px;
}

nav.mainmenu a {
	font-family: sofia-pro, sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 1.27rem;
	color: #111;
	text-transform: uppercase;
	padding: 0 20px;
	letter-spacing: 2px;
}

nav.mainmenu li:hover, 
nav.mainmenu li.active {
	background-color: transparent;
}

nav.mainmenu li:hover a, 
nav.mainmenu li.active a {
	color: #14387F !important;
}  

nav.mainmenu .fab {
	color: #14387F;
    font-size: 2.5rem;
    vertical-align: middle;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

nav.mainmenu .fab:hover {
	color: #5BC5F2;
}

nav.mainmenu .facebook-item a:before {
	display: none;
}

nav.mainmenu .facebook-item a {   
	margin-left: 0;
    padding-left: 10px;
}

/* Bokaknapp */

/* Bokaknapp */

.boka-item a {
	background-color: #5BC5F2;
	color: #14387F !important;
	border-radius: 4rem;
	padding: 17px 30px !important;
	 -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    font-weight: 800 !important;
}

.boka-item:hover,
.boka-item.active {
	background-color: transparent !important;
}

nav.mainmenu .boka-item {
    position: absolute;
    right: 2rem;
}

nav.mainmenu .boka-item:hover a,
nav.mainmenu .boka-item.active a {
/* 	border: 2px solid #fff !important; */
	background-color: #14387F;
	color: #5BC5F2 !important;
}

nav.mainmenu .boka-item.active a:before,
nav.mainmenu .boka-item:hover a:before {
	display: none;
}

@media only screen and (max-width: 1040px) {
	nav.mainmenu a {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 980px) {
		/* Dropdown menu */
	
	.nav-dropdown:after {
		display: none;
	}
	
	.expandable-li {
	    position: relative !important;
	}
	
	.expandable-li ul {
		width: 100% !important;
	    column-count: 1;
	    padding: 20px 0 !important;
	    border-top: none;
	}
	
	nav.mainmenu ul > li > ul {
		position: unset;
		background-color: #f9f9f9;
	}
	
	nav.mainmenu ul > li > ul > li > a {
	    width: auto !important;
		padding: 5px 0 5px 30px !important;
		margin: 30px 0px !important;
		font-size: 14px;
		line-height: 35px !important;
/* 		padding: 20px 0 30px 20px !important; */
	}
	
	nav.mainmenu li.level-open {
	    background-color: transparent;
	}
	
	.dropdown-arrow {
	    max-width: 300px;
	    width: 100%;
	    height: 33px;
	    top: 0;
	    right: 0;
	}
	
	/* ny nav */
	
	header .header-logo { 
		z-index: 101!important;
	}

	.openmenu {
		display:none!important;
	}

	.mainmenu {
		position:fixed;
		top:0;
		left:0;
		display:block!important;
		height: 72px!important;
		width:100%!important;
		background:transparent;
		-ms-overflow-style: none;
		overflow: -moz-scrollbars-none;
		scrollbar-width: none;
		box-shadow:none!important;
		transition: all .5s ease;
	}
	.mainmenu::-webkit-scrollbar { width: 0 !important }

	/* nav ej aktiv */
	#close {
		position: fixed;
		top: 25px;
		right: 5px;
		transform: translateY(-25px);
		width: 60px;
		height: 60px;
		display: flex;
		flex-direction: column;
		align-items: center;
		cursor: pointer;
	}

	#close .bar {
		position: absolute;
		width: 50%;
		height: 2px;
		background-color: #FFCC00;
		transition: all .5s ease;
	}
	
	.dropdown-arrow::before {
		display: none;
	}
	
	#close .bar:first-of-type { top:42% }
	#close .bar:last-of-type { top: 58% }

	.Padding {
		display:block!important;
		visibility:hidden;
		margin:0!important;
		padding: 120px 0 0 0!important;
		transition: all .5s ease;
	}
	
	.Padding ul li {
		height:auto!important;
		line-height:unset!important;
		opacity:0;
		text-align:center;
		-webkit-transition: opacity 0.75s ease;
		-moz-transition: opacity 0.75s ease;
		-o-transition: opacity 0.75s ease;
		transition: opacity 0.75s ease;
	}

	.Padding ul li a {
		color:#fff!important;
		padding:15px 0!important;
		margin:5px 0!important;
		transition:color .25s ease;
		width:100%; 
	}

	.expandable-li ul,
	nav.mainmenu ul > li > ul { 
		background:#6A9A8B;
	}
	
	nav.mainmenu ul > li > ul > li.active {
		background-color: #6A9A8B;
	}

	nav.mainmenu .expandable-li a {
		margin:0 60px!important;
		width:calc(100% - 120px);
	}

	nav.mainmenu ul > li > ul > li {
		margin:0;
	}

	nav.mainmenu ul > li > ul > li a {
		margin:0 auto!important;
		padding: 20px 0 !important;
	}

	nav.mainmenu li, nav.mainmenu li a {
		padding-left:0!important;
	}

	.dropdown-arrow-open,
	.dropdown-arrow-close {
		background: none !important;
	}
	
	.dropdown-arrow-open:hover,
	.dropdown-arrow-close:hover {
		background: none !important;
	}
	
	.dropdown-arrow,
	.dropdown-arrow:hover {
		width:60px;
		height:100%;
		top:0;
		right:0;
	}

	.dropdown-arrow,
	.dropdown-arrow:hover {
		width:60px;
		height:53px;
		top:0;
		right:0;
	}

	.dropdown-arrow::after {
		content: '\25B7';
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		transition:transform .25s ease;
		font-size: 2.5rem;
	}

	.level-open .dropdown-arrow::after {
		transform: translate(-50%,-50%) rotate(90deg);
	}

	.level-close .dropdown-arrow::after {
		transform: rotate(180deg);
	}

	/* nav aktiv */
	.mainmenu.active-menu {
		height:100%!important;
	}
	
	.mainmenu.active-menu #close .bar {
		position:absolute;
		top:50%;
		transform:translateY(-50%);
	}

	.mainmenu.active-menu #close .bar:first-of-type { transform:rotate(225deg); }
	.mainmenu.active-menu #close .bar:last-of-type { transform:rotate(-225deg); }

	.mainmenu.active-menu .Padding {
		visibility:visible;
	}

	.mainmenu.active-menu .Padding ul li {
		opacity:1;
	}

	.mainmenu.active-menu .Padding ul li:nth-child(1) {
		-webkit-transition: opacity 0.5s ease .1s;
		-moz-transition: opacity 0.5s ease .1s;
		-o-transition: opacity 0.5s ease .1s;
		transition: opacity 0.5s ease .15s;
	}

	.mainmenu.active-menu .Padding ul li:nth-child(2) {
		-webkit-transition: opacity 0.5s ease .2s;
		-moz-transition: opacity 0.5s ease .2s;
		-o-transition: opacity 0.5s ease .2s;
		transition: opacity 0.5s ease .25s;
	}

	.mainmenu.active-menu .Padding ul li:nth-child(3) {
		-webkit-transition: opacity 0.5s ease .3s;
		-moz-transition: opacity 0.5s ease .3s;
		-o-transition: opacity 0.5s ease .3s;
		transition: opacity 0.5s ease .35s;
	} 

	.mainmenu.active-menu .Padding ul li:nth-child(4) {
		-webkit-transition: opacity 0.5s ease .3s;
		-moz-transition: opacity 0.5s ease .3s;
		-o-transition: opacity 0.5s ease .3s;
		transition: opacity 0.5s ease .35s;
	} 

	.mainmenu.active-menu .Padding ul li:nth-child(5) {
		-webkit-transition: opacity 0.5s ease .3s;
		-moz-transition: opacity 0.5s ease .3s;
		-o-transition: opacity 0.5s ease .3s;
		transition: opacity 0.5s ease .35s;
	} 
	
	.closemenu {
	    display: none;
	    background:  url('/assets/images/closemenu-icon-black.png') no-repeat center center;
	    width: 50px;
	    height: 50px;
	    cursor: pointer;
	    position: absolute;
		right: 20px;
		top: 10px;
	    background-size: 40px 40px;
	}
	
	nav.mainmenu {
		text-align: center;
		width: 100%;
		box-shadow: none;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		height: 100%;
		overflow-y: scroll;
		background-color: #fff;
	}
	
	nav.mainmenu .Padding {
		padding: 40px 0 0 0;
		margin-top: 72px;
	}

	nav.mainmenu ul.TemplateMenu > li {
		height: 60px;
		width: 100%;
	}

	nav.mainmenu a {
	    padding: 10px 36px;
	    font-size: 22px;
	}
	
	.SubPage nav.mainmenu .home {
		display: block;
	}
	
	nav.mainmenu li,
	nav.mainmenu li a {
		font-size: 2.2rem;
		border-bottom: none;
		margin:30px 0px;
		font-weight: 400;
		color:#111 !important;
		padding-left: 10px;
	}
	
	nav.mainmenu .boka-item {
		max-width: 270px;
		margin: 0 auto;
		text-align: center;
		position: relative;
		right: auto;
	}
	
	nav.mainmenu .boka-item a { font-size: 1.7rem; }
}

@media only screen and (max-width: 980px) {
	header .header-logo a {
		margin-left: 20px;
	}
	
	.openmenu {
		display: none;
	}
	
	nav.mainmenu li a {
		color: #fff;
	}
}


@media only screen and (max-width: 580px) {
	header .header-logo a {
    	margin-left: 0;
	}
}

@media only screen and (max-width: 768px) {
	header .header-logo img {
		padding-left: 1.3em;
	}
}



/* ==========================================================================
Top-section
========================================================================== */

.top-section {
    height: 100%;
	background-color: rgba(0,0,0, 0.5);
    background-size: 2px 2px;
    background-image: radial-gradient(rgba(0,0,0, 0.6) 50%, transparent 50%);
}

.page-title-wrap {
    top: 49%;
    left: 50%;
    width: 100%;
    max-width: 950px;
}

.page-title-wrap h1 {
    text-transform: none;
    font-size: 6.5rem;
    letter-spacing: .09em;
    font-weight: 800;
    font-style: normal;
    line-height: 1.2;
    color: #fff;
    text-shadow: none;
    padding-bottom: 0.6em;
    font-family: 'Oswald', sans-serif;
}

.page-title-wrap h2 {
	font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.8;
    padding-bottom: 1em;
    letter-spacing: .3em;
    color: #5BC5F2;
    text-transform: uppercase;
}

.page-title-wrap p {
	color: #fff;
	font-size: 2.9rem;
	max-width: 800px;
    margin: 0 auto;
}

.page-title-wrap .btn {
	background-color: #5BC5F2;
	color: #14387F !important;
}

.page-title-wrap .btn:hover {
	background-color: #14387F;
	color: #5BC5F2 !important;
}

.page-title-wrap h3 {
	padding-bottom: 1em;
}

/* bottom line */
.top-and-bottom::after {
  content:'';
  position: absolute;
  background-color: #45baf5;
  width: 12%;
  height: 2px;
  bottom: 0;
  left: 43%;
  top: 106%;
}

@media only screen and (max-width: 1030px) {
	.page-title-wrap h1 {
		font-size: 6rem;
	}
}

@media only screen and (max-width: 630px) {
	.page-title-wrap h1 {
		font-size: 4.7rem;
	}
}

/* ==========================================================================
Startsida
========================================================================== */

#parallax {
	background-image: url(/assets/images/apartment-building.jpg);
    max-width: 100% !important;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 550px;
}

@media only screen and (max-width: 1396px) {
	
	#parallax {
		background-attachment:scroll !important;
		background-size: cover;
	    height: 550px;
	    overflow: hidden;
	}
	
}

/* Om oss
========================================================================== */

#about-us .section-block-wrapper {
	max-width: 1400px;
}

#about-us h2 {
	text-align: right;
	font-weight: 800;
}

#about-us p {
	text-align: left;
	padding-bottom: 1em;
	padding-top: 0.5em;
}

#about-us .col-0 {
	width: 40%;
	padding-right: 2em;
}

#about-us .col-0 p {
	text-align: right;
}

#about-us .col-1 {
	padding-left: 2em;
	width: 60%;
}

#about-us .section-block {
	padding-bottom: 200px;
}

@media only screen and (max-width: 1180px) {
	#about-us .col-block {
		width: 50%;
	}
}

@media only screen and (max-width: 980px) {
	#about-us .col-block {
		width: 100%;
		padding: 0;
	}
	
	#about-us p, #about-us h2, #about-us .col-0 p {
		text-align: left;
	}
}
 
/* Tjänster
========================================================================== */

#services {
	background-color: #14387F;
}

#services * {
	color: #fff;
	text-align: center;
}

#services .section-block-wrapper {
	max-width: 1400px;
}

#services .services-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#services .service-box {
	width: 31%;
	margin: 1%;
	text-align: center;
}

#services .service-text {
	padding: 2em;
}

#services .service-box img {
	width: auto;
    height: 110px;
    padding-bottom: 1em;
}

#services .service-info h2 {
	font-size: 3.5rem;
}

#services .service-info h3:after {
	border-bottom: 1px solid #089AAF;
    content: "";
    display: inline-block;
    height: .1em;
    position: relative;
    vertical-align: middle;
    width: 70px;
    margin-bottom: .15em;
    left: 13px;
    margin-left: 13px;
}

@media only screen and (max-width: 868px) {
	#services .service-box {
		width: 100%;
	}
	
	#services .service-text {
    	padding: 2em 5em 5em 5em;
	}
}

@media only screen and (max-width: 868px) {
	#services .service-text {
    	padding: 2em 0;
	}
}

/* Servicebutik
========================================================================== */

.wrapper {
	display:flex;
	height:90vh;
}

.bild, .text { 
	flex:1; 
	height: 100%;
}

.text {
	display:flex;
	height:100%;
}

.text-wrapper {
	align-self:center;
	padding: 9rem;
}

#store {
	overflow: hidden;
}

#store .text {
	/*background: #13b6c8 linear-gradient(45deg,#006292,#13b6c8);*/
	background-color: #5BC5F2;
}

#store .col-block {
	box-sizing: border-box;
}

#store .bild {
    background-image: url(/assets/images/jockes-bilservice-servicebutik.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

#store * {
	color: #14387F;
}

@media only screen and (max-width: 1024px) {
	.text, .bild {
		width: 50%;
	}
	
	.text-wrapper {
		padding: 4rem;
	}
}

@media only screen and (max-width: 980px) {
	.text, .bild {
		width: 100%;
		height: 50vh;
	}
	
	.wrapper {
		display: block;
	}
	
	.wrapper {
		height: 100%;
	}
	
	.text-wrapper {
		padding: 6em 2em;
	}
	
	.bild {
		height: 500px;
	}
	
	.text {
		height: auto;
	}
}

/* Lediga lägenheter
========================================================================== */

#available h2 {
	color: #0045C5;
}

#available a {
	color: #0045C5;
}

/* Kontaktformulär
========================================================================== */

#contact-us {
	background-color: #f8ac00;
	background: linear-gradient(0deg, rgba(91,197,242,1) 50%, rgba(255,255,255,1) 50%);
}

#contact-us .section-block {
	padding-bottom: 60px;
}

#contact-us .section-block-wrapper {
	background-color: white;
	overflow: hidden;
	display: flex;
}

#contact-us .col-0, 
#contact-us .col-1 {
	padding: 50px;
}

#contact-us .col-1 {
	width: 60%;
	background-color: #f2f2f2;
}

#contact-us .col-0 {
	position: relative;
	width: 40%;
	background-color: #333333;
}

#contact-us .col-0 * {
	text-align: left;
	color: white;
}

#contact-us .col-0 a {
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}

#contact-us .col-0 a:hover {
	opacity: .5;
	text-decoration: none;
}

.contact-links-wrapper {
	margin-top: 20px;
}

#contact-us .Contact .ContactForm input.text,
#contact-us .Contact .ContactForm textarea.textmessage {
	border: none !important;
	background-color: #FFFFFF;
}

#contact-us .Contact .ContactForm div {
    width: 100%;
    margin-bottom: 12px;
}

.Contact .ContactForm div.ContactFormMessage p, .Contact .ContactForm .ContactFormEmail p, .Contact .ContactForm .ContactFormField p, .Contact .ContactForm .ContactFormName p {
	display: none;
}
   
.LayoutPage .Contact .ContactForm input.text,
.LayoutPage .Contact .ContactForm textarea.textmessage {
	background-color: transparent;
	padding: 22px 15px;
	border-radius: 7px;
	font-weight: 200;
	color: #222;
}

.LayoutPage .Contact .ContactForm div.ContactFormMessage {
	position: relative;
	padding-top: 0;
}

.LayoutPage .Contact .ContactForm textarea.textmessage {
    padding: 15px;
    height: 100px;
    padding-top: 15px;
}

#contact-us .Contact .ContactForm input.ContactSubmit {
	display: block;
    width: 100%;
	margin: 0 auto;
   
    text-align: center;
    text-transform: uppercase;
    
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    
    box-sizing: border-box;
    
    font-family: inherit;
    font-weight: 700;
    font-style: normal;
    max-width: 280px;
    width: 100%;
    box-sizing: border-box;
    padding: 2.1rem 4rem;
    cursor: pointer;
    font-size: 1.27rem;
    border-radius: 4rem;
    border: none;
    outline: none;
    background-color: #5BC5F2;
    color: #14387F;
    letter-spacing: 2px;
    
}

#contact-us .Contact .ContactForm input.ContactSubmit:hover {
	border-radius: 4rem;
	box-shadow: none;
	color: #5BC5F2 !important;
	background-color: #14387F;
	border: none;
	 
}

#contact-us ::placeholder {
	font-family: inherit;
	color: #808080;
    font-weight: 200;
    font-style: normal;
    text-decoration: none;
    font-size: 15px;
}

@media only screen and (max-width: 980px) {
	#contact-us .col-block {
		width: 100%;
	}
	
	#contact-us .section-block-wrapper {
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 580px) {
	#contact-us .col-block {
		padding: 30px !important;
	}
	
	#contact-us .section-block {
		padding: 80px 20px;
	}
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	padding: 0 !important;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer .container {
    padding: 0!important;
    max-width: none;
    background-color: #5BC5F2;
}

.footer h4 {
	text-align: left;
	margin-bottom: 10px;
	color: #14387F;
	font-size: 2.4rem;
	font-weight: 600;
	text-transform: none;
}

.footer h5 {
    text-align: left;
    color: #14387F;
    font-size: 2.4rem;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.7rem;
    margin-bottom: 0;
}

.footer p,
.footer a {
	font-size: 1.7rem;
	text-align: left;
	line-height: 30px;
	color: #14387F;
	text-transform: none;
	padding-bottom: 5px;
}

.footer h2 {
    color: #14387F;
    text-align: left;
    font-weight: 900;
    line-height: 1.2;
    vertical-align: middle;
    text-transform: capitalize;
    font-size: 4rem;
}

.footer-wrapper {
	display: flex;
    flex-wrap: wrap;
    padding: 100px 20px !important;
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}


.footer-col-0,
.footer-col-1 {
	vertical-align: top;
    display: inline-block;
	box-sizing: border-box;
	padding: 0 20px 0 0;
}

.footer-col-0 {
	width: 40%;
}

.footer-col-1 {
	width: 30%;
}


.footer-col-1 img {
    width: auto;
    height: 80px;
}

.bottom-footer {
	padding: 20px 20px 15px 20px;
	width: 100%;
	box-sizing: border-box;
	background-color: #5BC5F2;
}

.footer .container .fab {
	margin: 0;
	color: #14387F;
	margin-top: 0.3em;
}

.footer .container .fab:hover {
	color: #fff;
}

.footer .social-icons {
	padding-top: 10px;
}

.bottom-footer p {
	font-family: sofia-pro, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.27rem;
	text-align: center;
	color: #111;
	text-transform: uppercase;
    letter-spacing: 2px;
}
/* WebbEss Stamp  */
.webbess-stamp {
    display: flex;
    align-items: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: normal;
	justify-content: center;
}
a.webbess-stamp {
   color: black;
}

.webbess-stamp img {
    width: 3rem;
    margin-left: 1rem;
	justify-content: center;
}

@media only screen and (max-width: 810px) {
	.footer-col-0, .footer-col-1 {
		width: 100%;
		padding-bottom: 2em;
		padding-left: 0;
		padding-right: 0;
	}
	
	.footer * {
		text-align: center !important;
	}
	
	.footer-wrapper {
		padding: 60px !important;
	}
}
