/*

    Hi, i'm abdellah !
    and since you're here you must be a developer -like me :D- or some quality inspector.
    but no matter who you are, please welcome to the :

    ##############################################

             SECOM CSS MASTER STYLE SHEET

    ##############################################

    - Developed & documented by : Gym Abdellah
     --------------------------------------------------

    - Tree of content so far:

    @Normal css

    html
       |__ body
            |__ .wrapper
                    |__ .wrapper>header
                    |         |__ .wrapper>header div
                    |                              |__ .wrapper>header div h1
                    |                              |                        |__ .wrapper>header div h1 span
                    |                              |
                    |                              |__ .wrapper>header div blockquote
                    |
                    |        |__ .wrapper>header a  .wrapper>header div h1
                    |        |__ .wrapper>header a: hover
                    |
                    |__ .wrapper>.mainNav
                    |                |__ .wrapper>.mainNav
                    |                                |__ .wrapper>.mainNav ul
                    |                                                       |__ .wrapper>.mainNav ul li
                    |                                                                                 |__ .wrapper>.mainNav ul li a
                    |                                                                                                             |__ .wrapper>.mainNav ul li a .arrow-up
                    |                                                                                 |__ .wrapper>.mainNav ul li a:hover
                    |                                                                                                             |__ .wrapper>.mainNav ul li a:hover > .arrow-up
                    |                                                                                 |__ .wrapper>.mainNav ul li .active_link
                    |                                                                                                              |__ .wrapper>.mainNav ul li .active_link>.arrow-up
                    |                                                                                 |__ .wrapper>.mainNav ul li .active_link:hover
                    |
                    |__ .wrapper .slider
                    |
                    |__ .wrapper .navbar
                    |                 |__ .wrapper .navBar>*
                    |                 |__ .wrapper .navBar h2
                    |                 |__ .wrapper .navBar h3
                    |                 |__ .wrapper .navBar p
                    |                 |__ .wrapper .navBar arrow-left
                    |
                    |
                    |__ .wrapper .content
                    |                |__ .wrapper .content>article
                    |
                    |
                    |
                    |
                    |
                    |
                    |
                    |
                    |
                    |__ .wrapper>footer
                                    |__ .wrapper>footer
                                    |__ .wrapper>footer
                                    |__ .wrapper>footer .logo
                                    |__ .wrapper>footer div:nth-child(1)>*
                                    |__ .wrapper>footer div aside
                                    |__ .wrapper>footer div aside table
                                    |                                |__ .wrapper>footer div aside table td
                                    |                                                                    |__ .wrapper>footer div aside table td a
                                    |                                |__ .wrapper>footer div aside table td:nth-child(1)
                                    |                                |__ .wrapper>footer div aside table td:nth-child(2)
                                    |__ .wrapper>footer div:nth-child(1)>img
                                    |__ .wrapper>footer .copyR
                                    |__ .wrapper>footer .copyR span

*/





/* Global Styles */
html{
    padding: 0;
    margin: 0;
}
body{
    font-family: Arial;
    width: 1000px;
    padding: 0;
    margin: 0 auto;
    background-color: #eeeeee;
    background-image: url("../images/main_bg.jpg");
    color: #333333;
}
.wrapper{
    width: 100%;
   /* background-color: #d4d4d4;*/
    margin: 0 auto;
    position: relative;
}

*{ text-decoration: none;}

