/*	
	global
=================================================================== */

/* -- fonts -- */
body, h1, h2, h3, h4, h5, h6{
	font-family:'Open Sans', sans-serif;
}
/* -- backgrounds -- */
.bg-grayjean{
  	background: url("../img/gray_jean.png") repeat scroll 0 0 transparent;
}
.bg-whitepattern{
  	background: url('../img/pattern_white.jpg') center repeat;
}
/* footer */
#footer-sitemap{
	padding: 30px 20px;
	color: white;
	background-color: #C7C9B9;
}
#footer-sitemap h3{
	color:#5B5C58;
	padding-bottom:20px;
}
#footer-sitemap a{
	color:#5B5C58;
	padding: 5px 0;
	display: block;
}
.footer-list {
	padding: 0;
	margin: 0 0 10px;
	list-style: none;
}
#footer-copyright{
	background-color: #94968A;
	text-align: center;
	padding: 5px 0;
	color: #FFFFFF;
}

#footer-sitemap .twitter-col{
	padding-left: 10px;
	border-left: 1px solid #A8B399;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
	#footer-sitemap .twitter-col{
		padding-left: 30px;
		border-left: 1px solid #A8B399;
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
	#footer-sitemap .twitter-col{
		padding-left: 100px;
		border-left: 1px solid #A8B399;
	}
}
/* -- custom buttons -- */
.btn-drap {
  	background-color: #EBE2BB;
  	border-color: #EBE2BB;
  	color: #333333;
	padding: 9px 26px;
  	font-size: 14px;
	font-weight:bold;
  	letter-spacing: 1px;
}
.btn-drap:hover,
.btn-drap:focus,
.btn-drap:active,
.btn-drap.active {
  	background-color: #e5daa7;
  	border-color: #dfd194;
  	color: #333333; 
}
.btn-drap.disabled:hover,
.btn-drap.disabled:focus,
.btn-drap.disabled:active,
.btn-drap.disabled.active,
.btn-drap[disabled]:hover,
.btn-drap[disabled]:focus,
.btn-drap[disabled]:active,
.btn-drap[disabled].active,
fieldset[disabled] .btn-drap:hover,
fieldset[disabled] .btn-drap:focus,
fieldset[disabled] .btn-drap:active,
fieldset[disabled] .btn-drap.active {
  background-color: #EBE2BB;
  border-color: #EBE2BB;
}
.btn-light {
  background-color: #FCFCFC;
  border-color: #FCFCFC;
  color: #333333;
  padding: 9px 26px;
  font-size: 14px;
  font-weight:bold;
  letter-spacing: 1px;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active {
  background-color: #efefef;
  border-color: #e3e3e3;
  color: #333333;
}
.btn-light.disabled:hover,
.btn-light.disabled:focus,
.btn-light.disabled:active,
.btn-light.disabled.active,
.btn-light[disabled]:hover,
.btn-light[disabled]:focus,
.btn-light[disabled]:active,
.btn-light[disabled].active,
fieldset[disabled] .btn-light:hover,
fieldset[disabled] .btn-light:focus,
fieldset[disabled] .btn-light:active,
fieldset[disabled] .btn-light.active {
  background-color: #FCFCFC;
  border-color: #FCFCFC;
}
.mybtn-ease{
	-webkit-transition: all ease-out 0.2s;
	-moz-transition: all ease-out 0.2s;
	-ms-transition: all ease-out 0.2s;
	-o-transition: all ease-out 0.2s;
	-transition: all ease-out 0.2s;
	transition: all ease-out 0.2s;
	text-shadow: 1px 1px 1px rgba(255,255,255, .12);
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	 transition-duration: 0.2s;
}
.mybtn-ease:hover{
	-webkit-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
	-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
}
.rotate-box [class*="fa-"]{
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}
.rotate-box:hover [class*="fa-"]{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	-o-transform:rotate(360deg);
	.rotate(360deg);
}
.mtop30 { margin-top:30px; }
.mtop20 { margin-top:20px; }
.mtop10 { margin-top:10px; }
.ptop20 { padding-top:20px; }
.ptop30 { padding-top:30px; }
.ptop40 { padding-top:40px; }
.pbot30 { padding-bottom:30px; }
.pbot40 { padding-bottom:40px; }
.extrapad { padding-top:40px; padding-bottom:40px;}



/*	
	SITE
=================================================================== */


/*
	home
*/
#container-intro{
	padding:20px 0px 20px 0px; 	
}
@media (min-width: 768px){
	#container-intro{
		padding:20px 0px 60px 0px; 	
	}
}
#container-intro h2{
	font-weight:bold;
	font-style:italic;	
}
.intro-text {
	font-size: 15px;
	color: #555555;
	line-height: 1.66;
}
.intro-actions { 
	margin-top:20px; 
}
.intro-actions a{ 
	margin-top:7px; 
}
@media (min-width: 480px){	
	.intro-actions .btn-drap{ margin-left:7px; }
}
@media (min-width: 768px){
	.intro-actions { margin-top:50px;}
}
#main-features{
	padding:40px 0px;
}
#main-features i{
	color: #FF7A00;
	font-size: 30px;
}
#main-features a{
	cursor: text;
	font-size:12px;
}
#main-features h4{
	color: #333333;
	font-weight: bold;
}
#main-features p{
	font-size: 15px;
	color: #555555;
	line-height: 1.66;
}

/*
	gallery
*/
#blueimp-gallery .modal {
	overflow: auto;
	color: #333;
}
#links a:hover {
	text-decoration: none;
}
#links img{
	margin-top:10px;
	margin-left:10px;
}

