@font-face {
  font-family: 'SanchezFolksamMedium';
  src: url('fonts/SanchezFolksamMedium.eot'); /* IE9 Compat Modes */
  src: url('fonts/SanchezFolksamMedium.eot?#iefix') format("embedded-opentype"),
  url('fonts/SanchezFolksamMedium.ttf'), /* TTF */
  url('fonts/SanchezFolksamMedium.woff') format('woff2'), /* Super Modern Browsers */
       url('fonts/SanchezFolksamMedium.svg#svgFontName') format('svg'); /* Legacy iOS */
       font-weight:400;font-style:normal
}


@font-face {
  font-family: 'SanchezFolksamSemiBold';
  src: url('fonts/SanchezFolksamSemiBold.eot'); /* IE9 Compat Modes */
  src: url('fonts/SanchezFolksamSemiBold.eot?#iefix') format("embedded-opentype"),
  url('fonts/SanchezFolksamSemiBold.ttf'), /* TTF */
  url('fonts/SanchezFolksamSemiBold.woff') format('woff2'), /* Super Modern Browsers */
  url('fonts/SanchezFolksamSemiBold.svg#svgFontName') format('svg'); /* Legacy iOS */
  font-weight:400;font-style:normal
}

@font-face {
  font-family: 'SanchezFolksamBold';
  src: url('fonts/SanchezFolksamBold.eot'); /* IE9 Compat Modes */
  src: url('fonts/SanchezFolksamBold.eot?#iefix') format("embedded-opentype"),
  url('fonts/SanchezFolksamBold.ttf'), /* TTF */
  url('fonts/SanchezFolksamBold.woff') format('woff2'), /* Super Modern Browsers */
       url('fonts/SanchezFolksamBold.svg#svgFontName') format('svg'); /* Legacy iOS */
       font-weight:400;font-style:normal
}

@font-face {
  font-family: 'SanchezFolksamLight';
  src: url('fonts/SanchezFolksamLight.eot'); /* IE9 Compat Modes */
  src: url('fonts/SanchezFolksamLight.eot?#iefix') format("embedded-opentype"),
  url('fonts/SanchezFolksamLight.ttf'), /* TTF */
  url('fonts/SanchezFolksamLight.woff') format('woff2'), /* Super Modern Browsers */
       url('fonts/SanchezFolksamLight.svg#svgFontName') format('svg'); /* Legacy iOS */
       font-weight:400;font-style:normal
}

@font-face{
	font-family:'Glyphicons Halflings';
	src:url('fonts/glyphicons-halflings-regular.eot');
	src:url('fonts/glyphicons-halflings-regular.eot?#iefix') format("embedded-opentype"),
	url('fonts/glyphicons-halflings-regular.woff2') format("woff2"),
	url('fonts/glyphicons-halflings-regular.woff') format("woff"),
	url('fonts/glyphicons-halflings-regular.ttf') format("truetype"),
	url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format("svg");
}


body{
	color: #009cdd;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'SanchezFolksamSemiBold';
	/*font-family: 'SanchezFolksamMedium';*/
	font-size: 20px;	
	background-color: #009fe4;
	-webkit-text-size-adjust: 100%;
}

h1{
	margin: 0;
	margin-bottom: 20px;
	font-family: 'SanchezFolksamSemiBold';
	font-size: 60px;
	font-weight: 400;
}

h2{
	font-family: 'SanchezFolksamSemiBold';
	font-size: 40px;
}

span{
	
}

.siteWrapper{
	opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    background-color: #d0e9f9;
}

.menuWrapper{
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background-color: #fff;
	font-family: 'SanchezFolksamMedium';
	font-size: 22px;
	
}


.menuWrapper_mobile{
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background-color: #fff;
	font-family: 'SanchezFolksamMedium';
	font-size: 22px;
	display: none;
}


.topLogo{
	position: absolute;
	width: 174px;
	height: auto;
	left: 42px;
	top: 35px;
}

.topMenuItem{
	cursor: pointer;
}

