/* Row */
.row {
          margin:0 !important;
}

@media only screen and (max-width:767px){ 

          /* MarginNone */

          .PaddingNone {
                    padding:0 !important;
          }

          /* Nav */
          .open .dropdown-menu {
                    background-color:#fff !important;
          }

          .dropdown-menu li a {
                    padding:8px 10px !important;
                    display:block !important;
                    text-decoration:none !important;
          }

          .dropdown-menu li a:hover {
                    background-color:#f3f3f3 !important;
                    text-decoration:none !important;
          }

          /* Logo */

          .Logo {
                    width:100%;
                    display:block;
                    margin: 10px 0;
          }

          .Logo img {
                    width:100%;
                    display:block;
          }
          /* Search */

          .Search {
                    float:right;
                    position:relative;
                    width:99%;
                    margin-bottom:10px;
          }

          /* Language */

          .Language {
                    float:right;
                    width:100%;
          }

          .Language li {
                    float:left;
                    width:10.5%;
                    margin:0px 1%;
          }

          .Language li a {
                    display:block;
          }

          .Language li a img {
                    width:100%;
                    display:block;
          }

          /* Socilals Network */

          .SocialsNetwork {
                    float:left;
                    display:block;
                    width:100%;
                    border-top:1px solid #ddd;
                    margin-top:20px;
          }

          .SocialsNetwork a {
                    float:left;
                    display:block;
                    width:30px;
                    height:30px;
                    background-image: url('../images/socials.png');
                    margin:0 3px 0 3px;
          }

          .Facebook {background-position:0px 120px ;}
          .Twitter {background-position:0px 90px;}
          .Gmail {background-position:0px 60px ;}
          .Linkedin {background-position:0px 30px;}

          /* Slider Bottom */

          .SliderBottom {
                    border-left:2px solid #e74c38;
                    padding:20px;
                    background-color:#f7f7f7;
                    margin-top:10px;
          }

          .SliderBottom p {
                    color:#656565;
                    font-size:14px;
                    font-weight:300;
          }
          .SliderBottom h1 {
                    color:#555;
                    font-size:18px;
                    font-weight:400;
                    margin-top:5px;
          }

          /* Content Home */

          .ContentHome {
                    background-color:#fff;
                    border-right:1px solid #eee;
                    border-left:1px solid #eee;
                    padding:0 15px 0 15px;
                    margin:20px 0;
          }

          .ContentHome h1 {
                    font-size: 28px;
                    font-weight: 200;
                    color: #50b4e6;
                    text-align:center;
                    margin:0 0 30px 0;
          }

          .ContentHome h1 img {
                    width: 26px;
                    height: auto;
                    margin-top:-7px;
                    margin-right:7px;
                    margin-left:-13px;
          }

          .ContentHome img {
                    width: 100%;
          }
          .ContentHome p {
                    font-size: 13px;
                    color: #666;
                    text-align:left;
                    font-weight:300;
                    margin-top:10px;
          }

         /* Footer */

        .Footer {
                background-color:#252525;
                margin-top:20px !important;
                border-top: 1px solid #151515;
        }

        .Footer ul {
                display:block;
        }

        .Footer ul li {
                float:left;
                display:block;
                width:100%;
                padding:0 1%;
                border-right: 1px solid #151515;
                border-left: 1px solid #151515;
                border-bottom: 1px solid #151515;
                margin-left:-1px;
        }
        .Footer ul li:first-child {
                border-left: 1px solid #151515 !important;
        }

        .Footer ul li h4 {
                display: block;
                font-size: 15px;
                font-weight: 400;
                text-align: left;
                padding:5px;
                color: #51b4e6;
        }

        .Footer ul li a {
                display: block;
                font-size: 12px;
                font-weight:300;
                text-align: left;
                padding:5px;
                color: #aaa !important;
        }

        .Footer ul li a:hover {
                color:#fff !important;
        }

        .Copright {
                display: block;
                font-size: 12px;
                font-weight:300;
                padding:10px 5px 5px 5px;
                color: #ccc;
                border-top: 1px solid #151515;
                text-align:center;
        }

          /* Text */

          .Title {
                    font-size:30px;
                    font-weight:200;
                    color:#656565;                    
          }

          .Text {
                    font-size:13px;
                    font-weight:300;
                    color:#656565;
          }

          /* Product Category */

          .ProductCategoryContent {
                    margin-bottom:30px;
          }

          .ProductCategory {
                    height:94px;
                    display:block;
                    border:1px solid #e5e5e5;
          }

          .ProductCategory img {
                    width:auto;
                    max-width:100%;
                    height:auto;
                    max-height:100%;
                    margin:auto;
                    display:block;
          }

          .ProductButton {
                    text-align:center;
                    display:block;
                    border:1px solid #e5e5e5;
                    padding:10px 0;
                    margin-top:-1px;
          }

          /* Product Details */

          .active {
                    color:#fff !important;
          }

          .PdfDownload {
                    float:left;
                    display:block;
                    font-size:15px;
                    font-weight:300;
          }

          .PdfDownload span {
                    margin-left:5px !important;
          }

          div.TabContent {border: 2px solid #ddd; padding: 10px; color: #aaa; margin-top:10px;}

          /* Galery */

          .Galery {
                    display:block;
                    float:left;
                    margin:10px;
          }
          .Galery img {
                    width:150px;
                    height:90px;
          }

          /* Download */

          .Download img {
                    width:100%;
          }
          .Download a {
                    margin-top:5px;
                    display:block;
                    text-align:right;
          }
        
        /* News Category */

        .NewsCategory {
                margin:10px 0;
        }
        
        .NewsCategory h1 {
                font-size:16px;
                font-weight:300;
                margin:0;
        }

        .NewsCategory img {
                width:100%;
                margin:10px 0;
        }

        .NewsCategory a {
                font-size:13px;
                font-weight:300;
                margin-top:8px;
                color:#51b4e6 !important;
                display:block;
        }

}
