/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
.clear {
    clear: both
}

.hide {
    display: none
}

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

a:hover {
    text-decoration: underline
}

a img {
    border: 0
}

.a-left {
    text-align: left
}

.a-center {
    text-align: center
}

.a-right {
    text-align: right
}

img {
    max-width: 100%
}

@font-face {
    font-family: 'Handsean';
    font-style: normal;
    font-weight: 300;
    src: url(../font/handsean.eot);
    src: url(../font/handsean.eot?#iefix) format('embedded-opentype'),
        url(../font/handsean.ttf) format('truetype');
}


body {
    margin: 0 !important;
    padding: 0 !important;
    background: white;
    font-family: 'Open Sans', 'sans-serif';
    ;
    color: #161614;
}

.msg-error {
    text-align: center;
    color: red;
    font-size: 16px;
    font-weight: 400;
    margin: 25px 0
}



.fancybox-inner .main.container {
    padding: 0
}

.main.container .main-column {}

.main {
    color: #161614;
    font-size: 14px;
}

.main h1 {
    color: #161614;
    font-size: 27px;
    font-weight: 800;
    margin-top: 0;
    padding: 5px 20px 20px;
    font-family: 'handsean', 'Open Sans', 'sans-serif';
    border-bottom: 5px solid #eb539e
}

.main h2 {
    color: #161614;
    font-size: 22px;
    margin-top: 0;
    font-weight: 600;
    border-bottom: 1px solid #e0e0e0
}

.lightboxhtml {
    padding: 20px 5% 0;
    width: 90%
}

.lightboxhtml h1 {
    width: 100% !important
}

.lightboxhtml label {
    width: 100px;
    display: inline-block
}

#form-operation .form {
    width: 49%;
    display: inline-block
}

#form-operation .form.radio label {
    width: auto;
}

/* #Form Styles
================================================== */
div.form {
    clear: both
}

span.required {
    color: red;
    margin-left: 4px
}

label.error {
    position: absolute;
    color: red;
    padding-left: .5em;
    vertical-align: top;
}

form .form {
    margin: 8px 0;
    display: block
}

.form.submit {
    margin: 5px 0;
}

.form.submit input {
    border: 0;
    background: 0 0 no-repeat;
    height: 37px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    color: white
}

.form.submit input:hover {
    background-position: 0 100%;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.form.input input {
    width: 200px;
    padding: 0 5px;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    height: 30px;
    line-height: 30px;
    font-size: 15px
}

.form.input input.error {
    border: 1px dotted red;
}

.form.input.infield {
    position: relative
}

.form.input.infield label {
    position: absolute;
    top: 2px;
    left: 7px;
    line-height: 30px
}

.form.select select,
.form.input select {
    width: 212px;
    background-color: #f3f3f3;
    border: 1px solid #e8e8e8;
    height: 34px;
    line-height: 30px;
    font-size: 15px
}

.form.input select.error,
.form.select select.error {
    border: 1px dotted red;
}

.form.textarea textarea {
    background-color: #fafafa;
    border: 1px solid #e8e8e8
}

.form.textarea textarea.error {
    border: 1px dotted red;
}

.form.textarea.infield {
    position: relative
}

.form.textarea.infield label {
    position: absolute;
    top: 2px;
    left: 7px;
    line-height: 30px
}

/* #Page Styles
================================================== */
html {
    height: 100%;
    background: #eb539e;
}

.page {
    padding: 20px 25px;
    position: relative;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -150px;
    height: auto !important;
    height: 100%;
}

.header {
    margin: 0;
    background-color: #eb539e;
    border-bottom: 10px solid #161614;
    overflow: hidden;
    height: 220px
}

.footer {
    background-color: #eb539e;
    text-align: center;
    color: white;
    font-size: 15px;
    margin-bottom: 10px;
    border-top: 10px solid #161614
}

.footer a {
    font-weight: bold;
    color: #161614
}

.push {
    height: 150px
}

#logo {
    display: block;
    max-width: 700px;
    width: 100%
}

