@charset "utf-8";
/* CSS Document */
@font-face {
    font-family:sofia;
    src:url(../fonts/sofia_regular.otf);
}
@font-face {
    font-family:sofia-medium;
    src:url(../fonts/sofia_medium.otf);
}
@font-face {
    font-family:sofia-bold;
    src:url(../fonts/sofia_bold.otf);
}
@font-face {
    font-family:akzidenz-regular;
    src:url(../fonts/AkzidGroBQReg.otf);
}

/* ///// */
/*       */
/* Style */
/*       */
/* ///// */

/* Module Overrides -------------------- */
/* iPhone */
@media screen and (max-width: 767px) {
.desktopModule {
display: none;
}
}
/* Everything Above iPhone */
@media screen and (min-width: 768px) {
.mobileModule {
display: none;
}
}
/* ------------------------------------- */

/* Text -------------------------------- */
p {
	font-family:sofia-medium;
	font-size:13px;
	color:#ffffff;
	/*line-height:12px;*/
}
/* Medium */
@media (min-width: 1024px) and (max-width: 1440px) {
p {
	font-family:sofia-medium;
	font-size:13px;
	color:#ffffff;
	line-height:18px;
}
}
/* ------------------------------------- */

#left_pos p {
	font-family:sofia-medium;
	font-size:12px;
	color:#000000;
	/*text-indent:-8px;*/
}
#left_pos_sm p {
	font-family:sofia-medium;
	font-size:12px;
	color:#000000;
	/*text-indent:-8px;*/
}

/* ------------------------------------- */
#footer p {
    font-family: akzidenz-regular;
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    /*line-height: 12px;*/
}
#footer_sm p {
	font-family:sofia;
	font-size:20px;
	color:#ffffff;
	text-align:left;
	text-transform:uppercase;
	margin-left:229px;
    line-height:25px;
	}
/* iPhone*/
@media (max-width: 767px) {
#footer_sm p {
	font-family:sofia;
	font-size:20px;
	color:#ffffff;
	text-align:left;
	text-transform:uppercase;
	margin-left:10px;
	}
}
/* ------------------------------------- */

h2, h3 {
	font-family:sofia-medium;
	font-size:32px;
	color:#ffffff;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.fpss-template-keesports .slidetext h2, .fpss-template-keesports .slidetext h2 a {
  	font-family:sofia-medium;
    font-size: 15px;
  	font-weight:normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.fpss-template-jj-rasper .slidetext h1, .fpss-template-jj-rasper .slidetext h1 a {
   	font-family:sofia-medium;
    font-size: 15px;
  	font-weight:normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
/* Medium */
@media (min-width: 1024px) and (max-width: 1440px) {
h2, h3 {
	font-family:sofia-medium;
	font-size:24px;
	line-height:30px;
	color:#ffffff;
	margin-top:0px;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}	
}
/* ------------------------------------- */

/* Links */
a, a:active, a:visited {
	color:#4054a0;
	text-decoration:none;
}
a:hover {
	color:#ff9790;
	text-decoration:none;
}
h2 a, h2 a:hover, h3 a, h3 a:hover {
	color:#ffffff;
	text-decoration:none;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
h2 a:active, h2 a:visited, h3 a:active, h3 a:visited {
	color:#ffffff;
	text-decoration:none;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
#language a, #language a:active, #language a:visited {
	font-family:sofia-bold;
	font-size:18px;
	color:#4054a0;
	text-decoration:none;
}
#language a:hover {
	font-family:sofia-bold;
	font-size:18px;
	color:#ff9790;
	text-decoration:none;
}
/* Phone Numbers on Safari */
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}
/* Read More */
.btn, .btn:hover, .btn:focus, .btn:active, .btn:visited {
    -moz-border-bottom-colors:none;
    -moz-border-left-colors:none;
    -moz-border-right-colors:none;
    -moz-border-top-colors:none;
    background-color:transparent;
    background-image:none;
    background-repeat:no-repeat;
    border-color:transparent;
    border-image:none;
    border-radius:0px;
    border-style:solid;
    border-width:0px;
    box-shadow:none;
    cursor:pointer;
    display:inline-block;
	font-family:sofia-medium;
    color:#ffffff;
	text-transform:uppercase;
	font-size:18px;
    line-height:18px;
    text-align:center;
    vertical-align:middle;
    text-shadow:none;
    padding:4px 0px;
	margin-top:14px;
    margin-bottom:0px;
}
.icon-chevron-right {
    background-position: 0px 0px;
}
[class^="icon-"], [class*=" icon-"] {
    background-image:url(../images/bg/bg_readmore_80.png);
    background-position:0px 0px;
    background-repeat: no-repeat;
    display:inline-block;
	width:29px;
    /*height:32px;
    line-height:32px;*/
  	height:26px;
  	line-height:26px;
    vertical-align:middle;
	padding-top:4px;
    margin-top:0px;
	margin-right:15px;
}

/* Language Switcher ------------------- */
div.mod-languages ul {
	margin-top:0px;
    margin-left:-1px;
    margin-right:0px;
	margin-bottom:0px;
}
div.mod-languages li {
	margin-top:0px;
    margin-left:0px;
    margin-right:30px;
	margin-bottom:0px;
}
/* iPhone */
@media (max-width: 767px) {
div.mod-languages ul {
	text-align:right;
	margin-top:5px;
    margin-left:0px;
    margin-right:5px;
	margin-bottom:0px;
}
div.mod-languages li {
	margin-top:0px;
    margin-left:30px;
    margin-right:0px;
	margin-bottom:0px;
}
div.mod-languages li a, div.mod-languages li a:active, div.mod-languages li a:visited {
	font-family:sofia-bold;
	font-size:18px;
	color:#4054a0;
	text-decoration:none;
}
div.mod-languages li a:hover {
	font-family:sofia-bold;
	font-size:18px;
	color:#ff9790;
	text-decoration:none;
}
}
/* ------------------------------------- */

/* Icons */
#icons table {
	margin-top:0px;
    margin-left:0px;
    margin-right:-1px;
	margin-bottom:0px;
}
/* Images */
img {
	border:none;
	padding:0px;
	margin-right:10px;
}

