/*                */
/* FONTS          */
/*                */

@import url(https://fonts.googleapis.com/css?family=Lato);

@font-face{
font-family:"Proxima N W01 Reg";
src:url("Fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix");
src:url("Fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix") format("eot"),url("Fonts/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff") format("woff"),url("Fonts/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf") format("truetype"),url("Fonts/ab9cd062-380f-4b53-b1a7-c0bec7402235.svg#ab9cd062-380f-4b53-b1a7-c0bec7402235") format("svg");
} 

/*                */
/* COMMON         */
/*                */

.row {
	max-width: 820px;
}

body.le {
	background: none repeat scroll 0 0 #303336;	
}

.dvtopbar {
	background: none repeat scroll 0 0 #484848;
    /*left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3000;
    height: 60px;
    overflow: hidden;*/
}

.clearself:after {
    clear: both;
    content: "";
    display: table;
} 

.main-wrapper {
	/*margin-top: 60px;*/
}

.logo {
	float: left;
	margin: 14px 0px 0px 25px;
}

.topbuttons {
	float: right;
	margin: 14px 25px 0px 0px;
}

.dvfooter {
	background-color: #303336;
}

.dvcopy {
	color: #cacac2;
	font-size: 9px;
	letter-spacing:2px;
	font-weight: 300;
	line-height:19px;
	font-family: "Lato";
	margin: 15px 0px;	
}

.topbutton {
	font-family: "Proxima N W01 Reg";
    font-size: 12px;
    font-weight: 700;
    padding: 8px 22px !important;
	border: 2px solid #fa6900;
    box-sizing: content-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
	letter-spacing: 2px;
    line-height: 1;
    margin: 0;
    padding: 9px 30px;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    transition: background-color 100ms ease 0s, color 100ms ease 0s;
    vertical-align: middle;
}

.topbutton:hover {
	transition-duration: 0.3s;
	transition-timing-function: linear;
	background: #fa6900;
}

.loggedinwidget {
	background: none repeat scroll 0 0 #303336;
}

.le_user_hor_menu {
	background: none !important;
}

#greeting_panel .username {
	color: white;
}

/*                */
/* HOME           */
/*                */

.home-wrapper {
	background: none repeat scroll 0 0 #303336;
	padding-top: 30px;
	padding-bottom: 0px;
}

.cards-container {
	clear:both;
	list-style-type: none;
	margin: 0 -6px 0 -6px;
	padding: 0;
}

.cards-container li.invisible {
	display: none;
}

.cards-container > li {
	float: left;
	width: 254px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 10px;
}

.cards-container .card {
	width: 254px;
	height: 330px;
	opacity:0;	
}

.cards-container .card .front {
	background-color: #495253;
	padding: 20px;
}

.cards-container .card .back {
	background-color: #cacac2;
	padding: 20px;
}

.cards-container .card .front .name {
	font-size: 15px;
	font-family: "Lato";
	font-weight: 700;
	color: white;
	line-height: 18px;
	letter-spacing:1px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 10px;
	display: table;
	width: 100%;
	height: 40px;
}

.cards-container .card .front .name span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.cards-container .card .front .photo {
	text-align: center;
}

.cards-container .card .back .body {
	font-size: 14px;
	font-family: "Lato";
	font-weight: 300;
	color: #313337;
	line-height: 24px;
	letter-spacing:0px;
	text-align: left;
	text-transform: none;
	margin-top: 50px;
	margin-bottom: 10px;
}

.cards-container .card .back a.buttonlink {
	display: inline-block;
	transition: all 0.4s ease-in-out 0s;
	color:#303336;
	font-size: 12px;
	font-family: "Lato";
	font-weight: 400;
	line-height: 14px;
}

.cards-container .card .back a.buttonlink:hover {
	color: white;
}

.cards-rows .loadingbar {
	clear: both;
	font-weight: bold; 
	text-align: center; 
	font-size: 53px; 
	overflow: hidden;
	line-height: 1em;
	color: black;
}

.cards-filters a {
	font-family: "Proxima N W01 Reg";
    font-size: 12px;
    font-weight: 700;
    padding: 8px 22px !important;
    color: #ffffff;
    cursor: pointer;
    display: block;
	letter-spacing: 2px;
    line-height: 1;
    margin: 0;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    vertical-align: middle;
}

.dvdesc {
	color: white;
}

.dvdesc p {
	display: none;
}

/*                */
/* SINGLE         */
/*                */

.single-wrapper {
	background-color: #cacac2;
	font-family:"Lato"; 
	color: #303336;
	padding-top: 30px;
}

.single_header {
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	letter-spacing: 2px;
}

.single_body {
	font-size: 16px;
	font-weight: 300;
	line-height: 19px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.single-wrapper a {
	color: inherit;
}

.single-wrapper a.buttonlink:hover {
	color: white;
}

.single_photo {
	margin-bottom: 20px;
}

.single-wrapper .related_items {
	margin-bottom: 20px;
}

.single-wrapper .related_items a:hover {
	color: white;
}

.single-wrapper .related_items ul > li > a {
	display: block;
}

.single-wrapper .related_items ul .front {
	background-color: #495253;
    padding: 20px;
}

.single-wrapper .related_items ul .front .name {
	font-size: 15px;
	font-family: "Lato";
	font-weight: 700;
	color: white;
	line-height: 18px;
	letter-spacing:1px;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 10px;
	display: table;
	width: 100%;
	height: 40px;
}

.single-wrapper .related_items ul .front .name span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.single-wrapper .related_items ul .front .photo {
	text-align: center;
	height: 210px;
}

.single-wrapper h2 {
	font-size: 20px;
}

.single_body p.with_capital::first-letter {
	float: left;
    font-family: serif;
    font-size: 700%;
    line-height: 80px;
    margin-top: 0;
    padding-right: 7px;
    padding-top: 10px;
}

.single_body a.fancybox {
	display: block;
	position: relative;
}

.single_body a.fancybox:hover .thb-overlay {
	opacity: 0.7;
}

.thb-overlay {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top:0;
	bottom: 0;
    opacity: 0;
    transition: opacity 0.15s linear 0s;
    background-color: white;
}

/*                */
/* FEEDS          */
/*                */

/*                */
/* PG             */
/*                */

.homebackground {
	background: #303336 none repeat scroll 0 0;
}

.single-wrapper .delayed_box {
	opacity: 0;
}

/*                */
/* ACCOUNTS       */
/*                */

.login-wrapper {
	margin: auto;
	padding: 0;
	width: 320px;
}

.LoginForm {
	margin-left:8px;
	padding:26px 24px 57px;
	font-weight:normal;
	background:#fff;
	border:1px solid #e5e5e5;
	-webkit-box-shadow:rgba(200,200,200,0.7) 0 4px 10px -1px;
	box-shadow:rgba(200,200,200,0.7) 0 4px 10px -1px;
}

.LoginForm .forgetmenot {
	float: left;
	font-weight: normal;
	margin-bottom: 0;
}

.LoginForm #loginsubmit {
	width: auto;
	font-weight: normal;
	padding: 6px 10px;
	float: right;
}

.login-wrapper .lostpassword a {
	padding-left: 31px;
	text-decoration: underline;
	font-size: 13px;
}
