body.windows{
	-webkit-font-smoothing: antialiased;
}

a{
	text-decoration: none;
}

.clr{
	clear:both;
}

.nav{
	height: 70px;
}
.nav ul, .nav li, .nav a, li.search, li.search a {
	font-family:"Titillium Web";
	font-weight:300;
	list-style-type: none;
	display:inline;
	text-decoration: none;
	color:#40424a;
	background:#ffffff;
	font-size:8px;
	margin:0;
	padding:0;
	width:8.33%;
}

.nav > ul > li{
	margin-left:-3px;
}

li.search img{
	  opacity: 0;
}

.nav ul li a.edit, .box .edit{
	display:block;
	width:25px;
	height:25px;
	/*background:#ff0000 url('/images/edit_node.png') 8px 8px no-repeat;*/
	position:absolute;
	top:0px;
	right:0px;
	text-indent:-9999px;
	z-index:101;
}

li.search a{
	background:transparent;
}

.nav li a:hover, li.search a:hover, .nav li a.active{
	background:#ff0848;
	color:#ffffff;
}

body.mobile li.search a{
	background:#ff0848;
}

body.mobile li.search a:hover{
	background:#ffffff;
}

body.mobile .mejs-overlay-loading{
	display:none;
}

li.search a img{
	display:inline-block;
}

.nav > ul > li {
	display:inline-block;
	position:relative;
}

.nav li a{
	display:block;
	text-align:center;
}

.nav li > ul{
	display:none;
	position:absolute;
	z-index: 100;
}

.nav li:hover > ul{
	display:block;
}


.box{
	display:block;
	float:left;
	margin:0;
	position:relative;
	overflow:hidden;
}

.boxoverlay{
	background: #fe0847;
	position: relative;
}

.box .overlay{
	background: #fe0847;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 99;
	text-decoration:none;
}

.box .overlay{
	display:block;
	background: transparent; /* #fe0847 */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 99;
	opacity: 1;
	text-decoration:none;
}

.box .overlay .blackness{
	width:100%;
	position:absolute;
	bottom:0px;
	min-height:25%;
	background:rgba(0,0,0,0.3);
}

.box .mobileoverlay{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 99;
	display:none;
}

.hastitle .mobileoverlay{
	display:none;
}

/* removes red overlay when overlaytext field is empty */
.box .clearoverlay{
	opacity: 0;
	background: none;
}

.box .mobileoverlay h3{
	font-size: 16px!important;
	padding: 0px 15px!important;
	margin: 8px 0px!important;
}

.mobile .box_fullwidth span, .mobile .box_fullwidth h3{
	/*font-size: 16px!important;
	padding: 0px 15px!important;
	margin: 8px 0px!important;
	line-height: 18px!important;
	margin-top: 0px!important;*/
}

.box .mobileoverlay div{
	/*background: url("../images/bg-black.png") repeat;*/
	background-color: transparent!important;
	width: 100%;
	position: absolute;
	bottom: 0px;
	z-index: 99;
}

.box .mobileoverlay h3 p{
	padding: 0px;
	margin: 0px!important;
}

.blockheader{
	font-size: 30px;
	color: #000000;
	font-family: 'Titillium Web';
	font-weight: 200;
}

.box .overlay h3{
/*	display:none;*/
	text-align: center;
	padding: 0px 15px;
	position: relative;
	margin: 0px;
}

body.mobile .box .mobileoverlay h3, body.mobile .box .overlay h3{
	font-size:20px !important;
}
.box .box_fullwidth{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	/*z-index: 90;*/
	overflow:hidden;
}

.box .box_fullwidth p{
	margin: 0px!important;
}

.box .box_fullwidth h3{
	font-size: 30px;
	color: #000;
	font-family: 'Titillium Web';
	font-weight: 200;
	text-align: center;
	padding: 0% 10%;
	position: relative;
	margin: 0px;
}

.box .box_fullwidth .psuedo-h{
	display:inline-block;
	position: relative;
	margin: 0px;
	padding:0px;
	width:100%;
}

