@charset "utf-8";
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

a:hover {
	color: #F8A549 !important;
}

a:link, a:active, a:visited {
	color: #000000;
	text-decoration: none;
}

.aboutpage {
	background: url("images/Abovo_egg.jpg") no-repeat scroll 58px 171px transparent;
}

.aboutpage2 {
	background: url("images/Abovo_egg.jpg") no-repeat scroll 58px 4px transparent;
}

.aboutText {
    margin: 35px 0 0;
    width: 725px;
}

.aboutText p {
	font-size: 14px !important;
    margin: 15px 0 0;
}

.aboutText p a {
	font-weight: bold;
}

.advertpage {
	background: url("images/Abovo_advertise.jpg") no-repeat scroll 58px 171px transparent;
}

.advertText h4 {
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 30px 0;
}

.advertText p {
	margin: 0 0 30px 0 !important;
}

.advertText ul {
	list-style-type: none;
	margin: 0 0 30px 0;
}

.advertText ul li {
	line-height: 20px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}

.bgwrap {
	background-size: 100% auto !important;
}

.closepage {
	margin: 430px 0 0 0;
	text-align: center;
	width: 100%;
}

.closepage a {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffa743), color-stop(1, #dc3c3c) );
	background:-moz-linear-gradient( center top, #ffa743 5%, #dc3c3c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa743', endColorstr='#dc3c3c');
	background-color:#ffa743;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:2px solid #000000;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:28px;
	font-weight:bold;
	padding:15px 75px;
	text-decoration:none;
	text-shadow:1px 1px 0px #000000;
}

.closepage a:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dc3c3c), color-stop(1, #ffa743) );
	background:-moz-linear-gradient( center top, #dc3c3c 5%, #ffa743 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dc3c3c', endColorstr='#ffa743');
	background-color:#dc3c3c;
}

.closepage a:active {
	position:relative;
	top:1px;
}

.contactCardImage {
	background: none repeat scroll 0 0 #E8E8E8;
	border-right: 10px solid #F2AA34;
	display: inline-block;
    height: 150px;
    padding: 10px 0 0;
    text-align: center;
	vertical-align: top;
    width: 125px;
}

.contactCardImage img {
	border: 2px solid #A7A7A7;
}

.contactCardInfo {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: #ffffff;
    background-image: url("images/abovo_logo.jpg");
    background-origin: padding-box;
    background-position: 170px 5px;
    background-repeat: no-repeat;
    background-size: 70px auto;
    display: inline-block;
    height: 150px;
    vertical-align: top;
    width: 65%;
}

.contactCardInfo .nameJob {
	list-style-type: none;
    margin: 10px 0 10px 5px;
}

.contactCardInfo .telMail {
	list-style-type: none;
    margin: 20px 0 10px 5px;
}

.contactCardInfo li {
	font-size: 12px;
}

.contactCardWrap {
	-webkit-box-shadow: 4px 4px 7px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 4px 4px 7px rgba(50, 50, 50, 0.75);
	box-shadow: 4px 4px 7px rgba(50, 50, 50, 0.75);
	background: none repeat scroll 0 0 #FFFFFF;
	display: inline-block;
    margin: 35px 60px 0 0;
    vertical-align: top;
    width: 380px;
}

.contactCardWrapTop {
	-webkit-box-shadow: 4px 4px 7px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 4px 4px 7px rgba(50, 50, 50, 0.75);
	box-shadow: 4px 4px 7px rgba(50, 50, 50, 0.75);
	background: none repeat scroll 0 0 #FFFFFF;
	display: inline-block;
    margin: 90px 0 0 110px;
    vertical-align: top;
    width: 380px;
}

.contactpage {
	background: url("images/Abovo_contact.jpg") repeat scroll 34px -95px transparent;
}

.contactTitle {
	display:inline-block;
    margin: 35px 0 0;
    width: 330px;
}

.contactTitle h2 {
	font-weight: bold !important;
	line-height: 1.3 !important;
}

.contactTitle h3 {
	font-size: 28px !important;
	font-weight: normal !important;
	line-height: 1.3 !important;
}

#content {
	margin: 0 auto;
    width: 1024px;
}

footer {
	background: none repeat scroll 0 0 #000000;
    border-top: 1px dotted #FFFFFF;
    color: #FFFFFF;
    font-size: 10px;
    padding: 20px 0;
    text-align: center;
}

footer p a {
	color: #FFFFFF;
}

footer p span {
	margin: 0 20px;
}
/*
.formats {
	margin: 0 0 0 30px !important;
}

.formats li {
	font-size: 16px;
	line-height: 30px !important;
	list-style: circle outside none !important;
	width: 240px;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}

.formats li:hover {
	background-color: #F49C2E;
}
*/

