/*
* @package Constructone
* @copyright (C) 2017 by Joomlastars - All rights reserved!
* @license GNU General Public License, version 2 (http://www.gnu.org/licenses/gpl-2.0.html)
* @author Joomlastars <author@joomlastars.co.in>
* @authorurl <http://themeforest.net/user/joomlastars>
*/

/* You can add new css here */

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.image-column img{
  max-width: 100%;
}

#redim-cookiehint{
      background-color: #202e31;
}

#redim-cookiehint .cookiecontent
{
  color: #f4f4f4;
}

#redim-cookiehint .cookiebuttons .btn {
    color: #fff;
    background-color: #364c50;
}

#redim-cookiehint .cookiebuttons #cookiehintsubmit{
  background-color: #eb4d4b;
}

.page-content ul, .page-content li{
  list-style: initial !important;
  padding: 0 5px !important;
  margin: 0 20px !important;
}