.box .box_fullwidth .psuedo-h > p, .box .box_fullwidth .psuedo-h > span{
	padding: 0% 10%;
	text-align:center;
}

.box .box_square{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 90;
	overflow:hidden;
}

.box .box_square h3{
	font-size: 30px;
	color: #000;
	font-family: 'Titillium Web';
	font-weight: 200;
	text-align: center;
	padding: 0% 10%;
	position: relative;
	margin: 0px;
}

.box.beginningofrow{
	/*clear:both;*/
}

.box.endofrow{
	/*clear:both;*/
}

.afterrow{
	clear:both;
}

.footer {
	background-color:#000;
	width:100%;
	background-size:100%;
	padding-bottom: 20px;
	padding-top: 10px;
	/*padding-left: 15%;
	padding-right: 15%;*/
}

.footer .content p{
	margin:0;
}

.footertop{
	background: #000;
	padding: 40px 0px;
	
	margin-top:9999px;
}

.footertop h4{
	font-family: "Titillium Web";
	font-weight: 300;
	background: #000;
	margin: 0px;
	color: #ACACAC;
	width: 55%;
	margin: 0 auto;
	text-align: center;
	margin-top:30px;
}

.footertop .va-logo-footer{
	/*background:url('/images/logo.svg') no-repeat center #000;*/
	background-size:20%;
	width: 100%;
	height: 30px;
	margin: 0 auto;
	position: relative;
	left: 0px;
	top: 20px;
	display:block;
	margin-bottom: 30px;
}

.footer h1{
	font-family:"Titillium Web";
	font-weight:300;
	color:#fff;
	font-size:16px;
	padding:0px;
}

.footer h1.joinus{
	margin-top: 10px;
}

.footer ul li, .footer a, .footer p {
	font-family:"Titillium Web";
	font-weight:400;
	color: #acacac;
	font-size:12px;
	list-style-type: none;
	padding-bottom:0px;
    text-decoration: none;
	-webkit-margin-before: 0px;
	-webkit-margin-after: 0px;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.footer ul li{
	padding-bottom:10px;
}

.footer ul{
	padding-left:0;	
	margin: 0 auto;

}

.footer>div{
	margin-top: 10px;
}

.service-wrapper{
	display:block;
	margin:0 auto;
	padding:0;
	width:80%;
	max-width:700px;
	min-width:350px;
	padding-bottom:80px;
}


.footer .services, .footer .clients{
	width:45%;
	float:left;
}

 .footer .clients .content{
	width: 100%;
}

.clients ul{
	float:left;
	clear:left;
	width: 50%;
	min-width: 150px;
}

.clients ul.right{
	float:left;
	clear:right;
}

.contact .office{
	position:relative;
}

.contact .office .hover-mask{
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.7);
}

.contact .office:hover .hover-mask{
	display:none;
}

.contact .office.stockholm{
	/*background:url('/images/stockholm.jpg') no-repeat;*/
	background-size:100%;
}

.contact .office.johannesburg{
	/*background:url('/images/southafrika.jpg') no-repeat;*/
	background-size:100%;
}

.contact .office.hamburg{
	/*background:url('/images/hamburg.jpg') no-repeat;*/
	background-size:100%;
}

.contact .office ul{
	margin:0;
	padding:0;
}



.followus{
	padding-bottom: 20px;
}

.footer ul li{
	width:50%;
	min-width: 150px;
	display:block;
}

.footer ul li.odd{
	float:left;
	clear:left;
}

.footer ul li.even{
	float:left;
	clear:right;
}

.footer .followus{
	width: 45%;
	float:left;
}

.footer .office{
	width: 45%;
	float:left;
}

.contact {
	display:none;
	background-color:#141419;
	width:100%;
	background-size:100%;
	margin-top:9999px;
}

.contact > div {
	width:33.33%;
	float:left;
}

.contact > div:hover{
	background:#cccccc;
}

.contact > div .icon{
	margin-top:40px;
}

