/* font: Cario  */
@import url('https://fonts.googleapis.com/css?family=Cairo');

/* custom coloring classes */
.dark{
	background-color: #333333;
}
.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:ltr;font:20px/1.5 'Cairo',Arial;background-color:#E4E8E7;color:#58595B}
h1,h2,h3,h4,h5,h6{
	font-family: 'Cairo';
}

/* override menu topbar */
.top-bar ul{
	background-color: transparent;	
}
.menu a, .menu a:visited{
	color: #fafafa;
	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, .top-bar ul{
	background: #333333;
}
#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;
}

.badge {
	position: relative;
	top: -60px;
	right: 3px;
	font-size: .8em;
}

/***
 * hero image 
 *****************************************************************/
#hero_img h1{
	font-size: 60pt;
	font-weight: bold;
}
.home_heading{
	font-weight: bold;
}

.storage{
	background: url(../images/containers.jpg);
	background-size: cover;
	min-height: 400px;
	padding: 20px;
}
.storage h1, .storage p{
	color: white;
}
.other_services{
	background: white;
	border-radius: 50px;
	margin-top: -15px;
	margin-bottom: 40px;
	padding: 20px;
}
.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: black;	
}

.numberCircle {
    border-radius: 50%;

    width: 60px;
    height: 60px;
    padding: 5px;
    border: 1px double #A9CDE3;
	font-size: 120%;
    color: black;
    line-height: 50px;
    text-align: center;
    background: transparent;
    box-shadow: 0px 0px 1px 1px #DFECF4;
}

.rounded-bx h2{
	color: #000000;
}

.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;
}

/**	invoice **/
#itemsList span{
	width: 30px;
}
thead, tfoot{
	color: #666666;
}
[type="text"], [type="password"], input , select, .button{
	border-radius: 3px;
}
select{
	padding: 2px 0.5rem;
}

#prodcturl{
	border-radius: 0px 3px 3px 0;
}
.fetch-info .button{
	border-radius: 3px 0px 0 3px;
}

.invoice{
	padding: 0px;
	font-size: small;
}
.invoice .title{
	color: white;
	padding: 5px;
}

.invoice .invoiceCost{
	color: #FE526C;
	padding: 5px;
	border-bottom: 1px solid #d3d3d3;
	font-size: 130%;
	font-weight: bold;	
}

.socialmedia{
	font-size: 50px;
}
.socialmedia a, .socialmedia a:visited{
	color: #e7e8eb;
}
.socialmedia a:hover{
	color: #E08125;
}
/* 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;
	}	