@import 'font-awesome.css';
@import 'bootstrap.css';
@import 'bootstrap-theme.css';
@import 'nivo-lightbox.css';
@import 'animate.css';
@import '../img/themes/default/default.css';
@import url("http://fonts.googleapis.com/css?family=Pacifico");
@import url("http://fonts.googleapis.com/css?family=Lato:300,400,700,300italic");

/* ========== GENERAL STYLES ========== */

body {
	font-size: 13px;
	color: #222;
	background-color: #fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}
.doc-loader{
	position: fixed; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	overflow: visible;
	background: #ffffff url('../img/loading.gif') no-repeat center center;
	z-index: 100000;
}

.doc-loader td{
	vertical-align: middle;
	text-align: center;
	background-color: #fff;
}
header {
	z-index: 1000;
	position: relative;
	width: 100%;
	padding-top: 30px;
	background-color:#CF8AEF;
	color:#ffffff!important;
	padding-bottom:20px;
	opacity: 0.4; 
}
.social-links {
	float: right;
}
.social-links li {
	float: left;
	display: inline-block;
	padding-left:10px;
	padding-top: 20px;
}
.social-links a li {
	color: #ffffff;
	font-size: 28px;
	-webkit-transition: color 0.2s;
	-moz-transition: color 0.2s;
	transition: color 0.2s;
}
.social-links a li:hover {
	text-decoration: none;
	color: #222222;
}
.centered
{
    text-align:center;
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
   }
}

