/* Add here all your CSS customizations */
/*@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);*/

/*
 * Droid Arabic Kufi (Arabic) http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/DAK/DroidKufi-Regular.eot);
  src: url(./fonts/DAK/DroidKufi-Regular.eot?#iefix) format('embedded-opentype'),
       url(./fonts/DAK/DroidKufi-Regular.woff2) format('woff2'),
       url(./fonts/DAK/DroidKufi-Regular.woff) format('woff'),
       url(./fonts/DAK/DroidKufi-Regular.ttf) format('truetype');
}
@font-face {
  font-family: 'Droid Arabic Kufi';
  font-style: normal;
  font-weight: 700;
  src: url(./fonts/DAK/DroidKufi-Bold.eot);
  src: url(./fonts/DAK/DroidKufi-Bold.eot?#iefix) format('embedded-opentype'),
       url(./fonts/DAK/DroidKufi-Bold.woff2) format('woff2'),
       url(./fonts/DAK/DroidKufi-Bold.woff) format('woff'),
       url(./fonts/DAK/DroidKufi-Bold.ttf) format('truetype');
}

.droid-arabic-kufi{font-family: 'Droid Arabic Kufi', serif;}

.dark-bg .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;

    /* black overlay with 50% transparency */
    background: rgba(0, 0, 0, 0.3);
}

.home-concept strong.arabicfont{
	display: block;
	font-family: 'Droid Arabic Kufi', serif;
	font-size: 2.1em;
	font-weight: normal;
	position: relative;
	margin-top: 30px;
}

/*STEP WIZARD*/
.stepwizard-step p {
    margin-top: 10px;
}
.stepwizard-row {
    display: table-row;
}
.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}
.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-order: 0;
}
.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

.translucent{
	background: rgba(255,255,255,0.7)
}

@media print {
   
   .container, .main {
		width: 100%;
	}
	
	h1, h2, h3, h4, h5 {
		page-break-after: avoid;
	}

	
    hr, aside,#sidebar,#loader-wrapper,#header, #googlemaps,#home-intro, #sub-menu, #footer,
	.pin-wrapper, .slider-container, .home-concept, .btn, .section-custom-map{
        display: none;
    }
	
	a[href]:after {
		content: none !important;
	}
	

}   