/*===================================================*/
/*                                                                                                      */
/*                                    TABLE OF CONTENT                                  */
/*                                                                                                      */
/*===================================================*/
/* SECTION 1 - GENERAL STYLES */
/* ---> custom reset */
/* ---> forms */
/* ---> tables */
/* ---> sizing classes */
/* ---> others */
/* SECTION 2 - HEADER STYLES */
/* SECTION 3 - LAYOUT TEMPLATE */
/* SECTION 4 - DETALII CHITANTE TEMPLATE */
/* SECTION 5 - PREVIZUALIZARE SOMATIE LOCATAR */

/* MEDIA QUERIES SECTION */
/* ---> all type devices */
/* ------> min-width: 1200px */
/* ------> min-width: 992px and max-width: 1199px */
/* ------> min-width: 768px and max-width: 991px */
/* ------> min-width: 480px and max-width: 767px */
/* ------> max-width: 479px */



@font-face {
    font-family: HelveticaNeue;
    src: url('../fonts/HelveticaNeueLTPro-Roman/HelveticaNeueLTPro-Roman.eot'); /* IE9 Compat Modes */
    src: url('../fonts/HelveticaNeueLTPro-Roman/HelveticaNeueLTPro-Roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       	 url('../fonts/HelveticaNeueLTPro-Roman/HelveticaNeueLTPro-Roman.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/HelveticaNeueLTPro-Roman/HelveticaNeueLTPro-Roman.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/HelveticaNeueLTPro-Roman/HelveticaNeueLTPro-Roman.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/HelveticaNeueLTPro-Roman/HelveticaNeueLTPro-Roman.svg#HelveticaNeueLTPro-Roman') format('svg'); /* Legacy iOS */
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: HelveticaNeue-Bd;
    src: url('../fonts/HelveticaNeueLTPro-BdOu/HelveticaNeueLTPro-BdOu.eot'); /* IE9 Compat Modes */
    src: url('../fonts/HelveticaNeueLTPro-BdOu/HelveticaNeueLTPro-BdOu.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       	 url('../fonts/HelveticaNeueLTPro-BdOu/HelveticaNeueLTPro-BdOu.woff2') format('woff2'), /* Super Modern Browsers */
         url('../fonts/HelveticaNeueLTPro-BdOu/HelveticaNeueLTPro-BdOu.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/HelveticaNeueLTPro-BdOu/HelveticaNeueLTPro-BdOu.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/HelveticaNeueLTPro-BdOu/HelveticaNeueLTPro-BdOu.svg#HelveticaNeueLTPro-Roman') format('svg'); /* Legacy iOS */
    font-weight: 400;
    font-style: normal;
}













/*
 *  SECTION 1 - GENERAL STYLES - start
 */
/* custom reset - start */
body {
    padding-bottom: 40px;
}
.navbar {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/* custom reset - end */

/* forms - start */
input.form-control {
	min-width: 60px;
}
.btn-success {
  background-color: #57a900;
  background-image: -moz-linear-gradient(top, #70d900, #57a900);
  background-image: -ms-linear-gradient(top, #70d900, #57a900);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
  background-image: -webkit-linear-gradient(top, #70d900, #57a900);
  background-image: -o-linear-gradient(top, #70d900, #57a900);
  background-image: linear-gradient(top, #70d900, #57a900);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  background-color: #57a900;
}
.btn-success:active, .btn-success.active {
  background-color: #57a900;
}
form {
	width: 100%;
	max-width: 500px;
}
form.no-max-width {
	max-width: 100%;
}
form.no-max-width .limit-width {
	width: 100%;
	max-width: 500px;
}
.error {
	color: #a94442;
}
.red_input_border {
	border: 1px solid red !important;
}

.text-red {
	color: red;
}
.popover-error {
	width: 100%;
	max-width: 150px;
	background: #a94442;
}
.popover-error.top .arrow { border-top-color: #a94442; border-top-color: rgba(169,68,66,.25); }
.popover-error.top > .arrow:after { border-top-color: #a94442; }
.popover-error.bottom .arrow { border-bottom-color: #a94442; border-bottom-color: rgba(169,68,66,.25); }
.popover-error.bottom > .arrow:after { border-bottom-color: #a94442; }
.popover-error.left .arrow { border-left-color: #a94442; border-left-color: rgba(169,68,66,.25); }
.popover-error.left > .arrow:after { border-left-color: #a94442; }
.popover-error.right .arrow { border-right-color: #a94442; border-right-color: rgba(169,68,66,.25); }
.popover-error.right > .arrow:after { border-right-color: #a94442; }
.popover-error .popover-title {
	display: none;
}
.popover-error .popover-content {
	color: white;
}
	/* jQuery UI tooltip - error style - start */
		.tooltip-error {
			background: #a94442;
			border-color: #a94442;
			position: absolute;
			padding: 5px 10px;
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}
		.tooltip-error .tooltipster-arrow {
			position: absolute;
			display: block;
			width: 0;
			height: 0;
			margin: auto; 
			border-width: 10px;
			border-style: solid;
			border-color: transparent;
		}
		.tooltip-error .tooltipster-arrow-left { border-left-color: #a94442; top: 0; bottom: 0; left: 100%; }
		.tooltip-error .tooltipster-arrow-right { border-right-color: #a94442; top: 0; bottom: 0; right: 100%; }
		.tooltip-error .tooltipster-arrow-top { border-top-color: #a94442; top: 100%; left: 0; right: 0; }
		.tooltip-error .tooltipster-arrow-top-left {  border-top-color: #a94442; top: 100%; left: 5%; }
		.tooltip-error .tooltipster-arrow-bottom { border-bottom-color: #a94442; bottom: 100%; left: 0; right: 0; }
		.tooltip-error .tooltipster-arrow span {
			display: none;
		}
		.tooltip-error .tooltipster-content {
			color: white;
		}
	/* jQuery UI tooltip - error style - end */
.disabled {
	color: #ccc;
}
.disabled a {
	cursor: not-allowed;
	color: #ccc;
}
.form-inline input[type=submit],
.form-inline button[type=submit] {
	margin-left: 6px;
}
input[type=radio].nolabel,
input[type=checkbox].nolabel {
	display: block;
	width: auto;
	height: auto;
	margin: 0;
}
/* forms - end */

/* tables - start */
.bkg-dark {
	background-color: #EEEEEE;
}
/*
.bkg-transparent,
.table .table.bkg-transparent {
	background-color: transparent;
}
*/
tr:hover td.bkg-dark {
	background-color: #F5F5F5;
}
.zero-color {
	color: #ccc;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td {
	vertical-align: middle;
}
.table > thead > tr > th {
	vertical-align: bottom;
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
	top: auto;
	bottom: 8px;
}
.table-responsive {
	margin-bottom: 40px;
}
table.dataTable thead > tr > th.dt_noSnoS {
	padding-right: 8px;
}
.label-in-table {
	line-height: 34px;
	margin: 0;
	display: block;
}
.no-pagination .dataTables_filter {
	float: left;
}
.no-pagination .dt-left-col {
	display: none;
}
.print-tabel-semnaturi {
	display: none;
}
.print-only {
	display: none;
}
/*
.details_tr > td {
	background-color: #f5f5f5;
}
.selected_month {
	cursor: pointer;
}
*/
.secondary-table th,
.secondary-table td {
	padding: 8px;
	vertical-align: middle;
}
#dt_lista_consum_apa {
	width: 100%;
	max-width: 100%;
	table-layout: auto;
}
#dt_lista_consum_apa th {
	vertical-align: bottom;
}
#dt_lista_consum_apa th,
#dt_lista_consum_apa td {
	padding: 2px 4px;
}
/* tables - end */

/* sizing classes - start */
.vertical-space {
	margin-top: 30px;
}
.mt15 { margin-top: 15px; }
.mb15 { margin-bottom: 15px; }
.no-bullets-list {
	list-style-type: none;
}
.no-top {
	margin-top: 0;
}
.no-bottom {
	margin-bottom: 0;
}
.align-with-input {
	margin-top: 0;
	margin-bottom: 15px;
}
.align-with-title {
	margin-top: 10px;
	margin-bottom: 10px;
}
.no-h-margin {
	margin-left: 0;
	margin-right: 0;
}
.no-h-padding {
	padding-left: 0;
	padding-right: 0;
}
.form-inline .group {
	margin-bottom: 15px;
}
.form-inline .group input[type=submit],
.form-inline .group button[type=submit] {
	margin-left: 0;
}
/* sizing classes - end */

/* others - start */
.page-break { display: none; }
.zf-green {
    color: #68b604;
}
.display-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.display-inline {
	display: inline;
}
.action-group {
	display: block;
	float: left;
	margin: 0 0 25px 0;
	padding-right: 20px;
	min-width: 33%;
}
.nowrap {
	white-space: nowrap;
}
.nobold {
	font-weight: normal;
}
.clear-both {
	clear: both;
}
.ui-dialog .ui-dialog-titlebar-close {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	width: 16px;
	height: 16px;
}
.indent2 { text-indent: 2em; }
.indent3 { text-indent: 3em; }
.indent4 { text-indent: 4em; }
/* others - end */
/*
 *  SECTION 1 - GENERAL STYLES - end
 */

/*
 *  SECTION 2 - HEADER STYLES - start
 */
#header-nav .header-logo {
	float: left;
	margin: 0 15px 0 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#header-nav .navbar-brand {
	color: #68B604;
	font-size: 2.571em;
	font-weight: bold;
	padding: 10px 15px;
	line-height: 40px;
	height: auto;
}
#header-userdata {
	float: right;
	line-height: 20px;
	padding: 20px 0;
	color: white;
}
#header-userdata ul {
	margin: 0;
}
#header-userdata a {
	color: white;
}
#header-userdata a:hover,
#header-userdata a:focus,
a.link-with-glyph:hover,
a.link-with-glyph:focus {
	text-decoration: none;
}
#header-userdata a:hover .link-text,
#header-userdata a:focus .link-text,
a.link-with-glyph:hover .link-text,
a.link-with-glyph:focus .link-text {
	text-decoration: underline;
}
#header-userdata a:hover .glyphicon,
#header-userdata a:focus .glyphicon {
	color: #999;
}
/*
 *  SECTION 2 - HEADER STYLES - end
 */

/*
 *  SECTION 3 - LAYOUT TEMPLATE - start
 */
#page_container {
	overflow: hidden;
}
#aside {
	width: 300px;
	float: left;
	position: fixed;
	padding: 0 15px;
	z-index: 1;
}
#main {
	width: 100%;
	float: right;
	position: relative;
	padding: 0 15px 0 315px;
	min-height: 400px;
}
#aside .panel-heading {
	padding-right: 45px;
}
.aside-arrow {
	display: block;
	width: 25px;
	height: 25px;
	position: relative;
	color: black;
	font-size: 17px;
	line-height: 25px;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.aside-arrow:hover,
.aside-arrow:focus {
	text-decoration: none;
}
#aside_collapse {
	position: absolute;
	top: 7px;
	right: 22px;
}
#aside_expand_container {
	display: none;
	float: left;
	position: fixed;
	width: 25px;
	height: 100px;
	border-left: 1px solid #ddd;
}
#aside_expand {
	position: absolute;
	top: 7px;
	left: -1px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
/*
 *  SECTION 3 - LAYOUT TEMPLATE - end
 */

/* User dashboard - start */
.indent-list-item {
	margin-left: 20px;
}
#apartament_list,
#asociatii_list {
	margin-top: 40px;
}

/* Factura condominiu */
#dt_facturi_primite th {
	white-space: nowrap;
}

.total-gen-label,
.total-gen-val {
	text-align: right;
	color: red;
	font-size: 200%;
	font-weight: bold;
}
.total-gen-val {
	width: 200px;
}
/* User dashboard - end */

/*
 *  SECTION 3 - LAYOUT TEMPLATE - end
 */
 
/*
 *  SECTION 4 - DETALII CHITANTE TEMPLATE - start
 */
.detalii-chitanta p {
	margin-top: 0;
	margin-bottom: 0;
}
.detalii-chitanta .titlu_chitanta {
	font-size: 150%;
}
.detalii-chitanta table {
	width: 100%;
	table-layout: fixed;
}
.detalii-chitanta .desfasurator {
	width: auto;
	border: 1px solid #DDD;
}
.detalii-chitanta .desfasurator td {
	padding: 2px 5px;
}
/*
 *  SECTION 4 - DETALII CHITANTE TEMPLATE - end
 */
 
 /*
 *  SECTION 5 - PREVIZUALIZARE SOMATIE LOCATAR - start
 */
#somatie .somatie-header {
	display: table;
	width: 100%;
	table-layout: auto;
}
#somatie .somatie-sigla {
	display: table-cell;
	vertical-align: top;
	/*padding-top: 5px;*/
	padding-left: 1.5em;
	padding-right: 1.5em;

}
#somatie .somatie-title {
	display: table-cell;
	vertical-align: top;
	padding-left: 1.5em;
	padding-right: 1.5em;
		/*border: 3px double black;*/
	border-left: 0;
}
#somatie p {
	margin: 0 0 .25em;
	padding: 0;
}
 /*
 *  SECTION 5 - PREVIZUALIZARE SOMATIE LOCATAR - end
 */
 
/* RESPONSIVITATE SECTIUNE LOCATAR - start */
.isMobileLayout .table-responsive {
	-ms-overflow: visible;
	overflow: visible;
	border: 0;
	padding: 0;
	margin: 0;
}
.locatar div[data-tagname="table"] {
	margin-bottom: 30px;
}
.locatar div[data-tagname="table"] div[data-th]:before {
	content: attr(data-th) ": ";
}
.locatar div[data-tagname="table"] div[data-th].text-right {
	text-align: left;
}
.locatar div[data-tagname="td"] {
	padding: 15px 0;
	border-top: 1px solid #ccc;
	margin: 0 auto;
}
.locatar div[data-tagname="td"]:first-child {
	border-top: 0;
}
.locatar div[data-tagname="td"]:before {
	font-weight: bold;
}
.locatar div[data-tagname="tr"] {
	padding: 0 10px;
	border: 1px solid #000;
	margin: 0 auto 15px;
}
.locatar div[data-tagname="thead"] {
	display: none;
}
.locatar div[data-th=''] {
	display: none;
}
.locatar div[data-tagname="table"] {
	
}
.locatar .tableSingleCol[data-tagname="table"] {
	border: 1px solid #000;
	padding: 0 10px;
	margin-bottom: 30px;
}
.locatar .tableSingleCol div[data-tagname="thead"] {
	display: block;
}
.locatar .tableSingleCol div[data-tagname="tr"] {
    border: 0;
	padding: 15px 0;
    border-top: 1px solid #ccc;
    margin: 0 auto;
}
.locatar .tableSingleCol div[data-tagname="td"] {
	padding: 0;
    border: 0;
    margin: 0;
	text-align: left;
}
.locatar .tableSingleCol[data-tagname="table"] div[scope="row"] {
	font-weight: bold;
	text-align: left;
}
/* RESPONSIVITATE SECTIUNE LOCATAR - end */

/*
 *  MEDIA QUERIES SECTION - start
 */
/* all type devices - start */
@media all and (min-width: 1200px) {
	/* general styles - start */
	.input-min-width {
		min-width: 200px;
	}
	/* general styles - end */
	
	/* RESPONSIVITATE SECTIUNE LOCATAR - start */
	
	/* RESPONSIVITATE SECTIUNE LOCATAR - end */
}
@media all and (max-width: 1199px) {
	/* RESPONSIVITATE SECTIUNE LOCATAR - start */
	.locatar #aside {
		width: 100%;
		position: relative;
	}
	.locatar #aside_collapse {
		display: none;
	}
	.locatar #main {
		padding: 0 15px;
	}
	/* RESPONSIVITATE SECTIUNE LOCATAR - end */
}