.twitter, .facebook {
	/*background-image:url('../images/twitter.jpg');*/
	background-size:100%;
	width:27px;
	height:27px;
	float:left;
}
.facebook {
	/*background-image:url('../images/facebook.jpg');*/
	margin-left:13px;
}
.icon {
	/*background-image:url('../images/icon.jpg');*/
	width:16px;
	height:21px;
	background-size:100%;
	margin:0 auto;
}

.contact h1 {
	font-family:"Titillium Web";
	font-weight:300;
	color:#fff;
	font-size:18px;
	margin-bottom:18px;
	text-align:center;
}
.contact li {
	font-family:"Titillium Web";
	font-weight:300;
	color:#fff;
	font-size:10px;
	padding-bottom:-5px;
	list-style-type: none;
	text-align:center;
}

/* Add new blocks button */

.addNewBlock{
	width: 320px;
	height: 80px;
	color: #fff;
	font-family: 'Titillium Web';
	font-weight: 200;
	cursor: pointer;
}

.addNewBlock .left{
	background: #db0f44;
	width: 80px;
	height: 80px;
	float:left;
}

.addNewBlock .right{
	width: 240px;
	height: 80px;
	background: #fd1350;
	float:left;
}

.addNewBlock .right:after{
	content: " ";
	clear:both;
}

.addNewBlock p.add{
	text-align: center;
	position: relative;
	top: 10px;
	
}

.addNewBlock p.text{
	position: relative;
	left: 40px;
	top: 10px;
	/*And some resets*/
	text-align:left;
	height: auto;
	width:auto;
	background-color: transparent;
	padding-top: 0px;
	
}

.addNewBlock a{
	color: #fff;
	text-decoration: none;
}

.blocks{
/*	margin-top: 50px;*/
}

.clearfix{
	clear:both;
}

p span.Apple-style-span{
	font-family:"Titillium Web"!important;
}

.fullwidth2col{
	overflow: hidden;
}

.fullwidth2col .blockcolumns{
	margin-left:auto;
	margin-right:auto;
}

.fullwidth2col .column{
	float:left;
}

.fullwidth2col .column.columnleft{

}

.fullwidth2col .column.columnleft p{
	padding-right: 15px!important;
}

.ltseven .fullwidth2col .column.columnleft p{
	padding-right: 0px!important;
}

.fullwidth2col .column.columnright{

}

.fullwidth2col .column.columnright p{
	padding-left: 15px!important;
}

.ltseven .fullwidth2col .column.columnright p{
	padding-left: 0px!important;
}

body.ltseven .fullwidth2col .column.columnright p{
	padding-left: 0px;
}

.fullwidth2col .column p span.Apple-style-span{
	font-family:"Titillium Web"!important;
	font-weight:400;
	font-size: 12px;
	color: #3f4249;
}

.fullwidth2col .column p{
	font-weight:100;
}

.mobile.fullwidth2col .column p{
	font-size: 1%;
}

.newsblock{
	background: #fff;
}

.newsblock .blockcolumns{
	position: relative;
/*	float:left;
	width: 67%;*/
}

.newsblock .column{
	float:left;
	width: 29%;
	padding: 0px 15px;
}

.ltseven .newsblock .column{
	width: 90%!important;
}


.mobile .newsblock .blockcolumns{

}

.mobile .newsblock .column{
	padding: 0px;
	display:block;
	width: 60%;
	padding: 0px 3%;
}

.mobile .newsblock img{
	width: 100%;
}

.newbox_fullwidth{
	width: 96%!important;
}

.addtextcolumns .addcolumn{
	float:left;
	width:50%;
}

.addtextcolumns .addcolumn textarea{
	height:150px;
	width:80%;
	padding:10px;
}


.addoverlaytext textarea{
	border: 1px solid blue;
	padding: 0px;
	height: 75%;
}

.mce-tinymce{ 
   color:#000;
}

#searchresults{
	display:none;
	z-index:999;
}

.mobile #searchresults{
	margin-top: 100px;
	width: 90%;
}

.mobile #searchresults ul>li{
	/*border: 1px solid red;*/
	border-bottom: 1px solid #ccc;
	padding: 10px 0px;
}