/*
	features
*/
.icon-large{ 
	font-size:3em; 
	color: #F39048;
}
.feature-grid h4{
	font-weight:bold;
	color: #555555;
}
.feature-grid p{
	color: #555555;
	line-height: 1.66;
}
.feature-yes{
	color:#009700;
}
.feature-no{
	color:#D50000;
} 
#comparison-table a[class*='btn-']{
	float:right;
}
/* buy */
ol.shopping li{
	padding:3px 0;
	font-size:16px;
}
/* solid borders for tabs */
.solid-borders .panel-success {
	border-color: #BAC4B2;
}
.solid-borders .panel-warning {
	border-color: #CFC1A4;
}

.solid-borders .panel-danger {
	border-color: #D5A8AF;
}
.solid-borders .panel-info {
	border-color: #A0CAD3;
}

.paypal-btn{
	display: inline-block !important;
	float: right;
	height: 22px !important;
	font-size: 12px !important;
	line-height: 18px !important;
	margin-right: -2px !important;
}
.paypal-btn img, .paypal-btn input{
	margin:0 !important;
	padding:0 !important;
}
    
/* history */
#history pre{
	/* Monospace stack */
	font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
	line-height: 1.5;
	font-size:14px;
	
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}	
#history .version-highlight{
	font-weight:bold;
	color:black;
}

/*	
	bootstrap overrides
=================================================================== */


/* fix for full width fluid containers */
/* TOFIX: test without this class in new BS version */
.container-full {	
	padding:0 15px;
}

/* -- navbar -- */
.navbar {
	min-height: 60px;
	margin-bottom: 0px; 
	border-radius: 0px;
}
/* full width container inside navbar*/
@media (max-width: 992px){
	.navbar > .container {
		width: 100%;
	}
}
/* change navbar background color if u want */
.navbar-inverse {
	/*
	 background-color:
	 border-color:
	*/
}
.navbar-brand {
	height: auto;
}
.navbar-toggle {
  	margin-top: 13px;
  	margin-bottom: 13px;
}
/* disable chrome's yellow outline on click */
.navbar-toggle:focus {
	outline-color: transparent;
}
.navbar-nav {
  	margin: 10px -15px;
}
.navbar-nav > li > a {
    padding-top: 20px;
	/* old: padding-bottom: 20px;*/
    padding-bottom: 4px;  /* use smaller bottom padding for bottom underline of active elemenet */
	font-size:17px;
	
	outline-style: none; /* remove IE10 dotted outline on link focus */
}
/* remove some padding from 'a' and give some padding to 'li' (better element underline) */
.nav>li {
	padding-left: 10px;
	padding-right: 10px;
}
.nav>li>a {
	padding-left: 5px;
	padding-right: 5px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
}
.navbar-form {
  	margin-top: 13px;
  	margin-bottom: 13px;
}
.navbar-btn {
  	margin-top: 13px;
  	margin-bottom: 13px;
}
.navbar-btn.btn-sm {
  	margin-top: 15px;
  	margin-bottom: 15px;
}
.navbar-btn.btn-xs {
  	margin-top: 19px;
  	margin-bottom: 19px;
}
.navbar-text {
  	margin-top: 20px;
  	margin-bottom: 20px;
}
/* menu element */
.navbar-inverse .navbar-nav > li > a {
	background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
	color: #ffffff;
	background-color: transparent;
}
/* active menu element */
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:hover, 
.navbar-inverse .navbar-nav>.active>a:focus{
	color: #FF9900;
	background:none;
	border-bottom: 2px solid #FFFFFF;
}
@media (max-width: 768px){
	/* fix for nav item height in collapsed menu */
	.navbar-nav > li > a {
		/*line-height: 10px;*/ 
		padding-top: 13px;
    	padding-bottom: 13px;
  	}
	/* fix for brand image when navbar is collapsed */
	.navbar-brand {
		padding: 3px 3px;
	}	
	/* hide active element underline in collapsed menu */
	.navbar-inverse .navbar-nav>.active>a, 
	.navbar-inverse .navbar-nav>.active>a:hover, 
	.navbar-inverse .navbar-nav>.active>a:focus{
		border-bottom:none;
	}
}

/* -- carousel -- */
.carousel-indicators {
	width: auto;
	left: 0;
	bottom: 0;
	margin-left: 0;
	margin-bottom: -30px;
}
.carousel-indicators li {
	width: 10px;
  height: 10px;
	margin: 0px 0px 0px 8px;
	background-color: #ccc;
	border: none;
}
.carousel-indicators .active {
	width: 10px;
  height: 10px;
	margin: 0px 0px 0px 8px;
 	background-color: #FF9900;
}

/* carousel transition speed */
.carousel-inner > .item {
  -webkit-transition: 0.4s ease-in-out left;
  transition: 0.4s ease-in-out left;
}

#main-carousel{
	float: left;
}
@media (min-width: 992px){
	#main-carousel{
		float: right;	
	}
}

#android-carousel{
	float: left;
	width: 520px;
  height: 520px;
  background-color:#09C;	
}
@media (min-width: 992px){
	#android-carousel{
		float: right;	
	}
}

#row-carousel{
	background-color:#09C;	
}	
.myandroid.carousel-inner{
	height: 500px;
	width: 500px;
}
.myandroid.carousel-inner>.active{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.myandroid.carousel-inner>.next,
.myandroid.carousel-inner>.prev{
	top: 50%;
	transform: translateY(-50%);
}
.myandroid.carousel-inner>.item>img, .myandroid.carousel-inner>.item>a>img {
	margin: 0 auto;
}
.carousel-caption{
		padding: 0 20px;
		margin:0 auto;
		margin-top: 200px;
		text-align:center;
    background: rgba(0,0,0,0.35);
}

/* christmas offer */
#row-christmas {
	background-color:#AAA;
}