@media all and (min-width: 992px) and (max-width: 1199px) {
	/* general styles - start */
	.input-min-width {
		min-width: 200px;
	}
	/* general styles - end */
	
	/* RESPONSIVITATE SECTIUNE LOCATAR - start */
	
	/* RESPONSIVITATE SECTIUNE LOCATAR - end */
}

@media all and (min-width: 768px) and (max-width: 991px) {
	/* general styles - start */
	.input-min-width {
		min-width: 200px;
	}
	/* general styles - end */
	
	/* RESPONSIVITATE SECTIUNE LOCATAR - start */

	/* RESPONSIVITATE SECTIUNE LOCATAR - end */
}

@media all and (min-width: 480px) and (max-width: 767px) {
	/* general styles - start */

	/* general styles - end */
	
	/* RESPONSIVITATE SECTIUNE LOCATAR - start */

	/* RESPONSIVITATE SECTIUNE LOCATAR - end */
}
@media all and (max-width: 479px) {
	/* general styles - start */

	/* general styles - end */
	
	/* RESPONSIVITATE SECTIUNE LOCATAR - start */

	/* RESPONSIVITATE SECTIUNE LOCATAR - end */
}
/* all type devices - end */
/*
 *  MEDIA QUERIES SECTION - end
 */







/*           Homepage Styles    Mihai       */

