/*  -----------------------------------------------------
    
	INFO
	
	Project:				Vintage
	Version:				1.0
	Last change:			--/--/--
	Author:					Milan Zivkovic
	Author URL:				http://www.designer.rs

	- - - - - - - - - - - - - - - - - - - - - - - - - - -

	COLORS
	
	link:					#999;
	text:					#666;
	background:				#f3f2e9;

	- - - - - - - - - - - - - - - - - - - - - - - - - - -
	
	TABLE OF CONTENTS
   
	=Reset CSS
	=Basic
	=Body
		=Container
			=Header
				=Navigation
			=Content
			=Footer
    
	----------------------------------------------------- */



/*  -----------------------------------------------------

	=Reset CSS
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
	}
	
	* {font-size:100.01%}

	/* remember to define focus styles! */
	:focus {
		outline: 0;
	}
	body {
		font: 11px Arial, Helvetica, sans-serif;
scrollbar-base-color: #FFFFFF;
scrollbar-arrow-color: #7C7CFF;
scrollbar-3dlight-color: #FFFFFF;
scrollbar-darkshadow-color: #FFFFFF;
scrollbar-face-color: #ededed;
scrollbar-highlight-color: #FFFFFF;
scrollbar-shadow-color: #FFFFFF;
scrollbar-track-color: #FFFFFF;
	}
	ol {
		list-style-position: inside;
	}
	ul {
		list-style: none;
	}
	/* tables still need 'cellspacing="0"' in the markup 
	table {
		border-collapse: separate;
		border-spacing: 0;
	}*/
	caption, th, td {
		text-align: left;
		font-weight: normal;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: "";
	}
	blockquote, q {
		quotes: "" "";
	}


/*  -----------------------------------------------------

	=Basic
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	a:link, a:visited {
		color: #249cb5;
		text-decoration: none;
	}
	
	h1,
	h2,
	h3,
	dt {
		color: #666;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: bold;
	}
	
	h1 {
		font-size: 14px;
	}
	
	h2 {
		margin-top: 10px;
	}
	
	h3 {
		font-style: italic;
	}
	
	h1,
	h4 {
		color: #249cb5;
		font: italic 24px Arial, Helvetica, sans-serif;
	}
	
	h5 {
		color: #aaa;
		font-size: 9px;
	}
	
	a:hover, a:active {
		text-decoration: underline;
	}
	
	ul li {
		background: url(../images/bullet.gif) no-repeat left center;
		padding-left: 10px;
	}
	
	p,
	ul,
	ol,
	h2,
	h3,
	hr,
	table,
	blockquote {
		margin-bottom: 10px;
	}
	
	em {
		font-style: italic;
	}
	
	strong,
	th,
	dt {
		font-weight: bold;
	}
	
	hr {
		border: 0;
		border-bottom: 1px dashed #ccc;
		color: #fff;
		height: 1px;
	}
	
	/*
	th,
	td {
		line-height: 25px; /*Original 30*/
	}
	*/
	
	small {
		font-size: 10px;
		font-style: italic;
	}
	
	.width_200 {
		width: 200px;
	}

	.width_280 {
		width: 280px;
	}
	
	.width_320 {
		width: 320px;
	}
	
	.width_590 {
		width: 590px;
	}
	
	.width_full {
		overflow: hidden;
		width: 900px;
	}
	
	.featured {
		width: 500px;
	}
	
	cite {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
	}
	
	blockquote {
		border-left: 3px solid #249cb5;
		margin-left: 30px;
		padding-left: 10px;
	}
	
	.testimonials blockquote {
		border: 0;
		margin: 0;
		padding: 0;
	}

		.testimonials blockquote p {
			background: url(../images/tesitmonials-bg.gif) no-repeat bottom left;
			margin-bottom: 0;
			padding-bottom: 20px;
		}
	
	.col {
		float: left;
		margin: 0 30px 0 0;
	}
	
	#container .last {
		margin-right: 0;
		display: inline;
	}
	
	.box {
		padding: 10px 30px 10px 0;
		margin-bottom: 25px;
	}
		
	.hidden {
		visibility: hidden;
	}
	
/*  -----------------------------------------------------

	=Body
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	body {
		/*background: #000; */	/* uncomment this if you want black background, or changi #000 to #666 for gray background */
		color: #4c4c4c;
		text-align: center;
	}


