/*------------------------------------*\
    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 1.8rem 'Calibri';
	color:#000;
	margin-top: 80px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

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

iframe {
	max-width: 100%;
	height: 400px;
}

.row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutter > [class^="col-"],
.row.no-gutter > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

/*------------------------------------*\
    Image Overlays
\*------------------------------------*/

.bs1, .bs2, .bs3 {
	background-size: cover;
	background-color: #000;
}

.bsbox {
	margin-top: 15px;
}

.bsbox p {
	padding-left: 10%;
	padding-right: 10%;
	text-align: center;
	font-size: 2.4rem;
	/*font-family: 'Antartida Rounded';*/
	color: #fff;
	opacity: 0;
}

.bsbox-active p {
	height: 100%;
	background-color: rgba(43,190,197,0.85);
	opacity: 1;
	-webkit-transition: opacity 0.1s ease-in;
    -moz-transition: opacity 0.1s ease-in;
    -o-transition: opacity 0.1s ease-in;
    -ms-transition: opacity 0.1s ease-in;
    transition: opacity 0.1s ease-in;
}

#box3 p {
	font-size: 1.8rem;
}

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

/* header */
.header {
	padding: 8px 0px 14px 0px;
}
/* logo */
.logo {
	display: inline-block;
}
.logo-img {
	width: 68px;
	padding-top: 4px;
}

/* nav-footer bg */
.hf-bg {
	background-color: #3e2c80;
}

.hf-bg-2 {
	background-color: #3e2c80;
}

/* nav */

.nav {
	font-family: 'Antartida Rounded';
	font-size: 2rem;
	text-transform: uppercase;
}

.nav a {
	color: #fff;
	text-decoration: none;
}

.nav a:active {
	color: #f8ea33;
}

.nav a:hover {
	color: #a499c9;
}

#bs-navbar-collapse {
	margin-top: 9px;
	padding-top: 0;
	background-color: #3e2c80;
	max-width: 100%;
	float: right !important;
}
.nav li {
	padding: 18px 20px 0px 20px;
	display: block;
	text-align: right;
	padding-right: 0;
}
.log-in-navbtn a {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 27px 0px 35px 22px;
    height: 80px;
    width: 80px;
    background-color: rgba(0,0,0,0.3);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
}
.log-in-navbtn a:hover {
	color: #a499c9;
}
.customer-page .log-in-navbtn a {
	color: #D44457;
}
.nav ul {
	margin-top: 0px;
}

body > div.hf-bg > div {
	padding-right: 0px;
}

.current-menu-item a {
	color: #fbed32;
}

#nav-toggle { cursor: pointer; padding: 20px 35px 20px 20px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: white;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px; 
}
#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

.single {
	margin-top: 30px;
}

/* NAVBAR Mobile */
#bs-navbar-collapse {
	margin-top: 10px;
    padding-bottom: 10px;
    padding-right: 3%;
    text-align: center;
    margin-left: -20px;
    background-color: #3e2c80;
    width: 110%;
    max-width: 110%;
    position: absolute;
}
.nav li {
	padding: 12px 0px 12px 0px;
	display: block;
	text-align: center;
	padding-right: 0;
}


/* sidebar */
.sidebar {

}

/* partners */

.partners {
	background-color: #f1f1f1;
	padding: 0px 0px 20px 0px;
}

.partners p {
	font-family: 'Antartida Rounded';
	font-size: 1.6rem;
	padding: 30px 0px 20px 0px;
	color: #3e2c80;	
}

.partners img {
	height: 40px;
	padding: 0px 20px 0px 20px;
	margin-bottom: 10px;
}

/* footer */
.footer {
	padding-top: 30px;
	padding-bottom: 20px;
}

.footer a, .footer p {
	color: #fff;
	font-size: 1.5rem;
	font-family: 'Antartida Light'
}

.foothead  {
	color: green;
	font-size: 1.6rem;
	font-family: 'Antartida Rounded' !important;
}

.nav-bottom li {
	display: inline;
	padding-right: 15px;
}

.nav-bottom ul {
	list-style: none;
	padding-left: 0;
}

.line {
	margin: 15px 0px 10px 0px;
	border-width: 1px 0px 0px 0px;
	border-color: #563db2;
	border-style: solid;
}

.line2 {
	padding: 0;
	border-width: 1px 0px 0px 0px;
	border-color: #d3d3d3;
	border-style: solid;
}

