
@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(./fonts/font-awesome.min.css);


body{
  font-size:14px;
  color: #333333;
  position:static;
  overflow-x: hidden;
}

a,
a:hover,
a:focus{
	text-decoration:none;
}

a {
    color: #cc424f;
}

a:hover {
    color: #FFF;
}

h1, h2{
	font-family:Oswald,arial;
	font-weight:300;
	font-size:32px;
	margin-bottom:20px;
	text-transform:uppercase;
}

h1{
    font-family:Oswald,arial;
    text-transform: uppercase;
    font-size: 49px;
    text-align:left;
}

@media (max-width: 700px){
    h1{
        font-size: 34px;
    }
}

h2{
	font-family:Oswald,arial;
	font-size:26px;
	border-bottom: 1px dotted #FFF;
	text-transform:uppercase;
}

h3{
	font-family:Oswald,arial;
	font-size:20px;
	font-weight:300;
}

/*************************************
 ** BOOTSTRAP - PAGINATION
 *************************************/
.pagination{
	margin:10px 0px;
}
.pagination a,
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span{
	border-radius:20px;

}

.pagination > li > a, .pagination > li > span{
	margin-left:5px;
}

.pagination > li > a,
.pagination > li > span
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus{
	color:#FFFFFF;
	background-color:#999988;
	border:none;

}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus{
	background-color:red;
	border-color:red;
}


.btn-primary,
.btn-primary:active,
.btn-primary:focus,
.btn-primary[disabled]{
    color: #999988;
    background-color: #333333;
    border-color: #333333;
}

.btn-primary:hover {
    color: #FFFFFF;
    background-color: #333333;
    border-color: #333333;
}

.btn-primary[disabled]{
	 background-color: #666666;
}

.button.back {
	background: url("../images/arrow_white_right.png") no-repeat scroll 16px center #3F3D3D;
    box-shadow: 1px 1px 8px #000;
    padding: 13px 13px 13px 36px;
    font-family: Oswald;
    font-size: 17px;
}

.button.gully {
	background: url("../images/gully.png") no-repeat scroll 5px center #3F3D3D;
    box-shadow: 1px 1px 8px #000;
    padding: 6px 13px 6px 43px;
    font-family: Oswald;
    font-size: 15px;
    border-radius: 5px;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #dddddd;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #45494a;
}

.nav-tabs > li > a {
    font-family: Oswald;
    font-size: 16px;
}

ul, ol {
    margin-left: 39px;
}

/***********************************************
 ** HOME
 ***********************************************/
body.home{
	height:100%;
}

/** *****************************************
 ** HEADER - LOGO
 ** *****************************************/

header {
    background: none repeat scroll 0 0 rgba(66, 66, 66, 0.9);
    position: relative;
    width: 100%;
    z-index: 100;
    box-shadow: 1px 3px 8px rgb(72, 72, 72);
    margin-top: 17px;
}

header .logo{
    position:absolute;
    margin-top: -26px;
    margin-left: 20px;
}

header .logo img{
    width:100%;
}
@media (max-width: 991px){
    header .logo {
        max-width:60%;
    }
    header .logo img{
        max-width:320px;
		margin-top: 25px;
    }
}


/********************************************
 ** HEADER - NAVIGATION WEB
 ********************************************/
header .menu-web{
    float:right;
    list-style:none;
    margin-bottom:0px;
}

header .menu-web>li{
    float:left;
    max-width:205px;
    text-align:center;
    border-right: 1px dotted #4A4D4E;
}

header .menu-web>li:last-child{
    background:none;
}

header .menu-web > li > a img {
    height:0px;
    width:80px;
    padding-bottom:10px;
}

header .menu-web > li > a {
    color: #FFFFFF;
    display: block;
    font-family: Oswald, Arial;
    font-size: 18px;
    padding: 10px;
    text-transform: uppercase;
    width: auto;
}

header .menu-web li a:hover, 
header .menu-web li a.selected {
    color:#e2427c;
}

header .menu-web li a.nolink:hover{
    background-color:inherit;
    color: #FFFFFF;
}

header .menu-web .menu-sub {
    display: none;
    position: absolute;
    background: none repeat scroll 0 0 rgba(30, 30, 30, 0.9);
    list-style: none;
}

header .menu-web .menu-sub li {
    text-align:left;
}

header .menu-web .menu-sub a{
    color: #FFFFFF;
    display: block;
    font-family: Oswald, Arial;
    font-size: 14px;
    padding: 16px 33px;
    text-transform: uppercase;
}

