@import url(http://fonts.googleapis.com/css?family=Raleway:400,200,600);
body {
  font-family: "Raleway";
  overflow-x: hidden;
  overflow-y: hidden;
  color: #FFF;
  background: #282C34;
}


/*----- General -----*/

h1 {
  font-size: 3em;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 300;
  text-align: center;
}

a{
  color: #F15D24;
}

/*----- General End -----*/


/*----- Menu -----*/
.navbar {
  margin: 0;
  background: #282C34;
  border-bottom: 0;
}

.navbar-fixed-top {
  min-height: 94px;
}

.navbar .nav>li>a {
  font-size: 1.2em;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 94px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
}

.navbar .nav>li>a:hover {
  color: #F15D24;
}
.navbar .navbar-nav > li.open > a:hover,
.navbar .navbar-nav > li.open > a:focus {
  background: none;
  color: #F15D24;
}

.navbar-wrapper {
  height: 94px;
  border-bottom: 5px solid #F15D24;
  margin: 0;
}

.navbar-wrapper>.navbar-container {
  padding-right: 0;
  padding-left: 0;
}

.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-wrapper .navbar .navbar-container {
  width: auto;
}

.navbar-form{
  margin-top: 30px;
}

.navbar-brand img{
  /*border: 1px solid green;*/
  margin-top: -13px;
}

.Active {
  color: #F15D24 !important;
}
/*----- Menu End -----*/


/*----- Slideshow -----*/

#Slider{
  max-height: 550px;
}

#Slider .item img {
  display: block;
  width: 100%;
  height: 550px !important;
}

.Navs {
  width: 10%;
  height: 550px;
  position: absolute;
  top: 0px;
  line-height: 200%;
  z-index: 101;
}

.Next {
  right: 0;
}

.Prev {
  left: 0;
}


/*----- Slideshow End -----*/


/*----- Showcase -----*/

.Showcase {
  width: auto;
  height: 180px;
  margin-bottom: 10px;
  background: #3895FF url("../../../media/images/bg.png")  no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.Showcase img{
  display: block;
  text-align: center;
  margin: 15px auto;
  cursor: pointer;
}

.hidden{
  display: none;
}


/*----- Showcase End -----*/


/*----- What We Do -----*/

.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}

.marketing h2 {
  font-weight: normal;
}

.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}


/*----- What We Do End -----*/


/*----- Achievements -----*/

.Achievements {
  margin-bottom: 10px;
}


/*----- Achievements End -----*/


/*----- Products -----*/


/* Main container */

.Prod-Switch {
  padding: 10px;
}


/* options/select wrapper with switch anchors */

.Prod-Switcher {
  text-align: right;
  padding-bottom: 10px;
}

.Prod-Switcher a {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  white-space: nowrap;
  color: #d0d0d0;
  margin: 2px;
}

.Prod-Switcher a:hover, .Prod-Switcher a.Prod-selected {
  color: #F15D24;
}

.Prod-Switcher a:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 30px;
  text-align: center;
  display: inline-block;
}


/* General style of switch items' list */

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


/* Clear eventual floats */

.Prod-Switch ul:before, .Prod-Switch ul:after {
  content: " ";
  display: table;
}

.Prod-Switch ul:after {
  clear: both;
}

.Prod-Switch ul li {
  display: block;
  position: relative;
}

.Prod-Image {
  display: block;
  margin: 0 auto;
}

.Prod-Image img {
  display: inline-block;
  max-width: 100%;
  border: none;
  border-radius: 5px;
}

.Prod-Title {
  margin: 0;
  padding: 0;
}

.Prod-Price {
  color: #c0c0c0;
}

.Prod-Button {
  color: #fff;
  background: #F15D24;
  padding: 10px 20px;
  border-radius: 2px;
  margin: 20px 0 0;
  display: inline-block;
  transition: background 0.2s;
}

.Prod-Button:hover {
  color: #fff;
  background: #F15D24;
  text-decoration: none;
}

.Prod-Button:before {
  margin-right: 5px;
}


/* Individual view mode styles */


/* Large grid view */

.Prod-Grid ul {
  text-align: center;
}

.Prod-Grid ul li {
  width: 33%;
  text-align: center;
  padding: 25px;
  margin: 20px 0 0;
  display: inline-block;
  min-height: 420px;
  vertical-align: top;
}

.Prod-Grid .Prod-Title {
  font-size: 1.5em;
  height: 45px;
  margin-top: 5px;
  color: #F15D24;
}

.Prod-Grid .Prod-Details {
  max-width: 300px;
  height:100px;
  margin: 0 auto;
}

.Prod-Grid .Prod-Price {
  margin: 10px 0;
  font-size: 1em;
}


/* List view */

.Prod-List li {
  padding: 20px 0;
  white-space: nowrap;
}

.Prod-List .Prod-Image, .Prod-List .Prod-Title, .Prod-List .Prod-Details, .Prod-List .Prod-Price, .Prod-List .Prod-Button {
  display: inline-block;
  vertical-align: middle;
}

.Prod-List .Prod-Image {
  width: 10%;
}

.Prod-List .Prod-Title {
  font-size: 1.3em;
  padding: 0 10px;
  white-space: normal;
  width: 23%;
  color: #F15D24;
}

.Prod-List .Prod-Price {
  font-size: 1em;
  width: 10%;
}

.Prod-List .Prod-Details {
  width: 40%;
  padding: 0 15px;
  overflow: hidden;
  white-space: normal;
}

.Prod-List .Prod-Button {
  margin: 0;
}

@media screen and (max-width: 66.7em) {
  .Prod-List .Prod-Details {
    width: 30%;
  }
}

@media screen and (max-width: 57em) {
  .Prod-Grid ul li {
    width: 49%;
  }
}