#homepage {
	background-color: #b1b1b1;
	font-family: HelveticaNeue;
}


.overlay:after{
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  display: block;
  background-color: rgba(0,0,0,0.5);
}
.nav-brand-container {
	position: absolute;
    left: 2%;
    top: 10px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#logo {
	position: relative;
	height: 80px;
	z-index: 1;
}
.nav-brand-container span {
	font-size: 12px;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
	margin-left: 20px;
    margin-top: 10px;
}
#homepage h1 {
	display: block;
    font-family: HelveticaNeue-Bd;
	position: absolute;
	font-size: 64px;
	color: #fff;
  	top: 40%;
  	left: 50%;
  	transform: translate(-50%, -40%);
  	margin: 0;
  	padding: 0;
  	text-align: center;
  	z-index: 1;
}

.relative {
	position: relative;
}

#homepage .carousel-container {
	position: relative;
	padding: 50px 0;
	overflow: hidden;
	margin: -14% 0 -50px 0;
}

.carousel-container img {

}

.absolute {
	position: absolute;
}

#mainCarousel {
width: 100%;
height: 100%;
background-color: white;
position: absolute;
top: 0;
left: 35%;
transform: skewX(-18deg);
-o-transform: skewX(-18deg);
-moz-transform: skewX(-18deg);
-webkit-transform: skewX(-18deg);
transform-origin: 100% 100%;


}