header .menu-web .menu-sub2 li {
    text-align:left;
}

header .menu-web .menu-sub2 a{
    padding-left: 70px;
}



/********************************************
 ** HEADER - NAVIGATION MOBILE
 ********************************************/
header .menu-mobile {
    float: right;
    list-style: none;
    margin-bottom: 0px;
}
header .menu-mobile li {
    list-style: none;
}


header .menu-mobile .menu-navigation {
    position:relative;
}

header .menu-mobile .menu-navigation>a {
    background: url("../images/list.png") no-repeat scroll center center rgba(0, 0, 0, 0);
   /* border-left: 1px solid #161616;*/
    color: #FFFFFF;
    display: block;
    height: 105px;
    width: 133px;
}

header .menu-mobile .menu-top {
    position:absolute;
    right:0px;
    background: none repeat scroll 0 0 rgba(30, 30, 30, 0.9);
    list-style: none;
    display:none;
}

header .menu-mobile .menu-top>li {
    text-align:left;
    border-bottom:1px solid #333333;
}

header .menu-mobile .menu-top a{
    color: #FFFFFF;
    display: block;
    font-family: Oswald, Arial;
    font-size: 16px;
    padding: 10px 20px;
    text-transform: uppercase;
    white-space: nowrap;
}

header .menu-mobile .menu-top a:hover{
    color:#CD2727
}

header .menu-mobile .menu-top>li img{
    width:40px;
    height:30px;
    margin-right:20px;
}
header .menu-mobile .menu-top>li div{
    display:inline-block;
}

header .menu-mobile .menu-sub a{
    font-size: 14px;
    padding: 10px 80px;
}

/*************************************
 ** FOOTER
 *************************************/
footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
	background-color:rgba(30,30,30,0.95);
	box-shadow: 0px 0px 6px 0px #1E1E1E;
	opacity:0.95;
	padding:6px 20px;
    z-index: 1000;
}

footer .signature {
    color: #FFFFFF;
   	float:left;
    font-family: Oswald, Arial;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 300;
}

footer .social {
	float:right;
	margin-bottom: 0px;
}

footer .social a {
	font-size:22px;
	color:#FFFFFF;
	padding: 0px 5px;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
}

footer .social a:hover{
	color:#007dc5;
}

@media (max-width: 991px) {
	footer .social a {
		padding: 0px 0px;
	}
}


/*************************************
 ** BACKGROUND SUPERSIZED
 *************************************/

#supersized-loader {
    display:none;

}

/*************************************
 ** MAIN
 *************************************/
.main {
	padding:40px 0px 50px 0px;
    position:relative;
}

.main .content {
    background:none repeat scroll 0 0 rgba(30, 30, 30, 0.9);
    color: #FFFFFF;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 25px;
    padding: 20px;
    width: 100%;
    float: left;
    box-shadow: 1px 1px 6px #333;
}

.main .content h2:first-child{
    margin-top:0px;
}
/*************************************
 ** MEDIA
 *************************************/

.media{
	font-size:0px;
}

.media img{
	width:100%;
}
.media ul {
	font-size:0px;
	margin: 0px -5px 0px -5px;
}
.media li.large{
	width:100%;
}
.media li.small{
	width:20%;
	margin-top:10px;
}

/*************************************
 ** ACTIONS
 *************************************/
.actions .btn{
    margin-left:10px;
}

.actions:after{
    clear::both;
}


/***********************************************************
 ** BREADCRUMB
 **********************************************************/


.breadcrumb {
    list-style: outside none none;
    position: absolute;
    top: -54px;
    border-radius: 6px;
    right: 0px;
    z-index: 3;
    margin-bottom: 0px;
    background: rgba(30, 30, 30, 0.7);
}

.breadcrumb > li {
    display: inline-block;
}
.breadcrumb > li + li:before {
    color: #FFFFFF;
    content: "/ ";
    padding: 0 5px;
}
.breadcrumb a {
    color: #FFFFFF;
     font-family:Oswald,arial;
    text-transform:uppercase;
}
.breadcrumb a:hover {
    color: #59e0ff;
}

/*************************************
 ** NEWS LIST
 *************************************/
.newsList .item{
    margin:0px -15px;
    display:block;
    position:relative;
    background:#000000;
}