#searchresults ul li{
	width:100%;
	display:block;
	border-bottom:1px solid #f4f5f6;
	list-style-type:none;
	color:#40424a;
	margin:0 0 -1px 0;
}

#searchresults ul li.tagname{
/*	background:#f4f5f6;*/
	margin:1px 0 0 0;
}
#searchresults ul li a{
	display:block;
	width:100%;
	height:100%;
	color:#40424a;
	text-decoration:none;
	margin:0;
	padding:0;
}

.ltseven #searchresults ul li a, .ltseven #searchresults ul li a *{
	font-size:14px !important;
}

#searchresults h3{
	margin: 0px;
}

#searchresults ul li p{
	margin:0;
	padding:0;
	display:inline;
}

.editcontainer{
	padding: 30px;
}

.credit_row{
	width:96%;
	max-width:700px;
	margin:0 auto!important;
	font-size:12px;
	/*height: 20px;*/
}

.credit_key{
	width: 100%;
	float:left;
	color:#666666;
	max-height: 20px;
	overflow:hidden;
	position:absolute;
}

.credit_value{
	/*width: 45%;*/
	overflow:hidden;
	float:left;
	text-align: right;
	color:#666666;
	position:relative;
}

.addvideo .leftcol{
	width:700px;
	float:left;
}

.addvideo .rightcol{
	width:200px;
	float:left;
}

.addvideo .vidrow{
	width:100%;
	display:block;
}

.addvideo .column{
	width:200px;
	float:left;
}

.templatetype{
	width:130px;
	float:left;
}

.addbgimage{
	width:180px;
	float:left;
}

.addparallax{
	width:100px;
	float:left;
}
.inverted{
	background: #000;
	color: #fff;
}

.inverted h3{
	color: #fff!important;
}

.inverted a{
	color:#4575ff;
}

.mobile .nav{
	display:none;
}

.logo{
	display:none;
	width:16.6%;
}

.search.web{
	/*display:none!important;*/
}


.mobilemenu{
	position: fixed;
	top: 0;
	left: -260px;
	width: 260px;
	z-index: 9999;
	background: #fff;
	/*box-shadow: -5px 0px 10px #888888;*/
}

.mobilemenu .submenu{
	background: #f3f3f3;
}

.mobileheader{
	position: absolute;
	left: 260px;
	/*z-index: 2;*/
}

.mobilemenu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	position:relative;
	z-index:990;
	background:#fff;
}

.mobilemenu ul *{
	z-index:990;
}

.mobilemenu .toggle{
	position:relative;
	z-index:990;
}

.mobilemenu ul li{
	display: block;
}

.mobilemenu li.mobilesearch{
	border-bottom: 1px solid #edeeef;
}

.mobilemenu ul li a{
	padding: 15px;
	text-decoration: none;
	display:block;
	border-bottom: 1px solid #edeeef;
	color: #000;
	z-index:9999;
	font-size: 14px;
}

.mobilemenu ul li:hover > a{
	color: #fff!important;
}

.mobilemenu li.mobilesearch{
	padding: 15px 15px 13px 15px;
}

.mobilemenu li.mobilesearch a:hover{
	background: #fff!important;
}