#mainCarousel .owl-carousel{
	transform: skewX(18deg);
    -o-transform: skewX(18deg);
    -moz-transform: skewX(18deg);
    -webkit-transform: skewX(18deg);
    width: 35%;
	margin: 50px auto 50px 12%;
}

#mainCarousel .owl-item h2{
	color: #005EB8;
	font-size: 64px;
	margin: 0;
	padding: 0;
	padding: 15% 0;
    font-weight: bold;
    height: 380px;
}

#mainCarousel .owl-item p{
	font-size: 16px;
	padding-bottom: 20%;
}

#mainCarousel .owl-item a{
	text-transform: uppercase;
	font-size: 20px;
	background-color: #005EB8;
	color: white;
	line-height: 3em;
	height: 3em;
	text-align: center;
	display: block;
	margin: 0 10%;
}

#mainCarousel .owl-theme .owl-dots .owl-dot span {
	background-color: white;
	border: 1px solid black;
	width: 15px;
	height: 15px;
    margin: 5px 15px;
}

#mainCarousel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #005EB8;
}

#mainCarousel .owl-theme .owl-dots{
	margin-top: 5%;
}

#triangle {
	width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 36px solid transparent;
    border-top: 50px solid #393939;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: skewX(36deg);
	-o-transform: skewX(36deg);
	-moz-transform: skewX(36deg);
	-webkit-transform: skewX(36deg);
	transform-origin: 100% 100%;

}