.menuWrapper_mobile .topLogo{
	position: absolute;
	width: 250px;
	height: auto;
	left: 42px;
	top: 45px;	
}

.menuListWrapper{
	position: absolute;
	top: 45px;
	display: inline-block;
}

.menuListWrapper_mobile{
	position: absolute;
	top: 140px;
	display: block;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: hidden;
}


.menuList{
	list-style-type: none;
	margin: 0;
}


.menuList li{
	float: left;
	margin-right: 20px;
	cursor: pointer;

}

.menuList_mobile{
	list-style-type: none;
	margin: 0;
	margin-left: -40px;
	font-size: 40px;
}

.menuList_mobile li{
	cursor: pointer;
	background-color: #fff;
	padding: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #005188;
}


.c-hamburger {
  display: block;
  position: absolute;
  right: 40px;
  top: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 80px;
  height: 80px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
  background-color: #fff;

}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 38px;
  left: 9px;
  right: 9px;
  height: 6px;
  background-color: #009cdd;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #009cdd;
  content: "";
}

.c-hamburger span::before {
  top: -20px;
}

.c-hamburger span::after {
	bottom: -20px;
}


.c-hamburger--htx {
 
}

.c-hamburger--htx span {
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
.c-hamburger--htx.is-active {
  /*background-color: #cb0032;*/
}

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

.addthis_inline_share_toolbox_mobile{
	float: right;

}

.menuList li:hover{
	color: #337ab7;
}

.socialMediaWrapper{
	position: absolute;
	top: 35px;
	right: 35px;
}

.contentsection{
	position: relative;
	padding-bottom: 200px;
	padding-top: 30px;
}

.filterselector{
	display: inline-block;
	float: left;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
}

.filterSelectHeader{
	display: inline-block;
	float: left;
	font-family: 'SanchezFolksamSemiBold';
}

.selectedFilter{
	text-decoration: underline;
}

.contentWrapper{
	position: relative;
	overflow: hidden;
}

.contentSectionTextContainer{
	position: relative;
	max-width: 800px;
	width: 70%;
	z-index: 20;
	margin: 0 auto;
}


.home{
	background-color: #d0e9f9;
	padding-top: 110px;
	/*height: 422px;*/
	padding-bottom: 200px;
	color: #0a4682;
}

.home h1{
	color: #009cdd;
	font-weight: 400;
}

.homeContent{
	margin-top: 170px;

}

.imageContainer{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	height: 100%;
	width: 100%;
}

.homeSun{
	position: absolute;
	width: 107px;
	height: 107px;
	top: 150px;
	left: 120px;
}

.homeCloud1{
	position: absolute;
	width: 155px;
	height: auto;
	/*top: 30px;
	left: 100px;*/
}


.homeCloud2{
	position: absolute;
	width: 137px;
	height: auto;
	/*top: 40px;
	left: 900px;*/
}

.homeHundkoja{
	position: absolute;
	width: 210px;
	height: auto;
	bottom: 0px;
	left: 60px;
}

.homeHundWrapper{
	position: absolute;
	width: 177px;
	bottom: 0px;
	left: 450px;
	height: 123px;
}

.homeHund{
	position: absolute;
	width: 177px;
	height: auto;
}

@keyframes homeDogEyeAni {
   50% { opacity: 1; } /* Turn off */
  50.001% { opacity: 0; }

  /* Keep off state for a short period */

  52.999% { opacity: 0; } /* Turn back on */
  53% { opacity: 1; }
}

.homeHundEye{
	position: absolute;
	width: 6px;
	height: 6px;
	top: 11px;
	left: 16px;
	animation-name: homeDogEyeAni;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}



.homeHundskal{
	position: absolute;
	width: 50px;
	height: auto;
	bottom: 0px;
	left: 410px;		
}

.homeKulle2{
	position: absolute;
	width: 564px;
	height: auto;
	bottom: 0px;
	right: 50px;		
}

.homeKulle1{
	position: absolute;
	width: 474px;
	height: auto;
	bottom: 0px;
	right: 300px;		
}

.submenu{
	background-color: #B0CB0B;
	height: 181px;
	padding: 0px;
}

.submenuList{
	position: absolute;
	list-style-type: none;
	margin: 0;
	top: 58px;
	left: 320px;
	padding: 0;

}

.submenuList li{
	margin-right: 30px;
	float: left;
}

.submenuList a{
	cursor: pointer;
	
	text-decoration: none;
	color: #1e6e32;
	background-color: #ebf0be;
	height: 46px;
	border-radius: 30px;
	
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 15px;
}

.searchLink{
	padding-left: 60px !important;
}

.searchIcon{
	position: absolute;
	left: 25px;
	top: 18px;
	width: 25px;
	height: 25px;
	background-image: url('../images/searchIcon.png');
	background-repeat: no-repeat;
	background-size: 25px auto;
}

.searchIcon_active{
	background-position: 0px -25px !important;
}
.halfLeftBtn{
	margin-right: 2px !important;
}

.halfLeftBtn a{
	border-radius: 0;
	border-bottom-left-radius: 30px;
	border-top-left-radius: 30px;
}

.searchLink:hover > .searchIcon{
	background-position: 0px -25px;
}


.halfRightBtn{
	margin-right: 0px !important;
}

.halfRightBtn a{
	border-radius: 0;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
}


.submenuWave{
	position: absolute;
	height: 123px;
	width: auto;
	left: 0px;
	bottom: 0px;
}

.tipsContainer{
	background-color: #ebf0be;
	color: #1e6e32;

}


.tipsContainer h1{
	color: #b0cb0b;
	font-weight: 400;
}

.tipsHome{
	/*overflow: hidden;*/
}

.hidden{
	display: none;
}

.tipOwner{
	margin-top: 15px;
}

.filterContainer{
	color: #1e6e32;
	font-family: 'SanchezFolksamLight';
	font-size: 20px;
	padding-bottom: 30px;
}

.filterContainer_mobile{
	font-size: 40px;
	padding-bottom: 80px;
}

.fbTipShareContasiner{
	color: #009fe4;
}

.fbTipShareIcon{
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 3px;
	margin-right: 10px;
}

.searechTipsContainer{

}

.searchInputField{
	background-image: url('../images/searchIconBlue.png');
  	background-position: right center;
  	background-repeat: no-repeat;
  	background-size: 35px auto;
}

.seachResultContainer{
	margin-top: 30px;
}

.searchResultHeading{
	font-family: 'SanchezFolksamBold';
	margin-bottom: 15px;
	text-transform: capitalize;
	font-size: 24px;
}

.searchResultHeading_mobile{
	font-size: 45px !important;	
}

.searchResultHeading a, .searchResultSubText a{
	text-decoration: none;
	color: #1e6e32;
}

.searchResultDevider{
	width: 75px;
	height: 1px;
	background-color: #1e6e32;
	margin-top: 20px;
}

.searchPannWrapper{
	position: relative;
	width: 100%;
	text-align: center;
	color: #009fe4;
	margin-top: 40px;
	display: none;
}

.searchPannIconWrapper{
	display: inline-block;
}

.searchPannIconContainer{
	width: 66px;
	margin-top: 20px;
	float: left;
	cursor: pointer;
}

.searchPannIconContainer:hover  > span{
	color: #0a4682;
}

.pannIcon{
	width: 66px;
	height: 46px;
	background-image: url('../images/seachResultPanIcon.png');
	background-repeat: no-repeat;
	background-size: 66px auto;
}

.searchPannWrapper .selected .pannIcon{
	background-position: 0px -46px;
}

.searchPannWrapper .selected  span{
	color: #0a4682;
}

.skickaInContainer{
	background-color: #d0e9f9;
	color: #0a4682;
}

.skickaInContainer h1{
	color: #009cdd;
	font-weight: 400;
}

.tipsTextArea{
	display: block;
	border-radius: 5px;
	border: 1px solid #7dc8f0; 
	width: 100%;
	height: 260px;
	resize: none;
	font-family: 'SanchezFolksamMedium';
	font-size: 20px;
	padding: 10px;
	margin-top: 15px;
	outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.wordCounter{
	display: inline-block;
	float: right;
	font-family: 'SanchezFolksamLight';
	font-size: 12px;

}

.wordCounter_mobile{
	font-size: 30px;
}

.wordCounter_full{
	color: #d4277c;
}

.skickaInInputContainer{
	margin-top: 15px;
	float: left;
	width: 48%;
}


.skickaInRadioInput{
	display: block;
	float: left;

}

.skickaInInputContainer{
	display: inline-block;
	float: left;
}

.skickaInInputContainer_mobile{
	margin-top: 35px;	
	width: 100%;
}

.skickaInInputContainer_mobile .subText_mobile{
	font-size: 30px !important;
}

.radioWrapper{
	width: auto;
}

.animalSelectRadioContainer{
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}

.radioWrapper span{
	display: block;
	margin-bottom: 15px;
}



input[type=radio   ]:not(old){
  width   : 43px;
  margin  : 0;
  padding : 0;
  opacity : 0;
}

input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -43px;
  padding-left : 43px;
  margin-right: 20px;
  background   : url('../images/radioUnselected.png') no-repeat 0 0;
  
  background-size:  auto 43px;
  line-height  : 43px;
}

input[type=radio]:not(old):checked + label{
  	background   : url('../images/radioSelected.png') no-repeat 0 0;
	background-position : 0px;
	  background-size:  auto 43px;
}


input[type=radio]:required + label{
  	background   : url('../images/radioError.png') no-repeat 0 0;
	background-position : 0px;
	  background-size:  auto 43px;
}



.inputError{
	border: 1px solid #d4277c !important; 
	background-color: #fad2e6;
}

.sendTipsErrorText{
	color: #d4277c !important;
}

label{
	margin-left: 30px;
}

.skickaTipsKnapp{
	-webkit-appearance: none;
	-moz-appearance: none;
	float: right;
	background-color: #b5c942; /* Green */
    border: none;
    color: white;
    padding: 15px 64px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top: 40px;
    cursor: pointer;
    border-radius: 30px;
    font-family: 'SanchezFolksamSemiBold';
    font-size: 20px;
    outline:none;
}

.skickaTipsKnapp:hover{
	background-color: #1e6e32;
}

.tipsLegalText{
	font-family: 'SanchezFolksamMedium';
	font-size: 15px;
	margin-top: 25px;
	text-align: left;
}

.floatRight{
	float: right;
}

.skickaInInputField{
	border-radius: 5px;
	border: 1px solid #7dc8f0; 
	display: block;
	resize: none;
	font-family: 'SanchezFolksamMedium';
	font-size: 20px;
	padding: 10px;
	margin-top: 10px;
	outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
}

.learnMoreContainer{
	background-color: #009fe4;
	color: #fff;

}

.learnMoreContainer h1{
	color: #fff;
	font-weight: 400;
}

.learnMoreContent{
	max-width: 2000px;
	width: 85%;
	text-align: center;
}

.reklamFilmPuffWrapper{
	position: relative;
	/*width: 100%;*/
	display: inline-block;
	margin: 0 auto;
	margin-top: 40px;
}

.underhallningContainer{
	background-color: #ebf0be;
	color: #1e6e32;
}

.underhallningContainer h1{
	color: #b0cb0b;
}


.underhallningContentText{
	margin-bottom: 20px; 
}

.spellistorContainer{
	background-color: #009FE4;
	color: #fff;
}

.spellistorContainer h1{
	color: #0a4682;
	font-weight: 400;
}

.spellistorContent, .underhallningContent, .skickaInContent{
	text-align: center;
}

.skickaInInputContainer{
	text-align: left;
}

.oceanAni{
	position: absolute;
	height: 210px;
	
	top: -207px;
	left: 0px;
	width: 100%;
	z-index: 10;
	overflow: hidden;

}


.spellistaBackWave{
	position: absolute;
    height: 84px;
    width: 120%;
    bottom: -3px;
    background-repeat-y: no-repeat;
    background-image: url(../images/spellistaBackWave.png);
    background-size: auto 90px;
    left: -100px;
    animation-name: backWaves;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.spellistaFrontWave{
	position: absolute;
    height: 49px;
    width: 100%;
    
    left: -200px;
    background-image: url(../images/spellistaFrontWave.png);
    background-repeat-y: no-repeat;
    background-size: auto 50px;
}

.frontwaveWrapper{
	position: absolute;
    height: 49px;
    width: 200%;
    bottom: -3px;
}

.fiskWrapper{
	position: absolute;
	bottom: -300px;
	left: 0px;
	
	height: 200px;
}

.fisk{
	width: 165px;
	height: auto;

	-ms-transform: rotate(-73deg); /* IE 9 */
    -webkit-transform: rotate(-73deg); /* Chrome, Safari, Opera */
    transform: rotate(-73deg);
}

.experternaContainer{
	background-color: #C8E6FA;
	color: #005187;
	padding-bottom: 400px !important;
	
}

.experternaContainer h1{
	color: #e6007e;
	font-weight: 400;
}

.experternaContainer h2{
	color: #e6007e;
}

.expertContent{
	max-width: 1000px;
}

.expertWaves{
	position: absolute;
	top: -70px;
	width: 100%;
	height: 145px;
	background-image: url('../images/spellistWave.png');
	background-repeat: repeat-x;
	background-size: 211px 73px;

}

.reklamContainer{
	background-color: #afcd00;
	color: #1e6e32;
	text-align: center;
}

.youtubeVideoWrapper{
	width: 100%;
	margin-top: 40px;
}

.youtubeVideo{
	

	position: relative;
    padding-bottom: 56.25%;
    /* padding-top: 30px; */
    height: 0;
    overflow: hidden;
}

.youtubeVideo iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;

}

.footer{
	background-color: #009fe4;
	height: 300px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.footerLogo{
	position: absolute;
	width: 342px;
	right: 125px;
	top: 130px;
}

.footerDogContainer{
	position: absolute;
	bottom: 0px;
	left: 95px;
	height: 300px;
	width: 500px;
}

.footerDog{
	position: absolute;
	bottom: 0px;	
	width: 287px;
	height: auto;
	cursor: pointer;
}

.dogHeart{
	position: absolute;
	width: 67px;
	display: none;
}

.footerKulle1{
	position: absolute;
	width: 456px;
	height: auto;
	bottom: 0px;
	left: 130px;
}



.footerKulle2{
	position: absolute;
	width: 543px;
	height: auto;
	bottom: 0px;
	left: 400px;
}

.skickaInCloud1{
	position: absolute;
	width: 150px;
	height: auto;
	top: 80px;
	right: -40px;
}


.skickaInCloud2{
	position: absolute;
	width: 80px;
	height: auto;
	top: 50px;
	right: 100px;
	/*opacity: 0.6;
    filter: alpha(opacity=60);*/ /* For IE8 and earlier */
}

.skickaInCloud3{
	position: absolute;
	width: 70px;
	height: auto;
	top: 30px;
	left: 100px;
	/*opacity: 0.5;
    filter: alpha(opacity=50);*/ /* For IE8 and earlier */
}

.skickaInCatSitting{
	position: absolute;
	display: inline-block;
	bottom: 0px;
	left: 0px;
	width: 152px;
}


.skickaInCatStanding{
	position: absolute;
	display: inline-block;
	bottom: 0px;
	left: -73px;
	width: 205px;
}

.skickaInCatContainer{
	position: absolute;
	bottom: 0px;
	left: 150px;
}

.skickaInGarnNystan{
	position: absolute;
	
	/*left: 350px;*/
	bottom: 0px;
	height: 76px;
	height: 76px;
	width: 100%;
	display: none;
}

.skickaInGarnNystanWrapper{
	position: absolute;
	
	left: 0px;
}

.skickaInGarnString{
	position: absolute;
	display: inline-block;
	width: 89px;
	left: 30px;
	top: 61px;
	height: auto;
}

.skickaInGarnBoll{
	position: absolute;
	display: inline-block;
	top: 0px;
	left: 0px;
	width: 76px;
	height: 76px;
}

.skickaInKulle1{
	position: absolute;
	width: 404px;
	height: auto;
	right: 300px;
	bottom: 0px;
}

.skickaInKulle2{
	position: absolute;
	width: 481px;
	height: auto;
	right: 50px;
	bottom: 0px;
}

.hidden{
	display: none;
}

.clear{
	clear: both;
}


.reklamFilmPuffContainerLink{
	/*width: 100%;*/
}

.reklamFilmPuffContainer{
	position: relative;
	width: 551px;
	
	height: 353px;
	overflow: hidden;
	color: #439ede;
	border-radius: 5px;
	display: block;
	
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center top;

	float: left;

	
}

.reklamContent{
	max-width: 900px;
	width: 85%;
}

.janiceContainer{
	position: relative;
	width: 100%;
}

.janiceContent{
	width: 60%;
	float: left;
}

.breadText{
	font-family: 'SanchezFolksamMedium';
}

.expertTipsWrapper{
	overflow: hidden;
	height: 0px;
	margin-top: 15px;
}

.janiceTips{
	float: left;
	width: 48%;

}

.janice{
	width: 320px;
	height: auto;
	float: right;
	margin-top: -70px
}

.janContainer{
	width: 100%;
}

.jan{
	width: 280px;
	height: auto;
	float: right;
	margin-top: -80px;	
}

.janTips{
	width: 100%;
}

.janiceHundtips{
	margin-right: 20px;
}


.tipsWrapper{
	position: relative;
}

.tipsHeading{
	margin-left: 25px;
	cursor: pointer;
}

.tipCatSitting{
	position: absolute;
	display: inline-block;
	bottom: 0px;
	left: 400px;
	width: 152px;

	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}


.birdContainer{
	position: absolute;
	display: inline-block;
	bottom: 0px;
	left: 250px;
	
	/*background-color: #fff;*/
	width: 83px;
	height: 63px;
	background-image: url('../images/birdWalkcycle.png');
	background-repeat: no-repeat;
	background-size: auto 66px;
	display: none;
	/*background-position: -86px 0px;*/
}

.birdNote{
	position: absolute;
	width: 10px;
	height: auto;
	right: -15px;
	display: none;
}

.treeWrapper{
	position: absolute;
	display: inline-block;
	bottom: 0px;
	width: 300px;
	height: 403px;
	right: 150px;
	z-index: 40;
}

.tipsImages{
	/*z-index: 30;*/
}

.swing{
	position: absolute;
	width: 45px;
	height: auto;
	top: 270px;
	left: 218px;
	z-index: 1;
	cursor: pointer;
}

.tree{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 302px;
	z-index: 2;
	pointer-events:none;
}

.apple{
	position: absolute;
	width: 34px;
	height: 34px;
	z-index: 5;
	cursor: pointer;
}


.apple1{
	top: 90px;
	left: 40px;
}

.apple2{
	top: 30px;
	left: 110px;
}


.apple3{
	top: 220px;
	left: 40px;
}


.apple4{
	top: 165px;
	left: 82px;
}


.apple5{
	top: 115px;
	left: 152px;
}


.apple6{
	top: 75px;
	left: 222px;
}

.apple7{
	top: 205px;
	left: 152px;
}


.apple8{
	top: 160px;
	left: 220px;
}


.apple9{
	top: 230px;
	left: 230px;
}



.downArrow{
	position: absolute;
	top: 16px;
	left: 16px;
	box-sizing: border-box;
    line-height: 30px;
    display: inline-block;
}

.downArrow::before,
.downArrow::after{
        transform: rotate(0deg);
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -2px;
        margin-left: -7px;
        display: block;
        height: 4px;
        width: 10px;
       	/*background-color: #ffcf2a;*/
       background-color: #005187;
       transition: all 0.25s ease-out;
}


.downArrow::before{  
    transform: rotate(45deg);
    top: 0px;
    left: -10px;
    
}


.downArrow::after{  
    transform: rotate(-45deg);
    top: 0px;
    left: -5px;
    
}


.downArrow_mobile{
	top: 19px;
	left: 0px;
}

.downArrow_mobile::before,
.downArrow_mobile::after{
        transform: rotate(0deg);
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -2px;
        margin-left: -7px;
        display: block;
        height: 7px;
        width: 19px;
       	/*background-color: #ffcf2a;*/
       background-color: #005187;
       transition: all 0.25s ease-out;
}


.downArrow_mobile::before{  
    transform: rotate(45deg);
    top: 0px;
    left: -14px;
    
}


.downArrow_mobile::after{  
    transform: rotate(-45deg);
    top: 0px;
    left: -5px;
    
}

.downArrow_selected::before{  
    transform: rotate(-45deg);
    top: 0px;
    left: -10px;
    
}


.downArrow_selected::after{  
    transform: rotate(45deg);
    top: 0px;
    left: -5px;
    
}

.tipslista{
	/*width: 48%;	*/
}

.tipAnimationContainer{
	position: relative;

}

.tipWrapper{
	display: inline-block;
	
}

.tipWrapper h1{
	text-transform: capitalize;
	font-weight: 400;
}

.fbTipShareContasiner a{
	color: #009fe4;
	text-decoration: none;
}


.fbTipShareContasiner a:hover{
	text-decoration: underline;
}

.nextTipArrow{
	position: absolute;
	right: -80px;
	width: 37px;
	height: 72px;
	background-image: url('../images/nextTipArrow.png');
	background-repeat: no-repeat;
	background-size: 37px auto;
	cursor: pointer;
}

.nextTipArrow:hover{
	background-position: 0 -72px
}


.prevTipArrow{
	position: absolute;
	left: -80px;
	width: 37px;
	height: 72px;
	background-image: url('../images/prevTipArrow.png');
	background-repeat: no-repeat;
	background-size: 37px auto;
	cursor: pointer;
}


.prevTipArrow:hover{
	background-position: 0 -72px
}

.tipsItem{
	width: 100%;
	
}

.hundFilmsPuff{
	background-image: url(../images/reklamfilmPoster_hund.jpg);
	margin-right: 20px;
}


.kattFilmsPuff{
	background-image: url(../images/reklamfilmPoster_katt.jpg);
}


.puffArrow{
	width: 13px;
	height: auto;
	position: absolute;
	right: 20px;
	top: 30px;
}

.reklamfilmPuffKnappContent{
	position: absolute;
	top: 27px;
	left: 20px;
}

.reklamfilmPuffKnapp{
	position: absolute;
	background-color: #fff;
	width: 100%;
	height: 81px;
	bottom: 0px;
}


.lastInList{
	margin-right: 0px !important;
}


/* Fade */
.hvr-fade {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  overflow: hidden;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active {
  background-color: #1e6e32;
  color: white;
}










/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
 /* background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);*/
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;

}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  /*-webkit-transform: translateY(-5px);
  transform: translateY(-5px);*/
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  /*-webkit-transform: translateY(5px);
  transform: translateY(5px);*/
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}





/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}









