/***************************************************
	      minimalist by marija zaric
	      template distributed by
        http: //freehtml5templates.com
***************************************************
***************************************************
			      Reset
***************************************************/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, label, legend, caption, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ul { 
	margin-left: 15px; 
	padding: 0; 
	list-style: disc; 
}
		
ul  li {
	padding-left: 15px ;  
	padding-bottom: 3px;
	margin-left: 7px ;
	margin-top: 3px;
	margin-bottom: 4px ;
}

ol { 
	margin-left: 15px; 
	padding: 5px; 
	list-style:decimal ;
}
	
ol  li {
	padding-left: 5px ;  
	padding-bottom: 3px;
	margin-left: 7px ;
	margin-top: 3px;
	margin-bottom: 4px ;
}

ul li a { 
	font-weight: normal; 
	text-decoration: none; 
}

a img {
   border: none
}

aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block; color: #336666;}

/***************************************************
			      Global styles
***************************************************/

html {
	width: 100%;
	height: 100%;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: white;
	color: #333;
	margin: 0 0 1px; height: 100%; 
	line-height: 1.7;
}

.superscript {
font-size: 70%;
position: relative;
bottom: 0.3em;
}

.bg {
/*	background-color: url(../images/bg.png); 
	background-position: left top;
	background-repeat: repeat; */
	border-top: 12px solid #2b5555;
	border-left: 12px solid #2b5555;
	border-right: 12px solid #2b5555;
}

p {
	margin-top: 3px;
}
	
a, p a, ul li a {
	text-decoration: underline;
	color:#000;
}

a, p a:hover, ul li a:hover{
	text-decoration: underline;
	color: #900;
}	
ul li a:hover {
   color: #CC3333;
}

h1, h2, h3, h4, h5, h6 {
   font-family: Arial, Helvetica, sans-serif;
   font-weight: normal;
   position: relative;
}

h1 {
	font-size: 42px;
	line-height: 0.9;
	color: #900;
	text-align: left;
}

h1 span {
	font-size: 42px;
	line-height: 12px;
	color: #900;
	margin-left: 10px;
}
	
h2 {
	font-size: 15px;
	line-height: 1.8;
	color: #666666;
	text-align: left;
	margin-top: -18px ;
	border-bottom: 1px solid #A3A3A3;
	margin-bottom: 7px;
	padding-bottom: 12px;
}

h3 {
	font-size: 18px;
	line-height: 0.9;
	color: #444;
	text-align: left;
	margin-bottom: 6px;
	padding-bottom: 5px;
}

h3_button {
	font-size: 18px;
	line-height: 0.9;
	color: #fff;
	text-align: left;
	margin-bottom: 6px;
    padding: 3px 10px 5px 10px ;
	background-color:#444 ;
}

h4 {
	font-size: 14px;
	line-height: 0.9;
	color: #900;
	text-align: left;
	margin-bottom: 8px;
	padding-top: 3px;
}

h5 {
	font-size: 14px;
	line-height: 0.9;
	color: #444;
	text-align: left;
	font-weight: bold;
	font-style:italic;
	margin-bottom: 8px;
	padding-top: 3px;
}


.readmore a {
	clear: both;
	display: block;
	float: right;
	padding: 0px 0 2px 12px;
/*	background: url(../images/read_more.png) center left no-repeat; */
	color: #900;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
}
/***************************************************
			    Main containers
***************************************************/

#container, #container_left, #container_right {
	position: relative;
	width: 100%;
	color: #336666 ;
}
	
#container {
	position: relative;
	width: 980px;
	margin: 0 auto;
/*	background-color: transparent; */
/*	height: 200px; */
    color: #336666 ;
}

heading {
	position: relative;
	height: 50px;
	clear: both;
	width: 100%;
/*	background-image: url(../images/footer.png);
	background-position: left top;
	background-repeat: repeat-x; */
	margin-top: 10px;
	background-color: #336666;
}

.group1_2 {
	float: left;
	width: 185px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
}

.group1 {
	float: left;
	width: 274px;
	position: relative;
	background: transparent;
	padding: 10px;
	margin-bottom: 10px;
}
	
.group2 {
	float: left;
	width: 274px;
	position: relative;
	background: transparent;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
}
	
.group3 {
	float: left;
	width: 274px;
	position: relative;
	background: transparent;
	padding: 10px;
    margin-left: 30px;
}

