body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
    padding-top: 8rem; /*depend on the height of logo*/
    width: 100%;
}
h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}
h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}

/* Menu */
.caret {
/* boostrap caret not displayed in ipad (safari mobile)
     changed from border-top: 4px dashed; to border-top: 4px solid;
*/
    border-top: 4px solid !important;
    margin-left: 0px;
}

#footer
{
  background-color: grey;
  padding: 10px 10px;
  color: white;
}

#footer .company-info .social-icon i {
background-color: #555;
color: white;
}

#footer .company-info .social-icon i:hover {
  color: #f4511e;
}

.footer-info
{
  padding: 0px;
  margin: 0px;
}

.footer-menu ul
{
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 1.5;
}
.footer-menu a
{
  text-decoration:none;
  /*color: white;*/
  color: #ddd;
}
.footer-menu a:hover
{
  text-decoration:none;
  background-color: #555;
  border-bottom: 1px solid #f4511e;
}

.footer-menu h4
{
  font-size: 15px;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  /*color: #f4511e;
  background-color: #555;*/
  color: white;
  display: inline;
  text-transform: uppercase;
}

.col-company-info
{
  padding-left: 5px;
  padding-right: 0px;
}
.company-info
{
  margin: 10px 0px;
}

#footer .company-info p
{
  margin: 0px;
}
#footer .company-info i
{
  color: #f4511e;
  margin-right: 1rem;

  background-color: #555;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
}

.container-fluid {
    padding: 60px 50px;
}
.bg-grey {
    background-color: #f6f6f6;
}

/* nav : Menu */
.navbar {
    display: inline-block;
    margin-bottom: 0;
    background-color: grey;
    border: 0;
    /*font-family: Montserrat, sans-serif;*/
    /*font-size: 15px !important;*/
    letter-spacing: 2px;
    box-shadow: 0 0 10px;
    text-transform: uppercase;
    width: 100%
}
.navbar li a, .navbar .navbar-brand {
  /*color: #fff !important;*/
  color: white !important;
}
.navbar-nav li a:hover {
    color: #f4511e !important;
    background-color: #555 !important;
}
.navbar-nav li.active a {
  color: #f4511e !important;
  background-color: #555 !important;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
    /*color: #fff !important;*/
    color: white !important;
}
/*main menu item with dropdown arrow icon*/
.open .dropdown-toggle {
    /*color: #fff !important;*/
    color: white !important;
    background-color: #555 !important;
}
.dropdown-menu {
  background-color: grey !important;
}
.dropdown-menu li a {
  /*color: #fff !important;*/
  color: white !important;
}
.dropdown-menu li a:hover {
  color: #f4511e !important;
  background-color: #555 !important;
}

#logo_link {
    display: flex;
    align-items: center;
}
.mpluss_logo
{
  width: auto;
  height: 8rem;
}

.navbar-brand{
  height: auto !important; /*height depend on the size of logo*/
  padding: 0px 0px 0px 15px !important;
}
@media screen and (max-width: 767px) {
  .navbar-brand{
    width: 100% !important; /* for mobile version - menu toggle button (right border)*/
  }
}

.navbar-nav li a {
  padding: 4px 8px; /* in order to have more menu item in ipad mode*/
}

#button_menu_toggle{
  background-color: #eee;
  /*extra settings : to delete if we want a floating menu items*/
  position: absolute;
  right: 0px;
  top: 3rem;
}

#top_menu
{
  background-color: grey;
  height: 3rem;
  /*extra settings : to delete if we want a floating menu items*/
  /*float: right;*/
  position: absolute;
  right: 0px;
  top:  0px;
}
#top_menu .btn
{
  vertical-align:baseline;
}
#language_menu ul {
    list-style-type: none;
    padding: 0;
    display: inline;
}
#language_menu li {
    padding: 0;
    display: inline;
}
#power {
  font-size: 2rem;
  color: #ddd !important;
  padding: 0.5rem 0.25rem 0.25rem 0rem;
  margin: 0px;
  text-decoration:none;
}

.flag_icon
{
  padding: 0px !important;
}
.img_flag_icon
{
  height: 2rem;
  width: auto;
  float: right;
  /*padding: 0.5rem 0.5rem;*/
  padding: 0rem 0.75rem; /* for big screen and ipad*/
  margin: 0px;
}

/*to align vertically content of all boostrap cols*/
.vcenter {
   display: inline-block;
   vertical-align: middle;
   float: none;
}

/*testimonial carousel*/

.carousel-control.right, .carousel-control.left {
    /*background-image: none;*/
    color: #f4511e;
}
.carousel-indicators li {
    border-color: #f4511e;
}
.carousel-indicators li.active {
    background-color: #f4511e;
}

.statement{
  font-size: 19px;
  line-height: 1.375em;
  color: #303030;
  font-style: italic;
  margin: 0px 0;
}
.profession,.company{
  font-size: 15px;
  line-height: 1.375em;
  font-style: italic;
  color: #303030;
  margin: 0px 0;
}

