/* Vertex - A single page app theme   */
/* Author: Rype Pixel [Chris Gipple]  */
/* Website: rypepixel.com             */
/* Email: hello@rypepixel.com         */
/* Date: 10/9/2013                    */


/************ TABLE OF CONTENTS ***************
1. RESET
2. GLOBAL SETTINGS
3. HEADER 
4. SLIDER 
5. SUB SLIDER MESSAGE
6. FEATURES 
7. SCREENSHOTS 
8. PROMO BOX 
9. HOW IT WORKS
10. PRICING
11. TESTIMONIALS
12. FAQ
13. OUR TEAM
14. CONTACT
15. FOOTER
**********************************************/


/*** RESET ***/
* {
	margin:0px;
	padding:0px;
}

/*** GLOBAL SETTINGS ***/

body {
	font-family:Ubuntu, Helvetica, Arial;
	font-size:16px;
	color:#171717;
	-webkit-font-smoothing: antialiased;
}

/*div.mainContainer{min-width:1000px !important;}*/

.row {
	/* [ignore] image preload for button hover */
	background: url('../images/buttonRedHover.png') no-repeat -9999px -9999px; 
}

h2 {
	font-size:30px;
}

h3 {
	font-size:35px;
	color:#727272;
	text-align:center;
}

h4 {
	font-size:19px;
	margin-top:30px;
}

a:focus {outline:none;}

.anchor {
	display: block; 
	position: relative; 
	top: -0px; 
	visibility: hidden;
}

.button {
	background-image: url('../images/buttonRed.png');
	background-repeat:no-repeat;
	color:white;
	font-size:18px;
	padding:21px 41px 22px 77px;
	-webkit-text-shadow:0px 0px 3px #525252;
	-moz-text-shadow:0px 0px 3px #525252;
	text-shadow:0px 0px 3px #525252;
}

.button:hover {
	color:white;
	text-decoration:none;
	background-image: url('../images/buttonRedHover.png');
}

.buttonSmall {
	color:white;
	border-radius:30px;
	background-color:#c76c57;
	padding:10px 35px 10px 35px;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.10), rgba(2,2,2,0)); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.10), rgba(2,2,2,0)); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.10), rgba(2,2,2,0)); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.10), rgba(2,2,2,0)); 
	background-image: linear-gradient(to top, rgba(0,0,0,.10), rgba(2,2,2,0));
	border-style:solid;
	border-width:1px;
	border-color:#9b4c2d;
	-webkit-box-shadow: inset 0px 1px 1px white;
    -moz-box-shadow: inset 0px 1px 1px white;
    box-shadow: inset 0px 1px 1px white;
}

.buttonSmall:hover {
	color:white;
	text-decoration:none;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.10), rgba(2,2,2,0)); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.10), rgba(2,2,2,0)); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.10), rgba(2,2,2,0)); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.10), rgba(2,2,2,0)); 
	background-image: linear-gradient(to top, rgba(2,2,2,0), rgba(0,0,0,.10));
}



/******************************** SLIDER ********************************/

.jumbotron {
	background: url('../images/sliderBg1.png');
	background-repeat:repeat-x;
	color:white;
	padding:0px 0px 0px 0px;
	margin:0px;
	height:671px;
	z-index:0;
}

.sliderControls span {margin-top:-270px; opacity:0.3;}
.sliderControls #slider-prev {float:left;}
.sliderControls #slider-next {	float:right;}
.sliderControls #slider-prev:hover {opacity:0.7;}
.sliderControls #slider-next:hover {opacity:0.7;}

.jumbotron h1 {font-size:55px;}
.jumbotron p { font-size:28px; }
.jumbotron p span {	color:#e9856e;}


#bubbleGraphic {
	margin:0 auto;
	margin-top:45px;
	margin-bottom:15px;
}

#slideThreeList {
	margin-left:13px;
}

#slideThreeList li {
	display:inline;
	margin-right:80px;
}

#slideThreeList li:nth-child(3) {
	margin-right:0px;
}

/* slider animations */

