html, body {
	margin: 0;
	padding: 0;
	height:100%;
}

/* HELPERS */

.p4 {
	padding:4px;
}
.p10 {
	padding:10px;
}

/* NAVBAR */
.navbar-default {
	background-color: #333; /*333*/
	border:none;
	border-radius:0;
	margin:0;
}
/*
.navbar-default:after {
	content:"";
	margin:0 auto;
	display:block;
	background:url(../img/ribbon.png) no-repeat 0 0;
	width:800px;
	height:157px;
	position:absolute;
	top:40px;
	left:0;
	right:0;
}
*/

.navbar-default .navbar-nav>li>a {
color: #FFF;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #FFF;
	background-color: transparent;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #FFF;
	background-color: #0386c9;
}

.navbar-brand {
	text-indent:-9999px;
	background:url(../img/pictos/home.svg) no-repeat 50% 50%;
	background-size: 40px 40px;
	width:50px;
}

#intro {
	width: 100%;
	z-index: 1;
	background: #0386c9;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	padding: 0;
	padding-top: 140px;
	padding-bottom: 140px;
}

.loader {
	display:block;
	margin:50px auto;
	background:url(../img/ajax-loader.gif) no-repeat 50% 50%;
	width:35px;
	height:35px;
	overflow:hidden;
	text-indent:-999px;
}

.leftHeaderPart {
	float: left;
	line-height: 100px;
	margin-left: 20px;
}

.button {
	display:inline-block;
	background:#FFF;
	border:none;
	margin:10px 10px 10px 0;
	padding:0 20px 0 20px;
	height:38px;
	line-height:38px;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:20px;
	font-weight:300;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	color:#333;
}

/**
 * FORMS
**/