.mobilemenu li.mobilesearch .searchfield input{
	/*background: #ccc!important;*/
	/*background:url('../images/search-small2.png') no-repeat 5px #edeeef;*/
	width: 80%;
	border:none; 
	height:30px;
	padding-left: 30px;
	z-index: 991;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.mobileheader{
	clear:both;
	background: #fff;
}

.toggle{
	/*background:url('/images/menu-mobile.png') no-repeat center;*/
	width: 60px;
	height: 60px;
	cursor:pointer;
	float:left;
}

.toggle.svg, html.svg .toggle{
	/*background:#FF0848 url('/images/menu-mobile.svg') no-repeat center center;*/
	background-size:60px;
}

html.svg .va-logo{
	/*background:url('/images/logo_hover.svg') no-repeat center #FF0848;*/
	background-size:60%;
	z-index:2;
}

body.ltseven .va-logo{
	background-size:90%;
}

.mobileheader, .mobilemenu{
	display:block;
}

.mobilemenu .menu-closed{
	/*background: url('/images/expand-arrow.png') no-repeat 230px;*/
}

.mobilemenu .menu-closed:hover{
	/*background: url('/images/expand-arrow-white.png') no-repeat 230px #FF0848;*/
	color: #fff;
}

.mobilemenu .menu-open{
	/*background: url('/images/expanded-arrow-white.png') no-repeat 230px #FF0848;*/
}

.mobilemenu .menu-open:hover, .mobilemenu .menu-open{
	/*background: url('/images/expanded-arrow-white.png') no-repeat 230px #FF0848;*/
	color: #fff !important;
	border-bottom: 1px solid #FF0848;
}

.mobilemenu .menu-open .submenu li a{
	color:#000000;
}

.mobilemenu .submenu li:hover a{
	/*background: url('/images/expanded-arrow.png') no-repeat 230px #FF0848;*/
	color: #fff;
}

.mobilemenu .menu-open .submenu li:hover a{
	color:#fff;
}

.mobilemenu li a:not(.hassub):hover{
	background: #ff0848;
	color: #fff;
}

body{
	
}

body.mobileheader, body.mobilemenu{
	display:block;
}

/* tar bort hela vanliga  */
body > .nav{
	display:none;
}

body.mobile > .nav{
	display:none;
}

/*.mobilemenu li > ul{
	display:none;
}*/

/*.mobilemenu li:hover > ul{
	display:block;
}*/

.hassub{
	background:url('../images/arrow.png') no-repeat 300px;
}


.client-body {
	background-color:#fafafa;
	background-size:100%;
	width:100%;
	/*height:500px;*/
	overflow-x:hidden;
	padding-left:120px;
	/*margin-top:30px;*/
}
.client-body h1 {
	font-family: 'Titillium Web';
	font-weight: 200!important;
	font-size:24px;
	color:#000;
	font-weight:normal;
	padding-top:50px;
	padding-bottom:30px;
	margin-top:0px;
	margin-left:0px;
}
.bluebox1, .bluebox2, .bluebox3, .bluebox4 {
	/*background-image:url('/images/client/bluebox1.jpg');*/
	background-size:100%;
	width:60px;
	height:60px;
	float:left;
}

.project > .bluebox1 {
	/*background:#acafb6 url('/images/client/client.svg') center center no-repeat;*/
	background-size:900px;
}

.folder > .bluebox1 {
	/*background:#193452 url('/images/client/folder.svg') center center no-repeat;*/
	background-size:1100px;
}

.boxline{
	background-color:#f4f5f7;
	background-size:100%;
	width:100%;
	height:60px;
	margin-left:0px;
}

.boxline.even {
	background-color:#fff;
}

.bluebox2 {
	/*background-image:url('/images/client/bluebox2.jpg');*/
}

.bluebox3 {
	/*background-image:url('/images/client/bluebox3.jpg');*/
}
.bluebox5, .bluebox6, .bluebox7, .bluebox8 {
	/*background:#207fbf url('/images/client/document.svg') center center no-repeat;*/
	background-size:1100px;
	width:60px;
	height:60px;
	float:left;
}

.video > .bluebox5 {
	/*background:#207fbf url('/images/client/film.svg') center center no-repeat;*/
	background-size:1100px;
}

.boxline.small {
	background-size:100%;
	width:100%;
	height:60px;
	margin-left:120px;
}

.client-body .children{
	margin-left:60px;
}

.client-body .children .filesize{
	display:block;
	position:absolute;
	left:45%;
	width:70px;
	height:20px;
	margin-top:-40px;
}

.bluebox7 {
	/*background-image:url('/images/client/photo8.jpg');*/
}
.boxline:hover{
	background-color:#fe0847;
}

.boxline:hover div{
	/* opacity:0.9; */
}
.boxline.new_folder.adding:hover{
	background:#ffffff;
}
.boxline.new_folder:hover div{
	opacity:1;
}
.boxline h3 {
	color:#000000;
	font-weight:600;
	font-size:12px;
	padding-left:100px;
	margin-bottom:1px;
	margin-top:0;
	padding-top:11px;
}
.boxline h3 a{
	color:#167dc0;
}
.boxline p, .boxline.even p, .boxline h2 {
	width:auto;
	font-size:12px;
	padding-left:100px;
	margin-top:0;
}
.client-body h2 {
	margin-left:80px;
	font-weight:normal;
	display:inline;
	width:100px;	
}

.boxline p:hover {
	color:#fff;
}
.boxline h3:hover {
	color:#fff;
}

.boxline:hover *{
	color:#ffffff;
}

.boxline:hover input{
	color:#000000;
}

.boxline{
	position:relative;
}

.client-body .new_folder{
	position: absolute;
	top: 10px;
	right: 0px;
	width: 460px;
	height: 40px;
}

.client-body .new_folder .newfolder{
	width:60px;
	height:60px;
	display:none;
	font-weight:400;
	color:#167dc0;
	text-indent:-9999px;
	position:absolute;
	top:-10px;
	right:0;
	margin:0;
	border:0;
	/*background:#d1d2d6 url('/images/client/new_file.svg') center center no-repeat;*/
	background-size:1100px;
	cursor:pointer;
}

.createhthree{
	display:block;
	width:250px;
	position:absolute;
	right:0px;
	top:-10px;
}

.createhthree a{
	margin-right:10px;
	font-weight:400;
	color:#167dc0;
	display:block;
	float:right;
	width:60px;
	height:60px;
	background:#8d8d8d;
	text-indent:-9999px;
	position:relative;
	margin:0;
	border:0;
}

.createhthree .create_folder{
	/*background:#b3b6bb url('/images/client/new_folder.svg') center center no-repeat;*/
	background-size:1100px;
}

.even .createhthree .create_folder{
	background-color:#c1c2c6;
}

.createhthree .create_file{
	/*background:#d1d2d6 url('/images/client/new_file.svg') center center no-repeat;*/
	background-size:1100px;
}

.even .createhthree .create_file{
	background-color:#dcdddf;
}

.createhthree .remove_folder, .createhthree .remove_file{
	/*background:#e1083d url('/images/client/delete.svg') center center no-repeat;*/
	background-size:1100px;
}

.even .createhthree .remove_folder, .even .createhthree .remove_file{
	background-color:#fd164e;
}





.client-body .new_folder form{
	width:420px;
	height:40px;
	float:left;
	display:none;
}

.client-body .new_folder .field, .client-body .new_folder .actions{
	width:170px;
	float:left;
}

.client-body .new_folder .field label{
	display:block;
	font-size:10px;
	margin:0;
	padding:0;
}

.client-body .new_folder .field input{
	margin:0;
	padding:0;
}

a.coolbutton{
	color: #fff;
	text-decoration: none;
	background: #8a8a8a;
	padding: 7px 10px;
	font-size: 12px;
	margin: 0px;
}

a.coolbuttonred{
	color: #fff;
	text-decoration: none;
	background: #FF0848;
	padding: 7px 10px;
	font-size: 12px;
	margin: 0px;
}

.searchfield input{
	outline: none;
	padding-left: 10px;
}

.newblock, .editblock{
	padding: 0px 40px;
}

#newblock .addtitle{
	width: 45%;
	float:left;
	margin-right: 5%;
}