/*  -----------------------------------------------------

	=Container
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#container {
		background-color: #fff;
		margin: 0 auto;
		text-align: left;
		padding: 0 20px;
		width: 900px;
	}


/*  -----------------------------------------------------

	=Header
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#header {
		color: #e6e6e6;
		padding-top: 20px;
		position: relative;
	}
	
		#header .brand {
			border: 0;
		}
		
		#header .banner {
			background: url(../images/banner-bg.gif) no-repeat;
			border-bottom: 1px solid #e1e1e1;
			border-top: 1px solid #e1e1e1;
			height: 189px;
			margin: 30px 0 0;
		}
		
			#header .banner p {
				color: #868686;
				font: 24px Georgia, "Times New Roman", Times, serif;
				line-height: 30px;
				margin: 50px 30px;
				text-indent: 50px;
			}
				#header .banner p em {
					background: url(../images/benner-quote.gif) no-repeat bottom right;
					padding-right: 50px;
				}
	
		#header #menu {
			margin: 0;
			position: static; /*Original absolute*/
			right: 0;
			top: 40px;
		}
		
			#header #menu li {
				background: url(../images/nav-bullet.gif) no-repeat right center;
				float: left;
				margin-left: 1px;
				padding: 0 8px 0 0;
			}
			
				#header #menu li a {
					color: #4c4c4c;
					display: block;
					font: 14px Georgia, "Times New Roman", Times, serif;
					padding: 5px 10px 8px;
				}
				
					#header #menu a:hover {
						text-decoration: underline;
					}
					
					#header #menu .active a,
					#header #menu .active a:hover {
						color: #249cb5;
						text-decoration: none;
					}


/*  -----------------------------------------------------

	=Content
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */
	
	#content {
		padding-top: 30px;
	}
	
		.news {
			/*background: url(../images/icon-news.gif) no-repeat right 50px;*/
		}
		
		.testimonials {
			background: url(../images/icon-testimonials.gif) no-repeat right 20px;
		}
		
		.contact {
			background: url(../images/icon-contact.gif) no-repeat right 20px;
		}
		
		.newsletter {
			background: url(../images/icon-newsletter.gif) no-repeat right 20px;
		}
		
		.services {
			background: url(../images/icon-services.gif) no-repeat right center;
		}
		
		.services li {
			background-image: url(../images/bullet.gif);
		}
		
		#slider {
			width: 500px;
			margin: 0;
			position: relative;
		}
		
		.scroll {
			height: 322px;
			width: 590px;
			overflow: hidden;
			position: relative;
		}
		
		.scrollContainer div.panel {
			height: 322px;
			width: 590px;
		}
		
			.panel h2,
			#message_ok h2 {
				font: 24px Georgia, "Times New Roman", Times, serif;
			}

			.width_590 img {
				float: left;
				margin-right: 100px;
			}
			

			.panel p img {
				border: 1px solid #249cb5;
				margin: 10px;
			}
			
				.panel p a:hover img {
					border-color: #ccc;
				}
		
		.navigation {
			position: absolute;
			top: 20px;
			left: 250px;
		}
		
		.navigation li {
			background: none;
		}
		
		.navigation a {
			display: block;
			height: 40px;
			text-indent: -9999px;
			width: 55px;
		}
		
		.navigation .product-1 a {
			background: url(../images/sample/product-1.gif)
		}
		
		.navigation .product-2 a {
			background: url(../images/sample/product-2.gif)
		}
		
		.navigation .product-3 a {
			background: url(../images/sample/product-3.gif)
		}
		
		.navigation .product-4 a {
			background: url(../images/sample/product-4.gif)
		}
		
		.navigation .product-1 a:hover {
			background: url(../images/sample/product-1h.gif)
		}
		
		.navigation .product-1 a.selected {
			background: url(../images/sample/product-1a.gif)
		}
		
		.navigation .product-2 a:hover {
			background: url(../images/sample/product-2h.gif)
		}
		
		.navigation .product-2 a.selected {
			background: url(../images/sample/product-2a.gif)
		}
		
		.navigation .product-3 a:hover {
			background: url(../images/sample/product-3h.gif)
		}
		
		.navigation .product-3 a.selected {
			background: url(../images/sample/product-3a.gif)
		}
		
		.navigation .product-4 a:hover {
			background: url(../images/sample/product-4h.gif)
		}
		
		.navigation .product-4 a.selected {
			background: url(../images/sample/product-4a.gif)
		}
		
		.navigation a:focus {
			outline: none;
		}
		
		.scrollButtons {
			border: 0;
			cursor: pointer;
			position: absolute;
			left: 282px;
			z-index: 100;
			display: none;  /* delete this line if you wont to enable previous and next buttons in solution box */
		}
		
		.scrollButtons.left {
			top: 10px;			
		}
		
		.scrollButtons.right {
			top: 185px;
		}
		
		#content .main .width_590 .box {
			padding-right: 0;
		}
		
		#content .main .width_280 h4,
		#content .second h4 {
			color: #868686;
		}
		
		#content .second {
			border-top: 1px dashed #ccc;
			margin-top: 20px;
			padding-top: 30px;
		}
		
		.solutions {
			padding-right: 0;
		}
		
		.solution {
			float: left;
			margin: 0 30px 30px 0;
			width: 280px;
		}
		
			.solution dd {
				border-bottom: 1px dashed #249cb5;
				padding-bottom: 20px;
			}
		
			.solution img {
				border: 1px solid #249cb5;
			}
		
		th,
		td {
			/*border-bottom: 1px dashed #249cb5;*/
		}
		
		tr.odd {
			background-color: #eee;
		}
			
			#newsletter input {
				width: 170px;
			}
			
		.contactForm {
			width: 500px;
		}
		
			label {
				float: left;
				width: 100px;
			}
			
			.contactForm small {
				display: block;
				padding-left: 100px;
			}
			
			input, select,
			textarea {
				border: 1px solid #249cb5;
				/*font-family: Georgia, "Times New Roman", Times, serif;*/
				/*font-family: inherit;*/
				/*font-style: italic;*/
				/*margin: 5px 0;*/
				/*padding: 5px;*/
				/*width: 200px;*/
				/*height: 20px;*/
			}
			
			input[type="checkbox"] {
                float: left;
            }
            
			input:focus,
			textarea:focus {
				/*border-color: #ccc;*/
			}
			
			#newsletter .btn,
			.btn {
				background: url(../images/button.gif) no-repeat;
				border: 0;
				cursor: pointer;
				display: inline-block;
				font-style: normal;
				width: 77px;
			}
			
				a.btn {
					color: #222!important;
					height: 25px;
					line-height: 25px;
					margin-top: 10px;
					padding: 0 12px 0 11px;
					width: auto;
				}
			
			.required {
				color: red;
			}
			
			#message_ok {
				display: none;
			}
				
				#message_ok h2 {
					color: #249cb5;
				}
		