/*testimonial owl carousel*/
#testimonials .owl-carousel .owl-item img {
    display: inline;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f4511e;
}

/* Animation in blocks*/

.object-non-visible {
  opacity: 0;
  filter: alpha(opacity=0);
}

.object-visible {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
/*Link button in blocks*/
.link-btn
{
  background:transparent;
  border-color: #f4511e;
}
.link-btn i
{
  color: #f4511e;
}
/* Link button animation up and down infinite */
.btn-anim {
	position:relative;
	transition:all 0.4s ease-in 0s;
	-moz-transition:all 0.4s ease-in 0s;
	-webkit-transition:all 0.4s ease-in 0s;
	-o-transition:all 0.4s ease-in 0s;
	-ms-transition:all 0.4s ease-in 0s;
	animation:point-down 0.5s alternate infinite;
	-o-animation:point-down 0.5s alternate infinite;
	-moz-animation:point-down 0.5s alternate infinite;
	-webkit-animation:point-down 0.5s alternate infinite;
}
@keyframes point-down {
	from {
		top:0;
	}
	to {
		top:5px;
	}
}
@-webkit-keyframes point-down {
	from {
		top:0;
	}
	to {
		top:5px;
	}
}
@-moz-keyframes point-down {
	from {
		top:0;
	}
	to {
		top:5px;
	}
}
@-o-keyframes point-down {
	from {
		top:0;
	}
	to {
		top:5px;
	}
}

/* image and icon in for description in blocks (presentation block at least)*/
.desc_img
{
  display: inline;
}

.desc_icon-small {
    color: #f4511e;
    font-size: 50px;
}
.desc_icon {
    color: #f4511e;
    font-size: 200px;
}

@media screen and (max-width: 480px) {
  .desc_icon {
      font-size: 150px;
  }
}

/* image and icon in for iconblock (in IconBoxContainerBlock at least)*/
.icon_box-small {
    color: #f4511e;
    font-size: 50px;
}
.icon_box {
    color: #f4511e;
    font-size: 75px;
}
@media screen and (max-width: 480px) {
  .icon_box {
      font-size: 50px;
  }
}

.iconbox li {
  list-style: none;
}

/*the following 3 settings works together*/
/*with margin 0, icon is floating and text description can go under the icon*/
/* with margin, icon is floating but the text will be align left or right (not really pretty
  on small screen) */
/*
.iconbox-content
{
  margin:0px !important;
}
.iconboxcontainer .img-circle
{
  margin: 0px 10px;
}
.iconboxcontainer .iconbox i
{
  margin: 0px 10px;
}
*/

.content-with-image
{
  padding: 30px 50px;
}
.rich-text
{
  padding: 10px 50px;
}
.content-raw_html
{
  padding: 30px 50px;
}

/*slide carousel*/
#owl-image-carousel {
  /*do not have any effet on img in slider!
   img in slider is : width 100% height :auto! */
  /*max-height: 45rem;
  height: 45rem;
  position:inherit;*/

  height: auto;
  position:inherit;

}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.image-carousel-text .btn
{
  background-color: #f4511e;
}
.image-carousel-text .btn:hover
{
  background-color: gray;
}

/*video carousel*/
.owl-carousel .owl-video-wrapper {
  max-height: 40rem;
  width: 70%;
  position:inherit;
  height:auto;
}
/* ============= LICENSE SECTION: order_license_page and personal_license_page=========== */

/* license order form */
#order-license-form input[type=checkbox][readonly] {
    cursor: not-allowed;
}
#order-license-form * {
    box-sizing: border-box;
}
#order-license-form input[type=text],input[type=email], select, textarea {
    width: 300px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 4px;
    resize: vertical;
}
#order-license-form label {
    padding: 1px 12px 1px 12px;
    display: inline-block;
}
#order-license-form input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
#submit-position{
    text-align:right;
}
#pers-submit-position{
  text-align: right;
}
#order-license-form input[type=submit]:hover {
    background-color: #45a049;
}
#order-license-form input[id=zip]{ /* for personal_license_page */
    width: 75px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 4px;
    resize: vertical;
}
#order-license-form input[id=city]{ /* for personal_license_page */
    width: 225px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 4px;
    resize: vertical;
}

#payment-summary-form{
  margin: 5px 0px;
  width: 100%
}
#payment-summary-form input[type=submit] {
    background-color: #4CAF50;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
#payment-summary-form input[type=submit]:hover {
    background-color: #45a049;
}
#summary-submit-position{
  text-align:right;
}

.hide {
  display: none;
}

@media (max-width: 991px){
  #pers-submit-position{
    text-align:right;
  }
  #submit-position{
    text-align:right;
  }
}
@media (min-width: 992px){
  #pers-submit-position {
    text-align:left;
  }
  #submit-position {
    text-align:left;
  }
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px;
}