#newblock .addoverlaytext{
	width: 45%;
	float:left;
}

#newblock .addcolumn{
	width: 45%;
	float:left;
	margin-right: 5%;
	margin-bottom: 2%;
}

#newblock .tinymce{
	height: 150px;
}

#newblock .addtags{
	width: 30%;
}

.newpage{
	padding: 0px 50px;
}

/* end of dhanabals latest */







.client-body .expand-arrow {
	position: absolute;
	top:27px;
	left:-20px;
	/*background:url('/images/expand-arrow.png') no-repeat;*/
	width:8px;
	height:8px;
}

.client-body .expanded-arrow {
	position: absolute;
	top:27px;
	left:-20px;
	/*background:url('/images/expanded-arrow.png') no-repeat;*/
	width:8px;
	height:8px;
}

.manage-projects, .manage-clients{
	padding: 10px 10%;
}

.manage-clients ul{
	list-style: none;
}


/* Video player */
.mejs-overlay-play .mejs-overlay-button, .mejs-overlay-play:hover .mejs-overlay-button{
	/*background:url('/images/player_off.png') 0 0 no-repeat;*/
	width:100%;
	height:100%;
	background-size:70px;
	background-position: center;
	margin:0 !important;
	/*margin:0;*/
}

.mejs-overlay-loading{
	background:transparent;
	text-align:center;
}