hr{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #dedede;
    margin: 0;
    padding: 0;
    box-shadow: 0 1px 0 #fff;
    margin: 10px 0;
}
/* header section */
.wrapper>header{
    background: #f9f9f9; /* Old browsers */

    /* IE9 SVG, needs conditional override of 'filter' to 'none'
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMmQyZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ededed 0%, #d2d2d2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#d2d2d2));
    background: -webkit-linear-gradient(top,  #ededed 0%,#d2d2d2 100%);
    background: -o-linear-gradient(top,  #ededed 0%,#d2d2d2 100%);
    background: -ms-linear-gradient(top,  #ededed 0%,#d2d2d2 100%);
    background: linear-gradient(to bottom,  #ededed 0%,#d2d2d2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#d2d2d2',GradientType=0 );  */
    border-bottom: 10px solid #ac1313;
   /* box-shadow: 0px 5px 10px black;*/
    position: relative;
    z-index: 20;
    height: 100px;
    margin-bottom: 0px;

}
.wrapper>header div{;
    margin: 25px 0px 0px 0px;
    float: left;
}
.wrapper>header div h1{
    color:#0b69b7;
    margin: 0 ;
    font-size: 40px;
    text-shadow: 0px 1px 1px #ffffff;
}



.wrapper>header div h1 span{
     color:#ac1313;
     margin: 0 ;
 }
.wrapper>header>a{
    float: left;
    display: inline-block;
    height: 60%;
    width: 60px;
    background-image:url('../images/secom_logo.png');
    background-repeat: no-repeat;
    background-size: 60px ;
    margin: 20px 0 15px 20px ;
}
.wrapper>header a:hover{
    opacity: 1;
}
.wrapper>header div blockquote{
    color:#535353;
    font-size: 12px;
    margin: 0 ;
    border: none;
    padding: 0;
}
.wrapper>header .menuSwitcherContainer{
    position: absolute;
    right: 0;
    bottom: 0;
    height: 30px;
    width: 130px;



}
.wrapper>header .corner{
    background-image: url('../images/border_switcher.png');
    height: 30px;
    width: 26px;
    margin: 0;
    padding: 0;
    float: left;
}
.wrapper>header .menuSwitcher img{
    float: left;
    display: block;
    height: 25px;
    width: 25px;
    margin-top: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.4s;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: initial;
    -webkit-transition-delay: initial;
    transition: all 0.4s;
    transition-property: all;
    transition-duration: 0.4s;
    transition-timing-function: initial;
    transition-delay: initial;
}
.menuSwitcher:hover . menuSwitcher span{
    color : #000;

}

.wrapper>header .menuSwitcher{
    color: #fff;
    line-height: 37px;
    height:30px;
    padding-left: 10px;
    display: block;
    width: 94px;
    float: left;
    background-color: #ac1313;
}
.wrapper>header .menuSwitcher span{
    height:30px;
    display: block;
    font-size: 14px;
}

.wrapper>header .menuSwitcher:hover{
    text-decoration: none;
}

/* Main navigation menu*/
.wrapper>.mainNav{
    display: none;
    position: absolute;
    right: 0;
    z-index: 10;
}
.wrapper>.mainNav ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.wrapper>.mainNav ul li{
    float: left;
    width: 140px;
    height: 90px;
}
.wrapper>.mainNav ul li a{

    display: block;
    background-color:  rgba(0,0,0,0.8);
    border-bottom: 10px solid rgba(0,0,0,0.2);
    border-bottom: 10px solid rgba(11,105,183,0.4);/*#0b69b7;*/
    line-height: 80px;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    color:#fff;
    box-shadow: inset 0px 5px 3px -4px rgba(0,0,0,0.75);
    text-transform: capitalize ;
    -webkit-transition: line-height 0.4s ease-in-out;
    -moz-transition: line-height 0.4s ease-in-out;
    -ms-transition: line-height 0.4s ease-in-out;
    -o-transition: line-height 0.4s ease-in-out;
    transition: line-height 0.4s ease-in-out;
}
.wrapper>.mainNav ul li .active_link{
    background-image: url("../images/glow.png");
    background-repeat: no-repeat;
    background-position: top;
    border-bottom: 10px solid rgba(11,105,183,0.7);/*#0b69b7;*/
    opacity: 1;
    line-height: 70px;
    box-shadow: 0 2px 5px black;
}
.wrapper>.mainNav ul li a:hover, .wrapper>.mainNav ul li .active_link:hover{
      /*background-image: url("../images/glow.png");*/
      background-repeat: no-repeat;
      background-position: top;
      border-bottom: 10px solid rgba(11,105,183,0.7); /*#0b69b7*/
      line-height:90px ;
      opacity: 1;
      /*box-shadow: 0 2px 5px black;*/
  }