.group4 {
	float: left;
	width: 950px;
	position: relative;
	padding: 15px;
	margin-top: -14px;
	margin-bottom: 25px;
	background: transparent;
	border-top: 1px solid #336666;
	-moz-column-count: 3; /* Firefox */
	-webkit-column-count: 3; /* Safari and Chrome */
	column-count: 3;	
	-moz-column-gap: 40px; /* Firefox */
	-webkit-column-gap: 40px; /* Safari and Chrome */
	column-gap: 40px;	
	-moz-column-rule: 1px solid #336666; /* Firefox */
	-webkit-column-rule: 1px solid #336666; /* Safari and Chrome */
	column-rule: 1px solid #336666;
}

.group5 {
float: left;
	width: 665px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
	margin-left: 30px;
}
	
.group6 {
	float: left;
	width: 605px;
	position: relative;
	background: transparent;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

header {
	position: relative;
	float: left;
	width: 100%;
	height: 200px;
	color: #336666 ;
}
	
.onecolumn {
	float: left;
	width: 915px;
	position: relative;
	background: transparent;
	padding: 15px;
	margin-bottom: 10px;
}	
	
/***************************************************
				INTRO
***************************************************/	
	
#intro {
	width: 980px;
	position: relative;
	float: left;
	height: 5px;
	background: transparent;
	margin-top: 25px;
}

.cleaner 	 { clear: both; width:100%; height: px; }
.cleaner_h02 { clear: both; width:100%; height: 2px; }
.cleaner_h05 { clear: both; width:100%; height: 5px; }
.cleaner_h10 { clear: both; width:100%; height: 10px; }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }
.cleaner_h50 { clear: both; width:100%; height: 50px; }
.cleaner_h60 { clear: both; width:100%; height: 60px; }
.cleaner_h100 { clear: both; width:100%; height: 100px; }


/***************************************************
				   HOLDERS
***************************************************/	

.holder_content {
	position: relative;
	float: left;
	width: 100%;
	margin-top: 4px;
	padding-top: 10px;
}
	
.holder_content_separator{
	margin-bottom: 20px;
}
	
/***************************************************
			        GALLERY
***************************************************/
	 	 
a.photo_hover3 {
	position: relative;
	float: left;
	margin: 5px 13px 13px 5px;
	padding: 8px;
    background-color: white;
	border: 1px solid #336666;
	text-decoration:none; 
	font-size:9.5px; 
	font-style:italic; 
	text-align: center;
}

a.photo_hover3: hover {
	border: 1px solid #336666;
	background-color: transparent;
	opacity: 0.9;
	z-index: 1000;
}
	
a.photo_hover2 {
	position: relative;
	float: right;
	margin: 5px 8px 13px 13px;
	padding: 8px;
    background-color: white;
	border: 1px solid #336666;
	text-decoration:none; 
	font-size:9.5px; 
	font-style:italic; 
	text-align: center;
}

a.photo_hover2: hover {
	border: 1px dotted #336666;
	background-color: #C7EDFF;
	opacity: 0.9;
	z-index: 1000;
}


/***************************************************
			        FOOTER
***************************************************/

footer {
	position: relative;
	height: 50px;
	clear: both;
	width: 100%;
/*	background-image: url(../images/footer.png);
	background-position: left top;
	background-repeat: repeat-x; */
	margin-bottom: 10px;
	background-color: #2b5555;
}

#FooterOne, #FooterTwo, #FooterTree {
	position: absolute;
}

#FooterTwo {
/*	position: absolute; */
	text-align: center ;
	top: 13px;
	color: white;
	font-size: 14px ;
	margin-left: 5px ; /*  remove this setting  */
}

#FooterTree {
	position: absolute;
	left: 225px;
	top: 26px;
	color: white;
}

.container {
   width: 980px;
   margin: 0 auto;
   background-color: #fff;
}

/***************************************************
				       MENU
***************************************************/

.riii {
	position: absolute;
	width: 790px;
	top: 55px;
	left: 170px;
}

nav {
	position: absolute;
	width: 760px;
	top: 170px;
	left: 180px;
	background: #444;
	border-top: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
}

nav ul li {
	float: left;
	margin-left: 13px;
	line-height: normal;
	color: #666666;
}

nav ul li a {
	font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-weight: normal;
	display: block;	/* IE6, IE7 line height fix */
	padding-bottom: 10px;
	padding-top: 5px;
	background-color: transparent;
	margin-top: 5px;
	margin-right: 6px;
    text-decoration: none;
}