#homepage section {
	text-align: center;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
	padding: 150px 0 100px 0;
}

.section-container {
	width: 500px;
	height: 300px;
	display: inline-block;
	background-color: white;
	margin: 20px;
	padding: 50px 20px;
}

.section-container span {
	font-size: 4em;
	color: #005EB8;
}

.section-container h3 {
	text-transform: uppercase;
	font-size: 24px;	
}
.section-container p {
	color: #005EB8;
	margin-bottom: 30px;
    font-size: 16px;
    padding: 5px;
}
.section-container a {
	border: 1px solid black;
	padding: 10px 30px;
	text-transform: uppercase;
	font-size: 20px;
	color: black;
}





/*           Main Navigation Styles  START         */




#homepage > div {
	padding: 0;

}


.parallelogram {
	background: white;
            transform: skewX(-20deg);
         -o-transform: skewX(-20deg);
       -moz-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    margin: -1px;
}

#mainNav .active,
#mainNav li:hover,
#mainNav ul li:last-child a:hover  {
	background-color: #005EB8;
	color:#fff;
}

#homepage .parallelogram a {
	font-size: 16px;
	color: black;
	margin: 0 28px;
	padding: 40px 0;
	text-transform: uppercase;
            transform: skewX(20deg);
         -o-transform: skewX(20deg);
       -moz-transform: skewX(20deg);
    -webkit-transform: skewX(20deg);
}