.wrapper>.mainNav ul li a .arrow-up {
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 8px solid rgba(11,105,183,0.7);/*#0b69b7;*/
    display: none;
}
.wrapper>.mainNav ul li .active_link>.arrow-up{
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom :8px solid rgba(11,105,183,0.7);/*#0b69b7;*/
    display: block;
}
.wrapper>.mainNav ul li a:hover > .arrow-up {
    display: block;
}



/* the slider */
.wrapper .slider {
    z-index:1;
}

.wrapper .slider a:hover {
    opacity: 0.99;
}

.wrapper>.banner>img{
    display:block;
    height: 200px;
    width: 100%;
}

/* nav bar */
.wrapper .navBar{
    width: 100%;
    background-color: #282828;
    height: 60px;
}
.wrapper .navBar>*{
    float:left;
    line-height: 60px;
    margin: 0;
}
.wrapper .navBar h2{
    background-color: #ac1313;
    color: #ffffff;
    height: 60px;
    min-width: 100px;
    padding: 0 10px 0 30px;
    font-size: 18px;
    font-weight: normal;
    /*background-image: url("../images/lefter_glow.png");*/
    background-position: left;
    background-repeat: no-repeat;
    font-weight: lighter;
}
.wrapper .navBar h3{
    color:#ffffff;
    font-weight: lighter;
    font-size: 13px;
    margin-left: 10px;
    margin-right: 5px;
}
.wrapper .navBar p{
    font-weight: lighter;
    font-size: 12px;
    color: #999999;
    margin-left: 5px;
}
.wrapper .navBar .arrow-left{
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 45px 0 15px 30px;
    border-color: transparent transparent transparent #ac1313;

}

.wrapper .navBar>div{
    float: right;
    position: relative;
    width: 100%;
}
.wrapper .navBar #menuToggle{
        position: absolute;
        right: 10px;
        top: -40px;
        background-color: #282828;
        background-image: url("../images/glyphs/menu.png") ;
        background-repeat: no-repeat ;
        background-position: 5px 4px;
        background-size: 20px;
        color: #999999 ;
        border: 1px solid #555555;
        height: 30px;
        border-radius: 3px;
        display: none;
        width: 70px ;
        text-align: right;
        text-transform: capitalize;
}

#menuMobile{
    background-color: #222222;
    margin-left: 0;
    margin-top: 0;
}

#menuMobile li{
    border-bottom: 1px solid #333333;
    height: 50px;
 }
#menuMobile li{
    border-bottom: 1px solid #333333;
    height: 50px;

}
#menuMobile li a{
    color: #999999;
    line-height: 50px;
    padding-left: 55px;
    display: block;
    width: 90%;
}

#menuMobile li a{
    background-repeat: no-repeat;
    background-position: 20px 9px;
    background-size: 30px;
}

#menuMobile li:nth-child(1) a{
    background-image: url("../images/glyphs/acceuil.png");
}

#menuMobile li:nth-child(2) a{
    background-image: url("../images/glyphs/produits.png");
}

#menuMobile li:nth-child(3) a{
    background-image: url("../images/glyphs/actualite.png");
}

#menuMobile li:nth-child(4) a{
    background-image: url("../images/glyphs/partenaires.png");
}

#menuMobile li:nth-child(5) a{
    background-image: url("../images/glyphs/contact.png");
}

#menuMobile li:nth-child(6) a{
    background-image: url("../images/glyphs/apropos.png");
}

#menuMobile li:nth-child(7) a{
    background-image: url("../images/glyphs/retour.png");
}