nav ul li a: hover {
	color: #CC3333;
}

nav ul li a.current {
	color: #CC3333;
}

/***************************************************
				  DROP-DOWN MENUS
***************************************************/
#templatemo_menu {
	position: absolute;
	width: 760px;
	top: 173px;
	left: 180px;
	background: #444;
	border-top: 1px solid #A3A3A3;
	border-bottom: 1px solid #A3A3A3;
}

#templatemo_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#templatemo_menu ul li {
	float: left;
	margin-left: 10px;
	line-height: normal;
	color: #666666;
	display: inline;
}

#templatemo_menu ul li a {
	font-family: Arial, Helvetica, sans-serif;
/*	float: left; */
	display: block;
	height: 30px;
/*	width: 120px; */
	margin-left: 1px;
	padding-left: 5px
	margin-top: 5px;
	padding-bottom: 20px;
	padding-top: 5px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #fff;	
	outline: none;
	background-color: transparent;

}

#templatemo_menu li a:hover, #templatemo_menu li .current {
/*	background: url(../images/menu_hover.png) no-repeat; */
	color: #CC3333;
}

#menubox ul li a:hover, #templatemo_menu li .mcurrent {
/*	background: url(../images/menu_hover.png) no-repeat; */
	color: #CC3333;
}
/* drop-down menus  */
#nav {
    position:relative;
    width:620px;
    margin:0 auto;
    margin-top:50px;
    padding:10px;
}
 
ul#navigation {
	margin-left: 37px;  /* temp setting */
/*	margin: 0px auto;  -- original setting */
	padding: 0px ;
	list-style: none;
    position: relative;
    float:left;
/*    border-left:1px solid #c4dbe7;
    border-right:1px solid #33666;
	display: block; */
	background: #444;
}
 
ul#navigation li {
    display:inline;
    font-size:13px;
/*    font-weight: bold; */
    margin:0;
    padding:0;
    float:left;
    position:relative;
/*    border-top:1px solid #c4dbe7;
    border-bottom:2px solid #c4dbe7; */
	background: #444;
}
 
ul#navigation li a {
/*    padding: 10px 10px 0 0;  -- original setting */
    padding: 10px 15px 0 0;
    color: #fff;
    text-decoration: none;
    display: inline-block;
/*    border-right:1px solid #336666;
    border-left:1px solid #C2C2C2;
    border-top:1px solid #fff; */
    background: #444;
     
    -webkit-transition:color 0.2s linear, background 0.2s linear;  
    -moz-transition:color 0.2s linear, background 0.2s linear; 
    -o-transition:color 0.2s linear, background 0.2s linear;   
    transition:color 0.2s linear, background 0.2s linear;  
}
 
ul#navigation li a:hover {
/*    background:#f8f8f8;  */
    color: #CC3333;
}
 
ul#navigation li a.first {
    border-left: 0 none;
}
 
ul#navigation li a.last {
    border-right: 0 none;
}
 
ul#navigation li:hover > a {
/*    background: #fff; */
	color: #CC3333;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
/*these 2 styles are very important,
being the ones which make the drop-down to appear on hover */
    visibility:visible;
    opacity:1;
}
 
ul#navigation ul, ul#navigation ul li ul {
    list-style: none;
	font-size:13px;
    margin: 0;
    padding: 0;   
/*the next 2 styles are very important,
being the ones which make the drop-down to stay hidden */
    visibility: hidden;
    opacity: 0.5;
    position: absolute;
    z-index: 99999;
    width:190px;
    background:#336666;
    box-shadow:1px 1px 3px #336666;
/*    css3 transitions for smooth hover effect */
    -webkit-transition:opacity 0.2s linear, visibility 0.2s linear;
    -moz-transition:opacity 0.2s linear, visibility 0.2s linear;
    -o-transition:opacity 0.2s linear, visibility 0.2s linear;
    transition:opacity 0.2s linear, visibility 0.2s linear;    
}
 
ul#navigation ul {
    top: 37px;
    left: 1px;
}
 
ul#navigation ul li ul {
    top: 0;
    left: 190px; /* strong related to width:200px; from above */
}
 
ul#navigation ul li {
    clear:both;
    width:100%;
/*    border:0 none;
    border-bottom:1px solid #c9c9c9; */
}
 
