/* reset css */
/* html5doctor.com Reset v1.6.1 - http://cssreset.com */
/*html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}*/

/*end reset css*/


@charset "utf-8";

/* BFW CSS Document */

*
{
	padding:0;
	margin:0;	
}

body,html
{
height: 100%;
}

body
{
/*font-family: 'Abel', sans-serif;*/
font-family: 'PT Sans', sans-serif;
font-size:62.5%;
color:#000;
position: static !important; top:0px !important;
letter-spacing:0px;
line-height:normal;
}



.blackfriday_content, .januarysale_content { color:#fff; text-align:center; width:75%; 
 max-width:1024px; font-size:1.3em;
 position: relative;
  top: 50%;
  transform: translateY(-50%); margin:0 auto;
 }
body.blackfriday h2, body.blackfriday h1{margin:10px 0;}
body.januarysale h2, body.januarysale h1{margin:10px 0;}

.januarysale_content{background:rgba(0,0,0,0.5); padding:20px;}
.januarysale_content li{list-style:none; text-align:left; margin:5px 0; background:#fff; color:#d32934; line-height:1.2em; padding:0 0 0 5px;}
.januarysale_content ul{max-width:800px; margin:10px auto;}
.januarysale_content li span{list-style:none; text-align:left;float:right;width:250px; padding:0 5px 0 8px;}
body.blackfriday .info_button, body.januarysale .info_button{margin:20px auto;}
@media all and (max-width: 1367px) {.blackfriday_content{font-size:1.1em;} .januarysale_content{font-size:1.1em;}}
@media all and (max-width: 1025px) {
	.blackfriday_content{top:0; transform:none;font-size:0.9em;}
	.blackfriday_content img{max-width:90%; height:auto;}
	.januarysale_content{top:0; transform:none;font-size:0.9em;}
	.januarysale_content img{max-width:90%; height:auto;}
	.januarysale_content li span{list-style:none; text-align:center;float:none; display:block; width:100%; padding:0;}
	
}

body.blackfriday{background:url('../images/blackfriday_bg.jpg');  background-size: cover;}
body.januarysale{background:url('../images/january_sale_bg.jpg');  background-size: cover;}

a
{
	color:#858585;
	border:none;
}

a:hover
{
	color:#d32934;
}


body.januarysale span{background:#d32934; color:#fff;}


.fullpage_banner_holder{width:100%; min-height:600px; margin:0em auto 1em auto;}
.halfpage_banner_holder{width:100%;min-height:600px; max-width:1400px; margin:0 auto;}
.welcome1{background:rgba(0,0,0,0.5); colour:#FFF;}


strong{font-weight:700;}
.italic{font-style:italic;}
.light{font-weight:300;}
.normal{font-weight:400;}
.heavy{font-weight:500;}
.bold{font-weight:700;}
.caps{text-transform:uppercase;}
.centretext{text-align:center;}
.justify{text-align:justify;}

.white{color:#FFF;}
.grey{color:#a8abad;}
.dark{color:#42413e;}
.highlight{color:#d32934;}
.blue{color:#007bb7;}

.tiny{font-size:0.9em;}
.small{font-size:1.2em;}
.small-medium{font-size:1.4em; line-height:1.3em;}
.medium{font-size:1.6em;}
.large{font-size:2.2em;}
.xlarge{font-size:2.8em;}
.monster{font-size:7em; letter-spacing:-5px; line-height:0.7em;}
.size2{font-size:2em;}
.size3{font-size:3em;}
.size34{font-size:3.4em; line-height:1.4em;}
.size4{font-size:4em;}
.title{font-size:4.5em; letter-spacing:-4px; margin:10px 0 20px 0;}

.width19{width:19%;}
.width25{width:25%;}
.width32{width:32%;}
.width30{width:33%;}
.width40{width:40%;}
.width50{width:45%;}
.width80{width:80%;}

.inlineblock{display:inline-block;}
.relative{position:relative;}
.absolute{position:absolute;}

.fleft {float:left;}
.fright {float:right;}
.fcentre {margin:0 auto;}

.right_edge{right:0;}
.left_edge{left:0;}
.top_edge{top:0;}
.bottom_edge{bottom:0;}

.vtop{vertical-align:top;}

.padtopbottom{padding:20px 0;}
.smallpad-topbottom{padding:5px 0;}
.padall{padding:10px;}
.marginbottom{margin-bottom:12px;}

.important-link
{
	text-decoration:none;
	color:#d32934;
	border:none;
}

.important-link:hover{color:#bbb; text-decoration:underline;}

hr
{
	border:none;
	border-top: 1px dotted #bbb;
	margin:10px 0;	
}

.no_underline
{
	text-decoration:none;
}

img
{
	border:none;
}

#wrapper
{
	width:70%;
	margin:0px auto;
	padding:0;
	position:relative;
}

#header_wrapper
{
	width:100%;
	margin:0;
	position:relative;
	z-index:170;
	background:#000;
	height:82px;
}

#header
{
	width:1020px;
	padding:0;
}

#header_news_section
{
	width:100%;
	height:334px;
	padding:0; margin:0;
}

#header_news_section_sm
{
	width:100%;
	height:48px;
	padding:0; margin:0;	
}

#main_logo
{
	padding:0px;
	margin:0;
	display:inline-block;
	position:absolute;
	left:0;
}

#left_page
{
	float:right;
	width:70%;
	font-size:1.2em;
	margin:0px 0 10px 0;
	padding: 20px 10px 15px 10px;
	background-color:#fff;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	min-height:500px;
}

.left_column
{
	float:left;
	width:67%;
	font-size:0.9em;
}

.right_column
{
	float:right;
	width:30%;
	font-size:1em;
}	

#right_page
{
	float:right;
	font-size:1.2em;
	margin:60px 0px 10px 0;
	padding:0 0 10px 0;
	width:26%;

}

#right_content
{
	padding:0 5px 5px 5px;
}

#right_content h1
{

}

#full_page
{
	margin:0px auto;
	padding: 0;
	width:100%;
	font-size:1.2em;
}

#padder
{
	padding:10px;	
}

#main_content p,#main_content li
{
	font-size:1.4em;
	line-height:1.5em;
}

#main_content .custom_content
{
	margin:4px 30px 4px 30px;
	padding:10px 0 0 0;
}

#main_content .custom_content ul
{
	margin:20px;
	list-style: none;
}
#main_content .custom_content ul li
{
	margin:10px 0;
	padding:0 0 0 20px;
	line-height:1.5em;
}

#main_content .custom_content ul li:before {
      content:'\25A0';
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -22px;
      top: -3px;
      color: #d32934;
      font-size: 1.5em;
    }

#additional_content
{
border-top:dashed 1px #ccc;	
padding:20px 0 0 0;
}

#map_canvas
{
width: 98%;
height: 277px;
border: solid 1px #dbdbdb;
border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin:0 0 20px 0;
}

.boxed_title, .boxed_title_invert
{
	padding:12px 6px;
	margin:0 0 20px 0;
	border:1px solid #bbb;
	font-weight:normal;
}

.boxed_title
{
	background: #eee;	
}

.boxed_title_invert
{
	box-shadow:none;
	background: #fff;
	color: #ccc;
	margin: 0 0 6px 0;
}

.boxed_title span, .boxed_title_invert span
{
	color:#fff;
	padding: 0 6px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.boxed_title span
{
	background: -moz-linear-gradient(top, #bbb 0%, #111 100%);
	background: -webkit-linear-gradient(top, #bbb 0%, #111 100%);
	background: -o-linear-gradient(top, #bbb 0%, #111 100%);
	background: -ms-linear-gradient(top, #bbb 0%, #111 100%);
	background: linear-gradient(to bottom, #bbb 0%, #111 100%);	
}
	
	
.boxed_title_invert span
{
	background: -moz-linear-gradient(top, #bbb 0%, #ddd 100%);
	background: -webkit-linear-gradient(top, #bbb 0%, #ddd 100%);
	background: -o-linear-gradient(top, #bbb 0%, #ddd 100%);
	background: -ms-linear-gradient(top, #bbb 0%, #ddd 100%);
	background: linear-gradient(to bottom, #bbb 0%, #ddd 100%);		
}

.boxed_content h3
{
	margin:0;
	background: #eee;
	background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -webkit-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -o-linear-gradient(top, #eee 0%, #ccc 100%);
	background: -ms-linear-gradient(top, #eee 0%, #ccc 100%);
	background: linear-gradient(to bottom, #eee 0%, #ccc 100%);
	padding:10px;
	font-size:1.4em;
	text-align:center;
}


.boxed_content_rounded
{
	background:#fff;
	border: 1px solid #bbb;
}

.boxed_content_rounded h3
{
	margin:0;
	background: #eee;
	padding:12px 10px;
	font-size:1.6em;
	text-align:center;
	color:#232323;
	font-weight:400;
	border-bottom:1px solid #bbb;
}

.div-bottom
{
	margin:0;
	padding:4px;
	text-align:center;
	color:#000;
	width:100%;
}

.content_box
{
	float:left;
	margin:0 30px
}

/* FOOTER STYLES */

#footer
{
	margin:0;
	background-color:#333333;
	color:#bdbdbd;
	width:100%;
	font-size:1.4em;
}

#footer h3
{
	margin:0 0 14px 0;
}

#footer a
{
	color:#bdbdbd;
	text-decoration:none;
}

#footer a:hover
{
	color:#d32934;
	text-decoration:underline;
}

ul.footer_menu_list{
	list-style:none;
	min-width:160px;
	display:inline-block;
	margin:0;
	padding:0;
}

ul.footer_menu_list li
{
	padding: 8px 0;
	border-bottom:solid 2px #424242;
}

ul.footer_menu_list li.noborder{border:none;}

#inner_footer
{
	color:#FFF;
	text-align:left;
	padding:50px 0;
	width:60%;
	margin:0 auto;
}

.footer_div
{
	vertical-align:top;
}

.inlineblock{display:inline-block;}
.width25{width:23%;}

#footer_links
{
	padding:0;
}

/* END FOOTER */

/* BREADCRUMB */
.breadcrumb
{
	padding:0;
	width:100%;
	font-size:1.2em;
	margin:0 auto 10px auto;
}

.subpagelinks
{
	padding:0;
	width:100%;
	font-size:1.5em;
	margin:0 auto 10px auto;
}


.breadcrumblink
{
	background:url(../images/icons/bullet_bread.png) no-repeat 0 4px;
	padding-left:10px;
	margin:0 3px 0 0;
	line-height:16px;
}

.subpagelinks a
{
	display:inline-block; border:solid 1px #e91900; padding:0.5em; text-decoration:none; margin:0.5em; position:relative;color:#e91900; background:#fff;
}

.subpagelinks a:hover{color:#fff; background:#e91900; border:solid 1px #fff;}

.subpagelinks .subsub:before
{
  background: #e91900;
  height: 2px;
  width:20px;
  left:-20px;
  top:50%;
  position:absolute;
  content: '';
}

/* END BREADCRUMB

/* HEADING AND TEXT STYLES */

p
{
	margin:10px 0;
}


h1,h2,h3,h4,h5,h6
{
	margin:0;
	padding:0;
	
}

h1
{
	padding:0 0 6px 0;
	font-size:2.8em;
}

#page_title_wrapper
{
	width:100%;
	margin:0 0 20px 0;
}

h1.page_title
{
	text-align:center;
	padding:10px 0;
	color:#686868;
	border-bottom:solid 4px #ddd;
}

h2{font-size:1.7em; font-weight:400;}
h3{font-size:1.2em;}

h4{font-size:1.3em;}

h5{font-size:1.2em; font-weight:400; margin:0 0 6px 0;}

/* END HEADING AND TEXT STYLES */

.clear,.clear_left,.clear_right
{
	clear:both;
	font-size:0em;
	line-height:0;
}

.clear{clear:both}

.clear_left{clear:left;}

.clear_right{clear:right;}

.floatleft
{
	float:left;	
}

.floatright
{
	float:right;
	text-align:center;	
}

.floatcentre
{
	width:500px;
	margin:0 auto;
	text-align:center;	
}

.centred
{
	margin:0 auto;
	width:80%;
	text-align:center;
}

.fullwidth
{
	width:90%;	
}

.textalignright
{
	text-align:right;
}

.inline
{
	display:inline;
}

.inline form
{
	display:inline;
}

/* error , success messages */
.message{
		background-size: 40px 40px;
		background-image: linear-gradient(135deg, rgba(255, 255, 255, .05) 25%, transparent 25%,
							transparent 50%, rgba(255, 255, 255, .05) 50%, rgba(255, 255, 255, .05) 75%,
							transparent 75%, transparent);										
		 box-shadow: inset 0 -1px 0 rgba(255,255,255,.4);
		 width: 100%;
		 border: 1px solid;
		 color: #fff;
		 height:30px;
		 padding:25px;
		 position: fixed;
		 _position: absolute;
		 text-shadow: 0 1px 0 rgba(0,0,0,.5);
		 animation: animate-bg 5s linear infinite;
		 font-size:1.2em;
		 z-index:1000;
}

.info
{
		 background-color: #4ea5cd;
		 border-color: #3b8eb5;
}

.error
{
		 background-color: #de4343;
		 border-color: #c43d3d;
}
		 
.warning
{
		 background-color: #eaaf51;
		 border-color: #d99a36;
}

.success
{
		 background-color: #61b832;
		 border-color: #55a12c;
}

.message h3
{
		 margin: 0 0 5px 0;													 
}

.message p
{
		 margin: 0;													 
}

@keyframes animate-bg
{
    from {
        background-position: 0 0;
    }
    to {
       background-position: -80px 0;
    }
}


.errorfield{border-color:#F00!important; border-width:5px!important;}
/* end error, success messages */

.strapline
{
	
	color:#4a3194;
	font-size:1.8em;
	text-align:center;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.orange
{
	color:#f58023;	
}

.header_phone
{
	font-size:1.6em;
	letter-spacing:0px;
	color:#fff;
	margin:0 0 4px 0;
}

#footer .phoneclick, .phoneclick
{
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

.phoneclick
{
	color:#222;
}

#footer .phoneclick:hover, .phoneclick:hover
{
	text-decoration:none;
}

.copyright_wrapper
{
	width:100%;
	background:#252525;
	color:#a59d95;
	font-size:1.2em;
}

.copyright
{
	width:990px;
	margin:0 auto;
}

.copyright a
{
	color:#a59d95;
	text-decoration:none;
}
.copyright a:hover
{
	color:#d32934;
}



/*home*/
.opacity{opacity:0;}

.welcome_block {
	position:absolute;
	z-index:10;
	text-align:center;
	color:#fff;
	width:526px;
	left:50%;
	margin-left:-263px;
	padding-top:14%;
}

.welcome_block_new {
	position:relative;
	text-align:center;
	width:100%;
	margin:2% auto;
	font-size:1.3em;
	font-family: 'PT Sans', sans-serif;
	}
	
	.welcome_block_new_sm{
		position:relative;
	text-align:center;
	width:60%;
	margin:2% auto;
	font-size:1.3em;
	font-family: 'PT Sans', sans-serif;
	padding:10% 0;
	}
	
.header-underline{width:100%;background:#e91900; height:6px;}

.hp-mtb,.hp-emtb,.hp-rb,.hp-rbnd
{
	display:flex;
	font-size:1.3em;
	padding:20px;
	align-items:flex-end;
}
.hp-mtb{justify-content:flex-end;}
.hp-rb, .hp-rbnd{justify-content:flex-end;direction: rtl;}

.hp-emtb, .hp-rbnd{justify-content:flex-start;}

.hp-mtb
{
	background:url('../images/hp-mtb.jpg');
}

.hp-rb
{
	background:url('../images/hp-rb.jpg');
}

.hp-rbnd
{
	background:url('../images/hp-rbnd.jpg');
}

.hp-emtb
{
	background:url('../images/hp-emtb.jpg');
}


.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  background-position: center bottom;
  background-size:cover;
  background-repeat:no-repeat;
  min-height:300px;
  margin:10px;
  color:#fff!important;
}

.welcome_block_new_sm .column {min-height:0px; text-align:center!important;}
.welcome_block_new_sm .column h2{background:none; color:#FFF; text-align:center!important; display:inline!important;}

#wrapper .welcome_block_new_sm .column .button{}
#wrapper .welcome_block_new_sm .column .cta_button_dark{background:#111; display:inline;}
.boxedheader{background:#FFF; padding:10px 0;}
.boxedheader a{color:#e91900!important;}
.red_semi{background:rgba(233,25,0,0.8)}
.black_semi{background:rgba(0,0,0,0.8)}

.red_semi{padding:1em; font-size:1.3em;}
.black_semi{padding:0.5em 1em;}
#wrapper .welcome_block_new_sm .black_semi .button{background:none!important; border:2px solid #FFF;}
#wrapper .welcome_block_new_sm .red_semi .button{background:none!important; border:2px solid #FFF;}
#wrapper .welcome_block_new_sm .black_semi .button:hover, #wrapper .welcome_block_new_sm .red_semi .button:hover{background:rgba(233,25,0,1)!important;}
.hp-rb{background-position: right bottom;}

@media all and (max-width: 1025px) {
	.column{width:100%; flex:1 0 100%;}
}

.column h2{background:rgba(0,0,0,0.5);padding:5px 10px; display: table!important; font-weight:bold; margin:10px 0}


.welcome_btn
{
	width:160px;
	margin:20px;
	display:inline-block;
}
.welcome_btn a{display:block; padding:10px 20px;color:#e91900; background:#000; text-decoration:none;}

.welcome_btn a:hover{ background:#e91900; color:#000;}

.welcome_border
{
	width:240px;
	margin:0 auto 30px auto;
	height: 2px;
    background: #FFF;
}
.welcome_bordered {
    position: relative;
	font-size:1.6em;
	width:300px;
	margin:0 auto;
    padding: 0;
	text-align: center;
    overflow: hidden;
    line-height: 2em;
}

.welcome_bordered span {
  display: inline-block;
  position: relative;
}
.welcome_bordered span:before,
.welcome_bordered span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 2px solid;
  top: 50%;
  width: 200%;
}
.welcome_bordered span:before {
  right: 100%;
  margin-right: 7px;
}
.welcome_bordered span:after {
  left: 100%;
  margin-left: 7px;
}

.welcome_block h1 {
	margin:10px 0 0 0;
	padding:0;
	letter-spacing:-1px;
	font-size:3.8em;
	font-weight:300;
}
.welcome_block h2{
	background:rgba(0,0,0,0.6);
	padding:20px;
	border:1px solid #fff;
	margin:30px 0 0 0;
}
.welcome_block h2 a{
	color:#fff;
}
.welcome_block h2 a:hover
{
	color:#d32934;
}

/* up down button */
.pauseanim
{
	animation:0;
	-webkit-animation: 0;
	-o-animation: 0;
	-ms-animation: 0;
	-moz-animation: 0;
}

@-moz-keyframes down_btn{
	0% {margin-bottom: 2%; margin-top: 5%; opacity: 0.2;}
	50% {margin-bottom: 0; margin-top: 9%; opacity: 1;}
	100% { margin-bottom: 2%; margin-top: 5%; opacity: 0.2;}
}
@-o-keyframes down_btn{
	0% {margin-bottom: 2%; margin-top: 5%; opacity: 0.2;}
	50% {margin-bottom: 0; margin-top: 9%; opacity: 1;}
	100% { margin-bottom: 2%; margin-top: 5%; opacity: 0.2;}
}
@-ms-keyframes down_btn{
	0% {margin-bottom: 2%; margin-top: 5%; opacity: 0.2;}
	50% {margin-bottom: 0; margin-top: 9%; opacity: 1;}
	100% { margin-bottom: 2%; margin-top: 5%; opacity: 0.2;}
}
@keyframes down_btn{
	0% {margin-bottom: 2%; margin-top: 5%; opacity: 0.2;}
	50% {margin-bottom: 0; margin-top: 9%; opacity: 1;}
	100% { margin-bottom: 2%; margin-top: 5%; opacity: 0.2;}
}
@-webkit-keyframes down_btn{
	0% {margin-bottom: 2%; margin-top: 5%; opacity: 0.2;}
	50% {margin-bottom: 0; margin-top: 9%; opacity: 1;}
	100% { margin-bottom: 2%; margin-top: 5%; opacity: 0.2;}
}

a.top_btn {
    animation: 2s ease 0s normal none infinite down_btn;
	-webkit-animation: 2s ease 0s normal none infinite down_btn;
	-o-animation: 2s ease 0s normal none infinite down_btn;
	-ms-animation: 2s ease 0s normal none infinite down_btn;
	-moz-animation: 2s ease 0s normal none infinite down_btn;
}

a.down_btn {
    background: url("../images/down_btn.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 10%;
    display: block;
    height: 39px;
    left: 50%;
    margin-left: -19px;
    position: absolute;
    width: 39px;
    z-index: 1000;
	text-decoration:none;
}

a.top_btn:hover {
	opacity: 1 !important;
	filter: alpha(opacity=0) !important;
	-webkit-animation:pauseanim infinite;
	animation:pauseanim infinite;
	-o-animation:pauseanim infinite;
	-ms-animation:pauseanim infinite;
	-moz-animation:pauseanim infinite;
	text-decoration:none;	
}

.btn {
	display:block;
	cursor:pointer;
	padding:13px 18px;
	border: 2px solid #FFF;
	text-align:center;
	text-transform:uppercase;
	background:none;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	text-decoration:none;
}
.btn:hover {
	background:#d32934;
	color:#fff;
}

/* social */
.social_holder
{
	float:right;
	margin:18px 0 0 0;
}
.social_holder_foot{margin:14px 0 0 0; font-size:2.4em;}
.fa-facebook-square{color:#3b579d;}
.fa-twitter-square{color:#1da1f2;}
.fa-instagram{color:#FFF;}

.fa:hover
{
	color:#d32934;
}

.social_holder a, .social_holder_foot a
{
	display:inline-block;
	cursor:pointer;
	margin:0 0 0 5px;
}

/* language translations */

/*hide google bar*/
iframe.goog-te-banner-frame{ display: none !important;}

.languageselectblock{position:absolute; left:200px; top:24px;}

.language_select
{
	display:inline-block;
	cursor:pointer;
	width:24px; height:24px;
	margin:5px;
}

.languages_holder_div{display:none; background:#000; border:1px solid #fff;}

.english{background: url(../images/icons/flag-gb.png) no-repeat 0 0;}
.spanish{background: url(../images/icons/flag-es.png) no-repeat 0 0;}
.catalan{background: url(../images/icons/flag-ca.png) no-repeat 0 0;}
.french{background: url(../images/icons/flag-fr.png) no-repeat 0 0;}
.german{background: url(../images/icons/flag-de.png) no-repeat 0 0;}
.netherlands{background: url(../images/icons/flag-nl.png) no-repeat 0 0;}

.danish{background: url(../images/icons/flag-da.png) no-repeat 0 0;}
.greek{background: url(../images/icons/flag-el.png) no-repeat 0 0;}
.italian{background: url(../images/icons/flag-it.png) no-repeat 0 0;}
.polish{background: url(../images/icons/flag-pl.png) no-repeat 0 0;}
.portuguese{background: url(../images/icons/flag-pt.png) no-repeat 0 0;}
.swedish{background: url(../images/icons/flag-sv.png) no-repeat 0 0;}



.btn-close {
    color: #858585858585;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 0;
}
.btn-close:hover {
    color: #919191;
}
.modal:target:before {
    display: none;
}
.modal:before {
    content:"";
    display: block;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
}
.modal .modal-dialog {
    background: #fefefe;
    border: #333333 solid 1px;
    border-radius: 5px;
    position: absolute;
    z-index: 10001;
    width: 40%;
	left:50%;
	top:5%;
	margin-left:-20%;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal:target .modal-dialog {
    top: -100%;
    -webkit-transform: translate(0, -500%);
    -ms-transform: translate(0, -500%);
    transform: translate(0, -500%);
}
.modal-body {
    padding: 40px 20px;
}
.modal-body div{
	display:flex;
	align-items:center;
	justify-content:center;
}

.modal-body div a{margin:20px; font-size:2.5em; font-weight:bold; text-decoration:none;}
.modal-header, .modal-footer {
    padding: 10px 20px;
}
.modal-header {
   
}
.modal-header h2 {
    font-size: 20px;
}
.modal-footer {
    border-top: #eeeeee solid 1px;
    text-align: right;
}

.show_mobile{display:none!important;}

@media all and (max-width: 1025px) {
	.modal-body{padding:10px; font-size:0.7em;}
	
	.modal-body div a img{max-width:50%; height:auto;}
	.modal .modal-dialog {
    width: 80%;
	left:50%;
	top:20%;
	margin-left:-40%;
	}
	#full_page{font-size:1.1em;}
	}
	@media all and (max-width: 625px) {
		.modal-body div{flex-wrap:wrap;}
		.modal-body div a img{max-width:70%; height:auto;}
		#main_logo img{max-width:140px; height:auto;}
		#header_wrapper{height:57px;}
	}
	
	@media all and (max-width: 1025px) {
	.show_mobile{display:block!important;}
	
}