#menuMobile li a:hover, #menuMobile .mobileActive{
    background-color: #333333;
    text-decoration: none;
    color: #ffffff;
    opacity: 1;

}

/* Content section */
.wrapper .content{
    background-color: #f9f9f9;
    color: #333333;
    border: 1px solid #c9c9c9;
    margin: 20px 0;
    border-radius: 5px;
    text-align: justify;
    overflow: hidden;
}
.wrapper .content>article{
    margin: 20px;
}
.wrapper .contentMobile{
    background-color: #eaeaea ;
    color: #333333;
    border: 1px solid #bbbbbb;
    margin: 20px;
    padding: 20px;
    border-radius: 5px;
    text-align: justify;
}

#map-canvas{
    height: 500px;
}

.wrapper .content .productWrapper{
    margin: 20px;

}

.wrapper .content .productItem{
    background-color: #fafafa;
    width: 48.2%;
    margin:0 10px 10px 0;
    border-radius: 4px;
    border: 1px solid #E2E2E2;
    float: left;
    text-decoration: none;
    transition: 1s linear;
    -o-transition: 1s linear;
    -ms-transition: 1s linear;   
    -moz-transition: 1s linear;
    -webkit-transition: 1s linear;
}
.wrapper .content .productItem table{
    height: 250px;
    min-height: 250px;
    max-height: 250px;
    border-collapse: collapse;
}

.wrapper .content .productItem header>*{
    text-align: left;
    margin-bottom: 5px;
    padding: 0;
}

.wrapper .content .productItem td:last-child{
    padding: 0px;
    display: block;
 }

.wrapper .content .productItem td>*{
     margin:15px;
     padding: 0;
     color: #2B81AC;
     /*color: #294959;*/
 }

.wrapper .content .productItem td h3{
    margin: 40px 0 10px 0;
    font-size: 20px;
    text-transform:  capitalize;
}

.wrapper .content .productItem td blockquote{
    margin: 0;
    border:none;
    font-size:11px;
    color: #294959;
}

.wrapper .content .productItem td>p{
    margin-top: 10px;
    font-size:12px;
    line-height: 18px;
    color: #294959;
}

.wrapper .content .productItem .productThumbnail{
    width: 30%;
    height: 100%;
    border-right: 1px solid #E2E2E2;
    background-color: #f2f2f2;
    background-position: center;
    background-size: 80%;
    background-repeat: no-repeat;
    transition: 400ms linear;
    -o-transition: 400ms linear;
    -ms-transition: 400ms linear;   
    -moz-transition: 400ms linear;
    -webkit-transition: 400ms linear;
}

.wrapper .content .actuality header h3{
    text-transform: capitalize;
    margin-bottom: 0;
}
.wrapper .content article header div span{
     font-size: 10px;
     color: #999999;
     text-align: left;
     text-shadow:1px 1px 0px #ffffff;
     display: block;
     line-height: 12px;
     text-transform: capitalize;
 }
.wrapper .content .actuality header div{
   right:20px;
}

.wrapper .content .actuality footer{

}

.wrapper .content .productItem:hover{
      border-color: #bbbbbb;
}

.wrapper .content .productItem:hover *{
    text-decoration: none;
}

.wrapper>.up{
    width: 90px;
    height: 30px;
    margin: 0;
    position: absolute;
    right: 42px;

}
.wrapper>.up a{
    font-size: 11px;
    width: 90px;
    height: 30px;
    font-family: Arial;
    font-weight: 100;
    color: #aaaaaa;
    line-height: 30px;
    display: block;
    background-color: #dddddd;
    text-align: center;
    border: 1px solid #bbbbbb;
    border-radius: 6px;
    opacity: 0.6;
    padding-left: 20px;
    background-image: url("../images/glyphs/up.png");
    background-repeat: no-repeat;
    background-position: 7px 7px;
    background-size: 16px;
}
.wrapper>.up a:hover{
  text-decoration: none;
  opacity: 1;

}
.wrapper form{
     margin: 30px;
 }