.form {
	border:1px solid #D0D0D0;
	height:38px;
	line-height:30px;
	font-size:20px;
	font-weight:300;
	padding:4px;
	display:block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.stdform {
	width:90%;
	margin:0 auto;
	padding:20px;
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	background:#333;
	color:#FFF;
}
.stdform h2 {
	color:#FFF;
	font-size:24px;
	font-weight:300;
	margin-bottom:20px;
}
.stdform label {
	display:block;
	margin:10px 0 2px 0;
	color:#FFF;
	font-size:16px;
	font-weight:300;
}
.stdform input {
	width:100%;
	margin-bottom:20px;
	display:inline;
}
.stdform textarea{
	width:100%;
	height:200px;
}

.fileContainer {
    overflow: hidden;
    position: relative;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}

/* Example stylistic flourishes */

.fileContainer {
    background:#FFF url(../img/download.png) no-repeat 10px 50%;
    border-radius: .5em;
	color:#000;
	font-size:16px;
	font-weight:300;
    float: left;
    padding: .5em;
	margin:10px;
}

.fileContainer {
	padding-left:50px;
}

.fileContainer [type=file] {
    cursor: pointer;
}


.dot1, .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #333;
  border-radius: 100%;
  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.bgRed {
	background-color:#d40000;
}
.bgBlue {
	backbround-color:#6699cc;
}
.bgPhoto {
	background-color:#da5939;
}
.bgVideo {
	background-color:#efc32e;
}
.bgLink {
	background-color:#4eab5b;
}
.bgStory {
	background-color:#01b4dc;
}
.bgContact {
	background-color:#9e7dc2;
}

section > header {
	width:100%;
	z-index:9999;
}

.header {
	height:50px;
	width:100%;
	background:#333;
	color:#FFF;
	z-index:9999;
}



.header h1 {
	float:left;
	margin:0;
	display:block;
	width:50px;
	height:50px;
	background:url(../img/pictos/home.svg) no-repeat 50% 50%;
	background-size: 40px 40px;
	
}
.header h1 a {
	display:block;
	width:50px;
	height:50px;
}


/**
* CARD
**/

.card {
	background:#EAE1F0 url(../img/bg-card.png) repeat-y 0 0;
	min-height:450px;
	margin-top:20px;
	word-wrap: break-word;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.card:hover {
	background:#E0DBE4 url(../img/bg-card.png) no-repeat 0 0;
}
.card .avatar {
	float: left;
	margin: 0 10px 0 0;
	display:inline-block;
	width:60px;
	height:60px;
	background-repeat:no-repeat;
	background-size:auto 100%;
	background-position:center center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-indent:-9999px;
	overflow:hidden;
}
.card .poster {
	display:block;
	width:100%;
	height:100px;
	background-repeat:no-repeat;
	background-position: 50% 50%;
	background-size: 100% auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.card .avatar:after {
	content:"";
	clear:left;
}
.card a {
	color:#494949;
	text-decoration:underline;
}
.card ul {
	border-left:2px dashed #CCC;
	margin:0 0 0 60px;
	padding:0;
	height:100%;
}

.card ul li {
	list-style:none;
	border-bottom:2px dotted #CCC;
}

.card ul li:last-child {
	border-bottom:none;
}

.card ul li ul {
	border:none;
	margin:0;
	padding:0;
}

.card ul li ul li {
	border:none;
	line-height:20px;
	margin:10px 10px 10px 20px;
}
.card h1 {
	margin: 10px 0 10px 80px;
	font-size: 30px;
	font-weight: 300;
}
.card h2, .card h2 a {
	font-size:20px;
	font-weight:400;
	line-height: 60px;
	text-decoration: none;
}



/* ACTIONS */
.edit {
	background:url(../img/pictos/edit.svg) no-repeat 50% 50%;
}
.album {
	background:url(../img/pictos/album.svg) no-repeat 50% 50%;
}
.download {
	background:url(../img/pictos/download.svg) no-repeat 50% 50%;
}
.delete {
	background:url(../img/pictos/delete.svg) no-repeat 50% 50%;
}
.logout {
	display:inline-block;
	line-height:50px;
	width:30px;
	height:50px;
	background:url(../img/pictos/logout.svg) no-repeat 50% 50%;
	background-size: 20px 20px;
	text-indent:-9999px;
}
.profil {
	display:inline-block;
	line-height:50px;
	width:40px;
	height:50px;
	background:url(../img/pictos/profil.svg) no-repeat 50% 50%;
	background-size: 20px 20px;
	text-indent:-9999px;
}
.edit, .album, .download, .delete {
	text-indent:-999999px;
	display:inline-block;
	width:40px;
	height:auto;
	background-size:50%;
	z-index:999;
}


input, select, otpion, checkbox, radio, textarea, button {
	border:none;
	outline:none;
	padding:0;
	margin:0;
    font-family:'Lato', sans-serif;
	font-weight:300;
	display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="checkbox"] {
	width:auto;
	display:inline-block;
	margin-right:10px;
}

.searchForm {
	position:relative;
	width:300px;
	height:40px;
	margin: 30px auto;
}

.inputSearchForm {
	position:absolute;
	top:0;
	right:20px;
	height: 40px;
	width: 300px;
	border:none;
	padding:0 44px 0 4px;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	font-size:20px;
	line-height:24px;
}
.btnSearchForm {
	line-height:40px;
	display:inline-block;
	height:40px;
	width:60px;
	background:#333 url(../img/pictos/search.svg) no-repeat 50% 50%;
	position:absolute;
	right:0;
	top:0;
	border:none;
	background-size: 70% 70%;
	cursor:pointer;
	text-indent:-9999px;
	outline:none;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.btnAddForm {
	line-height:40px;
	display:inline-block;
	height:40px;
	width:60px;
	background:#333 url(../img/pictos/add.svg) no-repeat 50% 50%;
	position:absolute;
	right:0;
	top:0;
	border:none;
	background-size: 70% 70%;
	cursor:pointer;
	text-indent:-9999px;
	outline:none;
	-webkit-border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	-moz-border-radius-bottomright: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

.home {
	margin:0 auto;
	padding:0;
}
.home li {
	list-style:none;
	display:inline-block;
	width:100px;
	height:100px;
}
.home li a {
	display:block;
	width:100%;
	height:100%;
	color:#FFF;
	font-size:30px;
	text-transform:uppercase;
	font-weight:300;
	text-indent:-9999px;
}
.home li a:hover {
	background-size:30%
}

/*
.musicGlb {
	background:#bc1c26 url(../img/pictos/music.svg) no-repeat 50% 50%;
}
.photoGlb {
	background:#da5939 url(../img/pictos/photo.svg) no-repeat 50% 50%;
}
.videoGlb {
	background:#efc32e url(../img/pictos/video.svg) no-repeat 50% 50%;
}
.linkGlb {
	background:#4eab5b url(../img/pictos/link.svg) no-repeat 50% 50%;
}
.foodGlb {
	background:#406972 url(../img/pictos/food.svg) no-repeat 50% 50%;
}
.storyGlb {
	background:#01b4dc url(../img/pictos/story.svg) no-repeat 50% 50%;
}
.contactGlb {
	background:#9e7dc2 url(../img/pictos/contact.svg) no-repeat 50% 50%;
}
.musicGlb, .photoGlb, .videoGlb, .linkGlb, .foodGlb, .storyGlb, .contactGlb {
	background-size:14%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-indent:-9999px;
}
*/

.musicGlb {
	background:transparent url(../img/pictos/music.svg) no-repeat 50% 50%;
}
.photoGlb {
	background:transparent url(../img/pictos/photo.svg) no-repeat 50% 50%;
}
.videoGlb {
	background:transparent url(../img/pictos/video.svg) no-repeat 50% 50%;
}
.linkGlb {
	background:transparent url(../img/pictos/link.svg) no-repeat 50% 50%;
}
.foodGlb {
	background:transparent url(../img/pictos/food.svg) no-repeat 50% 50%;
}
.storyGlb {
	background:transparent url(../img/pictos/story.svg) no-repeat 50% 50%;
}
.contactGlb {
	background:transparent url(../img/pictos/contact.svg) no-repeat 50% 50%;
}
.musicGlb, .photoGlb, .videoGlb, .linkGlb, .foodGlb, .storyGlb, .contactGlb {
	background-size:50%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-indent:-9999px;
}

/*
li.musicGlb:hover, li.photoGlb:hover, li.videoGlb:hover, li.linkGlb:hover, li.foodGlb:hover, li.storyGlb:hover, li.contactGlb:hover {
	background-size:20%;
}


.table {
	font-size:16px;
	font-weight:300;
	line-height:20px;
	color:#494949;
	width:100%;
}
.table tr td select, .table tr td select option {
	font-size:16px;
	font-weight:300;
	line-height:20px;
	color:#494949;
	width:250px;
}
.table tr th {
	padding:4px;
	font-weight:700;
	background-color:#333;
	text-align:center;
	color:#fff;
}
.table tr td {
	padding:4px;
	vertical-align:middle;
	text-align:left;
	height:104px;
	border-bottom:1px dashed #ccc;
}
.table tr:nth-child(even) td {
	background-color:#ffffff;
}
.table tr:nth-child(odd) td {
	background-color:#f4f4f4;
}
.table tr:hover td {
	background-color:#e6e6e6;
}

*/

/* GIFTS */
#gifts {
	
}
#gifts span a {
	color:#FFF;
}

@media (max-width: 797px) {
    body { 
        padding-left: 0px;
        padding-right: 0px;
    }
}
