/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong {
    font-weight: bold;
}


/*

Stylesheet start

*/


body {
    background-color: #e0dedf;
    color: #333;
    font-family: Arial, sans-serif, Open Sans;
}

p {
    padding: 0 15px;
    margin-bottom: 15px;
    line-height: 1.5em;
    font-size: 14px;
}

a.more {
    font-size: 14px;
    color: #333;
    text-decoration: underline;
    margin: 0 10px;
}

    a.more:hover {
        text-decoration: none;
    }

#ador-logo {
    display: inline-block;
}

h1#headContent {
    font: normal 18px Arial, sans-serif;
}

.borderDashed {
    border-bottom: 1px dashed #CCCCCC;
}

#container {
    margin: 0 auto;
    max-width: 1050px;
    background-color: #FFF;
}

#header {
}

h1 {
    padding-top: 15px;
    padding-bottom: 25px;
    text-align: center;
}

.logo {
    display: inline-block;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
}

    .logo img {
        display: block;
        width: 92px;
        margin: 0 auto 5px;
    }

    .logo span {
        display: block;
    }

.company-info {
    padding: 10px;
    background: #f6f6f6;
    font-size: 12px;
}

    .company-info a {
        color: inherit;
    }


.navi {
    display: table;
    width: 100%;
    table-layout: fixed;
    text-align: center;
}

    .navi li {
        display: inline-block;
        font: normal 24px/1.35em 'PT Sans Narrow', Sans-Serif;
        text-transform: uppercase;
        padding: 5px;
    }

    .navi a {
        display: block;
        text-align: center;
        text-decoration: none;
        color: #444;
        border-bottom: 5px solid transparent;
        padding: 0 5px;
    }

    .navi li:nth-child(1) a {
        border-color: #7EC342;
    }

        .navi li:nth-child(1) a.selected,
        .navi li:nth-child(1) a:hover {
            color: #7EC342;
        }

    .navi li:nth-child(2) a {
        border-color: #FFA624;
    }

        .navi li:nth-child(2) a.selected,
        .navi li:nth-child(2) a:hover {
            color: #FFA624;
        }

    .navi li:nth-child(3) a {
        border-color: #F10CB1;
    }

        .navi li:nth-child(3) a.selected,
        .navi li:nth-child(3) a:hover {
            color: #F10CB1;
        }

    .navi li:nth-child(4) a {
        border-color: #00ADEF;
    }

        .navi li:nth-child(4) a.selected,
        .navi li:nth-child(4) a:hover {
            color: #00ADEF;
        }

    .navi li:nth-child(5) a {
        border-color: #afafaf;
    }

        .navi li:nth-child(5) a.selected,
        .navi li:nth-child(5) a:hover {
            color: #afafaf;
        }

.lang {
    text-align: right;
    padding: 0 5px;
    font-family: 'PT Sans Narrow';
}

    .lang a {
        color: #fff;
        color: #000;
        text-decoration: none;
        font-size: 12px;
        display: inline-block;
        padding: 8px 3px;
    }

        .lang a:hover {
            color: #00ADEF;
        }

.Info p {
    padding: 0;
    margin: 0;
}

#CenterMenu {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.MainThumb {
    overflow: hidden;
    position: relative;
    color: #fff;
}

    .MainThumb img {
        width: 100%;
        height: 400px;
        position: absolute;
        top: 0px;
    }

    .MainThumb .aCont {
        color: #FFF;
        text-align: center;
        font: normal 34px/2em 'PT Sans Narrow', sans-serif;
        position: relative;
        line-height: 2em;
    }

    .MainThumb a {
        text-decoration: none;
        color: inherit;
        display: block;
    }

.aCont p {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    font-weight: bold;
}

    .aCont p:hover {
        text-decoration: underline;
    }



#CenterMenu:after {
    display: block;
    content: " ";
    height: 0px;
    clear: both;
}


/*--------------------------------------------------------------------------- PRODUCTS*/

.ProductsList ul {
    list-style: disc outside;
    margin-left: 20px;
    margin-top: 0px;
    padding-top: 20px;
    padding-left: 0px;
}

.ProductsList li {
    color: #EF0FB0;
    color: #FFA624;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 14px;
}

.ProductsList a {
    text-decoration: none;
    color: #000;
}

    .ProductsList a:hover {
        text-decoration: underline;
    }

.TextLeft {
    text-align: left;
    padding-left: 37px;
}

.TextCenter {
    width: auto;
    text-align: center;
    padding: 0px;
    margin-left: 0px;
}

.TextUppercase {
    text-transform: uppercase;
}

.FormatPicture {
    position: relative;
}

    .FormatPicture img {
        z-index: -10;
        padding-bottom: 20px;
    }

.FormatCaption {
    position: absolute;
    left: 48px;
    text-transform: uppercase;
    font-weight: bold;
}

