@charset "UTF-8";
/* ************************************
      CSS RESET 
************************************** */
/* ----- */
html,body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-size: 70%;
  min-width: 300px;
  scroll-padding-top: 120px; /* anchors */
  
}
body {
	word-wrap: normal;
	word-break: break-word;
	font-size: 1.1em;
	line-height: 1.5;
	font-family: 'Roboto', Helvetica, Arial, sans-serif;
	color: #141414;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-weight: normal;
	font-style: normal;
	
}
/* ************************************
      PAGE WRAPPERS 
************************************** */
body, #outer-wrapper, #inner-wrapper {
	width: 100%; 
	width: 100%;
	margin: 0;
	padding:0;
	margin:auto;
	background-color: #e2e2e2;
  position: relative;
}
#inner-wrapper {}
#content {
  margin: 0; 
  padding: 0px; 
  margin:auto;
  min-height: 75vh;
  height: 100%;
  position: relative;
}
#headerwrap,#footerboxes,#bottomfooter {max-width: 1330px;margin: auto;}
/* ************************************
      HEADER 
************************************** */
#pageheader {
	background-color: #1a1b1d;
	background-image: url('/images/v9/page/footer_stripes.jpg');
	width: 100%;
	height: 70px;
	overflow: hidden;
	z-index: 95;
	position: initial;
  top:0;
/*
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
*/
}
#headerwrap { 
	width: 100%; 
	overflow: hidden;
	max-width: 1380px;
  margin: auto;
}
#headerlogo {
    float: left;
    background-image: url(/images/logo/virtualdjlogo.svg);
    background-size: 180px;
    background-repeat: no-repeat;
    margin-left: 25px;
    display: block;
    width: 180px;
    height: 45px;
    margin-top: 15px;
}
#headerslogan {
    float: left;
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    width: auto;
    margin-left: 20%;
    margin-top: 25px;
}
#socialheader{float: right;margin-top: 20px;}
.contentbox p {padding: 10px;}

/* ************************
    SECTIONS
************************** */
section {margin: 0;padding: 0;}
section section {margin: 0;padding: 0;}
section header {margin: 0;padding: 0;}
section article {margin: 0;padding: 0;}
section footer {margin: 0;padding: 0;}

/* ************************
    ARTICLES
************************** */
article p {padding: 5px;}
article.center {}
article {box-sizing: border-box;}

#menu-flags img {height: 15px;}
div#menu-flags {
    z-index: 90;
    left: 5%;
    top: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

p.subtitle {
    padding: 0;
    margin: 0;
    font-size: 10px;
    color: gray;
    padding-right: 5px;
}
.titlearrow {
    color: #2DB2EA;
}

/* ************************
    SIDEBARS
************************** */
aside.sidebar { 
 margin-top:15px;

}

/* ************************************
      FOOTER 
************************************** */
footer#pagefooter .social-link a {color: silver;font-weight: normal;}
footer#pagefooter {
	background:black;
	background-color:#161616;
	height: auto;
	padding-top: 1%;
	font-size: .95em;
	color: silver;
	overflow: hidden;
	padding-bottom: 10px;
	background-image: url('/images/v9/page/footer_stripes.jpg');
	min-height: 100px;
}
footer#pagefooter .footer-nav {list-style: none;}
footer#pagefooter .footer-nav li  {float: right;margin-right: 25px;}
footer#pagefooter .footer-nav a {text-decoration: none;color: silver;font-size: .9em;}
footer#pagefooter #footerboxes article {min-height:200px;overflow: hidden;padding-top: 20px;}
footer#pagefooter .footerbox {padding-left: 20%;}
footer#pagefooter .footerbox ul {list-style: none;padding: 0;margin: 0;padding-left: 10px;} 
footer#pagefooter .footerbox ul li {padding: 0;margin: 0;} 
footer#pagefooter .footerbox p {padding-left: 10px;} 
footer#pagefooter #footerboxes a {color: silver;text-decoration: none;} 
footer#pagefooter #footerboxes a:hover {color: white;} 
footer#pagefooter #bottomfooter {color: gray;font-size: .9em;margin-top: 5px;padding-right: 20px;padding-left: 20px;}
footer#pagefooter #bottomfooter ul {margin: 0;padding: 0;}
footer#pagefooter #bottomfooter ul li {margin: 0;padding: 0;margin-left: 20px;margin-right: 20px;}
footer#pagefooter #bottomfooter a, a:visited {color: gray;text-decoration: none;}
footer#pagefooter #bottomfooter a:hover {color: white;text-decoration: none;}
footer#pagefooter #copyright{color: gray;font-size: .8em;margin-top: 5px;}
footer#pagefooter h5 {color:white;font-size: 1em;}
/* sections */
/* horisontal line bottom of section */
.divide-bottom { border-bottom: 1px solid #ccc; padding-bottom: 1.5em;margin-bottom: 1.5em; }

/* ************************************
      LAYER 
************************************** */
/* #outer-wrapper {position: relative;z-index: 0;}
#inner-wrapper {position: relative;z-index: 1;}*/
#pagefooter {position: relative;z-index: 50;}


/* ************************************
      CONTENT WIDTH 
************************************** */

#content.content-regular {max-width: 1340px; margin:auto;}
#content.content-wide {max-width: 1580px; margin:auto;}
#content.content-full {width:100%;max-width: 100%; margin:auto;}

.content-small {
    max-width: 1260px;
    margin: auto;
}
.content-regular {
  max-width: 1340px;
  margin: auto;
}
.content-wide {
  max-width: 1580px;
  margin: auto;
}

.content-full {
  max-width: 100%;
  margin: auto;
}

.fullgrid {
  width: 100%;
}


section#teamsearch article {
    background: whitesmoke;
    border: 1px solid #cecdcd;
    box-sizing: border-box;
}
section#teamsearch input {
    width: 90%;
    display: block;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    min-width: 90%;
}
