/* font: Cario  */
@import url('https://fonts.googleapis.com/css?family=Cairo');

@font-face {
  font-family: 'FFHekaya-Light';
  src: 	url('../fonts/hekaya/FFHekaya-Light.eot?#iefix') format('embedded-opentype'),  
		url('../fonts/hekaya/FFHekaya-Light.otf')  format('opentype'),
	    url('../fonts/hekaya/FFHekaya-Light.woff') format('woff'),
		url('../fonts/hekaya/FFHekaya-Light.ttf')  format('truetype'),
		url('../fonts/hekaya/FFHekaya-Light.svg#FFHekaya-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


/* custom coloring classes */
.seagull{
	background-color: #85BADA;
}
.cornflower{
	background-color: #9BC7E0;
}
.wildwatermelon{
	background-color: #FE526C;
}
.silver{
	background-color: #c1c1c1;
}
.tranquil{
	background-color: #E4E8E7;
}
.white{
	background-color: #ffffff;
}
.dblSpanishWhite{
	background-color: #367FA2;	
}
.whitesmoke{
	background-color: #F6F6F6;
}
.progress-bar-danger {
    background-color: #d9534f;
}
.progress-bar-success {
    background-color: #5cb85c;
}
.text-white{color: white}
/* workaround for bug 
https://stackoverflow.com/questions/38102235/foundation-6-nesting-default-width-row-inside-expanded-row
*/

/* start override */
body{direction:rtl;font:28px/1.5 'FFHekaya-Light',Arial;background-color:#E4E8E7;color:#58595B}
h1,h2,h3,h4,h5,h6{
	font-family: 'FFHekaya-Light';
}

/* override menu topbar */
.top-bar ul{
	background-color: transparent;	
}
.menu a, .menu a:visited{
	color: #000;
	font-size: 20px;
}
.menu a:hover{
	color: #FE526C;
	font-size: 20px;
}

.menu li ul li a, .menu li ul li a:visited{
	color: #000;
	font-size: 16px;
}
.top-bar li.active {
	background: #367FA2;
	height: 50px;
}

/* login button */
.gloassy {
	background: -webkit-linear-gradient(top, #549ABE 52%, #367FA2 49%);
	background: -o-linear-gradient(top, #549ABE, #367FA2);
	background: -moz-linear-gradient(top, #549ABE 52%, #367FA2 49%);
	background: linear-gradient(top, #549ABE 52%, #367FA2 49%);
	font-size: 1.3rem;
	line-height: 0.3;
}
.top-bar-left a:link, .top-bar-left a:visited{
	color: #navy;
}
.top-bar-left a:active{
	color: #f6f6f6;
}
#loginModal {
	padding: 0px;
	border: 0px;
	border-radius: 5px;
}

#loginModal .title{
	padding: 15px;
	height: 50px;
}

#loginModal input{
	border: 1px solid #d3d3d3;
	border-radius: 5px;
}

label.error{
	color: red;
}
/***
 * hero image 
 *****************************************************************/
.heroimage{
	position: relative;
	width: 100vw;
	height: 100vh;
	/* hide horizontal scrollbar on IE11 */
	overflow: hidden;
}

.heroimage .slide1{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('../images/slide1.jpg');
	background-size: cover;
}

#owl-homepage .item img{
	display: block;
	width: 100%;
	height: auto;
}

owl-controls{
	position: relative;
	top: -40px;
}


/***
 * frontpage contents
 *****************************************************************/
 h1.frontpage{
	color: #407996;
}

.rounded-bx{
	border-radius: 0.3em;
    margin: 0 0 1rem 0;
    padding: 1rem;
    border: 0px solid rgba(10, 10, 10, 0.25);
    position: relative;
	color: white;	
}

.numberCircle {
    border-radius: 50%;

    width: 60px;
    height: 60px;
    padding: 5px;
    border: 1px double #A9CDE3;
	font-size: 120%;
    color: white;
    line-height: 50px;
    text-align: center;
    background: transparent;
    box-shadow: 0px 0px 1px 1px #DFECF4;
}

.rounded-bx h2{
	color: #fff;
}

.rounded-bx header h2:after {
    content: "";
    height: 1px;
	background: linear-gradient(to right, rgb(155, 199, 224) 1%,rgba(147,147,147,0) 1%,rgba(255,255,255,1) 100%);
				
	display: block;
	margin-bottom: 10px;
    margin-top: 10px;
}
	
.down-arrow {
    width: 0; 
    height: 0; 
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 50px solid #85BADA;
}

/**
 * amazon-order page style
 ******/
#prod_info label{
	color: #d3d3d3;
	margin-bottom: 10px;
	margin-top: 20px;
}
#prod_info span{
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	padding: 0px 10px;
}

/************** FORM : hide radio buttons and bring them next to each other with lables ***/
input[type="radio"].toggle {
    display: none;
}

input[type="radio"].toggle:checked + label {
    background: #2ba6cb;
    -webkit-box-shadow: inset 0 1px 6px rgba(41, 41, 41, 0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 6px 0 rgba(41, 41, 41, 0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 6px rgba(41, 41, 41, 0.2),0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: default;
    color: #ffffff;
    border-color: transparent;
    text-shadow: 0 1px 1px rgba(40, 40, 40, 0.75);
}

input[type="radio"].toggle + label {
    width: auto;
	background-image: linear-gradient(to top, #969696, #727272);
}

input[type="radio"].toggle-left + label {
    border-right: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-top-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	
}

input[type="radio"].toggle-right + label {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-top-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left:-20px
}

select{
	font-size: 0.9rem;
	height: 2.7rem;
}

.fieldset{
	background: #fcfcfc;
}

/* label headers in the form */
label.header{
	font-weight: bold;
}

/* wizard form */
fieldset > input {padding: 6px; width:auto;}
	fieldset { border:none; width:auto;padding: 3px;}
    legend { font-size: 24px; margin:0px; padding:0px 0px 10px 0px; color:#c15342; font-weight:bold;}
    lable { margin:15px 0 5px; color:#800000; font:10pt arial}
   	input, lable { display: inline; }
	#main { width:960px; margin: 0px auto; border:solid 1px #b2b3b5; -moz-border-radius:10px; padding:20px; background-color:#FCF38C;}
	#header {height: 40px; color:#000; font-size:11pt;padding: 15px; width: 50%;text-align:left; margin: 0 0 30px 0;}
	#footer {height: 40px; color:#000; font-size:11pt;padding: 15px; width: 50%;text-align:right; margin: 20px 0 0px 0;}
	#body_display{position: absolute; top: 60px;display: block; height: auto; padding: 600px; overflow: auto;}
	.hint {width:380px; border: 1px solid #DBE1E6; border-left: 0px; border-right: 0px; background-color:#EFF8FF;font: normal 10pt arial; padding:6px;margin-top:10px;color:#000}
    .prev, .next { background-color:#7796B2;padding:5px 8px; color:#fff; font:normal 11pt Arial; text-decoration:none;}
    .prev:hover, .next:hover { text-decoration:none; color: yellow; border: 0px inset #BFE2FF;}
    .prev { float:right;}
    .next { float:left;}
    #steps { list-style:none; width:100%; overflow:hidden; margin:0px; padding:0px 0px 0px 0px;}
    #steps li {font-size:24px; font-family: arial; float:right; padding:25px 25px 25px 5px;  color:#b0b1b3;}
    #steps li span {font-size:8pt; display:block;}
    #steps li.current { color:#800000;}
    #makeWizard { background-color:#b0232a; color:#fff; padding:5px 10px; text-decoration:none; font:normal 18px Arial;}
    #makeWizard:hover { background-color:#000;}
	.intro {font-family: arial; color:#696969; }

/* faq */
.accordion{
	border:0px;
	list-style-type: list-item;
}

.faq.accordion-item{
	background: #d3d3d3;
	color: #888888;
}

.faq .accordion-title{
	background: #e6e6e6;
	margin: 20px 0;	
	font-size: 1.4rem;
}
.faq .accordion-title::before{
	font-size: 120%;
}

/* personal account page */
.accountlinks li{
	padding: 0 15px;
}

/*
 * footer menu 
 *********************************************************************************/
footer ul {
	font-size: 80%;
	padding: 15px;
}

footer > ul > li > ul {
	display: block;
	position: relative; right:0; top:0px;
	margin-right: 0px;
	padding-right: 0;
}

footer  ul li {
	float:right;
	margin-top:0px;
	padding:0px; 
	width:180px;
	display: block;

}

ul ul li:before {
	content: "> ";
	color: #c1c1c1;
	font-weight: bold;
	font-size: 100%;
}
footer ul a {
	color: #c1c1c1;
	text-align:right;
	display:inline;
	margin:0;
	padding:0 0px;
}


footer ul a:hover, #footer_links ul a:active
{
	background:transparent;
	color:#E08125;
}

/* make shover button white */
footer li.sfhover > a
{
	color:#ffffff;
}


 
.stats{
	color: #B4B2B3;
	font-size: 90%;
}

/* paging button style */


/* button style */

.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px !important;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
	
a.btn{
	text-decoration: none;
}

a.btn:hover{
	color: red;
}



/* amazon-steps */
ul.amazon-steps {
	text-align: justify;
	position: relative;	
    overflow: hidden;
	width: 100%;
}
	ul.amazon-steps:before, ul.amazon-steps .active:after {
	  content: '';
	  width: 98%;
	  border: 2px solid white;
	  position: absolute;
	  top: 29%;
	  margin-top: 0px;
	  z-index: 1;
	}
	
	ul.amazon-steps .active:after{
	  top: 50%;
	  border-color: lightblue;
	  width: 600%;
	  right: 100%;
	}
	
	ul.amazon-steps:after {
	  content: "";
	  display: inline-block;
	  width: 100%;
	}
	
	.amazon-steps li{
	  width: 2em;
	  height: 2em;
	  text-align: center;
	  line-height: 2em;
	  border-radius: 50%;
	  border: 2px solid white;
	  display: inline-block;
	  color: white;
	  position: relative;
	  background: #85BADA;
	  z-index: 3;
	}
	
	.amazon-steps li	span{
		position: absolute;
		top: 65px;
		right: -0px;
		font-size: 16px;
		padding: 0 5px;
	}
	
	.amazon-steps .active ~ li {
	  border-color: lightblue;
	  color: lightblue;
	}	