/* ///////////// */
/*               */
/* Vertical Menu */
/*               */
/* ///////////// */

/* Removes Box Shadow NO*/
.off-menu_91 > .sm-level,
#off-menu_91 {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
	border-radius: 0px 0px 0px 0px ;
}
/* Removes Box Shadow FI*/
.off-menu_100 > .sm-level,
#off-menu_100 {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
	border-radius: 0px 0px 0px 0px ;
}
/* Removes Box Shadow EN*/
.off-menu_101 > .sm-level,
#off-menu_101 {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
	border-radius: 0px 0px 0px 0px ;
}
/* Mobile Menu BG Fix */
@media (max-width: 767px) {
/* NO */
  #off-menu_91 .sm-top {
    background:#ffffff;
}
.off-menu_91 .sm-level, .off-menu_91 div.level2 {
    background:#ffffff;
}
/* FI */
  #off-menu_100 .sm-top {
    background:#ffffff;
}
.off-menu_100 .sm-level, .off-menu_100 div.level2 {
    background:#ffffff;
}
/* EN */
  #off-menu_101 .sm-top {
    background:#ffffff;
}
.off-menu_101 .sm-level, .off-menu_101 div.level2 {
    background:#ffffff;
}
}
/* Mobile Menu Padding Fix */
@media (max-width: 767px) {
/* NO */
.off-menu_91 dl .inner, .off-menu_91 dl.level1 .inner {
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
}
/* FI */
.off-menu_100 dl .inner, .off-menu_100 dl.level1 .inner {
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
}
/* EN */
.off-menu_101 dl .inner, .off-menu_101 dl.level1 .inner {
	padding-top:0px;
	padding-left:5px;
	padding-right:5px;
}
}

/* //// */
/*      */
/* Wall */
/*      */
/* //// */

/* Title */
.mnwall-hover-box-content h3.mnwall-title {
    margin: 0px 0px 0px 0px;
}
h3.mnwall-title {
    padding-top:0px;
	padding-left:21px;
	padding-right:21px;
	padding-bottom:0px;
}

/* ------------------------------------- */
.mnwall-hover-box-content h3.mnwall-title a {
    font-size:32px;
    font-weight:400;
	color:#ffffff;
    line-height:32px;
	text-transform:none;
}
/* Medium */
@media (min-width: 1024px) and (max-width: 1440px) {
.mnwall-hover-box-content h3.mnwall-title a {
    font-size:24px;
    font-weight:400;
	color:#ffffff;
    line-height:24px;
	text-transform:none;
}
}
/* ------------------------------------- */