#logo img {
    max-width: 700px;
    width: 100%;
    border: 0
}

#form-search .form {
    display: inline-block
}

.block-right {
    margin-bottom: 20px;
    padding: 10px 15px;
}

.block-right h2 {
    margin-top: 0;
    text-align: center
}

.admin .block-right h2 {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: #161614
}

.edit,
.delete {
    display: inline-block;
    width: 25px;
    margin: 0 4px
}

.edit img,
.delete img {
    width: 25px
}

.hide_limit,
.hide_moreview,
.hide_id,
.hide_date,
.hide_keyword,
.hide_order,
.hide_title,
.hide_city,
.hide_author {
    display: none
}

.admin .container table {
    width: 100%;
    border-spacing: 0;
    text-align: center;
    background: white;
    padding: 10px 30px;
    border-radius: 2px;
}

.articles .article {
    width: 94%;
    padding-right: 2%;
    height: auto;
    margin: 10px 2%;
    display: block;
    float: left;
    position: relative;
    border-radius: 150px 5px 5px 150px;
    background: white;
    border: 2px solid #e8dbef
}

.articles .article:hover,
.articles .article:hover .article-content img {
    border-color: #eb539e;
    text-decoration: none
}

.articles .article:hover .articles-comment .bulle {
    background-image: url(/assets/images/bulle-comment-hover.png)
}

.main-column {}

.fancybox-inner .main {
    max-width: 100%
}

.fancybox-inner .main-column {
    background: none;
    box-shadow: none;
    border-radius: 0;
    max-width: 100%
}

.fancybox-wrap {
    margin-left: 8px
}

.fancybox-inner .columns {
    max-width: 98%
}

.article-content {
    width: 100%;
    position: relative;
}

.article-img,
.article-content {
    float: left
}

.article-img {
    width: 30%;
    height: auto
}

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

.articles-data {
    width: 67%;
    margin-left: 3%;
    float: left;
}

.article-title,
.article-texte {
    width: 100%;
    text-align: justify;
    font-size: 14px;
    max-height: 9.3em;
    overflow: hidden
}

/*.article-texte{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}*/
.article-bottom {
    position: absolute;
    bottom: 5px;
    right: 0;
    width: 67%
}

.article-title {
    font-size: 25px;
    line-height: 30px;
    margin-top: 7px;
    margin-bottom: 10px;
    ;
    font-family: 'Open Sans', 'sans-serif';
    font-weight: 600
}

.articles .article-infos {
    color: #666666;
    font-size: 15px;
    ;
    font-style: italic;
    line-height: 25px;
    margin-top: 8px;
    display: inline-block
}

.articles .article-share {
    float: right
}

.admin .page {
    padding: 15px 20px
}

#form-article .select label,
#form-article .input label,
#form-formation .select label,
#form-formation .input label {
    width: 130px;
    display: inline-block
}

#form-article .input label.error,
#form-formation .input label.error {
    width: 200px;
    line-height: 34px
}

#form-article .select select,
#form-formation .input select,
#form-formation .select select {
    width: 61%;
    display: inline-block
}

#form-article .input input,
#form-formation .input input {
    width: 60%;
    display: inline-block
}

#form-article .textarea,
#form-formation .textarea {
    margin: 30px 0
}

#form-article .form.submit,
#form-formation .form.submit {
    margin-top: 30px
}

#form-article .form.submit input,
#form-formation .form.submit input {
    margin: 0 20px
}

#form-article #publier,
#form-formation #publier {
    background-image: url(/assets/images/bouton/small.png);
    width: 102px;
    float: right
}

#form-admin-comment #sauvegarder,
#form-article #sauvegarder,
#form-formation #sauvegarder {
    background-image: url(/assets/images/bouton/medium.png);
    width: 152px;
}

#form-publication-differee #sauvegarder {
    background-image: url(/assets/images/bouton/medium.png);
    width: 152px;
}