.fadeInReallyFast { 
	animation: fadeIn 0.3s linear 0.5s both; 
	-webkit-animation: fadeIn 0.3s linear 0.5s both; 
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.fadeInFast { 
	animation: fadeIn 0.3s linear 0.5s both; 
	-webkit-animation: fadeIn 0.3s linear 0.5s both; 
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.fadeInMed { 
	animation: fadeIn 0.3s linear 0.5s both; 
	-webkit-animation: fadeIn 0.3s linear 0.5s both; 
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.fadeInSlow { 
	animation: fadeIn 0.3s linear 0.5s both; 
	-webkit-animation: fadeIn 0.3s linear 0.5s both; 
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
	
@keyframes fadeIn{
    0% {opacity: 0;}
    100% {opacity: 1;}
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
    100% {opacity: 1;}
}

div.mainGirl, div.mainBoy, div.mainDiver{height:671px; padding-top:340px; padding-left:420px;}

div.mainGirl{background: url('../images/mainGirl.png') no-repeat left top;}
div.mainBoy{background: url('../images/mainBoy.png') no-repeat left top;}
div.mainDiver{background: url('../images/mainDiver.png') no-repeat left top;}

div.sliderTitle{font-size:32px; line-height:36px;}
div.sliderText{font-size:18px; line-height:22px;padding-top:30px;}

div.sliderContent img {display:inline-block;}

div.sliderMenu {position:relative; top: -85px; height:10px; left: 300px; z-index:1000;}
a.menuCharakteristika, a.menuDavkovani, a.menuKomentare, a.menuSlozeni {padding-right:35px;}

/******************************** SUBSLIDER MESSAGE ********************************/


#subSliderMessage {
	text-align:center;
	padding:10px 0px 70px 0px;
	background: url('../images/texture.png');
	-webkit-box-shadow: 0px 2px 5px #bababa;
    -moz-box-shadow: 0px 2px 5px #bababa;
    box-shadow: 0px 2px 5px #bababa;
}

#subSliderMessage h2 span {
	color:#c76c57;
}


/******************************** FEATURES ********************************/

#features {
	padding-bottom:50px;
}

.featureIcon {
	float:left;
	width:61px;
	height:61px;
	margin:13px 20px 150px 0px;
}

#addUserIcon { background-image: url('../images/icons/addUserIcon.png'); }
#cloudIcon { background-image: url('../images/icons/cloudIcon.png'); }
#gearIcon { background-image: url('../images/icons/gearIcon.png'); }
#uploadIcon { background-image: url('../images/icons/uploadIcon.png'); }
#messageIcon { background-image: url('../images/icons/messageIcon.png'); }
#connectIcon { background-image: url('../images/icons/connectIcon.png'); }

.col-lg-4.featureItem:hover {
	animation-duration: 0.25s;
  	animation-name: slideUp;
  	animation-direction: alternate;
  	animation-iteration-count: 2;
}




.leftIcon {
	float:left;
	width:59px;
	height:100px;
	padding: 0px;
	margin: 0px;
}

/******************************** CHARAKTERISTIKA ************************/
#sCharakteristika{background-color:#f5f3ee;}
#charakteristikaIcon{background-image: url('../images/iconCharakteristika.png');}
div.charakteristika{background: url('../images/imgKapky1.png') right bottom no-repeat; padding-right:200px; min-height:280px;}

/* slideUp animation */
@keyframes slideUp {
  from { margin-top: 0px; }
  to { margin-top: -10px; }
}

/******************************** SLOZENI ********************************/
#sSlozeni{background-color:#ffffff;}
#slozeniIcon{background-image: url('../images/iconSlozeni.png');}
div.slozeni{background: url('../images/imgKapky2.png') right top no-repeat; min-height:180px; padding-right:200px;}

/******************************** DAVKOVANI ******************************/
#sDavkovani{background-color:#c12222; color:#FFFFFF;}
#davkovaniIcon{background-image: url('../images/iconDavkovani.png');}
div.davkovani{background: url('../images/davkovaniImg.png') right top no-repeat; min-height:195px;}
p.davkovani{padding-right:180px;}

/******************************** KOMENTARE ******************************/
#sKomentare{background-color:#faf9f6;}
#komentareIcon{background-image: url('../images/iconKomentare.png');}
div.comment{font-style:italic; font-weight:bold;}
div.commentAnswer{font-style:italic; padding-left:15px;  padding-bottom:15px;}
div.commentAuthor{float:right; }

/******************************** OBJEDNAVKA *****************************/
#sObjednavka{background-color:#ffffff;}
#objednavkaIcon{background-image: url('../images/iconObjednavka.png');}
div.plugs{background: url('../images/imgPlugs.png') no-repeat left center; width:100%; height:150px; padding:40px 0px 0px 170px; font-size:14px; }

table.tableOrder{margin:15px 0px 15px 0px;}
td.orderAmount{vertical-align:top;	color:#d1c7c1;	font-size:32px;	font-weight:300;padding-top:10px;}
input.orderAmount{
	width:65px;
	height:65px;
	text-align:center;
	font-weight:300;
	border:solid #47d9bf 5px; 
	font-size:40px;
	padding:0px;
	margin:0px;
	color:#d1c7c1;
}

td.orderPrice{
	font-size:60px;
	text-align:center;
	font-weight:300;
	padding-top:15px;
	vertical-align:top;
}
td.orderPrice span{font-size:30px; vertical-align:super;}

td.orderNote{
	color:#d1c7c1;
	font-size:13px;
	text-align:center;
	vertical-align:top;
	font-weight:700;
	padding-bottom:10px;
}

td.orderButton{
	width:263px;
	height:81px;
	color:white;
	background-color:#47d9bf;
	text-align:center;
	font-size: 42px;
	cursor:pointer;
	font-weight:300;
	padding: 0px 10px 0px 10px;
}

/******************************** FOOTER ********************************/

footer {
	background-color:#f0f0f0;
	color:#1b334d;
	font-size:14px;
	padding-top:30px;
	min-height:115px;
}

.logo { 
	background-image: url('../images/logo.png'); 
	background-repeat:no-repeat;
	display:block;
	width:308;
	height:59px;
	margin-bottom:-25px;
}

footer a {color:#1b334d;}
footer a:hover {color:#1b334d;text-decoration:none;}
div.footerAddress{float: right;text-align:right;}