/* Description Text -------------------- */
.mnwall-s-desc, .mnwall-desc {
	font-family:sofia-medium;
    font-size:13px;
    font-weight:400;
    line-height:20px;
	padding-top:15px;
	padding-left:21px;
	padding-right:21px;
	padding-bottom:0px;
}
/* Medium */
@media (min-width: 1024px) and (max-width: 1440px) {
.mnwall-s-desc, .mnwall-desc {
	font-family:sofia-medium;
    font-size:13px;
    font-weight:400;
    line-height:18px;
	padding-top:15px;
	padding-left:21px;
	padding-right:21px;
	padding-bottom:0px;
}
}
/* ------------------------------------- */

.light-text .mnwall-s-desc, .light-text .mnwall-desc, .light-text .mnwall-price, .light-text .mnwall-hits, .light-text .mnwall-count {
    color:#ffffff;
}
/* Wall Container */
.mnwall-cover.slideInBottom .mnwall-hover-box, .mnwall-item.slideInBottom .mnwall-hover-box {
    bottom:-100%;
    opacity:1;
    top:auto;
    visibility:visible;
}
.mnwall-hover-box {
	cursor:default;
	position:absolute;
	opacity:0;
	visibility:hidden;
	height:100%;
	width:100%;
	top:0;
	left:0;
	right:0;
	bottom:0;
	padding:0px;
	box-sizing:border-box;
	text-align:left;
	overflow:hidden;
	z-index:4;
}

/* ------------------------------------- */
.mnwall-hover-box-content {
	z-index:99;
	position:absolute;
  	top:35px;
	left:0;
	right:0;
	padding:0px;
  	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%);
    /*-webkit-transform:translateY(-51%);
	-ms-transform:translateY(-51%);
	transform:translateY(-51%);*/
}
/* Medium */
@media (min-width: 1024px) and (max-width: 1440px) {
.mnwall-hover-box-content {
	z-index:99;
	position:absolute;
  	top:21px;
	left:0;
	right:0;
	padding:0px;
  	-webkit-transform:translateY(0%);
	-ms-transform:translateY(0%);
	transform:translateY(0%);
    /*-webkit-transform:translateY(-51%);
	-ms-transform:translateY(-51%);
	transform:translateY(-51%);*/
}
}
/* ------------------------------------- */

.mnwall-grid1 .mnwitem1 {
    height:350px;
    width:100%;
}
/* Read More Icon */
.mnwall-hover-box-content .mnwall-item-link-icon,
.mnwall-hover-box-content .mnwall-item-fancy-icon {
	display:inline-block;
	font-size:16px;
	width:32px;
	height:32px;
	margin:0 21px;
	border-radius:0%;
	text-align:center;
	vertical-align:middle;
	line-height:32px;
	padding:0;
	transition:all 0.3s ease 0s;
	-webkit-transition:all 0.3s ease 0s;
	-ms-transition:all 0.3s ease 0s;
	-o-transition:all 0.3s ease 0s;
	background:rgba(0, 0, 0, 0.8);
	color:#fff;
}
.mnwall-hover-box-content .mnwall-item-link-icon:hover,
.mnwall-hover-box-content .mnwall-item-link-icon:focus,
.mnwall-hover-box-content .mnwall-item-fancy-icon:hover,
.mnwall-hover-box-content .mnwall-item-fancy-icon:focus {
	background:#fff;
	color:#333;
}

.mnwall-hover-box-content .mnwall-item-link-icon .fa-link,
.mnwall-hover-box-content .mnwall-item-fancy-icon .fa-link {
	height:32px;
	width:32px;
	line-height:32px;
}
/* Icons Container */
.mnwall-hover-box-content .mnwall-item-icons {
	padding-top:27px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:13px;	
}
/* Wall Image */
/*.mnwall-masonry .mnwall-photo-link {
	width:100%;
	height:100%;
    background-attachment:scroll;
    background-position:inherit;
    background-repeat:no-repeat;
    background-size:auto;
	top:0;
    left:0;
    overflow:hidden;
    position:absolute;
}*/
.mnwall-masonry .mnwall-photo-link {
	width:100%;
	height:100%;
    background-attachment:scroll;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
	top:0;
    left:0;
    overflow:hidden;
    position:absolute;
}