#form-article #publier-plus-tard {
    background-image: url(/assets/images/bouton/long.png);
    width: 202px;
    float: right;
}

#form-article #depublier,
#form-formation #depublier {
    background-image: url(/assets/images/bouton/long.png);
    width: 202px;
    float: right
}

#form-article-traduction #ajouter,
#form-formation-traduction #ajouter {
    background-image: url(/assets/images/bouton/medium.png);
    width: 152px
}

#form-comment #commentaire {
    background-image: url(/assets/images/bouton/small.png);
    width: 102px
}

#form-connection #connexion {
    background-image: url(/assets/images/bouton/medium.png);
    width: 152px
}

#form-newsletter #inscription {
    background-image: url(/assets/images/bouton/medium.png);
    width: 152px
}

#form-nousjoindre #envoyer {
    background-image: url(/assets/images/bouton/medium.png);
    width: 152px
}

.form-reservation #reserver {
    background-image: url(/assets/images/bouton/long.png);
    width: 202px
}

#form-search {
    position: relative
}

#form-search #search {
    padding-right: 30px;
    width: 170px
}

#form-search #rechercher {
    background: url(/assets/images/loupe.png) no-repeat;
    background-color: transparent;
    width: 17px;
    height: 17px;
    position: absolute;
    border: 0;
    cursor: pointer;
    top: 16px;
    right: 5px
}

#form-publication-differee label.error {
    width: 220px;
    margin: 8px 0 0 16px
}

.admin td {
    border-top: 1px solid #dfdee4
}

.admin th .form.input label,
.admin th .form.input input,
.admin th .form.select select {
    width: 80%;
    margin: 0 10%;
    left: 0;
    padding: 0
}

.admin th .form.select #select-keyword-label {
    text-align: center
}

.admin th .form.select select {
    height: 32px;
    text-align: center;
    font-size: 14px;
    color: #161614;
    font-weight: 400
}

.message-lightbox {
    padding: 10px
}

.article .comments,
.article .new-comment {
    display: none;
}

.article .new-comment .form.textarea,
.article .new-comment .form.input {
    margin: 4px 0;
    width: 100%
}

.article .new-comment .form.input input {
    /*width:100%*/
}

.article .new-comment .div-input {
    float: left;
    width: 25%
}

.article .new-comment .div-textarea {
    float: right;
    width: 74%
}

.article .one-comment {
    border-top: 1px dotted #a5a5a5;
    position: relative
}

.admin_commentaire .answer {
    display: none;
    float: right;
    width: 44%;
    height: 73px;
    margin: 21px 0 15px
}

.admin_commentaire .answer textarea {
    width: 100%;
    height: 100%
}

.admin_commentaire .comments {
    border-bottom: 1px dotted #a5a5a5
}

.admin_commentaire .article-datetime {
    font-size: 12px;
    font-style: italic;
    margin-top: -35px;
    text-align: right
}

.article .comment,
.article .answer {
    background: white;
    border-radius: 2px;
    padding: 17px 5% 17px 2%;
    width: 45%;
    border: 1px solid #a5a5a5;
    position: relative;
    margin: 22px 0 20px;
    float: left;
    min-height: 40px
}

.article .answer {
    margin-top: 44px;
    margin-left: -5%
}

.admin_commentaire .comment {
    background: white;
    border-radius: 2px;
    padding: 17px 2%;
    width: 46%;
    border: 1px solid #a5a5a5;
    position: relative;
    margin: 22px 0 20px;
    float: left;
    min-height: 40px
}

.comment .delete,
.admin_commentaire .delete {
    position: absolute;
    right: -11px;
    top: -11px;
    margin: 0
}

.article .comment-title,
.article .comment-answer-title,
.admin_commentaire .comment-title {
    /*margin:-29px 0 0 -7px;*/
    display: inline-block;
    border: 2px solid #a5a5a5;
    padding: 3px 6px;
    background: white;
    border-radius: 4px;
    top: -15px;
    left: 9px;
    position: absolute
}