.mejs-overlay-loading span{
	/*background:url('/images/loader.gif') 0 0 no-repeat;*/
	background-position:0 0;
	background-size: 100%;
	width:35px;
	height:35px;
}


/*
.mejs-overlay-play .mejs-overlay-button:after{
	color:#ffffff;
	content:"Watch the movie";
	display:block;
	margin:140px 0 0 -10px;
	font-family:'Titillium Web';
	font-size:24px;
	width:200px;
}

*/

.mejs-overlay .mejs-overlay-button:hover{
	/*background:url('/images/player_on.png') 0 0 no-repeat;*/
	width:100%;
	height:100%;
	background-size:70px;
	background-position: center;
	margin:0 !important;
}

.mejs-overlay.mejs-layer.mejs-overlay-play{
	background:#fe0847;
	background: rgba(254,8,71,0.0);
	z-index:100;
	/*opacity:0;*/
}

.mejs-overlay-play .mejs-overlay-button{
	/*display:none;*/
	position:relative;
	top:auto;
	left:auto;
	margin:0 auto;
	
	width:100%;
	height:100%;
	background-size:70px;
	background-position: center;
	margin:0 !important;
}

.mejs-container .mejs-controls{
	width:80% !important;
	background:rgba(0,0,0,0.5);
	display:block;
	margin-left:10%;
	padding:10px;
}

.mejs-controls .mejs-time-rail .mejs-time-total{
	height:1px;
	margin-top:8px;
}

.mejs-controls .mejs-time-rail .mejs-time-total, .mejs-controls .mejs-time-rail .mejs-time-loaded, .mejs-controls .mejs-time-rail .mejs-time-buffering{
	height:1px;
	background:#787878;
}

.mejs-controls .mejs-time-rail .mejs-time-current{
	height:1px;
	background:#ffffff;
}

.mejs-controls .mejs-pause button{
	/*background:url('/images/pause.png') no-repeat;*/
	background-position:3px 3px;
}

.mejs-controls .mejs-mute button, .mejs-controls .mejs-unmute button{
	/*background:url('/images/sound.png') no-repeat;*/
	background-position:3px 3px;
} 

.mejs-controls .mejs-fullscreen-button button{
	/*background:url('/images/fullscreen.png') no-repeat;*/
	/*background-position:3px 3px;*/
}

.mejs-container .mejs-controls .mejs-time{
	display:none;
}

/* end of video player */
.page_href{
	text-decoration:none;
	margin-left:25px;
	color: #FF0848;
}

/*footer link creation page*/
.manage-links{
	padding-top:20px;
	margin-left: 40px;
}
.servicelinks,.client1links,.client2links{float:left;}
.foot_links{}
.foot_links ul{list-style: none outside none;}
.foot_links h4{padding-right:10px;margin-left:40px;margin-right:40px;}
.foot_links a{text-decoration: none;}


/*for sorting blocks*/
#sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
#sortable li {
    font-size: 1.4em;
    height: 18px;
    margin: 19px 3px 3px;
    padding: 3.4em 0.4em 0.4em 1.5em;
}
.ui-state-default:not(.ui-state-active), .ui-widget-content .ui-state-default:not(.ui-state-active), .ui-widget-header .ui-state-default {
    border: 1px solid #D3D3D3;
    color: #555555;
    font-weight: normal;
}
#sortable li p{margin-top:-44px;width:500px;}
#sortable li img{float:right;margin-top:-77px;}