/* ///////// */
/*           */
/* Box Model */
/*           */
/* ///////// */

/* ------------------------------------- */

/* Full */
@media (min-width: 1441px) {
body {
	background-image:url(../images/bg/Bak1.png);
	background-repeat:no-repeat;
	background-attachment: ;
	background-position:50% 0;
    padding-top:72px;
	/*margin-top:72px;*/	
	}
}
/* Medium */
@media (min-width: 1024px) and (max-width: 1440px) {
body {
	background-image:url(../images/bg/medium/Bak1M.png);
	background-repeat:no-repeat;
	background-attachment: ;
	background-position:50% 0;
    padding-top:72px;
	/*margin-top:72px;*/	
	}
}
/* iPad */
@media (min-width: 768px) and (max-width: 1023px) {
body {
	background-image:none;
	background-repeat:no-repeat;
	background-attachment: ;
	background-position:50% 0;
    padding-top:72px;
	/*margin-top:72px;*/	
	}
}
/* iPhone */
@media (max-width: 767px) {
body {
	background-image:none;
	background-repeat:no-repeat;
	background-attachment: ;
	background-position:50% 0;
    padding-right:5px;
    padding-left:5px;
    padding-top:0px;
	margin-top:5px; /* default: 5px */
  }
}
/* ------------------------------------- */

/* Everything above iPad */
#wrapper {
    min-height:calc(100vh - 224px);
    /*background:#444444;*/
}
/* iPad */
@media (min-width: 768px) and (max-width: 1023px) {
#wrapper {
    min-height:calc(100vh - 350px);
    /*background:#444444;*/
  }
}
/* iPhone */
@media (max-width: 767px) {
#wrapper {
    min-height:calc(100vh - 233px);
    /*background:#444444;*/
  }
}

/* Full -------------------------------- */
@media (min-width: 1441px) {
  /* Grid */
  .row {
    margin-left:-20px;
    *zoom:1;
  }
  .row:before,
  .row:after {
    display:table;
    line-height:0;
    content:"";
  }
  .row:after {
    clear:both;
  }
  [class*="span"] {
    float:left;
    min-height:1px;
    margin-left:20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width:1220px;
  }
  .span12 {
    width:1220px;
  }
  .span11 {
    width:1070px;
  }
  .span9 {
    width:890px;
  }
  .span8 {
    width:560px;
  }
  .span7 {
    width:435px;
  }
  .span6 {
    width:393px;
  }
  .span5 {
    width:540px;
  }
  .span4 {
    width:330px;
  }
  .span3c {
    width:375px;
  }
  .span3b {
    width:310px;
  }
  .span3 {
    width:310px;
  }
  .span2 {
    width:268px;
  }
  .span1 {
    width:145px;
  }
  .span1b {
    width:145px;
  }
}
/* Medium */
@media (min-width: 1024px) and (max-width: 1440px) {
  /* Grid */
  .row {
    margin-left:-15px;
    *zoom:1;
  }
  .row:before,
  .row:after {
    display:table;
    line-height:0;
    content:"";
  }
  .row:after {
    clear:both;
  }
  [class*="span"] {
    float:left;
    min-height:1px;
    margin-left:15px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width:950px;
  }
  .span12 {
    width:950px;
  }
  .span11 {
    width:805px;
  }
  .span9 {
    width:685px;
  }
  .span8 {
    width:442px;
  }
  .span7 {
    width:335px;
  }
  .span6 {
    width:305px;
  }
  .span5 {
    width:285px;
  }
  .span4 {
    width:330px;
  }
  .span3b {
    width:305px;
  }
  .span3 {
    width:250px;
  }
  .span2 {
    width:198px;
  }
  .span1 {
    width:145px;
  }
  .span1b {
    width:145px;
  }
}
/* iPad */
@media (min-width: 768px) and (max-width: 1023px) {
  /* Grid */
  .row {
    margin-left:-20px;
    *zoom:1;
  }
  .row:before,
  .row:after {
    display:table;
    line-height:0;
    content:"";
  }
  .row:after {
    clear:both;
  }
  [class*="span"] {
    float:left;
    min-height:1px;
    margin-left:20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width:704px;
  }
  .span12 {
    width:704px;
  }
  .span9 {
    width:474px;
  }
  .span8 {
    width:474px;
  }
  .span7 {
    width:474px;
  }
  .span6 {
    width:432px;
  }
  .span5 {
    width:24px;
  }
  .span4 {
    width:330px;
  }
  .span3b {
    width:310px;
  }
  .span3 {
    width:210px;
  }
  .span2 {
    width:432px;
  }
  .span1 {
    width:145px;
  }
  /*.span1b {
    width:145px;
  }*/
}
/* iPhone */
@media (max-width: 767px) {
.span5 {
	display:none;
  }
}
/* ------------------------------------- */