.article .comment-author,
.article .comment-answer-author,
.admin_commentaire .comment-author {
    font-weight: 400
}

.article .comment-datetime,
.article .comment-answer-datetime,
.admin_commentaire .comment-datetime {
    font-style: italic;
    font-size: 12px
}

.admin_commentaire .read-div {
    position: absolute;
    right: 10px;
    background: white;
    padding: 3px;
    border: 2px solid #a5a5a5;
    border-radius: 4px;
    bottom: -22px
}

.article .answer-arrow {
    float: left;
    background: url(/assets/images/arrow.png)no-repeat;
    width: 30px;
    height: 30px
}

.admin_commentaire .answer-display {
    position: absolute;
    right: -42px;
    top: 22px;
    background: url(/assets/images/arrow.png)no-repeat;
    width: 30px;
    height: 30px
}

#form-admin-comment {
    position: relative
}

#form-comment {
    position: relative
}

#form-comment .form.textarea {
    width: 100%;
    height: 64px;
}

#form-comment .form.textarea textarea {
    width: 100%;
    height: 100%
}

.article .article-footer-link {
    font-size: 19px
}

.article .new-comment {
    border: dotted #a5a5a5;
    border-width: 1px 0;
    padding: 6px 0;
    margin: 6px 0
}

.article .article-content img {
    height: auto !important;
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

.article .article-content img.no-gallery {
    cursor: auto
}

.articles .article .article-content img {
    border-radius: 100% 0% 0% 100%;
    border: solid #e8dbef;
    border-width: 0px 2px 0px 0
}

.fancybox-image,
.article .article-ajax .article-content img {
    border-radius: 2px;
    border: 0px solid #eb539e;
}

.article-big-sep {
    height: 1px;
    width: 100%;
    border-bottom: 3px dotted darkgray;
    margin: 30px 0
}

#form-connection .form label {
    display: inline-block;
    width: 150px
}

#form-connection .form label.error {
    width: 250px;
    margin-top: 7px
}

#form-search .form label.error {
    top: 33px;
    left: 0;
}

.articles-comment {
    position: relative;
    font-weight: 400
}

.articles-comment .bulle {
    background: url(/assets/images/bulle-comment.png) no-repeat;
    font-weight: 400;
    font-size: 15px;
    width: 48px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

#galerie {
    margin: 0 auto
}

#galerie a {
    width: 22.5%;
    margin: 5px 1%;
    display: inline-block
}

#galerie img {
    width: 100%;
    border-radius: 2px;
    border: 2px solid #e8dbef;
}

#galerie img:hover {
    border: 2px solid #eb539e;
}

.block-right .title-right {
    color: #161614;
    font-size: 23px;
    text-align: center;
    font-weight: 400;
    font-family: 'handsean', 'Open Sans', 'sans-serif'
}

.block-right .title-right a {
    color: #161614
}

.block-left .title-left {
    color: white;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
    font-family: 'Open Sans', 'sans-serif';
    margin-bottom: 9px
}

.block-left .title-left a {
    color: #161614
}

.block-right#block-colright,
.block-right#block-article,
.block-right#block-formation,
.block-right#block-new-comment,
.block-right#block-comment,
.block-left#block-langue,
.block-left#block-raccourci,
.block-right#block-contact,
.block-right#block-horaire,
.block-right#block-urgence {
    padding: 0;
    overflow: hidden
}

.block-right#block-colright .content-right {
    text-align: center
}

.block-right#block-colright .content-right img {
    max-width: 100%
}

.home .fb-social {
    width: 100%;
    max-width: 100%
}

.home .fb-social span:first-of-type {
    margin: 0 auto;
    display: block;
    max-width: 100%
}

.home .fb-social iframe {
    margin: 0 auto;
    max-width: 100%
}

.home .fb-social iframe .plm {
    font-size: 13px
}