/*Share*/
#example6{
    float:left;
    margin:5px 27% 0 27%;
  }
  .sharrre{
    margin:55px 0 0 50px;
    float:left;
  }
  
  .sharrre .box{
    float:left;
    width:80px;
    height:75px;
    -webkit-border-radius:7px;
    -moz-border-radius:7px;
    border-radius:7px;
    -webkit-box-shadow:0 1px 0 #C3C3C3, 0 6px 0 #54a2bc, 0px 2px 3px 0px rgba(47, 58, 61, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow:0 1px 0 #C3C3C3, 0 6px 0 #54a2bc, 0px 2px 3px 0px rgba(47, 58, 61, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow:0 1px 0 #C3C3C3, 0 6px 0 #54a2bc, 0px 2px 3px 0px rgba(47, 58, 61, 0.25), inset 0px 2px 0px 0px rgba(255, 255, 255, 1);
    background: #dee7ea; /* Old browsers */
    background: -moz-linear-gradient(top, #dee7ea 0%, #e5eef2 20%, #e5eef2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dee7ea), color-stop(20%,#e5eef2), color-stop(100%,#e5eef2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dee7ea 0%,#e5eef2 20%,#e5eef2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dee7ea 0%,#e5eef2 20%,#e5eef2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dee7ea 0%,#e5eef2 20%,#e5eef2 100%); /* IE10+ */
    background: linear-gradient(top, #dee7ea 0%,#e5eef2 20%,#e5eef2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee7ea', endColorstr='#e5eef2',GradientType=0 ); /* IE6-9 */
  }
  
  #facebook .box{
    -webkit-box-shadow:0 1px 0 #C3C3C3, 0 6px 0 #28437a, 0px 2px 3px 0px rgba(47, 58, 61, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow:0 1px 0 #C3C3C3, 0 6px 0 #28437a, 0px 2px 3px 0px rgba(47, 58, 61, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow:0 1px 0 #C3C3C3, 0 6px 0 #28437a, 0px 2px 3px 0px rgba(47, 58, 61, 0.25), inset 0px 2px 0px 0px rgba(255, 255, 255, 1);
  }
  
  #googleplus .box{
    -webkit-box-shadow:0 1px 0 #C3C3C3, 0 6px 0 #404040, 0px 2px 3px 0px rgba(47, 58, 61, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow:0 1px 0 #C3C3C3, 0 6px 0 #404040, 0px 2px 3px 0px rgba(47, 58, 61, 0.25), inset 0px 1px 0px 0px rgba(255, 255, 255, 1);
    box-shadow:0 1px 0 #C3C3C3, 0 6px 0 #404040, 0px 2px 3px 0px rgba(47, 58, 61, 0.25), inset 0px 2px 0px 0px rgba(255, 255, 255, 1);
  }
  
  .sharrre .box:active, #facebook .box:active, #googleplus .box:active{
    box-shadow:0 0 3px #333333;
    margin-top:4px;
  }
  
  .sharrre .count, .sharrre .share{
    display:inline-block;
    width:78px;
    text-align:center;
    font-weight:bold;
  }
  
  .sharrre .count{
    font-size:20px;
    color:#444444;
    text-shadow: 0px 1px 0px #ffffff;
    filter: dropshadow(color=#ffffff, offx=0, offy=1);
    height:40px;
    line-height:40px;
    border:1px solid #b9b9b9;
    border-width:1px 1px 0 1px;
    -moz-border-radius-topleft:7px;
    -moz-border-radius-topright:7px;
    -moz-border-radius-bottomright:0;
    -moz-border-radius-bottomleft:0;
    -webkit-border-radius:7px 7px 0 0;
    border-radius:7px 7px 0 0;
    position:relative;
  }
  
  .sharrre .count:before, .sharrre .count:after {
  	content:'';
  	display:block;
  	position:absolute;
  	left:49%;
  	width:0;
  	height:0;
  }
  
  .sharrre .count:before {
  	border:solid 7px transparent;
  	border-top-color:#b2c6cc;
  	margin-left:-7px;
  	bottom: -14px;
  }
  
  .sharrre .count:after {
  	border:solid 6px transparent;
  	margin-left:-6px;
  	bottom:-12px;
  	border-top-color:#e5eef2;
  }
  
  .sharrre .share{
    height:34px;
    line-height:34px;
    color:#ffffff;
    font-size:13px;
    text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.35);
    filter: dropshadow(color=#d1d1d1, offx=0, offy=1);
    border:1px solid #6fa4b5;
    border-width:0 1px 1px 1px;
    -moz-border-radius-topleft:0;
    -moz-border-radius-topright:0;
    -moz-border-radius-bottomright:7px;
    -moz-border-radius-bottomleft:7px;
    -webkit-border-radius:0 0 7px 7px;
    border-radius:0 0 7px 7px;
    background-color:#7ac5df;
    -webkit-box-shadow:inset 0px 1px 0px 0px rgba(105, 164, 185, 1), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.6), inset 0px 2px 1px 0px rgba(255, 0, 0, 0.15);
    -moz-box-shadow:inset 0px 1px 0px 0px rgba(105, 164, 185, 1), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.6), inset 0px 2px 1px 0px rgba(255, 0, 0, 0.15);
    box-shadow:inset 0px 1px 0px 0px rgba(105, 164, 185, 1), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.6), inset 0px 2px 1px 0px rgba(255, 0, 0, 0.15); 
  }
  
  .sharrre .share span{
    background:url("/img/example6.png") no-repeat scroll 0 0 transparent;
    width:18px;
    height:10px;
    display: inline-block;
  }
  
  #facebook .share span{
    background-position:0 -35px;
    height:12px;
  }
  
  #facebook .share{
    border-color:#35538f;
    background: #637fbb; /* Old browsers */
    background: -moz-linear-gradient(top, #637fbb 0%, #49649e 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#637fbb), color-stop(100%,#49649e)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #637fbb 0%,#49649e 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #637fbb 0%,#49649e 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #637fbb 0%,#49649e 100%); /* IE10+ */
    background: linear-gradient(top, #637fbb 0%,#49649e 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#637fbb', endColorstr='#49649e',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow:inset 0px 1px 0px 0px rgba(74, 95, 138, 1), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.4), inset 0px 2px 1px 0px rgba(255, 0, 0, 0.15);
    -moz-box-shadow:inset 0px 1px 0px 0px rgba(74, 95, 138, 1), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.4), inset 0px 2px 1px 0px rgba(255, 0, 0, 0.15);
    box-shadow:inset 0px 1px 0px 0px rgba(74, 95, 138, 1), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.4), inset 0px 2px 1px 0px rgba(255, 0, 0, 0.15); 
  }
  
  #googleplus .share{
    border-color:#303030;
    background: #626263; /* Old browsers */
    background: -moz-linear-gradient(top, #626263 0%, #424244 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#626263), color-stop(100%,#424244)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #626263 0%,#424244 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #626263 0%,#424244 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #626263 0%,#424244 100%); /* IE10+ */
    background: linear-gradient(top, #626263 0%,#424244 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626263', endColorstr='#424244',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow:inset 0px 1px 0px 0px rgba(74, 95, 138, 1), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.4), inset 0px 2px 1px 0px rgba(255, 0, 0, 0.15);
    -moz-box-shadow:inset 0px 1px 0px 0px rgba(74, 95, 138, 1), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.4), inset 0px 2px 1px 0px rgba(255, 0, 0, 0.15);
    box-shadow:inset 0px 1px 0px 0px rgba(74, 95, 138, 1), inset 0px -1px 2px 0px rgba(255, 255, 255, 0.4), inset 0px 2px 1px 0px rgba(255, 0, 0, 0.15); 
  }