.FormatImageDescription {
    float: right;
    font-size: 12px;
    padding-right: 90px;
}

#newOffer {
    float: left;
    margin-top: 20px;
    width: 420px;
    padding-bottom: 10px;
}

.ProductThumb {
    width: 60px;
    height: 60px;
    border: 3px #FFF solid;
    background-position: center 55%;
    outline: solid 1px #CCCCCC;
    float: left;
    margin: 10px;
    cursor: pointer;
}

.Products3Column { /* content: " "; */
    float: left;
    width: 30%;
    min-height: 10px;
    /*
    margin-left: 50px;
    */
}

.NoTones {
    width: 60%;
}

.ProductContent {
    min-height: 200px;
    padding-top: 25px;
}

.Products3Column h3 {
    padding-left: 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.fist .column, .last .column {
    float: left;
    width: 50%;
}

.unFocused {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.invisible {
    display: none;
}

#ItemText {
    text-align: center;
    font: normal 13px "Trebuchet Ms", Arial, sans-serif;
}

.GalleryImgCont #ItemText {
    text-align: left;
    width: 440px;
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 80px;
}
/*--------------------------------------------------------------------------- PRODUCTS*/

#footer {
    clear: both;
    padding: 30px 25px;
    border-top: 1px dashed #ccc;
    font-size: 13px;
    color: #666;
    text-align: center;
}

    #footer p {
        text-align: center;
    }


.clearfix {
    display: block;
    content: " ";
    height: 0px;
    clear: both;
}

.NewReleases {
    padding: 20px 0;
}

.greenBack {
    background-color: #7EC342;
}

.orangeBack {
    background-color: #FFA624;
}

.purpleBack {
    background-color: #F10CB1;
}

.blueBack {
    background-color: #00ADEF;
}

.textContent {
    margin: 0 35px 20px;
    padding-top: 20px;
    font-size: 14px;
}

.column p { /*margin-left:50px;     margin-right:100px;         padding-right:60px;     */
    line-height: 26px;
}

#ProductTypeCaption p {
    font-size: 40px;
    line-height: 1em;
    margin-bottom: 5px;
}

.ProductTypeName {
    margin: 0 50px;
    font: normal 38px 'PT Sans Narrow', deliciousroman, sans-serif;
}

.greaterThan {
    padding-right: 5px;
    font-weight: bold;
}
/* ........................................................................... H2 */


h2,
.h2{
    margin: 0;
    margin: 0 50px;
    border-bottom: 1px dashed #CCCCCC;
	padding-top:0;
    padding-bottom: 10px;
    font: normal 38px 'PT Sans Narrow', deliciousroman, sans-serif;
	text-align:left;
    text-transform: uppercase;
}

.body-content {
    padding: 40px 15px;
}

.GalleryContent {
    margin-top: 30px;
}

.GalleryH {
    border-bottom: 1px dashed #CCCCCC;
    text-transform: uppercase;
    width: 430px;
    padding-left: 10px;
    margin-top: 40px;
    font-size: 34px;
    font-weight: 100;
    margin-left: 50px;
}

.ReferencesH {
    border-bottom: 1px dashed #CCCCCC;
    text-transform: uppercase;
    padding-left: 65px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-right: 40px;
    font-size: 34px;
    font-weight: 100;
}
/* ........................................................................... H2 */
.formLabels {
    float: left;
    width: 300px;
    padding-right: 10px;
}

.formInputs {
    float: left;
    width: 364px;
}

    .formInputs input, select, textarea {
        margin-bottom: 8px;
        border: 1px solid #ccc;
        padding: 6px;
        width: 350px;
        font: normal 13px Arial, sans-serif;
    }

select {
    width: 364px;
}

textarea {
    overflow: auto;
    width: 350px;
}

.formLabels span {
    display: block;
    line-height: 30px;
    text-align: right;
    margin-bottom: 8px;
}

.fixMargin {
    margin-top: 8px;
}

.submitBtn {
    width: auto !important;
    background-color: #EC008C;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    border: 0 !important;
    padding: 10px 40px !important;
    font: normal 14px/25px Arial, sans-serif;
}

.ContactForm {
    padding: 30px 15px;
}
/*----------------------------------------------------GALLERY*/
.GalleryImgCont {
    margin-top: 10px;
    margin-left: 50px;
    float: left;
}

.GalleryThumbs {
    float: right;
    max-width: 390px;
    margin-top: 10px;
}

.ImagePreview img {
    min-height: 200px;
    display: block;
    padding: 5px;
    background: #fff; /* border:1px solid #ccc; */
    max-width: 100%;
}

.hdnSpam {
    display: none;
}

.zeleno {
    color: #7EC342;
}

.narancasto {
    color: #FFA624;
}

.magenta {
    color: #F10CB1;
}

.plavo {
    color: #00ADEF;
}