/* =========================== CONTACT US SECTION ============================== */
.contact .form-control {
	  background-image:url("../img/bkg_pattern.png");
	  background-color:rgba(0,0,0,.85);
	 	opacity:0.60;
	 	color:#ffffff !important;
	 	border:1px solid #000000;
	 	height:60px;
	 	border-radius:3px;
	 	-moz-border-radius:3px;
	 	-webkit-border-radius:3px;
	 	-o-border-radius:3px;
	 	-ms-border-radius:3px;
}
.contact input[type=email]
{
  width: 100%;
}

.contact textarea.form-control {
	height:200px;
}

.contact .form-horizontal .form-group {
	margin:5px 0px;
}
.contact .form-control::-moz-placeholder {
	color:#ffffff !important;
	opacity:0.98 !important;
}
.contact .form-control:focus {
	color:#ffffff !important;
	opacity:1 !important;
}
.contact .form-control::-webkit-input-placeholder {
	color:#ffffff !important;
	opacity:1;
}
.contact .btn {
	width:100%;
	height:60px;
	padding:16px 0px;
  background-color: #f4511e;
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	border:0px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
}
.contact .btn i {
	margin:0 12px;
}
.contact .btn:hover {
  background-color: #555 !important;
  color:#f4511e;
}
.contact .btn:hover a,.contact .btn:focus a,.contact .btn a {
		color: #FFFFFF;
    background-color: #f4511e;
}

/* =========================== SUBSCRIBE SECTION ============================== */
.subscribe {
	position:relative;
}
.form-control-lg {
	font-size:18px;
	height:60px;
	line-height:30px;
	padding:15px 25px;
  background-color:rgba(0,0,0,.85);
  opacity:0.60;
  color:#ffffff !important;
}
.subscribe input[type=email]
{
  width: 100%;
}
.subscribe-form-submit {
	border-bottom-left-radius:0;
	border-top-left-radius:0;
	position:absolute;
	right:0;
	top:-1px;
	width:150px !important;
	color:#ffffff;
  background-color: #f4511e;
}
.form-horizontal .subscribe-form-input.has-feedback .form-control-feedback {
	right:150px;
	top:13px !important;
}
.subscribe .btn-lg {
	padding:18px 25px;
}

.subscribe .form-control::-moz-placeholder {
	color:#ffffff !important;
	opacity:0.98 !important;
  /*font-weight:300!important;*/
}
.subscribe .form-control:focus {
	color:#ffffff !important;
	opacity:1 !important;
}
.subscribe .form-control::-webkit-input-placeholder {
	color:#ffffff !important;
	opacity:1;
}

.subscribe .btn.bg-inverse:hover,.subscribe .btn.bg-inverse:focus {
  background-color: #555 !important;
  color:#f4511e;
}

/*personal license summary page*/
.title-order-summary{
  text-align: right;
  font-weight: bold;
}
.important-bold{
  font-weight: bold;
}
#order-summary-block
{
  width: 100%;
  background-color: #f2f2f2;
}

/* mobile portait - extra small screen */
@media (max-width: 479px) {
  #language_menu{
    display: none;
  }
  #language_dropdown_menu
  {
    display: inline-block;
  }
  #language_dropdown_menu a
  {
    color: #eee;
  }
  #language_dropdown_menu .dropdown-menu
  {
    text-align: left;
    min-width: 50px;
  }
  #language_dropdown_menu .dropdown-menu li
  {
    margin: 10px 0px;
  }
  #language_dropdown_menu .dropdown-menu>li>a {
      display: inline;
  }
  #language_dropdown_menu .dropdown-toggle {
    color: white !important;
    background-color: inherit !important;
  }
}
/* all other than extra small screen */
@media (min-width: 480px) {
  #language_dropdown_menu
  {
    display: none;
  }
}

/* small screen (col-xs boostrap) */
@media (max-width: 767px) {
  .btn-lg {
      width: 100%;
      margin-bottom: 35px;
  }
  /* settings separator for footer */
  .separator_visible
  {
    display:block;
  }
  /*footer-menu and company-info centered for mobile version*/
  .footer-info {
    text-align: center;
  }
}

/* tablet portait or bigger screen (begin boostrap col-sm)*/
@media (min-width: 768px){
  /*override .navbar-right float right! to delete if we want a floating menu items*/
  .navbar-right {
      position: absolute !important;
      margin-right: 0px !important;
      right: 0px !important;
      bottom: 1rem !important;
  }

  /* footer containter boostrap size overwrite */
  #footer .container-fluid
  {
    padding: 15px 15px;
  }

  /* settings separator for footer */
  .separator_visible
  {
    display:none;
  }

  /*footer-menu and company-info centered for mobile version*/
  .footer-info {
    text-align: left;
  }

}

@media (min-width: 992px){
  #order-summary-block
  {
    width: 50%;
  }
  #payment-summary-form{
    width: 50%;
  }
}

@media screen and (min-width: 1050px){
  #contact-form {  
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}
