
::-moz-selection{
	background-color:#3399ff;
	color:white;
}

::selection{
	background-color:#3399ff;
	color:white;
}

::-webkit-selection{
	background-color:#3399ff;
	color:white;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

@font-face {
    font-family: 'SegoeUI';
    src: url('http://www.pemol.sk/fonts/SegoeUI.ttf');
}

@font-face {
    font-family: 'SegoeUI-SemiBold';
    src: url('http://www.pemol.sk/fonts/SegoeUI-SemiBold.ttf');
}

@font-face {
    font-family: 'Georgia';
    src: url('http://www.pemol.sk/fonts/Georgia.ttf');
}

@font-face {
    font-family: 'Georgia-Italic';
    src: url('/fonts/Georgia-Italic.ttf');
}

 @font-face {
    font-family: 'AgencyFB-Regular';
    src: url('/fonts/AgencyFB-Regular.otf');
}
@font-face {
     font-family: 'AgencyFB-Bold';
     src: url('/fonts/AgencyFB-Bold.otf');
}	

body{
	background: rgba(0, 0, 0, 0) url("images/background.png") repeat scroll 0 0;
	overflow-x:hidden;
	margin:auto;
	cursor:default;
}

.container{
	font-family:SegoeUI;
	font-size:17px;
}

.header_uvod{
	width:100%;
	height:auto;
	margin-top:38px;
	font-size:18px;
}

.menu a{
	text-decoration:none;
	color:#A68633;
}

.menu a:hover{
	text-decoration: underline;
}

.menu a .active{
	text-decoration:underline;
	color:black;
}

.intro_image{	
	width:80%;
}

.uvod_footer{
	color:black;
	margin-bottom:20px;
}

hr{
	width:50%;
	border:1px solid grey;
}

.header{
	width:100%;
	height:auto;
	font-size:18px;
	position:fixed;
	background:rgba(255,255,255,0.95);
	padding-top:39px;
	top:0;
	margin-left:-15px;
	padding-right:30px;
	z-index:1;
}

.header_content{
	height:180px;
}

.submenu{
	margin-left:-35px;
}

.submenu ul{
	list-style:none;	
}

.submenu span{
	text-decoration:none;
	color:#3399ff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;	
	cursor:pointer;
}

.submenu span:hover{
	color:white;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.submenu span.active{
	color:white;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.submenu li{
	display:inline-block;
	padding:15px;
	border-bottom:2px solid #3399ff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.submenu li:hover{
	border-bottom:2px solid #3399ff;
	background-color:#3399ff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.submenu span.active li{
	border-bottom:2px solid #3399ff;
	background-color:#3399ff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.titulna_fotka{
	height:400px;
	width:100%;
	margin-top:197px;
	background-image: url('images/titulna_fotka.jpg');
	background-position:50% -377px;
	background-repeat: repeat-y;
}

.titulna_fotka span{
	position:relative;
	top:42%;
	color:white;
	font-family:Georgia-Italic;
	font-size:50px;
}

.uvod{
	width:100%;
	padding-top:1%;
	padding-bottom:1%;
	margin-top:4%;
	margin-bottom:4%;
	
}

.uvod h1{
	font-family:Georgia-Italic;
}

.uvod_text{
	width:70%;
}

.sluzby{
	width:100%;
	height:auto;
	background-color:slategrey;
	color:white;
	padding:50px 0px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.sluzby h1{
	font-family:Georgia;
	text-transform:uppercase;
	font-size:40px;
	background-color:white;
	padding:15px;
	color:slategrey;
}

.sluzby_text{
	width:70%;
	margin-top:60px;
}

.goToContactForm{
	width:70%;
}

.internet{
	background-color:#cf232a;
	color:white;
	width:100%;
	height:auto;
	padding-bottom:50px;
	border-top:1px dashed white;
}

.internet h1{
	font-family:Georgia;
	text-transform:uppercase;
	font-size:40px;	
	padding:30px;
	color:#cf232a;
	background-color:white;
}

.internet a{
	text-decoration:none; 
	color:white; 
	font-family:SegoeUI-SemiBold; 
	padding:5px;
	border-bottom:1px solid white;
}

.vzp{
	width:50%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.vzp:hover{
	transform:scale(1.05);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.internet_text{
	width:70%;
	text-align:justify;
	margin-top:60px;
	text-indent:50px;
}

.internet_home_products{
	display:inline-block;
	width:400px;
	margin:1%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.internet_home_products:hover{
	transform:scale(1.05);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.internet h2{
	font-family:Georgia;
	font-size:35px;
	width:70%;
}

.internet h4{
	background-color:white;
	color:#cf232a;
	padding:10px;
}

.partneri{
	display:inline-table;
	width:100%;
	padding:50px 0 100px;
	border-bottom:10px dotted slategrey;
}

.partneri h1{
	font-family:Georgia-Italic;
	text-transform:uppercase;
	font-size:40px;
}

.partneri img{
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	margin-left:2%;
	margin-right:2%;
	vertical-align:middle;
}

.partneri img:hover{
	opacity:0.7;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.referencie{
	width:100%;
	background-color:#76b83f;
	height:300px;
	margin-top:-25px;
}

.referencie h1{
	font-family:Georgia;
	text-transform:uppercase;
	font-size:40px;
	padding: 20px 0;
	background-color:white;
	color:#76b83f;
}

#contact_span{
	font-family:SegoeUI-SemiBold;
	font-style:italic;
	text-transform:uppercase;
	font-size:26px;
}

.kontakt{
	background: rgba(255,255,255,0.9);
	height:auto;
	padding-top:20px;
	padding-bottom:30px;
}

.kontakt h1{
	font-family:Georgia;
	text-transform:uppercase;
	font-size:40px;
	margin-bottom:70px;
}

.kontakt table a{
	text-decoration:none;
	color:black;
}

.kontakt table a:hover{
	color:#cf232a;
}

.contactForm_button{
	color:white;
	text-transform:uppercase;
	width:200px;
	background-color:#cf232a;
	margin-top:20px;
	padding:10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border: 1px solid #cf232a;
}

.contactForm_button:hover{
	color:#cf232a;
	background-color:white;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contact{
	display:inline-table;
	width:600px;
}

.contact table td{
	text-indent:20px;
}

.contact table input, .contact table textarea{
	width:100%;
	font-family:SegoeUI;
	padding:8px;
	font-size:16px;
	border:none;
	background-color:#f2f2f2;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contact table input:hover, .contact table textarea:hover{
	background-color:#fdfdfd;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.contact table input:focus, .contact table textarea:focus{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background-color:#cf232a;
	color:white;
}

.contact_text{
	text-align:left;
	width:83%;
}

.footer{
	width:100%;
	height:auto;
	background-color:#cf232a;
	margin-bottom:-15px;
	margin-top:50px;
	color:white;
	padding-top:20px;
	padding-bottom:20px;
}

.copyright{
	padding:20px;
}

.content_text{
	width:100%;
	text-align:justify;
	margin-bottom:5%;
}

.dialogBackground{
	display: none;
	background: rgba(255,255,255,0.7); 
	width:100%; 
	height:100%;
	position:fixed;
	z-index:90;
	top:0;
	left:0;
	font-family:SegoeUI;
}

.confirmOrderDialog{
	background-color: #cf232a;
	width: 40%; 
	height: auto; 
	position: fixed; 
	left: 30%; 
	top: -50%;
	padding-top:5%;
	padding-bottom:5%;
	color:white;
}

.confirmOrderDialog_button{
	color:#cf232a;
	text-transform:uppercase;
	width:180px;
	background-color:white;
	margin-top:20px;
	padding:10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
	display:inline-table;
	border: 1px solid white;
}

.confirmOrderDialog_button:hover{
	color:white;
	background-color:#cf232a;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.itemActiveBackground{
	display: none;
	background: rgba(255,255,255,0.7); 
	width:100%; 
	height:100%;
	position:fixed;
	z-index:90;
	top:0;
	left:0;
}

.clear{
	clear:both;
}