#homepage .parallelogram {
	z-index: 2;
}

#mainNav {
	padding: 0;
}

#mainNav a:active,
#mainNav a:hover,
#mainNav a:focus {
	background-color: transparent;
	outline: none;
}

#homepage-image {
	position: relative;
}

#homepage nav {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

#mainNav ul li:last-child a{
	margin: -4px -1px 0 -20px;
	padding: 40px 10px 41px 65px;
	font-size: 16px;
	color: black;
	background-color: white;
	text-transform: uppercase;

}

#mainNav ul li:last-child{

	margin-left: -20px;
	z-index: 1;
}
#mainNav ul li:last-child span {
	font-size: 18px;
	padding-right: 5px;
}

#homepage .navbar-toggle .icon-bar {
	width: 40px;
    height: 5px;
    background-color: white;
}

#arrow-down {
	display: none;
}

/*           Main Navigation Styles  END         */


footer {
	text-align: center;
	margin-bottom: -40px;
	padding: 50px 0;
	font-size: 16px;

}
#homepage-image-div {
    background-image: url('../img/homepage/homepage_image_4.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    width:100%;  
}


/*           Main Navigation Styles  END         */



/*  MEDIA QUERIES SECTION - Homepage  START */

@media all and (max-width: 1599px) {
    #mainCarousel .owl-item h2{
        font-size: 50px;
        padding: 10% 0;
        height: 250px;
    }
}


@media all and (max-width: 1320px) {
	#mainCarousel .owl-item h2 {
		font-size: 46px;		
	}
}
@media all and (max-width: 1199px) {
	.nav-brand-container {
		top: 7px;
	}
	#homepage #logo {
		height: 66px;
	}
}
@media all and (min-width: 992px) and (max-width: 1199px) {
	#homepage .parallelogram a {
		font-size: 16px;
		padding: 30px 0;
		margin: 0 10px;
	}
	#mainNav ul li:last-child a {
		padding: 30px 10px 31px 55px;
    	font-size: 16px;
	}
	#mainCarousel .owl-item h2 {
		font-size: 36px;
		padding: 10% 0 20px 0;
		text-align: center;
        height: 200px;
	}
	#mainCarousel .owl-item p {
		font-size: 18px;
    	padding-bottom: 10%;
    	text-align: justify;
	}
	#mainCarousel .owl-item a {
		font-size: 20px;
		margin: 0;
	}

}