.newsList .item img{
    width:100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.newsList .item .presentation {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: rgba(30, 30, 30, 0.9);
    padding: 10px 20px;
    left: 0px;
    max-width: 80%;
    border-left:10px solid #11acd0;
}

.newsList .item .presentation h2{
    margin:0px;
    font-size:18px;
}

.newsList .item .zoom{
    background-image:url(../images/zoom.png);
    background-color:rgba(255,255,255,0.5);
    width:46px;
    height:46px;
    border-radius: 5px;
    position:absolute;
    right:20px;
    top:20px;
    opacity:0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.newsList .item:hover .zoom{
    background-image:url(../images/zoom.png);
    opacity:1;
}

.newsList .item:hover img{
    opacity:0.5;
}

/*************************************
 ** NEWS DETAIL
 *************************************/
.newsDetail .content .info{
    float:right;
    border-right:10px solid #11acd0;
    padding:10px 20px;
    background-color:black;
    margin-right:-20px;
}
.newsDetail .content h2.f{
    margin-top:0px;
}


/*************************************
 ** NEWS LIST
 *************************************/

.bookList .bookDescription{
    background: none repeat scroll 0 0 rgba(30, 30, 30, 0.9);
    padding:20px;
    color:#FFFFFF;
    margin-bottom:20px;
	box-shadow: 0px 0px 7px #000;
}

.bookList .bookDescription h2:first-child{
    margin-top:0px;
}


.bookList .bookDescription img{
    max-width:100%;
}

.bookList .bookcat,
.bookList .book{
   margin-bottom:20px;
}

.bookList .item{
    margin:0px -15px;
    display:block;
    position:relative;
    background:#000000;
}

.bookList .item img{
    width:100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
	box-shadow: 0px 0px 21px #000;
	border: 1px solid #1f2223;
}

.bookList .item .presentation {
    position: absolute;
    bottom: 20px;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: rgba(30, 30, 30, 0.9);
    padding: 10px 20px;
    left: 0px;
    max-width: 80%;
    border-left:10px solid #8e0f3d;
	box-shadow: 2px 1px 3px #000;
}

.bookList .item .presentation h2{
    margin:0px;
    font-size:18px;
	border: none;
}

.bookList .item .zoom{
    background-image:url(../images/zoom.png);
    background-color:rgba(255,255,255,0.5);
    width:46px;
    height:46px;
    border-radius: 5px;
    position:absolute;
    right:20px;
    top:20px;
    opacity:0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.bookList .item:hover .zoom{
    background-image:url(../images/zoom.png);
    opacity:1;
}

.bookList .item:hover img{
    opacity:0.5;
}

.bookList .bookcat .item .presentation {
    border-left:10px solid #07cd74;
}

/*************************************
 ** CONTACT
 *************************************/
.contact{
    color:#999988;
}
.contact label{
    font-family:Oswald,arial;
    font-size:16px;
    font-weight:300;
    color:#666666;
    margin-top:5px;
}

.contact .form-group{
        margin:0px;
}

.contact .form-group .btn{
        margin-top:20px;
}

.contact  .has-feedback .form-control-feedback{
    top:31px;
}


/*************************************
 ** DEBUG
 *************************************/
.debug{
	display:none;
	color:white;
}


/***********************************************
 ** IMAGES TINY
 ***********************************************/

.tinymce img {
	max-width:100%;
	height:auto;
}

/*************************************
 ** ANIMATION
 *************************************/

.anim-blur {
	-webkit-animation: blurFadeIn 2s linear backwards;
	-moz-animation: blurFadeIn 2s ease-in backwards;
	-ms-animation: blurFadeIn 2s ease-in backwards;
	animation: blurFadeIn 2s ease-in backwards;
	/*color: #fff;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.15);*/
	/*color: #99251A;  COLOR BRUN*/
	color: #FFF;
	/*text-shadow: 0px 1px 2px #333;*/
	text-shadow: 3px 2px 10px #000;
	opacity: 1;
}

@-moz-keyframes blurFadeIn{
	0%{
		opacity: 0;
		color: transparent;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	50%{
		opacity: 0.5;
		color: transparent;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1.1);
	}
	100%{
		opacity: 1;
		color: transparent;
		text-shadow: 0px 0px 0px #fff;
		-webkit-transform: scale(1);
	}
}

@-webkit-keyframes blurFadeIn{
	0%{
		opacity: 0;
		color: transparent;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	50%{
		opacity: 0.5;
		color: transparent;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1.1);
	}
	100%{
		opacity: 1;
		color: transparent;
		text-shadow: 0px 0px 0px #fff;
		-webkit-transform: scale(1);
	}
}