.team-members img {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

.team-members h4 {
	margin-bottom: 1px;
}

.team-members {
	margin-bottom: 60px;
}

.noimage {
	margin-top: 60px;
	min-height: 250px;
}

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

.hero-text {
	padding-top: 60px;
	padding-bottom: 60px;
}
.hero .hero-text {
	padding-top: 60px;
	padding-bottom: 60px;
}
.hero {
	background-image: none;
	background-color: #ccc;
}

.herocontent {
	background-size: auto 100%;
	background-position: 20% 100%;
	color: #fff;
}

.herocontent {
	padding-top: 140px;
	padding-bottom: 240px;
}

.herocontent p, .herocontent h2 {
	margin: 0;
	padding: 0;
	text-align: left;
}

.hero-smaller {
	background-position: center center;
	background-size: cover;
	color: #fff;
}

.hero h1, .hero-smaller h1 {
	font-size: 4.6rem;
	margin-top: 0;
}

.button {
	font-family: 'Antartida Rounded';
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	-webkit-box-shadow: 0px 2px 0px #d95d7c;
	-moz-box-shadow: 0px 2px 0px #d95d7c;
	box-shadow: 0px 2px 0px #d95d7c;
	color: #ffffff;
	font-size: 14px;
	background: #f1688b;
	padding: 10px 20px 10px 20px;
	border-top: solid #ff94af 2px;
	text-decoration: none;
}

.button:hover {
	color: #f8e5e9;
	background: #d95d7c;
	text-decoration: none;
	-webkit-box-shadow: 0px 2px 0px #f07896;
	-moz-box-shadow: 0px 2px 0px #f07896;
	box-shadow: 0px 2px 0px #f07896;
	border-top: solid #f26d8e 2px;
}

.weather {

	padding: 40px 15px 30px 15px;
}

.weather strong {
	font-family: 'Antartida Rounded';
	font-weight: 300;
}

.weather img {
	margin: 20px 0px 10px 0px;
}

.

.hm, .bs {
	margin-top: 0px;
	margin-bottom: 0px;
}

.hm h3 {
	padding-top: 0px;
}

.press a {
	color: #3e2c80;
}

.author {
	color: #f1688b;
}

.pressbox {
	background-color: #f1f1f1;
	padding: 25px 25px 0 25px;
}

.pressbox article {
	margin-bottom: 30px;
	border-width: 0px 0px 1px 0px;
	border-color: #d3d3d3;
	border-style: solid;
}
.pressbox article:last-child {
	padding-bottom: 10px;
	border-width: 0px 0px 0px 0px;
	border-color: #d3d3d3;
	border-style: solid;
}

.pressbox p {
	margin-bottom: 25px;
}

.inquiry-form h4 {
	color: #f1688b;
	margin-top: 25px;
}

.video-wrapper {
    width: 100%;
}  

.video-js {
    padding-top: 55.25%;
}

.vjs-default-skin .vjs-big-play-button {
left: 40% !important; 
top: 36% !important;
width: 20% !important;
height: 27% !important;}

.vjs-default-skin.vjs-paused .vjs-big-play-button 
{
display: none;
}

.vjs-default-skin.vjs-paused .vjs-control-bar
{
display: block;
}

.newsbox {
	margin-bottom: 30px;
}

.imagebox .col-md-6  {
	padding:0 0 0 0;
	/*position: relative;*/
}

.imagebox img {
	width: 100% !important;
}

.projectImages {
	padding: 0;
	margin: 0;
	/*max-width: 100%;*/
	/*margin-left: 15px;*/
}

.projectImages p {
	margin: 0;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 5px; 
	padding-right:15px;
}

.imageCaption{
    display:none;
    position:absolute;
    background-color :rgba(0,0,0,0.5);
    bottom:-50px;
    width:100%;
    color:#fff;
}

.projectImages li{
    display:block;
    /*float:left;*/
    /*width: 100%;*/
    position:relative;
    overflow:hidden;
}


.crumb {
	background-color: #5fbd65;
	height: 40px;
	padding-top: 8px;
	font-size: 1.6rem;
	font-family: 'Antartida Rounded';
}

.crumb p {
	color: #fbed32;
	display: inline;
	font-family: 'Antartida Rounded';
	font-size: 1.6rem;
}

.crumb a {
	display: inline;
	color: #fff;
	text-decoration: none;
}

/*------------------------------------*\
    HELPERS
\*------------------------------------*/


.spacing {
	padding-top: 40px;
	padding-bottom: 40px;
}

.spacing-less {
	padding-top: 40px;
}

.spacing h3 {
	margin-top: 0px;
}

.hf-bg {
  height: 80px;
  position: fixed;
  top: 0;
  transition: top 0.2s ease-in-out;
  width: 100%;
  z-index: 9999;
}

.infront {
	overflow: hidden;
}

.mini {
	min-height: 320px;
}

.mini img {
	margin-bottom: 25px;
}

.mini p {
	margin-bottom: 40px;
}

.mini h4 {
	/*font-family: 'Antartida Light';*/
}

/*------------------------------------*\
    CAKE
\*------------------------------------*/

.infobox {
	height: 400px;
	/*margin-top: 4px;*/
	cursor: pointer; 
	cursor: hand;
}

.info-img img {
	/*padding: 20px;*/
	/*height: 340px;*/
	/*max-height: 300px;*/
}

.info-img {
	height: 400px;
	background-color: #e5e5e5;
	text-align: center;
}

.info-purp {
	height: 400px;
	background-color: #3e2c80;
	color: #fff;
	min-height: 100%;
}

.infobox-big h3, .infobox-big p {
	margin-left: 40px;
	margin-right: 40px;
	color: #fff;
}

.infobox-big p {
	font-size: 2rem;
}

.infobox-big h3 {
	margin-top: 40px;
}

.cake {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	border-style: solid;
	border-width: 2px;
	border-color: rgba(0,0,0,0);
}

.cake:hover {
	border-style: solid;
	border-width: 2px;
	border-color: rgba(0,0,0,0.3);
}


/*------------------------------------*\
    MAP
\*------------------------------------*/

.acf-map {
	width: 100%;
	height: 400px;
	border: #ccc solid 1px;
	margin: 0px 0;
	pointer-events: none;
}

#mapbox h4 {
	font-size: 1.6rem;
}