.wrapper form table{
    width: 100%;
}
.wrapper form>table>tr>td>input{
    background-color: #fdfdfd;
    border-color:#dddddd;
}
.wrapper form .contactInputs{
      display: block;
      line-height:30px ;
      height: 30px;
      width:250px;
      border-radius: 2px ;
      padding-left: 10px;
    margin: 10px 10px;
    
  }
.wrapper form .contactInputs[type="text"],
.wrapper form .contactInputs[type="email"]{
    border: solid 1px silver;
}
.wrapper form>table>tr>td>span{
    display: block;
}
.wrapper form label{
    display: inline-block;
    text-transform: capitalize;
    margin-left: 5px;
}

.wrapper form textarea{
    width: 100%;
    height: 300px;
}
.wrapper form input[type="reset"],
.wrapper form input[type="submit"],
.wrapper form Button[type="submit"],
.wrapper form Button[type="reset"]{

    height: 40px;
    padding: 0 20px;
    border:none;
    border-radius: 2px;
}
.wrapper form input[type="reset"],
.wrapper form Button[type="reset"]{
    background: #f9fcf7;
    border: 1px solid #dddddd;
    color: #999999;
    transition: 400ms linear;
    -o-transition: 400ms linear;
    -ms-transition: 400ms linear;   
    -moz-transition: 400ms linear;
    -webkit-transition: 400ms linear;
}
.wrapper form input[type="reset"]:hover,
.wrapper form Button[type="reset"]:hover{
    background: #ffffff;
}
.wrapper form input[type="submit"],
.wrapper form Button[type="submit"]{
    color:#ffffff;
    background: #42d177;
    border: 1px solid #42c96f;
    transition: 400ms linear;
    -o-transition: 400ms linear;
    -ms-transition: 400ms linear;   
    -moz-transition: 400ms linear;
    -webkit-transition: 400ms linear;

}

.wrapper form input[type="submit"]:hover,
.wrapper form Button[type="submit"]:hover{
    background: #46f192;
    border: 1px solid #43da7f;
}

.wrapper form input[type="radio"]{
    margin-left: 10px;
}

.wrapper form hr{
     color: #dddddd;
     background-color: #dddddd;
     height: 1px;
     border: 0;
     box-shadow: 2px -1px 0px #ffffff;
 }
/*
.wrapper form .required-alert{
     color:#ff0000;
 }
.wrapper form .invalid-alert{
    color:#FFD900;
}
.wrapper form .required-input{
    box-shadow: 0px 0px 10px rgba(255,0,0,0.6);
}
.wrapper form .invalid-input{
    box-shadow: 0px 0px 10px rgba(255,217,0,0.6);
}
*/
.wrapper .error{
    background-image: url("../images/glyphs/error.png");
    background-color: #ff4d56;
    border: 1px solid #ff1b3e;
}


.wrapper .warning{
    background-image: url("../images/glyphs/alert.png");
    background-color: #ffc901;
    border: 1px solid #dba806;
}

.wrapper .success{
    background-image: url("../images/glyphs/success.png");
    background-color: #0CB155;
    border: 1px solid #0c8241;
}



.wrapper .error,
.wrapper .warning,
.wrapper .success
{
    height: 70px;
    color: #fff;
    display: table;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    border-radius: 5px;
    overflow:hidden;
    text-overflow:clip;
    text-align: left;
    display: none;
}


.wrapper .error .error_message,
.wrapper .warning .warning_message,
.wrapper .success .success_message
{

    vertical-align: middle;
    display: table-cell;
    position: relative;
    left: 70px;
    width: 50px;
    color: #fff;

}

.wrapper .error .error_message h5,
.wrapper .warning .warning_message h5,
.wrapper .success .success_message h5
{
   margin: 0px ;
}