/*  -----------------------------------------------------

	=Footer
	
	- - - - - - - - - - - - - - - - - - - - - - - - - - - */

	#footer {
		background: url(../images/footer-bg.gif) repeat-x;
		clear: both;
		overflow: hidden;
		padding: 10px;
	}
	
		#footer img {
			border: 0;
		}
				
		#footer p {
			color: #b6b6b6;
			font-size: 10px;
			font-style: italic;
		}
		
			#footer p.right {
				float: right;
			}
		
			#footer p img {
				vertical-align: middle;
			}


            
            #tooltip{
                
                background:#FFF;
                border:1px solid #000;
                display:none;
                padding:3px;
                margin:10px;
                padding:2px 2px 2px 2px;
                text-decoration:none;
                list-style:none;
                vertical-align:middle;                
            }

.no_wrap
{
    white-space: nowrap;
}


.TabelaImpressa
{
    border:0px solid #000;
}

.TabelaImpressa td
{
    padding-left: 10px;
}

.CondicoesGerais
{
    font-size: 0.8em;
}




input, textarea {
    /*display: block;
    font-size: 1rem;*/
    width: 80% !important;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type="checkbox"] {
    border-color: rgba(0, 0, 0, 0.25);
    width: 1em !important;
    height: 1em;
    padding: 0 !important;
    border-radius: .25em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}

input[type="checkbox"]:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

    input[type="submit"] {
        display: inline-block;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
        padding: .375rem .75rem;
        /*font-size: 1rem;*/
        border-radius: .25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        color: #000;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
        width: 150px !important;
    }

    textarea{
        width:90% !important;
    }

    select {
        /*display: block;
    font-size: 1rem;*/
        width: 80%;
        padding: .375rem 2.25rem .375rem .75rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        background-color: #fff;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
        background-repeat: no-repeat;
        background-position: right .75rem center;
        background-size: 16px 12px;
        border: 1px solid #ced4da;
        border-radius: .25rem;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }



table th {
    color: #fff;
    background-color: #5D7B9D;
    border-color: #5D7B9D;
    vertical-align: bottom;
    border-bottom: 2px solid #ffffff;
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #ffffff;
    text-align: inherit;
}


small{
    font-size:.80em;
}