/* BACKGROUNDS

/* Overall background color */
html, #login {
	background-color:#fff;
	}

/* Overall background image */
html {
	background-image:url(../img/bg/html-1.png);
	}

/* Background image for the header area */
body {
	/** background-image:url(../img/bg/body-1.jpg); **/
	}

header {
	background-color: #3c3c3c;
}
/* Background and border color for drop-down navigation */
nav ul ul {
	background-color:#3c3c3c;
	border-color:#3399FF;
	}

/* Footer background color */
footer, footer h3 span {
	/**	background-color:#21262a; */
	}

/* Default link button color */
.button {
	background-color:#3399FF;
	}

/* Search input and button */
#search input, #search button {
	background-color:#21262A;
	}


/* TEXT COLORS

/* Primary navigation color */
nav a {
	color:#DFE2E4;
	}

/* Header colors */
h1, h1 a {
	color:#21262a;
	}

h2, h2 a, h3, h4, .pricing thead th {
	color:#41464a;
	}

/* Color for the links */
a {
	color:#3399FF;
	text-decoration: none;
	}

/* Navigation arrows in the slider */
#slides .next, #slides .prev, #namslides .next, #namslides .prev {
	color:#3399FF;
	}

/* Darker text, footer links, slider etc. */
#slides h2, #slides, footer, footer h3, footer .wrapper p a, footer .wrapper ul li a, #newsletter input, #namslides h2, #namslides{
	color:#ddd;
	}

footer p span, nav ul ul li a span, #sec-navi a, #newsletter input, #copyright, #copyright a {
	color:#8F9294;
	}

/* Border color for the links in footer */
footer p a, footer ul li a {
	border-color:#5F6264;
	}
	
.img-holder {
	text-align: center;
}

.intro-section {
    background-color: #f6f8fa;
    padding: 25px;
    margin-top: 25px;
    margin-bottom: 15px;
    overflow: auto;
}

.download-section {
    background-color: #64B5F6;
    padding: 40px 25px;
    overflow: auto;
    font-size: 22px;
    font-weight: bold;
    line-height: 48px;
    min-height:	58px;
    color: white;
    overflow: auto;
}

.home-overview-section {
    background-color: #eee;
    padding: 40px 25px;
    margin-top: 25px;
    overflow: auto;
}

.quick-download {
    background-color: #64B5F6;
    padding: 40px 25px;
    overflow: auto;
    font-size: 22px;
    font-weight: bold;
    line-height: 48px;
    min-height:	58px;
    color: white;
    overflow: auto;
}

.tour {
	margin-top: 30px;
	height: 200px;
}

.website {
	.img:hover {opacity:0.7;}
}

#websites {
	margin-top: 10px;
}
#websites li a {
	 border-bottom-style: none;
}

#websites li {
	 margin: 10px 0px;
	 text-align: left;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.center {
	text-align: center;
}

.top {
	vertical-align: top;
}

.pricing form {
	margin-bottom: 0px;
}

.wrapper-demo {
    margin: 60px 0 0 0;
    *zoom: 1;
    font-weight: 400;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

.wrapper-dropdown-5 {
    /* Size & position */
    position: relative;
    width: 200px;
    padding: 12px 15px;
	display: inline-block;
	margin-right: 25px;
	
    /* Styles */
    background: #eee;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease-out;
}

.wrapper-dropdown-5:after { /* Little arrow */
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: black transparent;
}

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
}

#dd ul li {
	list-style: none;
    margin-left: 0px;
}
.wrapper-dropdown-5 .dropdown li {
    padding: 0 10px ;
}

.wrapper-dropdown-5 .dropdown li a {
    display: block;
    text-decoration: none;
    color: #333;
    padding: 10px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #e6e8ea;
}

.wrapper-dropdown-5 .dropdown li:last-of-type a {
    border: none;
}

.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover a {
    color: #57a9d9;
}

/* Active state */

.wrapper-dropdown-5.active {
    border-radius: 5px 5px 0 0;
    background: #4cbeff;
    box-shadow: none;
    border-bottom: none;
    color: white;
}

.wrapper-dropdown-5.active:after {
    border-color: white transparent;
}

.wrapper-dropdown-5.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
}

.no-bullet-list li {
	list-style: none !important;
}

.feature-point
{
	float: left;
    padding-right: 5px;
/*     padding-bottom: 5px; */
    display: inline-block;
/*     -moz-border-radius: 100px; */
/*     -webkit-border-radius: 100px; */
/*     border-radius: 100px; */
/*     background-color: black; */
    color: #757575;
}

.oss {
	width: 50%; 
	float: right; 
	margin-left: 20px;
}

.type {
	width: 60px;
}

.license {
	width: 60px;
}

.project {
	width: 60px;
}

.bx-header {
	background-color: #fff;
	text-align: center;
}
.bx-wrapper {
	padding-top: 25px;
	padding-bottom: 25px;
	margin: auto 0px;
	-webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}

.image-overlay {
  display: inline-block;
  width: 250px;
  position: relative;
}



.image-overlay a {
  text-transform: uppercase;
  font-size: 12px;
  color: #3B1431;
  text-decoration: none;
}

span.roll {
	background:center center no-repeat #fff;
	height: 288px;
	position: absolute;
    text-align: center;
    line-height: 250px;
	width: 200px;
	z-index: 10;	
	opacity: 0.2;
}
 
/* add the font awesome icon */
 
.roll:before {
    content: "\f16a"; 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 200px;
    padding-right: 0.5em;
    position: absolute;
    top: -10px;
    left: 100px;
}

.roll:hover {
	opacity: 0.4;
}

h3 span {
	display: block;
}

.cloudDownload {
	margin-right: 40px;
}

.tour-video {
	border: 2px solid #ccc;
}

.benefit {
	display: block;
	margin: 10px;
	font-size: 20px;
	font-weight: bold;
}

#fancybox-outer {
	background-color: white;
}

.feature-list li {
	padding-top: 20px;
	font-size: 16px;
}

.feature-list li i {
	color: green;
}