.wrapper form .required-alert, .wrapper form .invalid-alert{
    /*text-shadow: 1px 1px 0px #ddd;*/
    display: none;

}

/* Main footer section */
.wrapper>footer{
    background-color: #1a1a1a;
    margin-top: 70px;
    color:white;
    height: 300px;
    position: relative;
    /*background-image: url("../images/bg.jpg");*/
    padding: 20px 0;

}
.wrapper>footer .logo{
     background-image: url("../images/secom_footer_logo.png");
     display: block;
     margin-top: 10px;
     margin-left: 40px;
     height: 50px;
     width: 150px;
     background-repeat: no-repeat;

 }
.wrapper>footer div:nth-child(1)>* {
    float: left;
}
.wrapper>footer div aside{
    width: 55%;
}
.wrapper>footer div aside table{
    margin: 20px 50px;
    width: 80%;
    border-collapse: collapse;
}
.wrapper>footer div aside table td {
    padding-top: 10px;
    font-size: 12px;

}
.wrapper>footer div aside table td:nth-child(1){
     color:#555555;
}
.wrapper>footer div aside table td:nth-child(2){
      color:#777777;
}
.wrapper>footer div aside table td a {
    background-color: #333333 ;
    color: #999999;
    border-left: 5px solid #999999;
    font-size:12px;
    float: right;
    display: block;
    width: 150px;
    text-align: center;
    line-height: 30px;


}
.wrapper>footer div aside table td img {
    width: 100px;
    margin: 0 auto;
    float: right;

}
.wrapper>footer div:nth-child(1)>img{
    margin-top: 20px;
    display: block;
    width: 35%;
}
.wrapper>footer .copyR{
    text-align: right;
    line-height: 40px;
    background-color: #161616;
    display: block;
    height: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;

}
.wrapper>footer .copyR span{
    color:#999999;
    font-size: 12px;
    margin-right: 50px;
}

.clear{
    clear: both;
}




@media screen and (max-width: 1000px){

    body{
        width: 100%;
        padding: 0;
        margin: 0;
    }

}





@media screen and (max-width: 900px){



    .wrapper>.mainNav{
        margin: 0 auto;
        width: 100%;
    }

    .wrapper>.mainNav ul{

    }

    .wrapper>.mainNav ul li{
        float: left;
        width: 16.6%;
        height: 80px;

    }

    .wrapper>.mainNav ul li a{
        line-height: 80px;

    }

    .wrapper .slider .item .span4 h3{
        font-size: 16px;
    }
    .wrapper .navBar{
        height: 50px;
    }
    .wrapper .navBar>*{
        line-height: 50px;
    }
    .wrapper .navBar h2{
        height: 50px;
        padding: 0 10px 0 40px;
        font-size: 16px;
    }
    .wrapper .navBar h3{
        font-size: 14px;
    }
    .wrapper .navBar p{
        display: none;
    }
    .wrapper .navBar .arrow-left{
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 35px 0 15px 20px;
        border-color: transparent transparent transparent #ac1313;

    }

    .wrapper .content .productWrapper{
        margin: 0 ;
    }

    .wrapper .content .productItem{
        width: 96%;
        float: none;
        margin: 2% ;
    }

    .wrapper .content .productItem .productThumbnail{
        width: 20%;
        background-size: 70%;
    }

    .wrapper>footer div aside table{
        font-size: 12px;}
    .wrapper>footer div aside table td {
        padding-top: 5px;
    }


    .wrapper>footer div aside table img{
        display:none;
    }

    .wrapper>footer div aside table a  {
        margin-top:20px;
    }

}