/* Boxes */

/* ------------------------------------- */
#header {
	height:171px;
	background-color:;
}
/* iPhone */
@media (max-width: 767px) {
#header {
	height:101px;
	background-color:;
}
}
/* ------------------------------------- */

#logo {
	background-color:;
}
/* iPhone */
@media (max-width: 767px) {
#logo {
	background-color:;
	box-sizing:border-box;
	text-align:right;
	padding-top:15px;
	padding-left:70px;
	padding-right:5px;
	padding-bottom:0px;
}
}
/* ------------------------------------- */

#iconlang_container {
	background-color:;
}

/* ------------------------------------- */
#language {
	background-color:;
	text-align:left;
	margin-top:-4px;
}
#icons {
	background-color:;
	text-align:right;
	margin-top:-1px;
}
/* iPhone */
@media (max-width: 767px) {
#language {
	background-color:;
	text-align:left;
	margin-top:18px; /* default: 12px */
}
#icons {
	background-color:;
	text-align:left;
	margin-top:22px; /* default 12px */
}	
}
/* ------------------------------------- */

#mid_container {
	background-color:;
}
#left_side_bar {
	background-color:;
}
#menu {
	background-color:;
}
/* Everything Above iPhone ------------- */
@media (min-width: 768px) {
#left_pos {
	display:block;
	background-image:url();
	background-repeat:no-repeat;
	background-attachment:;
	background-position:fixed;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-left:-52px;
}
#left_pos_sm {
	display:none;
	background-image:url();
	background-repeat:no-repeat;
	background-attachment:;
	background-position:fixed;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-left:0px;
}
}
/* iPhone */
@media (max-width: 767px) {
#left_pos {
	display:none;
	background-image:url();
	background-repeat:no-repeat;
	background-attachment:;
	background-position:fixed;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-left:-52px;
}
#left_pos_sm {
	display:block;
	background-image:url();
	background-repeat:no-repeat;
	background-attachment:;
	background-position:fixed;
	padding-top:0px;
	padding-left:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-left:0px;
}
}
/* ------------------------------------- */

#main_content_container {
	background-color:;
	padding:0px;
}
/* Full -------------------------------- */
@media (min-width: 1441px) {
#pos1 {
	height:350px;
	background-color:;
	overflow:hidden;
	margin-bottom:20px;
}
#pos2 {
	height:308px;
    background-color:#ff9790;
	overflow:hidden;
	padding:21px;
	margin-bottom:20px;
}
#pos3 {
	/*height:308px;*/
  	height:350px;
	background-color:;
	overflow:hidden;
	/*padding:21px;*/
  	padding:0px;
	margin-bottom:20px;
}
#pos4 {
	height:350px;
	background-color:;
	overflow:hidden;
	padding:0px;
	margin-bottom:20px;
}
}
/* Medium */
@media (min-width: 1024px) and (max-width: 1440px) {
#pos1 {
	height:276px;
	overflow:hidden;
	margin-bottom:15px;
}
#pos2 {
	height:246px;
	background-color:#ff9790;
	overflow:hidden;
	padding:15px;
	margin-bottom:15px;
}
#pos3 {
	/*height:246px;*/
  	height:276px;
	background-color:;
	overflow:hidden;
	/*padding:15px;*/
  	padding:0px;
	margin-bottom:15px;
}
#pos4 {
	height:276px;
	background-color:;
	overflow:hidden;
	padding:0px;
	margin-bottom:15px;
}	
}
/* iPad */
@media (min-width: 768px) and (max-width: 1023px) {
#pos1 {
	height:auto;
	overflow:hidden;
	margin-bottom:10px;
}
#pos2 {
	height:auto;
	background-color:#ff9790;
	overflow:hidden;
	padding:21px;
	margin-bottom:10px;
}
#pos3 {
	height:auto;
	background-color:;
	overflow:hidden;
	/*padding:21px;*/
  	padding:0px;
	margin-bottom:10px;
}
#pos4 {
	height:auto;
	background-color:;
	overflow:hidden;
	padding:0px;
	margin-bottom:10px;
}	
}
/* iPhone */
@media (max-width: 767px) {
#pos1 {
	height:auto;
	overflow:hidden;
	margin-top:25px;
	margin-bottom:8px;
}
#pos2 {
	height:auto;
	background-color:#ff9790;
	overflow:hidden;
	padding:21px;
	margin-bottom:8px;
}
#pos3 {
	height:auto;
	background-color:;
	overflow:hidden;
	/*padding:21px;*/
  	padding:0px;
	margin-bottom:8px;
}
#pos4 {
	height:auto;
	background-color:;
	overflow:hidden;
	padding:0px;
	margin-bottom:8px;
}	
}
/* ------------------------------------- */