ul#navigation ul li a {
    background: none;
    padding: 7px 15px;
    color: #fff;
/*    text-shadow:1px 1px 0px #fff; */
    text-decoration:none;
    display: inline-block;
    border: 0 none;
    float: left;
    clear: both;
	font-size: 13px;

/*    width:150px; */
}

/***************************************************
				   END DROP-DOWN MENU
***************************************************/

.content_menu {
	float: left;
	width: 274px;
	margin-top: -10px;
	margin-bottom: 15px;
}
	
.content_menu ul {	
	margin: 0px;
	padding: 0px;
	float: none;
}

.content_menu ul li {
	float: none;
	padding-bottom: 16px;
}


.content_menu ul li a {
	font-size: 14px;
	line-height: normal;
   color: #33CC99;
	text-align: left;
	text-decoration: none;
	background-image: url(../images/circle.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 20px;
}
	
.content_menu ul li a: hover {
   color: #33CC99;
}

/***************************************************
				   SPECIFIC
***************************************************/

#logo {
	position: relative;
    float: left;
	left: 0px;
	width: 167px;
	height: 43px;
	top: 32px;
}
.link {
	text-decoration: none ;
	color: #900;
}

.left_menu {
	text-decoration: none ;
}

.left_menu_complete {
	text-decoration: none ;
	color: #999;
}

.indent_text {
	font-style:italic;
	margin-left: 15px;
	padding-left: 10px;
/***	margin-right: 100px; **/
}

.clearing {
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow: hidden;
}
 	
.button_red {
	height: 13px;
	position: relative;
	margin-top: 12px;
	padding: 9px;
	background-color: #900;
	display: inline-block;
	color: white;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 13px/100% Verdana, Arial, Helvetica, sans-serif;
}

.button_5e5e {
	height: 13px;
	position: relative;
	margin-top: 12px;
	padding: 9px;
	background-color: #ff5e5e;
	display: inline-block;
	color: white;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Verdana, Arial, Helvetica, sans-serif;
}

.button_adad {
	height: 13px;
	position: relative;
	margin-top: 12px;
	padding: 9px;
	background-color: #ffadad;
	display: inline-block;
	color: white;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Verdana, Arial, Helvetica, sans-serif;
}

.button_dark {
	display: inline-block;
	font-size: 18px;
	line-height: 0.9;
	color: #fff;
	text-align: left;
	margin-bottom: 6px;
    padding: 9px 12px 9px 9px ;
	background-color:#444 ;
}

.button_light {
	display: inline-block;
	font-size: 13px;
	line-height: 0.9;
	color: #fff;
	text-align: left;
	margin-bottom: 6px;
    padding: 9px 12px 9px 9px ;
	background-color:#888 ;
}

.membership {
	position: absolute;
	top: 45px;
	left: 835px;
	width: 78px;
	height: 40px;
	margin-top: 12px;
	padding: 9px;
	background-color: #900;
	/* display: inline-block; */
	color: white;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7;
	z-index: 1;
}

.membership a {
	color: white;
}

.shop {
	position: absolute;
	top: 45px;
	left: 725px;
	width: 78px;
	height: 40px;
	margin-top: 12px;
	padding: 9px;
	background-color: #900;
	/* display: inline-block; */
	color: white;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 12px/100% Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7;
	z-index: 1;
}
.shop a {
	color: white;

}.search {
	position: absolute;
	top: 120px;
	left: 725px;
	z-index: 1;
}

.riii_newface {
	position: absolute;
	top: 6px;
	left: 8px;
	padding: 8px;
    background-color: white;
	border: 1px solid #336666;
}

.wotr {
	position: absolute;
	top: 145px;
	left: 510px;
	margin: 5px 13px 13px 5px;
	padding: 8px;
    background-color: white;
	border: 1px solid #336666;
	text-decoration:none; 
	font-size:9.5px; 
	font-style:italic; 
	text-align: center;
}

.bag {
	position: absolute;
	top: 5px;
	left: 780px;
	z-index: 1;
}

.countdown {
	position: absolute;
	top: 75px;
	left: 725px;
	width: 200px;
	height: 190px;
	margin-top: 12px;
	padding: 9px;
	z-index: 1;
}

	
.button: hover {
	background-color: #333333;
}

.button: active {
	position: relative;
	top: 1px;
}