/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 30px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


#videos-next{

}

.glyphicon{
	position:relative;
	top:260px;
	font-size: 45px;
	display:inline-block;
	font-family:Glyphicons Halflings;
	font-style:normal;
	font-weight:400;
	line-height:1;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	color: #fff;
}


.glyphicon-chevron-left:before{content:"\e079"}
.glyphicon-chevron-right{
	float: right;
	margin-right: -40px;
}
.glyphicon-chevron-left{
	float: left;
	margin-left: -40px;
	vertical-align: middle;
}
.glyphicon-chevron-right:before{content:"\e080"}



.animalSelected:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
 /* background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);*/
  -webkit-transform: translateY(5px);
  transform: translateY(5px);

}

.animalSelected{
	/*background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%) !important;
  	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%) !important;*/
	/*-webkit-transform: translateY(-5px) !important;
  	transform: translateY(-5px) !important;*/
}


.animalLinkSelected{
	background-color: #1e6e32 !important;
  	color: white !important;
}




.debugger{
	position: fixed;
	z-index: 99999;
	top:0px;
	left: 0px;
	background: #fff;
	display: none;
	width: 300px;
	height: 300px;
	overflow: scroll;
}

.subText{
	font-size: 20px;
}

.subText_mobile{
	font-size: 30px;
}