#footer_container {
	/*background-color:#24c0e6;*/
    background-color:#4054a0;
	margin-top:67px;
}
/* Everything Above iPad --------------- */
@media (min-width: 1024px) {
#footer {
	display:block;
	height:auto;
	padding-top:30px;
	padding-bottom:20px;
	margin:0px;
	}
#footer_sm {
	display:none;
	height:auto;
	text-align:left;
	line-height:27px;
	padding-top:33px;
	padding-bottom:0px;
	margin:0px;
	}
}
/* iPad */
@media (min-width: 768px) and (max-width: 1023px) {
#footer {
	display:none;
	height:auto;
	padding-top:32px;
	padding-bottom:22px;
	margin:0px;
	}
#footer_sm {
	display:block;
	height:auto;
	text-align:left;
	line-height:27px;
	padding-top:33px;
	padding-bottom:0px;
	margin:0px;
	}
}
/* iPhone */
@media (max-width: 767px) {
#footer {
	display:none;
	height:auto;
	padding-top:32px;
	padding-bottom:22px;
	margin:0px;
	}
#footer_sm {
	display:block;
	height:auto;
	text-align:left;
	line-height:27px;
	padding-top:13px;
	padding-bottom:0px;
	margin:0px;
	}
}
/* ------------------------------------- */

/* SIGNATURE --------------------------- */
#signature {
  	display:block;
  	height:auto;
  	text-align:right;
  	padding-top:30px;
  	margin:0px;
}
/* iPad */
@media (min-width: 768px) and (max-width: 1023px) {
#signature {
  	display:block;
  	height:auto;
  	text-align:left;
  	padding-top:0px;
  	margin-top:0px;
  	margin-left:0px;
  	margin-right:0px;
  	margin-bottom:33px;
}
}
/* iPhone */
@media (max-width: 767px) {
#signature {
  	display:block;
  	height:auto;
  	text-align:left;
  	padding-top:0px;
  	margin-top:0px;
  	margin-left:1px;
  	margin-right:0px;
  	margin-bottom:13px;
}
}
/* ------------------------------------- */

#signature p {
  	font-family:sofia;
  	font-size:14px;
  	font-weight:400;
  	color:#ffffff;
  	text-transform:lowercase;
    line-height:25px;
}
/* iPad */
@media (min-width: 768px) and (max-width: 1023px) {
#signature p {
  	font-family:sofia;
  	font-size:14px;
  	font-weight:400;
  	color:#ffffff;
  	text-transform:lowercase;
  	margin-left:229px;
}
}
/* iPhone */
@media (max-width: 767px) {
#signature p {
  	font-family:sofia;
  	font-size:14px;
  	font-weight:400;
  	color:#ffffff;
  	text-transform:lowercase;
  	margin-left:10px;
}
}
/* ------------------------------------- */

#signature a, #signature a:visited {
  	color:#ffffff;
}
#signature a:hover, #signature a:active {
  	color:#ff9790;
}
#signature img {
    border: medium none;
    margin: 0px;
    padding: 0;
}