.home .fb-social iframe .plm a {
    white-space: nowrap;
}

.block-right#block-social .title-right a {
    text-decoration: underline
}

.block-right#block-social .title-right a:hover {
    text-decoration: none
}

.block-right#block-urgence a.urgence {
    padding-left: 80px;
    background-image: url(/assets/images/urgence.png);
    background-repeat: no-repeat;
    background-position: 3px 50%
}

.block-right#block-urgence a.urgence.en {
    background-image: url(/assets/images/urgence_en.png);
}

.article #share {
    margin-top: 5px
}

.tabs-lang {
    display: inline-block;
    float: right;
    margin-top: -15px
}

.tab-lang {
    display: inline-block;
    padding: 5px 20px;
    margin: 0 4px;
    box-shadow: 1px 1px 12px #555;
    border-radius: 0 0 5px 5px;
    background: white
}

.tab-lang a {
    font-weight: 600;
    font-size: 18px
}

.tab-lang-add {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 4px;
    box-shadow: 1px 1px 12px #555;
    border-radius: 0 0 5px 5px;
    background: white
}

.tab-lang-add a {
    font-weight: 400;
    font-size: 18px
}

#add-translate {
    display: inline-block
}

.admin_article .traduction-delete {
    position: absolute;
    right: 22px
}

.admin_formation .traduction-delete {
    float: right;
    margin-bottom: 18px
}

#loading {
    width: 128px;
    margin: 0 auto
}

/* Tou-Chat-Tou */
#header-logo {
    text-align: center
}

.block-left#block-articles {
    padding: 0;
    overflow: hidden
}

.links-articles-left {
    padding: 10px 20px;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid white;
    font-size: 14px
}

.links-articles-left:last-child {
    border-bottom: 0
}

.links-articles-left.actif {
    background: url(/assets/images/arrow-right.png) no-repeat right center #eb539e;
    text-decoration: none;
}

.links-articles-left.actif.mother {
    background-image: url(/assets/images/arrow-bottom.png);
    padding-right: 30px
}

.links-articles-left:hover {
    background-color: #eb539e;
    text-decoration: none;
}

.links-articles-left.sublinks {
    background: url(/assets/images/puce.png) no-repeat left center;
    padding-left: 35px;
    padding-right: 35px
}

.links-articles-left.sublinks.actif,
.links-articles-left.sublinks:hover {
    background-color: #eb539e
}

.block-left#block-raccourci {
    display: none
}

.links-colright {
    padding: 10px 20px;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid white
}

#block-contact .links-colright {
    padding: 10px 20px 10px 50px
}

.links-colright:last-child {
    border-bottom: 0
}

.links-colright.tel {
    background: url(/assets/images/tel.png) no-repeat 10px center
}

.links-colright.fax {
    background: url(/assets/images/fax.png) no-repeat 10px center
}

.links-colright.plan {
    background: url(/assets/images/plan.png) no-repeat 10px center
}

.links-colright.email {
    background: url(/assets/images/email.png) no-repeat 10px center
}

.links-colright.facebook {
    background: url(/assets/images/facebook.png) no-repeat 10px center
}

.links-colright.actif {
    background-color: #eb539e;
    text-decoration: none;
}

.links-colright:hover {
    background-color: #eb539e;
    text-decoration: none;
}



.admin-right-link {
    padding: 10px 20px;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid white
}

.admin-right-link:last-of-type {
    border-bottom: 0
}

.admin-right-link.actif {
    background: #eb539e;
    text-decoration: none;
    color: white;
}

.admin-right-link:hover {
    background: #eb539e;
    text-decoration: none;
    color: white;
}


.col-sup {
    position: relative
}

.col-sup h1 {
    padding: 15px 0;
    margin: 0 0 15px;
    background: white;
    border-radius: 2px;
}

.col-sup h1 span {
    padding: 0 40px;
    display: block
}

.col-sup h1 img {
    position: absolute;
    right: 0;
    bottom: 0
}