@media screen and (max-width: 1420px) {
	.menuList li{margin-right: 10px;}
	.reklamFilmPuffContainer{width: 400px; height: 300px;}
	.reklamFilmPuffWrapper{text-align: center;}
	/*.reklamFilmPuffContainer{width: 400px;height: 256px;}*/
	.homeKulle1{width: 300px;right: 200px;}
	.homeKulle2{width: 300px;right: 50px;}
	.homeHund{width: 137px;}
	.homeHundWrapper{height: 95px;}
	.homeHundEye{width: 5px; height: 5px; top: 8px;left: 14px;}
	.homeHundskal{width: 40px;}
	.homeHundkoja{width: 170px;}
	.footerDog{width: 227px;}
	.footerKulle1{width: 326px;}
	.footerKulle2{width: 373px; left: 280px;}
}

@media screen and (max-width: 1400px) {
	.submenuWave{left: -110px;}
	.submenuList{left: 190px;}
	.menuWrapper{font-size: 18px;}
}


@media screen and (max-width: 1250px) {
	.submenuWave{display: none;}
	.submenuList{left: 30px;}
	.homeHundWrapper{left: 350px;}
	.reklamFilmPuffContainer{width: 350px; height:300px;}
	.homeHundskal{left: 290px;}
	.menuWrapper{font-size: 15px;}
	.topLogo{width: 114px; top: 42px;}
	.menuWrapper .at-icon-wrapper, .menuWrapper  .at-icon{width: 22px !important; height: 22px !important;}
	.menuWrapper_mobile .at-icon-wrapper, .menuWrapper_mobile  .at-icon{width: 52px !important; height: 52px !important;}
	.footerDog{width: 187px;}
	.footerDogContainer{left: 25px;}
	.footerKulle1{width: 246px; left: 80px;}
	.footerKulle2{width: 283px; left: 240px;}
	.footerLogo{width: 252px; right: 85px; top: 140px;}
	.skickaInKulle1{width: 250px; right: 120px;}
	.skickaInKulle2{width: 220px;}

}

@media screen and (max-width: 1128px) {
	.janice{float: left; margin-top: 30px;}
}

@media screen and (max-width: 950px) {
	.jan{margin-top: 0px; float: left; margin-top: 30px;}
	.reklamFilmPuffWrapper{width: 100%;}
	.reklamFilmPuffContainer{margin-right:0;margin-bottom: 50px; width: 100%; height: 300px;}
	.submenuList li{margin-right: 10px;}
	.submenuList a{padding-left: 20px;padding-right: 20px;}
	.contentSectionTextContainer span{font-size: 30px;}
	.homeContent{margin-top: 70px;}
	.homeKulle1{width: 150px;right: 100px;}
	.homeKulle2{width: 150px;right: 20px;}
	/*.subText{font-size: 40px;}*/
	.menuWrapper{font-size: 13px;}
	.homeCloud1{display: none;}
	.homeCloud2{display: none;}
	.homeSun{display: none;}
	.skickaInCloud1{display: none;}
	.skickaInCloud2{display: none;}
	.skickaInCloud3{display: none;}
	
}