/*page overlay*/
#mask {
  opacity:    1;
  background: #ffffff; /* #ff0848 */
  width:      100%;
  height:     100%; 
  z-index:    91;
  top:        0; 
  left:       0; 
  position:   fixed; 
}

.mce-menu {background: #ccc!important;}


#mask img{
	margin-top:10%;
	display:none;
}

#darkmask {
  opacity:    1;
  background: #000; 
  width:      100%;
  height:     100%; 
  z-index:    91;
  top:        0; 
  left:       0; 
  position:   fixed;
  opacity: 0.7;
  display:none;
}

/*submenus for people page*/
#listview table {
  border-collapse: collapse;
  width:100%;
  -mozilla-border-horizontal-spacing: 0px;
  -mozilla-border-vertical-spacing: 0px;
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  border-horizontal-spacing: 0px;
  border-vertical-spacing: 0px;
}
#listview table tr { 
  /*border: solid;
  border-width: 1px 0; 
  border-color:#EDEDED;*/
  color:#AEAEAE;
}
#listview table tr td {
	display:block;
	height:100px;
	float:left;
	clear:right;
	padding:0;
}
#listview table tr.has-href{
	cursor:pointer;
}
.block_detail{margin-left:45px;}
#listview a.edit{
	width:10px;
	height:10px;
	/*background:url('/images/edit_node.png') no-repeat;*/
	top:0px;
	right:0px;
	text-indent:-9999px;
	z-index:101;
	display:none;
}
.people_menu{width:100%;height:64px;background-color:#EDEDED}
.people_menu a{margin: auto;position: absolute;top: 60px; padding:20px;}
.grid_view{left:0px;}
.list_view{left:54px;}
.grid_view img{padding-top:1px;}

li.search{
	display:none!important;
}

#listview table tr h3{
	font-size: 20px!important;
	margin-top: 35px;
}

#header-bg{
	width:100%;
	height:60px;
	position:absolute;
	top:0px;
	left:0px;
	background:#FF0848;
	z-index:93;
}

html.svg #header-bg{
	/*background:#FF0848 url('/images/menu-text.svg') no-repeat 70px center;*/
	background-size:70px;
}

html.svg body.mobile #header-bg{
	background:#FF0848;
}

.va-logo, .va-logo.active, .va-logo:hover{
	/*background:url('/images/logo.png') no-repeat center #fff;*/
	height: 60px;
	width: 450px;
	display:block;
	margin:0 auto;
	text-align:center;
	text-indent:-9999px;
}

body.ltseven .va-logo{
	height: 60px;
	width: 260px;
}

body .footer .office{

}

body .contact{
	display:block;
}

body.ltseven .footer .office{
	display:block;
}

body.ltseven .contact{
	display:none !important;
}




/*.logo, .logo.active, .logo:hover{
	background-image:url('/images/logo_hover.png');
	background-position:0px -90px;
	background-size:auto;
	float:none;
	display:block;
	height:60px;
	width:480px;
	margin:0 auto;
}

.logo.svg, .logo.svg.active, .logo.svg:hover, html.svg .logo, html.svg .logo.active, html.svg .logo:hover{
	background-image:url('/images/logo_hover.svg');
	background-position:center -33px;
	background-size:70%;
}*/









.footer .services, .footer .followus, .footer .johannesburg{
	margin-left:30px;
}

.footer .services, .footer .clients, .footer .followus, .footer .office{
	margin-top:40px;
}


.footer .clients, .footer .stockholm, .footer .hamburg{
	margin-right:-50px;
}





.video_container video{
	margin-left:-9999px;
}
.video_container video.playing{
	margin-left:0;
}


#users-list li{
	border:0;
	list-style-type:none;
	padding:8px;
}

.manage-clients table{
	border-collapse:collapse;
}

.manage-clients table tr td{
	padding:10px 0;
}

.manage-clients table tr td:first-child{
	padding-left:10px;
}

.manage-clients table tr td:last-child{
	padding-right:10px;
	text-align:right;
}

#users-list li.odd, .manage-clients table tr.odd{
	background:#f4f5f7;
}