p.small {
    clear: both;
    display: block;
    font: normal 11px Arial, sans-serif;
    padding: 10px;
    padding-right: 30px;
}


/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 14, 2013 */



@font-face {
    font-family: 'deliciousbold';
    src: url('fonts/delicious-bold-webfont.eot');
    src: url('fonts/delicious-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/delicious-bold-webfont.woff') format('woff'), url('fonts/delicious-bold-webfont.ttf') format('truetype'), url('fonts/delicious-bold-webfont.svg#deliciousbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'deliciousitalic';
    src: url('fonts/delicious-italic-webfont.eot');
    src: url('fonts/delicious-italic-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/delicious-italic-webfont.woff') format('woff'), url('fonts/delicious-italic-webfont.ttf') format('truetype'), url('fonts/delicious-italic-webfont.svg#deliciousitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'deliciousroman';
    src: url('fonts/delicious-roman-webfont.eot');
    src: url('fonts/delicious-roman-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/delicious-roman-webfont.woff') format('woff'), url('fonts/delicious-roman-webfont.ttf') format('truetype'), url('fonts/delicious-roman-webfont.svg#deliciousroman') format('svg');
    font-weight: normal;
    font-style: normal;
}


#aboutUs .column {
    float: left;
    width: 50%;
}

.contact-fields {
    margin: auto;
}

    .contact-fields span {
        font-size: 14px;
        display: block;
    }

    .contact-fields input[type="text"],
    .contact-fields select,
    .contact-fields textarea {
        display: block;
        width: calc(100% - 12px);
        margin-top: 3px;
        border: 1px solid #ccc;
        padding: 6px;
        background: #fff;
        color: #000;
    }

    .contact-fields .field {
        padding-bottom: 10px;
    }


.hdnSpam {
    visibility: hidden;
    opacity: 0;
    font-size: 0;
    height: 0;
}



.landing-logo{
			padding-top:40px;
			text-align:center;
		}


.table-overflow{

width: 100%;
	overflow-x: auto;
}


.order-table{
	min-width: 450px;
	width:100%;
	table-layout:fixed;
	margin-bottom: 30px;
}
		
.order-table caption{
	text-align:center;
	font-weight:bold;
	padding: 10px;
}
				
.order-table th{
	text-align: center;
	font-weight:bold;
	padding: 10px;
}

.order-table td{
	text-align: center;
	border-top: 1px solid #eee;
	padding: 10px;	
	vertical-align: middle;
}

.order-table img{
	max-height: 150px;
}

.order-table button{
    background-color: #FFA624;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    margin: 0;
    border: 0;
    padding: 3px 25px;
    font: normal 14px/25px Arial, sans-serif;
}

.landing-page .ProductContent h2{
	margin-right: 0;
	margin-left: 0;
	margin-top: 40px;
	margin-bottom: 20px;
}

fieldset{
	margin-bottom: 20px;
	border: 1px dashed #999;
	padding: 15px;
}

legend{
	font-weight: bold;
}

.field{
	display: table;
	width: 100%;
	margin-bottom: 5px;
}

/*

.field label{
	display: table-cell;
	width: 35%;
	vertical-align: top;
	padding-top: 6px;
	font-size: 14px;
}

.field input,
.field textarea{
	display: table-cell;
	width: 65%;
	border: 1px solid #ccc;
	padding: 6px;
}

*/
.field-radio{
	padding: 15px;
}

.field table{
	margin-top: 10px;
}

.field td{
	padding-top: 5px;
}

.field-radio label{
	display: inline-block;
	text-align: center;
	width: 150px;
}

.field-radio input{
	display: block;
	margin: 7px auto 0;
}

.field-radio img{
	display: block;
	width: 120px;
}

.landing-page figure{
	display: block;
	text-align: center;
	margin:0 auto 20px;
}

.landing-page figure img{
	max-height: 343px;
}

.landing-page figcaption{
	font-style: italic;
	font-weight: bold;
}

.landing-page p a{
	color: #000;
}

.landing-page p a:hover{
	text-decoration: none;
}

@media screen and (min-width: 768px){

.figure-holder{
	display: flex;
	width: 100%;
	justify-content: space-around;
}
			
		}

.field input[type="radio"]:checked + label{
	font-weight: bold;
	font-style: italic;
	color: #FFA624;
}


.modal{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	display:flex;
	flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.modal-content{
	position: relative;
	width: 400px;
    max-height: 400px;
    background: #fff;
    color: #000;
    padding: 35px 25px 25px;
    font-size: 14px;
    text-align: center;
}

.modal-close{
	position: absolute;
	top: 6px;
	right: 6px;
	border: 0;
	background: none;
	cursor: pointer;
	padding: 5px;
	font-size: 20px;
	
    display: inline-block;
    width: 20px;
    height: 20px;
    overflow: hidden;
}

.modal-close::before, 
.modal-close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #000;
}

.modal-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}




/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