@media all and (min-width: 768px) and (max-width: 991px) {
	#homepage .parallelogram a {
		font-size: 14px;
		padding: 30px 0;
		margin: 0 10px;
	}
	#mainNav ul li:last-child a {
		padding: 30px 10px 31px 55px;
    	font-size: 16px;
	}
	#mainCarousel .owl-item h2 {
		font-size: 30px;
		padding: 10% 0 20px 0;
		text-align: center;
        height: 150px;
	}
	#mainCarousel .owl-item p {
		font-size: 14px;
    	padding-bottom: 10%;
    	text-align: justify;
	}
	#mainCarousel .owl-item a {
		font-size: 20px;
		margin: 0;
	}
	#homepage h1 {
		top: 50%;
		transform: translate(-50%, -50%);
	}
	.nav-brand-container span {
		margin-left: 15px;
	}

}

@media all and (max-width: 767px) {
	#homepage .parallelogram {
	transform: skewX(0deg);
    -o-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
	}
	#homepage .parallelogram a {
	transform: skewX(0deg);
    -o-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
	}
	#homepage .navbar-nav {
		margin: 0;
		overflow: hidden;
	}
	#homepage .navbar {
		border: 0;
	}

	#homepage .carousel-container {
		padding: 0;
		margin: 0;		
	}
	.carousel-container img {
		width: 100%;
	}

	#mainCarousel {
		position: static;
	    transform: skewX(-0deg);
	    -o-transform: skewX(-0deg);
	    -moz-transform: skewX(-0deg);
	    -webkit-transform: skewX(-0deg);
	    transform-origin: 0 0;
	}
	#triangle {
		width: 0; 
		height: 0; 
		border-top: 350px solid transparent;
		border-bottom: 0px solid transparent;   
		border-right:1000px solid white; 
	    position: absolute;
	    bottom: 100%;
	    transform: skewX(0deg);
	    -o-transform: skewX(0deg);
	    -moz-transform: skewX(0deg);
	    -webkit-transform: skewX(0deg);
	    transform-origin: 0 0;
	}
	#mainCarousel .owl-carousel {
		transform: skewX(-0deg);
	    -o-transform: skewX(-0deg);
	    -moz-transform: skewX(-0deg);
	    -webkit-transform: skewX(-0deg);
	}
	#mainCarousel .owl-carousel {
		margin: 0;
		width: 100%;
	}
	#homepage section {
		width: 100%;
		padding: 50px 0;
	}
	.section-container {
		max-width: 500px;
		width: 90%;
		padding: 20px 0 0 0;
		margin: 20px 0;
		position: relative;
	}
	.section-container a {
		padding: 10px;
		position: absolute;
	    left: 10%;
	    bottom: 5%;
	    right: 10%;
	}
	#mainCarousel .owl-item h2 {
		font-size: 48px;
		padding: 5%;
		text-align: center;
        height: auto;
        min-height: 200px;
	}
	#mainCarousel .owl-item p {
		font-size: 20px;
    	padding: 0 5% 5% 5%;
    	text-align: center;
	}
	#mainCarousel .owl-item a {
		font-size: 24px;
		margin: 0 15%;
	}
	#mainCarousel .owl-theme .owl-dots {
		margin: 5% 0;
	}
	#arrow-down {
		display: initial;
		position: absolute;
	    width: 70px;
	    height: auto;
	    color: white;
	    z-index: 1;
	    left: 50%;
	    margin-left: -35px;
	    top: 80%;	
	}	
	#homepage #logo {
		margin-left: -86px;
	    left: 50%;
	    top: 15%;
	}
	#homepage h1 {
		top: 50%;
		transform: translate(-50%, -50%);
		font-size: 40px;
	}

}
@media all and (max-width: 479px) {
	#mainCarousel .owl-item h2 {
    	font-size: 26px;
        min-height: 150px;
    }
    #mainCarousel .owl-item p {
    	font-size: 14px;
	}
	#mainCarousel .owl-item a {
    	font-size: 18px;
	}
	.section-container h3 {
    	font-size: 21px;
    }
    .section-container a {
    	font-size: 18px;
    }
    footer {
    	font-size: 14px;
    	padding: 30px 0;
    }
    #mainCarousel .owl-theme .owl-dots .owl-dot span{
        margin: 5px 8px;
    }
}

/*  MEDIA QUERIES SECTION - Homepage  END */