html{
  position:relative;
  min-height: 100%;
}
body {
  overflow-x: hidden;
  background: rgba(0,0,0,0.011);
  font-family: Calibri,Helvetica,Arial;
}
a {
  color:#ED1C24;
}
a:hover {
  color:#ED1C24 ;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
.navbar-custom {
  background: #F2F2F2;
  font-weight: 700;
  border: none;
}
.navbar-custom .container{
}
.navbar-custom .navbar-brand {
  color: #ED1C24;
  padding: 0px;
  width: 270px;
  height: 50px;
}
@media (max-width: 768px) {
  .navbar-custom .navbar-nav{
    width: 150px;
  }
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #ED1C24;
}
.navbar-custom .navbar-brand img{
  max-width:100%;
}
.navbar-custom .navbar-brand .text{
  font-size: 0.5em;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: #ED1C24;
  font-size: 14pt;
}
.navbar-custom .navbar-nav li a:hover {
  color: white;
  outline: none;
  background:  #ED1C24;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: red;
}
.navbar-custom .navbar-nav li.active a,.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: white;
  background: red;
}
ul.submenu {
    display: none;
    position: absolute;
    padding: 0px;
    background-color: #F2F2F2;
    color: #ED1C24;
}
ul.submenu > li {
    display: block;
}
ul.submenu > li > a {
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #ED1C24;
}
ul.submenu > li > a:hover {
    color: white;
    outline: none;
    background:  #ED1C24;
}

.navbar-custom .navbar-nav > li:hover ul.submenu {
    display: block;
}

@media (max-width: 768px) {
  .navbar-custom .navbar-nav > li:hover ul.submenu {
    display: block;
    margin-left: 150px;
  }
}

.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #18BC9C;
  color: white;
  border-color: #18BC9C;
}
@media (min-width: 768px) {
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    /*width: 270px;
    height: 50px;*/

  }
  .navbar-custom.affix {
    padding: 30px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
  .navbar-custom.affix .navbar-brand img{
    width: 50%;
  }
}
@media (max-width: 768px) {
  .navbar-custom .navbar-brand{
    width: 200px;
  }
  .navbar-custom .navbar-brand img{
    max-width:90%;
    margin: 10px;
  }
}
section {
  /*padding-bottom: 100px;
  min-height: 690px;*/
}
section h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
section.success {
  background: #18BC9C;
  color: white;
}
@media (max-width: 768px) {
  section {
    /*padding: 75px 0;*/
  }
  section.first {
    /*padding-top: 75px;*/
  }
}

.page-content{
  padding-bottom: 100px;
  min-height: 690px;

  background: #F8F8F8;
  margin-top: 0px;
  padding-top: 120px;
}

@media (max-width: 768px) {
  .page-content{
    margin-top: 0px;
    padding-top: 70px;
  }
}

.page-content .default-text-size{
  font-size: 16pt;
}

.page-content .default-h3-size{
  font-size: 24px;
}

/*.page-content .container{
  max-width: 1170px;
}
*/
@media (max-width: 768px) {
  .page-content{
    margin-top: 80px;
  }
}
#main-page {
  color: #404040;
  min-height: 510px;
  padding-top: 102px;
}
#main-page h3 {
  color: #ED1C24;
}
#main-page .landing-text{
  margin-left: 50px;
  padding:20px 20px;
}
#main-page .intro-text{
  padding-bottom: 30px;
}
#main-page .intro-text p{
  margin-top: 30pt;
  margin-bottom: 30pt;
  padding: 20px;
  /*text-align: center;*/
}
#main-page .product {
  background: white;
  padding: 10px;
  margin: 10px;
  border: 2px solid #eee;
}
#main-page .product h4{
  text-align: center;
  color: #ED1C24;
  font-size: 14pt;
}
#main-page .product p{
  min-height: 160px;
  /*font-size: 14pt;*/
}
#main-page .product a{
  font-size: 12pt;
}
.main-page-read-more{
  text-align: right;
  display: block;
  color: #ED1C24;
}

@media (max-width: 768px) {
  #main-page .intro-text{
    padding-bottom: 30px;
  }
}

#main-page .news-block{
  background: white;
  border: 2px solid #eee;
}

#main-page .owl-carousel{
  padding-bottom: 30px;
}

