/* Row */
.row {
        margin:0 !important;
}

@media only screen and (min-width:1200px){ 
        .container{	background-color:#fff;

        }
        .background {
                position: fixed;
                width: 100%;
                height: 100%;
                z-index: -999;
                background-image: url(../images/bg.jpg);
                background-repeat: no-repeat;
                background-position: center;
                -webkit-background-size: cover;
                -moz-background-size: cover;
                -o-background-size: cover;
                background-size: cover;
        }

        .collapse {
                display: block !important;
        }

        /* Nav */

        .navbar-collapse {
                margin:0 !important;
                padding:0 !important;
        }
        .navbar-right{margin:0 !important;}
        .container-fluid {
                margin:0 !important;
                padding:0 !important;
        }
        .navbar {
                min-height:20px !important;
                background-color:#fff !important;
                margin:0 !important;
                border:none !important;
                border-top:1px solid #ddd !important;
                border-bottom:1px solid #ddd !important;
                padding-bottom: 6px;
                border-radius: 0 !important; 
                padding-top: 6px;
        }
        .navbar li a {
                font-family: MyCustomFont !important;
                color: #CCC;
                font-size:16px;
                font-weight: 300;
                padding: 7px 10px !important;
                border-radius: 5px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;	
        }

        .navbar li a:hover {
                color:#f4f4f4 !important;
                background-color:#50b4e6 !important;
        }

        .navbar li:hover > .MenuWindow { display:block;}

        .dropdown-menu {
                background-color:transparent !important;
                border:0 !important;
                box-shadow:none !important;
        }
        .MenuWindow {
                position:absolute;
                left:0 !important;
                width:200px;
                display:none;
                z-index:999;
        }

        .MenuWindowContent {
                position:relative;
                display:block;
        }

        .MenuWindowContentC {
                position:relative;
                background-color:#50b4e6;
                display:block;
                margin-top:20px;
                border-radius:5px;
                -webkit-border-radius:5px;
                -moz-border-radius:5px;
                overflow:hidden;
        }

        .MenuArrow {
                position: absolute;
                top: -20px;
                left: 30px;
                margin-left: -6px;
                border-color: transparent transparent #50b4e6 transparent;
                border-style: solid;
                border-width: 10px 10px 10px 10px;
                height: 0px;
                width: 0px;
        }

        .MenuWindow li {
                float:none !important;
                display:block !important;
        }

        .MenuWindow li a {
                display:block !important;
                color:#f4f4f4 !important;
                font-size: 14px !important;
                border-radius:0 !important;
        }

        .MenuWindow li a:hover {
                background-color:#454545 !important;
                color:#aaa !important;
                text-decoration:none;
        }

        /* Logo */

        .Logo {
                width:100%;
                display:block;
                margin: 10px 0;
        }

        .Logo img {
                width:100%;
                display:block;
        }

        /* Search */

        .Search {
                float:right;
                position:relative;
                width:340px;
        }

        /* logolar */

        .logolar {
                float:right;
                width:450px;
        }

        .logolar img {
                width: 100%;
                display:block;
                margin-top: 10px;

        }

        /* 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 15px 15px;
                margin:20px 0;
                height:auto;
        }

        .ContentHome h1 {
                font-size: 20px;
                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%;
                height: auto;

        }
        .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:14.2857142857%;
                padding:0 1%;
                min-height: 250px;
                border-right: 1px solid #151515;
        }
        .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:15px;
                font-weight:200;
                color:#656565;
        }
        .Text .left{
                float: left;
                margin-right: 10px;
                margin-bottom: 10px;
        }
        /* Product Category */

        .ProductCategoryContent {
                margin-bottom:30px;
        }

        .ProductCategory {
                height:100px;
                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;

        }
        .Galery img {
                width:150px;
                height:90px;
                margin-left: 5px;
                margin-top: 5px;

        }

        /* 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;
        }


}