#mapbox p {
	font-size: 1.3rem;
}

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

p {
	font-size: 1.8rem;
	line-height: 140%;
	font-family: 'Calibri';
}

h1 {
	font-family: 'Antartida Light';
	/*visibility: hidden;*/
	/*opacity: 0;*/
}

h2, h3, h4 {
	font-family: 'Antartida Rounded';
}

h3 {
	color: #3e2c80;
	font-size: 2.6rem;
}

h4 {
	font-size: 2.2rem;
	color: #383838;
}

.date, .author {
	/*font-size: 1.6rem;*/
}

.spec-number {
	font-size: 66px;
	color: #5fbd65;
	font-family: 'Antartida Rounded';
}

.spec-title {
	color: #3e2c80;
	font-family: 'Antartida Light';
}

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

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

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


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

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

}
@media only screen and (min-width:480px) {
	.hm, .bs {
		margin-top: 70px;
		margin-bottom: 70px;
	}
}
@media only screen and (min-width:768px) {
	.line {
		margin: 55px 0px 10px 0px;
		border-width: 1px 0px 0px 0px;
		border-color: #563db2;
		border-style: solid;
	}

	.line2 {
		padding: 0;
		border-width: 1px 0px 0px 0px;
		border-color: #d3d3d3;
		border-style: solid;
	}

	.spacing {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.spacing-less {
		padding-top: 40px;
	}

	.hero-text {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	
	.hero .hero-text {
		padding-top: 130px;
		padding-bottom: 130px;
		color: #000;
	}

	.herocontent {
		background-size: cover;
		color: #fff;
	}

	.herocontent p, .herocontent h2 {
		text-align: center;
	}

	.herocontent {
		padding-top: 200px;
		padding-bottom: 260px;
	}

	.hero-smaller {
		/*background-size: 100%;*/
		color: #fff;
	}

	.hero h1, .hero-smaller h1 {
		font-size: 4.6rem;
		margin-top: 0;
	}

	#bs-navbar-collapse {
		margin-top: 0px;
		background-color: transparent;
		float: right !important;
	}

	.nav li {
		padding: 0px 20px 0px 20px;
		display: inline;
		font-size: 1.6rem;
	}

	.nav ul {
		margin-top: 20px;
	}

	#box3 p {
		font-size: 2.2rem;
	}

	.newsimage img {
		margin-bottom: 20px;
		/*min-width: 100% !important;*/
	}

	.mini {
		min-height: 500px;
	}

	.mini img {
		margin-bottom: 20px;
	}

	.mini p {
		margin-bottom: 0px;
	}

}
@media only screen and (min-width:1024px) {
	.hero {
		background-size: cover;
		background-image: url('http://bsdev.skurar.se/wp-content/uploads/2015/01/hero-home4.jpg');
	}
}
@media only screen and (min-width:1140px) {
	
	#box3 p {
		font-size: 2.6rem;
	}

	.hero {
		background-position: center center;
	}

	.hm h3 {
		padding-top: 25px;
	}

	.hm p, .hm h3 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.verticalcenter h3 {
		padding-top: 45px;
	}

	.verticalcenter1 h3 {
		/*padding-top: -40px;*/
	}

	.verticalcenter2 h3 {
		padding-top: 4px;
	}

	.verticalcenter h1 {
		margin-top: 90px;
	}
}
@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
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