.formatsdiv {
	display: inline-block;
    margin: 30px 110px 30px 30px;
	vertical-align: top;
}

.formatsdiv a img {
	border: 3px solid #FFFFFF;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}

.formatsdiv a img:hover {
	border-color: #F5A335;
}

.formatsdiv h2 {
	margin-bottom: 10px;
}

.formatsdiv p {
	padding: 0 0 10px;
    width: 360px;
}

.formatsdiv ul {
	list-style-type: none;
	margin: 10px;
}

.formatsdiv ul li {
	font-weight: bold;
}

.formatsdiv ul li span {
	font-weight: normal;
}

.formatsWrap {
	width: 100%;
}

.formatsWrap p {
	margin: 0 0 20px 0;
}

header {
	border-bottom: 1px dotted;
}

header .languages {
	display: inline-block;
    float: right;
    margin: 5px 0 0 0;
    vertical-align: top;
}

header .languages a {
	text-decoration: none;
}

header .languages .eng {
	background: url("images/gb_flag.jpg") no-repeat scroll 0 0 transparent;
	border: none;
	cursor: pointer;
	height: 20px;
	width: 40px;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}

header .languages .eng:hover {
	background-image: url(images/gb_flag_over.jpg);
}

header .languages .sve {
	background: url("images/swe_flag.jpg") no-repeat scroll 0 0 transparent;
	border: none;
	cursor: pointer;
	height: 20px;
	width: 40px;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}

header .languages .sve:hover {
	background-image: url(images/swe_flag_over.jpg);
}

header .logo {
	display: inline-block;
    margin: 20px 0 0 40px;
}

.homepage {
	background: url("images/Abovo_hands.jpg") no-repeat scroll 57px 102px transparent;
}

img {
	border: none;
}

.mainContent {
	padding: 0 0 90px;
}

.mainContent h1 {
	font-size: 52px;
    text-shadow: 2px 2px 2px #ffffff;
}

.mainContent h2 {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.3;
}

.mainContent h3 {
	font-size: 28px;
    font-weight: bold;
    line-height: 40px;
}

.mainContent .homepageWrap {
	width: 500px;
}

.mainContent .homepageWrap .hompageIntroText {
	margin: 60px 0 85px 0;
}

.mainContent .homepageWrap p a {
	color: #000000;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;
}

.mainContent p {
	font-size: 17px;
    font-weight: normal;
    line-height: 1.3;
}

.mediapage {
	background: url("images/Abovo_hands_arrow.jpg") no-repeat scroll 57px 102px transparent;
}

.mediapage2 {
	background: url("images/Abovo_hands_arrow.jpg") no-repeat scroll 57px 139px transparent;
}

nav {
	margin: 10px 0 0 3px;
    width: 100%;
}

nav ul {
	list-style-type: none;
}

nav ul li {
	display: inline;
}

nav ul li a {
	color: #000000;
    padding: 0 20px 0 0;
    text-decoration: none;
}

nav ul li a:hover {
	color: #F8A549;
}

.otherpackages {
}

.otherpackages h2 {
	display: inline-block;
	font-weight: bold;
}

.otherpackages img {
	display: inline-block;
    vertical-align: bottom;
}

#packages {
	background: none repeat scroll 0 0 #000000;
    clear: both;
    padding: 60px 0;
    text-align: center;
}

.packages {
    border: 21px solid #000000;
    text-align: center;
}

#packages #content table tr td .mediaHdr {
	color: #FFFFFF;
    margin: 70px 0 20px;
    text-align: left;
}

.packages img {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 4px solid #FDA72E;
	opacity: 0.85;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}

.packages img:hover {
	border-color: #D83536;
	opacity: 1;
}

.packagesHdr a {
	color: #FFFFFF;
	font-size: 20px;
    text-align: center;
}

.packagesHdr a:hover, .packagesTxt a:hover {
	color: #FDA72E;
}

.packagesTxt a {
	color: #FFFFFF;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
}

.packageWrap {
	border: 4px solid #FDA72E;
	display: inline-block;
	margin: 30px 30px 0 45px;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}

.packageWrap:hover {
	border-color: #D94133;
}

.packageWrap ul {
	list-style: none;
}

.packageWrap ul li {
	background: none repeat scroll 0 0 #E2E2E2;
    text-align: center;
    width: 250px;
}

.packageWrap ul li img {
	height: 220px;
	-webkit-opacity: 0.6;
	-moz-opacity: 0.6;
	opacity: 0.6;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
}

.packageWrap ul li img:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}


.packageWrap p {
	background: none repeat scroll 0 0 #900;
    text-align: center;
}

.packageWrap p a {
	color: #FFFFFF !important;
    font-style: normal !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

.topLine {
	background: none repeat scroll 0 0 #000000;
    height: 3px;
    width: 100%;
}
