@font-face {
font-family: 'VAGRoundedLTCom-Light';
src: url('../webfonts/vrcoml.eot');
src: url('../webfonts/vrcoml.eot?#iefix') format('embedded-opentype'),url('../webfonts/vrcoml.woff') format('woff'),url('../webfonts/vrcoml.ttf') format('truetype');
}

@font-face {
font-family: 'FontAwesome';
src: url('../webfonts/fontawesome-webfont.eot?v=4.2.0');
src: url('../webfonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('../webfonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('../webfonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('../webfonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.fa-twitter:before {
content: "\f099";
}
.fa-facebook:before {
content: "\f09a";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-search:before {
content: "\f002";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-play-circle:before {
  content: "\f144";
  margin-right:5px;
}
.fa-check-square:before {
  content: "\f14a";
  margin-right:5px;
}

/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #eee;
    margin: 0 0 20px 0;
    padding: 0;
}

a {
    text-decoration: none;
    color:#999;
}

a:hover {
    color:#49c3c9;
}

.int {
    color:#49c3c9;
}

h1, h2, h3 {
    margin:0;
    padding:0;
    font-family: 'Roboto', sans-serif;
}

p {
    margin:0 0 20px 0;
    line-height:1.5em;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* resets */
*,
*:before,
*:after {
  box-sizing: border-box;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
    background-color:#ffffff;
    color:#333;
    font-family: 'Roboto', sans-serif;
    font-size:13px;
}

.wrap {
    width:96%;
    padding:0 2%;
    max-width:980px;
    margin:0 auto;
}

/* -----------------------------------------------
   Header
   ----------------------------------------------- */

header {
    margin:0 0 0 0;
    padding:15px 0;
    background:#58b8c5;
}

/* logo ----------------- */

.logo {
    float:left;
}

.logo {
    margin:0 0 0 0;
    padding:0 0 0 0;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700; 
    font-size:26px;
    font-style:normal;
    letter-spacing: 0px;
    text-transform: uppercase;
    color:#3C3F36;
    line-height:20px;
    width:179px;
    float:left;
    line-height:45px; 
}

.logo img {
    margin:0 0 0 0;
}

#mot {
    display:none;
    float:left;
    width:334px;
    margin-left:30px;
    text-align:center;
    font-family: 'Noto Serif', serif;
    color:#ffffff;
    font-style:italic;
    font-size:18px;
    letter-spacing:1px
}

/* mobile nav ----------------- */

nav.mainnav-m {
    margin:0 0 0 0;
    padding:3px 0 0 0;
    float:right;
    background:none;
}

nav.mainnav-m ul {
    list-style: none;
    margin:0;
    padding:0;
}

nav.mainnav-m ul li {
    display:inline-block;
    margin:0 20px 0 0;
    text-transform: uppercase;
    font-size:13px;
    text-align:center;
}

nav.mainnav-m ul li:last-child {
    margin:0;
}

nav.mainnav-m ul li a {
    padding:0;  
    color:#fff;
    display:inline-block; 
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400; 
    font-size:20px;
    line-height:45px;     
}

nav.mainnav-m ul li a:hover {
    color:#333;
}

/* mobile main nav / toggle ----------------- */

nav.mainnav {
    clear:both;
    display:none;
    padding:2px 0 0 0;
}

nav.mainnav ul {
    list-style: none;
    margin:0;
    padding:0;
}

nav.mainnav ul li {
    margin:0 0 2px 0;
    text-transform: uppercase;
    font-size:13px;
    text-align:left;
}

nav.mainnav ul li:first-child {
}

nav.mainnav ul li a {
    padding:13px;  
    color:#eee;
    background:#333;
    display:block; 
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400; 
    font-size:14px;     
}

nav.mainnav ul li a:hover {
    background:#222;
}       

/* ----------- SEARCH ----------- */

.search-form {
    width:100%;
    margin:30px 0 30px 0;
    display:none;
    border:1px solid #58b8c5;
}

.search-form input, select, textarea {
    background: #fff;
    border:0; 
    color: #333;
    display: block;
    font-family: arial, sans-serif;
    font-size: inherit;
    padding: 15px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    margin: 0;
    height: 50px;
    outline: none;
}

#searchtext {
    overflow: hidden;
}

.search-form input[type="submit"] {
    background: #58b8c5;
    border:0;
    color: #fff !important;
    display: block;
    float: right;
    font-family: inherit;
    font-size: 12px;
    padding: 4px 15px;
    text-align: center;
    width: 90px;
    box-sizing: border-box;
    height: 50px;
    outline: none;
}

/* -----------------------------------------------
   INDEX
   ----------------------------------------------- */

.container {
padding-right: 300px;
}

.primary {
float: left;
padding-right: 14px;
width: 100%;
}

.secondary {
float: right;
margin-right: -300px;
width: 300px;
}

/* -------------- movie thumbs ----------------- */

#index-title h1 {
    font-family: 'Roboto', sans-serif; 
    letter-spacing: 2px;
    font-size:18px;
    margin: 30px auto 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-weight:500;
}

ul.cover-thumbs {
    list-style:none;
    margin:30px 0 0 0;
    padding:0;
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;   
}

ul.cover-thumbs li {
    margin:0 0 30px 0;
    padding:0;
    font-family: 'Roboto', sans-serif; 
    font-size:12px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

ul.cover-thumbs li .inner {
    padding:0;
    color:#999;
}

ul.cover-thumbs li img {
    width:100%;
    margin: 0 0 10px 0;
}

ul.cover-thumbs li h3 {
    margin: 0 0 10px 0;
}

ul.cover-thumbs li h3 a {
    font-weight:400;
    font-size:15px;
    margin:0 0 0 0;
    padding:0;
    color:#333;
}

ul.cover-thumbs li span {
    padding:0 0 0 0;
    margin:0 0 0 0;
    display:block;
    color:#555;
}

.button-buy {
font-size: 13px;
text-transform: uppercase;
background:#3c3c3c;
color:#fff;
width:100%;
display:block;
text-align:center;
margin:10px 0 0 0;
padding:7px 0;
}

.button-buy:hover {
background:#2c2c2c;
color:#fff;
} 


ul.cover-thumbs2 {
    list-style:none;
    margin:0 0 20px 0;
    padding:0;
    width: 100%;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;   
}

ul.cover-thumbs2 li {
    margin:0 2% 40px 0;
    padding:0;
    font-family: 'Roboto', sans-serif; 
    font-size:13px;
    width: 49%;
    float: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align:center;
}

ul.cover-thumbs2 li:nth-child(2n) {
    margin: 0 0 15px 0;
} 

ul.cover-thumbs2 li .inner {
    padding:0px;
    color:#999;
}

ul.cover-thumbs2 li img {
    width:100%;
    margin: 0 0 10px 0;
}

ul.cover-thumbs2 li h3 {
    margin: 0 0 5px 0;
}

ul.cover-thumbs2 li h3 a {
    font-weight:400;
    font-size:13px;
    margin:0 0 0 0;
    padding:0;
    color:#333;
}

ul.cover-thumbs2 li span {
    padding:10px 0 0 0;
    margin:10px 0 0 0;
    display:block;
    border-top:1px solid #eee;
    color:#555;
}


.nocoversfound {
    padding:100px 0;
    text-align:center;
    text-transform: uppercase;
    font-size:24px;
    font-family: 'Roboto', sans-serif;
}
a.button_center {
    font-family: 'Roboto', sans-serif;
    color:#333;
    font-size:17px;
    border:1px solid #ccc;
    letter-spacing:1px;
    margin: 10px 0 0 0;  
    padding:10px;
    display:inline-block;  
    text-align:center;
    text-transform: none;
}
a.button_center:hover {
    background:#333;
    border:1px solid #333;
    color:#fff;
}

/* ------------------------------------- PAGINATION ------------------------------------- */

.pagination {
clear:both;
margin-top:25px;
margin-bottom:33px;
text-align:center;
}

.pagination span,.pagination a {
display:inline-block;
overflow:hidden;
margin:0 5px 5px 5px;
width:40px;
height:40px;
background:#fff;
color:#333;
text-align:center;
text-decoration:none;
font-size:12px;
line-height:40px;
}

.pagination .next {
width:70px;
}

.pagination a:hover {
background:#333;
color:#eaeaea;
}

.pagination .current {
background:#333;
color:#eaeaea;
}



/* -----------------------------------------------
   Cover Content
   ----------------------------------------------- */

.prevcover, .nextcover {
  display:none;
}

#cover-box {
    margin:30px 0 30px 0;
    padding:0;
    background:#fff;
    color:#777;
}

.c-left {
    text-align: center;
}

.c-right {
}
.c-left .sh {
    text-align: left;
}

.c-left img {
    width:100%;
    margin:0 0 15px 0;
    padding:10px;
    border:1px solid #ddd;
}

.c-right h1 {
    font-family: Helvetica, Arial, sans-serif;
    font-size:36px;
    line-height:1.1em;
    color:#555;
    margin:0 0 11px 0;
    padding:0;
    font-weight: normal;
}

.subtitle {
    font-family: Helvetica, Arial, sans-serif;
    font-size:18px;
    line-height:1.2em;
    color:#777;
    margin:0 0 30px 0;
    padding:0;
    font-weight: normal;
}

.c-right p {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 1.6;
    font-size:14px;
    color:#555;
}

.c-right p.b {
    margin:0 0 8px 0;
}

.release-info {
    font-family: Helvetica, Arial, sans-serif;
    margin-bottom:20px;
    font-size:22px;
    color:#999;
}

.release-info a {
    color:#999;
}

.release-info a:hover {
    color:#49c3c9;
}

a.amazon-but {
    margin:0 0 30px 0;
    width:100%;
    color:#fff;
    background:#58b8c5;
    padding:10px;
    display:block;
    font-size:15px;
    text-align:center;
}

a.amazon-but:hover {
    background:#333;
}

.mm {}

.fblike {
    margin:10px 0 0 0;
}


/* ------------- Social share ------------- */

.cover-social-share {
margin:5px 0 30px 0;
list-style: none;
padding:0;
}

.cover-social-share li {
margin-left:5px;
float:left;
}

.cover-social-share li:first-child {
margin-left:0;
}

.cover-social-share li .button {
color:#fff;
display:block;
text-align:center;
line-height:40px;
min-width:40px;
font-size:18px;
}

.cover-social-share li .facebook {
background-color:rgba(59, 89, 152,1);
}

.cover-social-share li .twitter {
background-color:rgba(85, 172, 238,1);
}

.cover-social-share li .googleplus {
background-color:rgba(211, 72, 54,1);
}

.cover-social-share li .pinterest { 
background-color:rgba(201,34,40,1);
}

.cover-social-share li .stumbleupon {
background-color:rgba(236,75,36,1);
}





/* -------------- comments ---------------- */

section.comments {
    padding:15px;
    background:#fff;
    margin: 0 0 30px 0;
}


/* -------------- pages -------------- */

#page-box {
    margin:30px 0 30px 0;
    padding:0px;
    background:#fff;
    font-family: 'Roboto', sans-serif;
}

#page-box h1 {
    margin:0 0 0 0;
    font-size:20px;
    color:#3C3F36;
    font-weight:400;
}