.block-right a,
.block-left a {
    color: white
}

.block-right,
.block-left {
    padding: 10px 10px 20px;
    margin: 10px 0 0 0;
    border-radius: 2px;
    border-bottom: 5px solid #161614;
    color: white;
    background: #77818a
}

.block-right:last-child,
.block-left:last-child {
    margin-bottom: 10px
}

.fancybox-skin {
    background: #eb539e
}

.fancybox-inner .reserver-popin h1 {
    margin-top: 0;
    border-bottom: 2px solid #161614;
    color: #161614;
    padding-bottom: 10px;
    font-size: 25px
}

.fancybox-inner .reserver-popin .city_date {
    font-size: 20px;
    font-weight: 600;
    color: #161614
}

.fancybox-inner .reserver-popin .title {
    font-size: 18px;
    font-weight: 600;
    color: #eb539e
}

.fancybox-inner .reserver-popin .time {
    font-size: 16px;
    font-weight: 400;
    color: #161614
}

.fancybox-inner .reserver-popin form {
    margin: 20px 10px;
    padding: 20px 0;
    border-top: 2px solid #161614;
    border-bottom: 2px solid #161614
}

.fancybox-inner .reserver-popin label {
    width: 170px;
    display: inline-block
}

.fancybox-inner .reserver-popin label.error {
    position: relative;
    width: 100%;
    text-align: right;
    margin-bottom: 2px;
    padding: 0
}

.fancybox-inner .reserver-popin input {
    width: 200px;
}

.fancybox-inner .reserver-popin select {
    width: 212px;
}

.fancybox-inner .reserver-popin .submit {
    text-align: center;
    margin-top: 25px
}

.photos .article-content ul {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0
}

.photos .article-content li {
    list-style-type: none
}

.photos .article-content a {
    display: inline-block;
    float: left;
    width: 99%;
    margin: 0 1% 3px 0;
    border-bottom: 2px solid #161614;
    position: relative
}

.photos .article-content a img {
    width: 100% !important;
    border: 0 !important;
    border-radius: 0 !important
}

.photos .article-content a span {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #161614;
    width: 94%;
    padding: 3%;
    color: white;
    opacity: 0.8;
    filter: alpha(opacity=80);
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

table {
    font-size: 14px
}

.services .article-content table,
.equipe .article-content table {
    width: 100% !important
}

.adoptez-un-chat-errant .article-content table {
    width: 100% !important
}

.adoptez-un-chat-errant .article-content table td {
    width: 50%
}

.adoptez-un-chat-errant .article-content table img {
    width: 100% !important;
}

.col-left.floatable,
.col-right.floatable {
    top: 0;
    position: fixed
}

.main-column.floatable {
    margin-left: 250px
}

/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1279px) {
    .mobile1280 {
        width: 100% !important
    }

    .main-column.floatable {
        margin-left: 190px
    }

    .services .article-content table td {
        display: inline-block;
        width: 100% !important;
        white-space: normal !important
    }

    .services .article-content table td:last-child {
        text-align: center !important
    }

    .equipe .article-content table td {
        display: inline-block;
        width: 100% !important;
        white-space: normal !important
    }

    .equipe .article-content img {
        margin: 10px 0 !important
    }

    .adoptez-un-chat-errant .article-content table td {
        width: 100%;
        display: block
    }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
    .mobile960 {
        width: 100% !important
    }

    .main-column.floatable {
        margin-left: 154px
    }
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .mobile768 {
        width: 100% !important
    }

    .header {
        height: auto
    }

    .photos .article-content ul {
        width: 100%
    }

    .photos .article-content a {
        margin-right: 0;
        width: 100%
    }

    .col-left.floatable,
    .col-right.floatable {
        top: auto;
        position: relative
    }

    .main-column.floatable {
        margin-left: 00px
    }

    .block-left#block-raccourci {
        display: block
    }
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .mobile480 {
        width: 100% !important
    }
}

@media only screen and (max-width: 399px) {}