/**
 * @version		1.0.1
 * @package		Ocular template for Joomla! 3.x
 * @author		JoomlaXTC http://www.joomlaxtc.com
 * @copyright	Copyright (C) 2015 Monev Software LLC. All rights reserved.
 * @license		http://www.joomlaxtc.com/license JoomlaXTC Proprietary Use License
 */
body, #component p {font-size: 17px;}
.page-header h1 {display: none;}
.pull-right.item-image {width: 100%;}
.item-image img {width: 100%;}
#dpd-login .jlogintext {display: none;}
.btnblue {padding: 10px;}
.kart img {width:100%;}
.kart {position: relative;}
.kart h2 {
    text-align: center;
    display: block;
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.29);
    bottom: 10%;
    color: #fff;
    padding: 20px 0;
}

.dpd-gallery {text-align:center;}
.dpd-gallery-item {
  display:inline-block;
  margin: 10px;
  text-align: center;
  border: 1px solid rgb(13, 52, 90);
  padding: 10px;
  position:relative;
  box-shadow: 3px 4px 6px #C0C0C0;
}
.dpd-gallery-item a.btnblue {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0;
}
.searchbox .moduletable {
  display: inline;
  float: right;
  padding-left: 10px;
}
#topmodules input {
  width: 45px;
  border-radius: 0;
  background-color: black;
}
#topmodules input:focus {width:206px;transition: width 1s;color:#fff;}
#topmodules p, #topmodules a {color: #fff;}

/* <= 900 px */
@media (max-width: 900px) {
	.com_content .item-page .pull-right.item-image {width: 100%;}
}