#page-box h2 {
    margin:20px 0 0 0;
    font-size:20px;
    color:#3C3F36;
    font-weight:400;
}


#page-box p {
    margin:15px 0 0 0;
    padding:0;
    line-height:1.5em;
    font-size:13px;
    color:#333;
}

#page-box p:first-of-type {
    margin:15px 0 0 0;
}

.browse-list {
margin:0 0 30px 0;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
}

.browse-list ul {
list-style: none;
margin:0;
padding:0;
}

.browse-list ul li {
margin:0 0 3px 0;
padding:0;
}

.browse-list ul li:last-child {
margin-bottom:10px;
}

.browse-list ul li a {
color:#505050;
}

.browse-list ul li a:hover {
color:#000;
}

.browse-list h3 {
font-family:"VAGRoundedLTCom-Light", Helvetica;
margin:0;
text-transform: uppercase;
color:#505050;
font-size:23px;
letter-spacing: 2px;
}

/* ==========================================================================
   Forms
   ========================================================================== */


.form1 {
    padding: 0;
    margin:0 0 0 0;
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.form1 li {
    padding: 0;
    display: block;
    list-style: none;
    margin: 0 0 15px 0;
}

.form1 label{
    margin:0 0 3px 0;
    padding:0px;
    display:block;
    font-weight: normal;
}

.form1 input[type=text], 
.form1 input[type=date],
.form1 input[type=datetime],
.form1 input[type=number],
.form1 input[type=search],
.form1 input[type=time],
.form1 input[type=url],
.form1 input[type=email],
.form1 input[type=password],
textarea, 
select{
    font: 13px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border:1px solid #ccc;
    padding: 7px;
    margin:0px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;  
}

.form1 input[type=text]:focus, 
.form1 input[type=date]:focus,
.form1 input[type=datetime]:focus,
.form1 input[type=number]:focus,
.form1 input[type=search]:focus,
.form1 input[type=time]:focus,
.form1 input[type=url]:focus,
.form1 input[type=email]:focus,
.form1 input[type=password]:focus,
.form1 textarea:focus, 
.form1 select:focus{
    -moz-box-shadow: 0 0 8px #88D5E9;
    -webkit-box-shadow: 0 0 8px #88D5E9;
    box-shadow: 0 0 8px #88D5E9;
    border: 1px solid #88D5E9;
}

.form1 textarea {
    height:170px;
}

.form1 .field-divided{
    width: 49%;
}

.form1 .field-long{
    width: 100%;
}

.form1 .field-select{
    width: 100%;
}

.form1 .field-textarea{
    height: 100px;
}

.form1 input[type=submit], .form1 input[type=button]{
    background: #333;
    padding: 8px 25px 8px 25px;
    margin:10px 0 0 0;
    border: none;
    color: #eee;
}

.form1 input[type=submit]:hover, .form1 input[type=button]:hover{
    background: #222;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}

.form1 .required{
    color:red;
}

.alert {
padding: 15px;
margin-top: 30px;
border: 1px solid transparent;
}

.alert-success {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}

.alert-error {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}


/* ==========================================================================
   Footer
   ========================================================================== */

footer {
margin:0 0 0 0 ;
padding:30px 0 15px 0;
color:#333;
font-size:13px;
font-family: 'Roboto', sans-serif;
border-top:1px solid #aaa;
}

footer .left {

}
footer .right {
    color:#777;
}

footer .right a {
    line-height:23px;
    color:#777;
    margin:0 10px;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    transition: all 0.30s ease-in-out;     
}

footer .right a:last-child {
    margin-right:0;
}
footer .right a:first-child {
    margin-left:0;
}

footer .right a:hover {
    color:#aaa;
}

footer img {
    margin:0 10px 0 0;
}

footer span {
    color:#777;
    margin:10px 0 10px 0;
}

.social-buttons {
    margin:0 0 0 0;
}


.social-buttons a.fb {
    color:rgba(59, 89, 152,1);
    display:inline-block;
    margin:0 10px 0 0;
    font-size:23px;
    text-align:center;   
}

.social-buttons a.tw {
    color:rgba(85, 172, 238,1);
    display:inline-block;
    margin:0 10px 0 0;
    font-size:23px;
    text-align:center; 
}

.social-buttons a.pi {
    color:rgba(201,34,40,1);
    display:inline-block;
    margin:0 10px 0 0;
    font-size:23px;
    text-align:center; 
}


.admin-left {
    float:left;
    width:28%;
    margin-right:2%;
}

.admin-right {
    float:left;
    width:70%;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */


@media only screen and (min-width: 370px) {
    
    nav.mainnav-m .msearch {
        display:inline-block; 
    }
    nav.mainnav .dsearch {
        display:none;
    }  

}

@media only screen and (min-width: 420px) {  

    nav.mainnav {
        clear:both;
        display:none;
        padding:30px 0 0 0;
    }

    nav.mainnav ul li {
        margin:0 10px 10px 0;
        text-transform: uppercase;
        font-size:13px;
        text-align:left;
        display:inline-block; 
    }

    nav.mainnav ul li:first-child {
    }

    nav.mainnav ul li a {
        padding:13px;  
        color:#eee;
        background:#333;
        
        font-family: 'Source Sans Pro', sans-serif;
        font-weight: 400; 
        font-size:14px;     
    }

    nav.mainnav ul li a:hover {
        background:#222;
    }       

}

@media only screen and (min-width: 650px) {

    #mot {
        display:block;
    }   

}

/* elements ----------------- */

@media only screen and (min-width: 430px) {   

    ul.cover-thumbs li {
        margin:0 2% 40px 0;
        padding:0;
        font-family: 'Roboto', sans-serif; 
        font-size:13px;
        width: 49%;
        float: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }  

    ul.cover-thumbs li:nth-child(2n) {
        margin: 0 0 40px 0;
    }  

}

@media only screen and (min-width: 670px) {       

    ul.cover-thumbs li {
        margin:0 2% 40px 0;
        padding:0;
        font-family: 'Roboto', sans-serif; 
        font-size:13px;
        width: 23.5%;
        float: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }  

    ul.cover-thumbs li:nth-child(2n) {
        margin: 0 2% 40px 0;
    }    

    ul.cover-thumbs li:nth-child(4n) {
        margin: 0 0 40px 0;
    }

    ul.cover-thumbs2 li {
        margin:0 2% 40px 0;
        padding:0;
        font-family: 'Roboto', sans-serif; 
        font-size:13px;
        width: 23.5%;
        float: left;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }  

    ul.cover-thumbs2 li:nth-child(2n) {
        margin: 0 2% 15px 0;
    }      

    ul.cover-thumbs2 li:nth-child(4n) {
        margin: 0 0 15px 0;
    }      

}


@media only screen and (min-width: 670px) {

    .c-left {
        width:40%;
        float:left;
    }

    .c-right {
        width:57%;
        margin-left:3%;
        float:right;    
    }

    #mm {
        display:none;
    }

    .cover-social-share {
        margin:5px 0 0 0;
    } 

    a.amazon-but {
        width:250px;
    }       

}

@media only screen and (min-width: 780px) {

    footer .left {
        width:60%;
        float:left;
    }
    footer .right {
        width:40%;
        float:right;
        text-align:right;
        color:#777;
    }  
        

}

@media only screen and (min-width: 1200px) {

    .prevcover, .nextcover {
        display:block;
        top: 250px;
        width: 60px;
        height: 60px;
        line-height:60px;
        margin: auto;
        position: fixed;
        z-index: 3000;
        font-size:32px;
        text-align:center;
        color:#aaa;
    }

    .prevcover {
        left: 10px;
    }

    .nextcover {
        right: 10px;
    }

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.hide {
    display:block;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}