@media screen and (max-width: 640px){


    .wrapper>header{
        height: 100px;
    }
    .wrapper>.slider{
        display: none;
    }

    .wrapper>header div{;
        margin: 30px auto 0px auto;
    }
    .wrapper>header div h1{
        margin: 0 ;
        font-size: 25px;
        line-height: 20px;
        text-shadow: none;
    }

    .wrapper>header>a{
        height: 80%;
        width: 50px;
        background-size: 50px ;
        margin: 20px 0 05px 20px ;
    }

    .wrapper>header div blockquote{
        font-size: 10px;
    }
    .wrapper>header .menuSwitcherContainer{
     display:none;
    }
    .wrapper>.mainNav{
        margin: 0 auto;
        width: 100%;
    }

    .wrapper>.mainNav>ul{
        display: none;
    }

    .wrapper>.mainNav ul li{
        display: block;
        width: 100%;
        height: 60px;
        box-shadow: 0px 3px 3px black;
    }

    .wrapper>.mainNav ul li a{

        background-image: none;
        background-color: #222222;
        border-bottom: 1px solid #555;
        font-size: 16px ;
        line-height: 60px;

    }

    .wrapper>.mainNav ul li .active_link{
        background-image: none;
        background-color: #333333;
        border-bottom: 1px solid #555;
        margin-top: 1px;
        height: 60px;
        line-height: 60px;
    }

    .wrapper>.mainNav ul li a:hover, .wrapper>.mainNav ul li .active_link:hover{
        background-image: none;
        line-height: 60px;
        background-color: #333333;
        border-bottom: 1px solid #555;
        opacity: 1;
    }
    .wrapper>.mainNav ul li a .arrow-up {
        display: none;
    }
    .wrapper>.mainNav ul li a:hover>.arrow-up {
        display: none;
    }


    .wrapper .navBar{
        margin-top: 10px;
    }


    .wrapper>.up a{
        opacity: 0.8;
    }

    .wrapper .contentMobile{
        display: block;
    }
    .wrapper>footer{
        height: 200px;
        padding: 10px 0;

    }

    .wrapper>footer .logo{
        background-size: 75px 25px;
        margin-top: 10px;
        margin-left: 25px;
        height: 25px;
        width: 75px;


    }

    .wrapper>footer div aside{
        width: 100%;
        float: none;
    }
    .wrapper>footer div aside table{
        font-size: 12px;
        margin: 0px 25px;
        border-collapse: collapse;
        width: 100%;
    }


    .wrapper>footer div aside table td a {
        display: none;

    }
    .wrapper>footer div:nth-child(1)>img{
        display: none;
    }

    .wrapper .navBar #menuToggle{
        display: block;
    }
}





@media screen and (max-width: 500px){

    .wrapper>header{
        height: 60px;
    }
    .wrapper>.slider{
        display: none;
    }

    .wrapper>header div{;
        margin: 20px auto 0px auto;
    }
    .wrapper>header div h1{
        margin: 0 ;
        font-size: 25px;
        text-shadow: none;
    }

    .wrapper>header>a{
        height: 80%;
        width: 30px;
        background-size: 30px ;
        margin: 15px 0 05px 20px ;
    }

    .wrapper>header div blockquote{
        display: none;
    }

    .wrapper>.banner{
        display: none;
    }
    .wrapper .content .productItem .productThumbnail{
        display: none;
    }

    .wrapper>footer{
        height: 10px;
    }
    .wrapper>footer div {

        display: none;
    }
    .wrapper>footer .copyR {
        text-align: center;
        line-height: 30px;
        height: 30px;
    }

    .wrapper>footer .copyR span{
        font-size: 10px;
        margin: 0;
    }

}



@media screen and (max-width: 400px){
    .wrapper{
        min-width: 300px;
    }
    .wrapper .navBar h3{
        display: none;
    }
    .wrapper .content>article{
        margin: 10px;
        padding: 15px;
    }
    .wrapper .contentMobile>article{
        margin: 0px;
        padding: 1px;
    }
}
/*@media screen and (min-width: 1024px) and (max-width: 1280px)
{

}*/