/* Sortable tables */
table.sortable thead {
	border: 1px dotted #900;
    background-color:#900;
    color: white;
    font-weight: bold;
    cursor: default;
}

table.sortable tbody tr:nth-child(2n) td {
    background: #ffd4d4;
	border: 1px dotted #900;
	border-collapse: collapse;
}
table.sortable tbody tr:nth-child(2n+1) td {
    background: #white;
	border: 1px dotted #900;
	border-collapse: collapse;
}

table, th, td {
	border: 1px dotted #ffffff;
	border-collapse: collapse;
	vertical-align: top;
	padding: 10px;
	background-color: none;
}

th {
	background-color:#900;
	color:white;
	text-align: left;
}
td {
	width: inherit;
}

/* Gallery CSS  */

.main_gallery {
    height: 380px;
    margin: 20px auto;
    position: relative;
    width: 665px;
}
.ft-title {
    background-color: rgba(128, 128, 128, 0.8) !important;
    font-size: 18px;
    font-weight: bold;
    height: 37px;
    line-height: 40px;
    margin-right:10px;
    text-align: right;
    width: 100%;
}
.ft-title a {
    color: #fff;
}
.ft-prev, .ft-next {
    /* CSS3 transform */
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}
.ft-prev {
    background-color: rgba(128, 128, 128, 0.5);
    border-color: transparent #0072BC transparent transparent;
    border-radius: 0 30px 30px 0;
    border-style: solid;
    border-width: 30px;
    height: 0;
    overflow: hidden;
    width: 0;
}
.ft-next {
    background-color: rgba(128, 128, 128, 0.5);
    border-color: transparent transparent transparent #0072BC;
    border-radius: 30px 0 0 30px;
    border-style: solid;
    border-width: 30px;
    overflow: hidden;
    width: 0;
    height: 0;
}
.ft-prev:hover {
    border-right-color: #00548b;
}
.ft-next:hover {
    border-left-color: #00548b;
}
#ft-buttons-gallery a:link, #ft-buttons-gallery a:visited {
    background-color: #F5F5F5;
    border: 1px solid #EBEBEB;
    color: #0072BC;
    font-weight: normal;
    margin-left: 10px;
    padding: 2px 7px;
    text-decoration: none;
    width: 22px;
}
#ft-buttons-gallery a.ft-button-gallery-active {
    background-color: #DDEEFF;
    border: 1px solid #BBDDFF;
    color: #0072BC;
    cursor: default;
    margin-left: 10px;
    padding: 2px 7px;
    text-decoration: none;
}


/* Cookie policy */


#cookiesWarning {
}

#cookiesWarningActive {
background: #FFFF69;
margin: 5px;
padding: 5px;
box-shadow: 8px 8px 4px #999;
border-radius: 7px;
}

#cookiesWarningActive small {
background: #FA5528;
margin-top: 10px;
margin-bottom: 10px;
padding: 3px;
color: #fff;
border: none;
border-radius: 7px;
box-shadow: 4px 4px 2px #233e5b;
}

#readMoreURL a:link {
text-decoration: underline;
color: #000;
}
#readMoreURL a:visited {
text-decoration: underline;
color: #000;
}
#readMoreURL a:hover {
text-decoration: none;
color: #FA5528;
}

#text {
}

#warning {
}

#cookiesDisabled {
}

.checkbox {
}

.button {
}


.marquee {
 height: 40px;	
 overflow: hidden;
 position: relative;
 background: white;
 color: #990000;
 border: 0px solid #990000;
}
.marquee p {
 position: absolute;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: left;
 /* Starting position */
 -moz-transform:translateX(100%);
 -webkit-transform:translateX(100%);	
 transform:translateX(100%);
 /* Apply animation to this element */	
 -moz-animation: scroll-left 25s linear infinite;
 -webkit-animation: scroll-left 25s linear infinite;
 animation: scroll-left 25s linear infinite;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
 0%   { -moz-transform: translateX(100%); }
 100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
 0%   { -webkit-transform: translateX(100%); }
 100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
 0%   { 
 -moz-transform: translateX(100%); /* Browser bug fix */
 -webkit-transform: translateX(100%); /* Browser bug fix */
 transform: translateX(100%); 		
 }
 100% { 
 -moz-transform: translateX(-100%); /* Browser bug fix */
 -webkit-transform: translateX(-100%); /* Browser bug fix */
 transform: translateX(-100%); 
 }
}