@media screen and (max-width: 47.375em) {
  .Prod-List .Prod-Image {
    width: 20%;
  }
  .Prod-List .Prod-Title {
    width: auto;
  }
  .Prod-List .Prod-Details {
    display: block;
    width: 100%;
    margin: 10px 0;
  }
  .Prod-List .Prod-Button {
    margin: 10px;
  }
}

@media screen and (max-width: 40.125em) {
  .Prod-Grid ul li {
    width: 100%;
  }
}

.Prod-Page li a {
  color: #F15D24;
  background: #282C34;
  border-color: #F15D24;
}

.Prod-Page li a:hover {
  color: #FFF;
  background: #F15D24;
  border-color: #F15D24;
}

.Prod-Page .ActivePage{
  color: #FFF;
  background: #F15D24;
  border-color: #F15D24;
}

.Search h4{
  text-align:center;
  text-transform: uppercase;
  margin: 40px 0;
}

/*----- Products End -----*/


/*----- Applications -----*/

.App {
  width: auto;
  border-bottom: 2px solid #f14d24;
  margin-bottom: 30px;
  padding: 10px;
}

.App:hover {
  border-radius: 10px 10px 0 0;
  background-color: #21252B;
  cursor: pointer;
}

.App h4 {
  font-size: 2em;
  font-weight: lighter;
  color: #F15D24;
  text-transform: uppercase;
}

.App p {
  text-align: justify;
}

.AppLabel {
  padding: 5px 20px;
  position: relative;
  display: block;
  height: 50px;
  cursor: pointer;
}

.App input {
  display: none;
}

.App .toggle {
  height: 150px;
  overflow: hidden;
}


/*----- Applications End -----*/


/*----- About -----*/

.About {
  width: 60%;
  font-size: 1.3em;
  font-weight: lighter;
}
.About p{
  text-indent: 10px;
}
.About i{
  font-style: italic;
}
.About h4{
  text-align: center;
}
.About span{
  color: #F15D24;
}
.About ul{
  margin-left: 4em;
}
.About ul li{
  list-style: square;
}


/*----- About End -----*/


/*----- Contact -----*/

.Contact {
  margin-bottom: 2em;
}

.Contact p {
  font-size: 1.2em;
}

.Contact h3 {
  font-size: 1.7em;
  font-weight: lighter;
  color: #F15D24;
  text-align: center;
}

.Contact .Input {
  width: 100%;
  margin-bottom: 5px;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #F15D24;
  background: none;
}

.Contact textarea {
  height: 15em;
  resize: none;
}

.Contact button:hover {
  background: #F15D24;
}


/*----- Contact End -----*/


/*----- View -----*/
.View{
  margin-bottom: 20px;
}
.View h3 {
  text-align: center;
  font-size: 2em;
  font-weight: lighter;
  color: #F15D24;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}

.View h4 {
  text-align: center;
  font-weight: lighter;
  color: #F15D24;
  text-transform: uppercase;
  margin: 20px 0;
}

.View .RightSpecs{
  padding: 0;
}
.View .DescText{
  width: 80%;
  margin: 0 auto;
}

.View table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 80%;
  margin: 0 auto;
}

.View td {
  border-bottom: 1px solid #F15D24;
  text-align: left;
  padding: 8px;
}

.View img{
  width: 300px;
  height: 169px;
  margin-bottom: 5px;
  border-radius: 10px;
  cursor: pointer;
}


/*----- View End-----*/


/*----- Footer -----*/

footer {
  width: auto;
  height: 250px;
  border-top: 5px solid #F15D24;
}

footer h4 {
  text-align: center;
  font-size: 1.8em;
  color: #F15D24;
  font-weight: 300;
}

footer p {
  text-align: justify;
}

footer ul {
  text-align: center;
}
footer ul li a{
  color: #FFF;
  text-decoration: underline;
}

footer .Cont {
  text-align: center;
}


/*----- Loader -----*/

#Loader {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 2000px;
  color: #FFF;
  background: #282C34;
  z-index: 2000;
}

#Loader img {
  position: fixed;
  /* or absolute */
  top: 46%;
  left: 46%;
}

/*---------------------------*/
.dropdown-menu{
  min-width: 250px;
  padding: 10px;
  background: #282C34;
  border: 1px solid #F15D24;
}
.appmenu li a{
  padding: 5px;
  color: #FFF;
  cursor: pointer;
}
.appmenu li a:hover{
  text-decoration: none;
  color: #FFF;
  background-color: #F15D24;
}
.dropdown-large {
  position: static !important;
}

.dropdown-menu-large {
  margin-left: 16px;
  margin-right: 16px;
  padding: 20px 0px;
  background: #282C34;
  border: 1px solid #F15D24;
}

.dropdown-menu-large>li>ul {
  padding: 0;
  margin: 0;
}

.dropdown-menu-large>li>ul>li {
  list-style: none;
}

.dropdown-menu-large>li>ul>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #FFF;
  white-space: normal;
}

.dropdown-menu-large>li ul>li>a:hover, .dropdown-menu-large>li ul>li>a:focus {
  text-decoration: none;
  background-color: #F15D24;
}

.dropdown-menu-large .disabled>a, .dropdown-menu-large .disabled>a:hover, .dropdown-menu-large .disabled>a:focus {
  color: #999;
}

.dropdown-menu-large .disabled>a:hover, .dropdown-menu-large .disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}

.dropdown-menu-large .dropdown-header {
  color: #F15D24;
  font-size: 15px;
}

@media (max-width: 768px) {
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0;
  }
  .dropdown-menu-large>li {
    margin-bottom: 30px;
  }
  .dropdown-menu-large>li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header {
    padding: 3px 15px !important;
  }
}