#main-page .news-content {
  padding-left: 30px;
  padding-right: 30px;
  margin: 15px;
}

#main-page .news-content .news-heading {
  color: #ED1C24;
}

#main-page .offer-article {
  margin-bottom: 40px;
}

#main-page .blocks-margin {
  padding-top: 30px;
  padding-bottom: 30px;
}

/*   NEWS PAGE   */

#news-page .news-container {
  margin-bottom: 30px;
  margin-top: 30px;
}

#news-page .news-heading {
  color: #ED1C24;
}

#news-page .news-text p{
  margin-top: 20px;
}

#news-page hr{
  padding: 2px;
  border: 1px solid #aaa;
  background-color: #f2f2f2;
  margin-left: 10px;
  margin-right: 10px;
}

/*   SERVICES PAGE   */
#services-page h3 {
  color: #ED1C24;
}
#services-page .text-service {
    /*min-width: 600px;*/
    margin-left: 50px;
    padding:20px 20px;
  }
/*.text-service ul li {
  list-style-type: none;
  text-decoration: none;
  padding-top:10px;
}
.text-service ul {
  padding-left: 0px;
}*/
#services-page a,
#services-page a:hover,
#services-page a:focus,
#services-page a:active,
#services-page a.active {
  color: #ED1C24;
  outline: none;
}*/


/*     ABOUT PAGE    */
#about-page .container p{
}

#about-page p{
  margin-top: 30px;
}

#about-page h3{
  color: #ED1C24;
}

/* PRODUCTS */

.products-page-content h3{
  color: #ED1C24;
}

.products-page-content .description-part {
    margin-top: 20px;
    margin-bottom: 20px;
  }

.products-page-content pre{
  margin-top: 20px;
  font-size: 17px;
}

.description-part .destinctions{
  margin-left: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
.description-part .destinctions dt{
  float: left;
  margin-right: 3px;
  font-style: italic;
  font-weight: normal;
}
.description-part .destinctions dd{
}

/*  SOBJECTIZER PAGE   */
/*#product-sobjectizer-page h3{
  color: #ED1C24;
}*/
/*#product-sobjectizer-page .description-part {
    margin-top: 20px;
    margin-bottom: 20px;
  }*/
#product-sobjectizer-page .sobjectizer-slide{
  margin-top: 20px;
}

/*   SO_5_EXTRA PAGE   */
#product-so-5-extra-page ul{
  margin-left: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
#product-so-5-extra-page ul li{
}

/* DETAILED NEWS PAGE CONTENT*/

.detailed-news-page-content h3{
  color: #ED1C24;
}

.detailed-news-page-content ul{
  margin-left: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.detailed-news-page-content .description-part {
    margin-top: 20px;
    margin-bottom: 20px;
  }

.detailed-news-page-content pre{
  /*width: 75%;*/
  margin-top: 20px;
  font-size: 17px;
}

.detailed-news-page-content p{
  margin-top: 30px;
  margin-right: 15px;
}

.detailed-news-page-content .col-lg-6{
  padding: 0px;
}

.detailed-news-page-content .date-top{
  float: right;
}

/*FOOTER*/

.copy {
  margin-top:20px;
}
footer {
  width: 100%;
  bottom: 0;
  margin-bottom: 0;
  background-color: #323232;
  color: #dbdbdb;
}
footer h3 {
  margin-bottom: 30px;
}
footer .footer-above {
  padding-top: 50px;
}
footer .footer-col {
}
footer .footer-col h3 {
  font-size: 22px;
  font-weight: 900;
}
footer .footer-col .contacts-text {
  font-size: 12px;
}
footer .footer-below {
  padding: 25px 0;
}

@media (max-width: 768px) {
  /*footer .footer-below .container .row .pull-right{
    float: none;
  }
  footer .footer-below .container .row .col-md-4{
  }
  footer .footer-below .container .row .footer-col{
  }*/
  .pull-right {
    margin-bottom:20px;
    bottom: 0;
  }
}

.lang-button {
  border-width: 2px;
  border-style: solid;
  border-color: #ED1C24;
  margin-left: 40px;
  min-width: 64px;
}

.lang-button a{
  text-align: center;
}

@media (max-width: 768px) {
  .lang-button {
    border-style: none;
    margin-left: 0px;
    margin-top: 15px;
  }

  .lang-button a{
    text-align: left;
  }
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}