/* ========== INTRO ========== */

#intro {
	background-image: url('../img/schoener-edelsteinschmuck-background.png');
	background-repeat:no-repeat;
	background-position: 150% 0px;
	
	width: 100%;
	z-index: 1;
	/*background: #E28EBE;*/

box-shadow: -10px 10px 50px 40px rgba(0,0,0,0.9)!important;
	background-size: 50%;
	padding: 0;
	padding-bottom: 140px;

}

p, .listcount{
margin: 0;
padding-bottom: 15px;
display: block;
clear: both;
font-size: 22px;
line-height: 26px;
text-align: left;
font-weight: 300;
color: #222;
}

#features{
box-shadow: inset 5px 0px 50px -20px rgba(0,0,0,0.9)!important;
}
#intro h1 {
	font-family: 'Lato', sans-serif;
	font-size: 62px;
	line-height: 62px;
	font-weight: 300;
	letter-spacing: 1.5px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	clear: both;
	display: block;
}
#intro h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 32px;
	color: #fff;
	text-align: center;
	margin-bottom: 35px;
	clear: both;
	display: block;
}
.intro-well {
	text-align: center;
	position: relative;
	z-index: 100;
	padding-top: 70px;
}
#headline{
	font-family: 'Lato', sans-serif;
	font-size: 62px;
	line-height: 62px;
	font-weight: 300;
	letter-spacing: 1.5px;
	text-align: center;
	color: #000;
	margin-bottom: 20px;
	clear: both;
	display: block;
}
#headlinesub{
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 22px;
	line-height: 32px;
	color: #000;
	text-align: center;
	margin-bottom: 35px;
	clear: both;
	display: block;
}
/* ========== FEATURES ========== */
#features {
	width: 100%;
	background-color: #fff;
	padding-top: 80px;
}
#features h1 {
	margin: 0;
	padding-bottom: 10px;
	display: block;
	clear: both;
	font-size: 28px;
	line-height: 32px;
	text-align: left;
	font-weight: 300;
	color: #222;
}
#features h2 {
	margin: 0;
	padding-bottom: 30px;
	display: block;
	clear: both;
	font-size: 22px;
	line-height: 22px;
	text-align: left;
	font-weight: 300;
	color: #222;
}
.more-features {
	padding-top: 110px;
	padding-bottom: 110px;
}
.features-item {
	margin-bottom: 40px;
}
.features-item h4 {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 15px;
	color: #0386c9!important;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
}
.features-item p{
	margin-bottom: 30px;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
.features-right {
	padding-top: 70px;
}
.features-left {
	padding-top: 70px;
}
.text-align-right {
	text-align: right;
}
.text-align-left {
	text-align: left;
}
.iconbox{
	background: transparent url('../img/icon_borders.png') no-repeat 0 0;
	height: 270px;
	margin: 0 auto 40px auto;
	position: relative;
	width: 270px;

}
.icntitle {
	font-size: 28px;
	font-weight: 300;
	line-height: 38px;
	text-align: center;
	padding-top:0px;
}
.icnp {
	text-align: center;
	line-height: 1.6;
}
.iconbox > a {
	height: 126px;
	left: 50%;
	margin: -63px 0 0 -63px;
	position: absolute;
	text-indent: -9999px;
	top: 50%;
	-webkit-transition: all .3s ease-out!important;
	-moz-transition: all .3s ease-out!important;
	-ms-transition: all .3s ease-out!important;
	-o-transition: all .3s ease-out!important;
	transition: all .3s ease-out!important;
	width: 126px;
}
.icn-1 {
	background-image: url('../img/i1.png');
}
.icn-1:hover {
	background-position: center bottom;
}
.icn-2 {
	background-image: url('../img/i2.png');
}
.icn-2:hover {
	background-position: center bottom;
}
.icn-3 {
	background-image: url('../img/i3.png');
}
.icn-3:hover {
	background-position: center bottom;
}
.icons_left, .icons_right {
	float:left;
	width: 55px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color:#0386c9;
	font-size: 22px;
	font-weight:300;
	border: 1px solid #0386c9;
	background-color: #fff;
	position: relative;
	-webkit-border-radius: 28px 28px;
    -moz-border-radius: 28px 28px;
    border-radius: 28px 28px;
	transition: all .50s ease-in-out;
	-moz-transition: all .50s ease-in-out;
	-webkit-transition: all .50s ease-in-out;
}

.icons_left {
	float:left;
	margin:10px 25px 40px 0;
}

.icons_right {
	float:right;
	margin:10px 0 40px 25px;
}

/* ========== NEWSLETTER ========== */

#newsletter {
	width: 100%;
	z-index: 100;
	padding-top: 110px;
	padding-bottom: 110px;
	background: #0386c9;
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	text-align: center;;
}
#newsletter h3 {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 42px;
	line-height: 48px;
	font-weight: 300;
}
#newsletter form {
	margin-top: 40px;
	margin-bottom: 20px;
}
#newsletter form input {
	width: 362px;
	height: 52px;
	border-radius: 0;
	border: 0;
}
#newsletter form button {
	height: 52px;
	margin-bottom: 6px;
}
/* ========== SCREENSHOTS ========== */
#screenshots {
	padding-top: 80px;
	padding-bottom: 80px;
}
#screenshots h1 {
	margin: 0;
	padding-bottom: 10px;
	display: block;
	clear: both;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	font-weight: 300;
	color: #222;
}
#screenshots h2 {
	margin: 0;
	padding-bottom: 70px;
	display: block;
	clear: both;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	font-weight: 300;
	color: #222;
}
#screenshots .thumbnail {
	padding: 0;
	border-radius: 0;
}
/* ========== DOWNLOAD ========== */
#download h3 {
	padding-bottom: 30px;
	font-size: 24px;
	line-height: 34px;
	font-weight: 300;
}
/* ========== FOOTER ========== */
footer {
	background: #34495e;
	color: #fff;
	padding: 70px 0;
	text-align: center;
}
footer p {
	font-size: 15px;
	line-height: 20px;
}
/* ========== MEDIA QUIRIES ========== */
@media screen and (max-width:500px) {
header {
	padding-top: 20px;
}
#intro {
	padding-bottom: 50px;
}
#intro h1 {
	font-size: 18px;
	line-height: 22px;
}
#intro h2 {
	font-size: 14px;
	line-height: 18px;
}
.intro-well{
	padding-top: 0;
}
#features {
	padding-top: 50px;
}
.more-features {
	padding-top: 50px;
	padding-bottom: 50px;
}
.features-right {
	padding-top: 0;
}
.features-left {
	padding-top: 0;
}
#newsletter {
	padding-top: 50px;
	padding-bottom: 50px;
}
#newsletter form {
	margin-top: 20px;
}
#newsletter form input {
	width: auto;
}
#newsletter h3 {
	font-size: 18px;
	line-height: 28px;
}
#screenshots {
	padding-top: 50px;
	padding-bottom: 0px;
}
#screenshots h2 {
	padding-bottom: 30px;
}
.social-links {
	padding-left: 0;
}

}
@media only screen and (device-width: 990px){
	.intro-well {
		padding-top: 50px;
	}
	.features-right {
		padding-top: 10px; 
	}
	.features-left {
		padding-top: 10px;
	}

}
@media all and (width: 768px) {
	.container {
	max-width: 730px !important;
	}
	#intro {
	padding-bottom: 100px;
	}
	.intro-well {
	padding-top: 20px;
	}
	#intro h1 {
	font-size: 48px;
	line-height: 48px;
	}
	#intro h2 {
	font-size: 18px;
	line-height: 22px;
	}
	#iphone {
	padding-top: 30px;
	}
	.features-right {
	padding-top: 30px;
	}
	.features-left {
	padding-top: 30px;
	}	
	.more-features {
	padding-top: 15px;
	padding-bottom: 50px;
	}
	#newsletter {
	padding-top: 50px;
	padding-bottom: 40px;
	}
	#newsletter h3 {
	font-size: 30px;
	line-height: 38px;
	}
	#screenshots {
	padding-bottom: 30px;
	}
	.icnp {
	padding-bottom: 20px;
	}
}

@media only screen and (max-width : 340px) {
	#newsletter form button {
	margin-top: 10px;
	}

}