/* Slick Override */

.slick-slider {
	margin-bottom: 30px;
}

.slick-vertical .slick-dots {
	bottom: 50px;
	right: 10px;
	width: 25px;
}

.slick-vertical .slick-dots li {
	height: 30px;
}

.bigpanel .slick-dots li.slick-active button:before {
	color: white;
}

/* General */

.mainPanelHome {
	position: relative;
	margin: 10px 3px;
}

.mainPanelHome:after {
	content: " "; 
	display: block; 
	clear: both;
}

.subPanel {
	top: 0; 
	height: 100%;
	width: calc(50% - 5px);
}

.leftMenuVisible .subPanel {
	width: calc(50% - 5px);
}

.subPanel.left {
	left: 5px; 
	float: left; 
}

.subPanel.right {
	right: 5px; 
	float: right;
}

.subPanel .bigpanel_light_title {
	padding-left: 20px;
}

.carouselContainer {
	display: none;
}

/* Benefits carousel */

.bigPanelLeft {
	float: left; 
	width: 45%;
}

.bigPanelRight {
	float: left; 
	width: 55%;
}

.bigpanel .benefits {
	line-height: 220%;
	margin-left: 0px;
}

.bigpanel .benefits img {
	display: inline;
}

.bigpanel .slick-prev {
	visibility: hidden;
}

.benefitsContainer {
	width: 95%;
	font-family: 'Roboto', sans-serif;
}

.leftMenuVisible .benefitsContainer {
	width: 97%;
}

/* Clients panel */

.clients {
	height: 210px !important;
}

.clients img {
	margin: 10px;
	display: inline;
	vertical-align: middle;
}

.clients img:hover {
	-webkit-filter: contrast(0%);
}

.leftMenuVisible #clientsCarousel {
	position: relative;
	top: -15px;
}

.leftMenuVisible #clientsCarousel .slick-dots {
	bottom: -40px;
}

/* Features panel */

#featuresContainer {
	width: 90%;
	padding-left: 35px;
}

.leftMenuVisible #featuresContainer {
	width: 90%;
	padding-left: 30px;
}

.featureScreenshot {
	float: left;
	width: 400px;
	padding: 10px;
}

.featureScreenshot img {
	width: 400px;
}

.featureDescription {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	width: 35%;
}

.featureScreenshotLarge {
	float: left;
	width: 100%;
	padding-top: 10px;
}

.leftMenuVisible .featureScreenshotLarge img {
	width: 90%;
	padding-left: 10px;
}

.featureScreenshotLarge img {
	width: 90%;
	padding-left: 40px;
}

.leftMenuVisible .featureDescriptionLarge {
	right: 10px;
}

.featureDescriptionLarge {
	padding: 10px;
	width: 35%;
	position: absolute;
	top: 10px;
	right: 50px;
	background-color: #444;
	opacity: 0.9;
	box-shadow: -1px 1px 5px #AAA;
	display : none;
}

#featuresContainer .slick-dots {
	bottom: -40px;
}

.featuresTitle {
	font-size: 18px;
	color: #f3f3f3;
	font-weight: 400;
}

.featuresText {
	font-size: 16px;
	color: #444;
}

#featuresContainer .slick-prev {
	left: -20px;
}

#featuresContainer .slick-next {
	right: -20px;
}

#featuresContainer .slick-prev:before {
	color: #153854;
}

#featuresContainer .slick-next:before {
	color: #153854;
}

/* Testimonials panel */

.testimonialsContainer {
	padding-left: 18px;
	margin-top: 15px;
}

.leftMenuVisible .testimonialsContainer {
	padding-left: 0;
}

.testimonialsContainer .slick-dots {
	bottom: -40px;
}

.quotationMark {
	padding-top: 10px;
}

.leftMenuVisible .quotationMark {
	position: relative;
	left: -7px;
}

/* News panel */

.newsItem {
	clear: both;
	margin-top: 12px;
	font-size: 13px;
}

.newsItem:after {
	content: " "; 
	display: block; 
	clear: both;
}	


.newsItem .newsIcon {
	float: left;
	width: 13%;
}

.newsIcon img {
	margin: 0 auto;
	display: block;
}

.newsItem .newsBody {
	float: left;
	width: 85%;
	margin-bottom: 2%;
}

.newsItem .newsBody .newsTitle::after {
	content: " ";
	display: block;
	height: 1px;
	margin: 2px 0;
	background-image: url(../images/straight_line.gif);
}

.newsItem .newsBody .date {
	color: #426F96;
}

#newsMore {
	position: absolute;
	bottom: 5px;
	right: 15px;
	font-size: 13px;
}

/* Homepage Screenshots */

.panelScreenshot {
	width: 85%
}

.panelScreenshot img {
	margin: 30px;
	box-shadow: 10px 10px 18px #090A0B;
}

.leftMenuVisible .panelScreenshot img {
	width: 300px;
	margin: 10px;
	margin-top: 30px;
}

/* media queries (always last) */

@media screen and (max-width: 475px) {
	.mainPanelHome {
		height: unset !important;
	}

	.mainPanelHome > .subPanel {
		margin-bottom: 6px;
		width: 100%;
	}

	.clients {
		height: unset !important;
	}
}

@media screen and (max-width: 944px) {
    .bigPanelLeft {
        float: unset;
        width: 320px;
        margin: 0 auto;
    }

	.panelContainer > .bigPanelRight {
		width: 100%;
	}
}
