@charset "UTF-8";
/* CSS Document */
html 
{
	height:100%;
}

body 
{
	height:100%;
	margin:0;
	padding:0; /* Need to set body margin and padding to get consistency between browsers. */
	font-family: verdana, helvetica, arial, sans-serif; font-size: 12px; color: #3b3b3b;
}

a 
{
    color: #003366;
    text-decoration: none;
}

a:focus, a:hover, a:active 
{
    color: #1abcdc;
    text-decoration: underline;
}

.lightbluelink 
{
    color: #1abcdc;
}

.whitelink 
{
    color: #ffffff;
}

	
p {font-family: verdana, helvetica, arial, sans-serif; font-size: 13px;}
td {font-family: verdana, helvetica, arial, sans-serif; font-size: 13px;}
th {font-family: verdana, helvetica, arial, sans-serif; font-size: 13px; font-weight: 600;}
li {font-family: verdana, helvetica, arial, sans-serif; font-size: 13px; margin-top: 8px;}


table {
    width: 100%; 
}
  
table, th, td {
    border-collapse: collapse;
}

th, td {
    padding: 10px;
    border-bottom: 1px solid #5f5f5f;
    border-left-width: 0;
    border-right-width: 0;
}

td {
    background-color: #e7e7e7;
}

th {
	padding-top: 30px;
    background-color: #ffffff;
}


#main_content 
{
	background-color:#FFFFFF;
	width: 100%;
	/*min-height: 100%;*/
	height: auto !important;
	/*height:100%;*/
}

#main_meny 
{
	width:100%;
	margin: 0 auto;
	background-color: #003366;
	color: #585858;
	padding-top:10px;
}

.topmeny 
{
	font-family: verdana, helvetica, arial, sans-serif;
	font-weight:normal;
	font-size: 1.4em;
	text-align: center;
	padding-bottom: 0;
	padding-top: 5px;
	line-height: 1.7em;
}

.loginfileld
{
	display: inline-block;
	margin-right: 0;
	margin-bottom: -10px
}


.findtop {
	padding-top: 20px;
	padding-bottom: 20px;
	height: 32px;
	visibility: visible;
	font-size: 18px; 
	clear: left;
	text-align: center;
	background-color: #1abcdc;
}

.newsletter {
	padding-top: 20px;
	padding-bottom: 20px;
	visibility: visible;
	font-size: 18px; 
	clear: left;
	text-align: center;
	background-color: #1abcdc;
}

.watchads {
	padding-top: 20px;
	padding-bottom: 20px;
	visibility: visible;
	font-size: 18px; 
	clear: left;
	text-align: center;
	background-color: #003366;
}

#menysearchback
{
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: absolute;
	top: 115px;
	left: 0;
	background: rgba(0, 0, 0, 0.60);
	z-index: 1000;
}

.menysearchresult
{
    border: 1px solid #1abcdc;
    border-radius: 5px;
    padding: 6px;
    padding-top: 16px;
    background-color: #ffffff;
    width: 90%;
	max-width: 1200px;
    min-height: 20px;
    max-height: 80%;
    z-index: 2000;
    position:absolute;
    overflow: auto;
    margin-top: 16px;
    text-align: left;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
    box-shadow: 4px 4px 8px 4px rgba(0, 0, 0, 0.50);    
}

.menysearchcontent
{
	width: 25%;
	float: left;
	padding: 0;
	margin: 0;
}

.menysearchads
{
	overflow: auto;
}

.menysearchad
{
	border: 1px solid #003366;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 0;
	margin-bottom: 10px;
	padding: 0;
	background-color: #ffffff;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.13);
	cursor: pointer;
}
.menysearchad:hover {
	border: 1px solid #1abcdc;
	color: #1abcdc;
}

.menyform {
	margin-bottom: 0;
}

.loginknapp 
{
	float: right;
	position: relative;
	border: 1px solid #FFFFFF;
	padding: 2px;
	width:31px;
	height:31px;
	visibility: visible;
	border-radius: 3px;
	background: #FFFFFF;
	background-image:url("../pix/icon/pil_20h.png");
	background-size: 27px;
	background-repeat: no-repeat;
    background-position: center center;
    margin-top: 10px;
}

.rightarrow 
{
	border: 1px solid #FFFFFF;
	padding: 20px;
	margin-left: 10px;
	visibility: visible;
	border-radius: 3px;
	background: #FFFFFF;
	background-image:url("../pix/icon/pil_20h.png");
	background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.rightarrow:hover 
{
	background-image:url("../pix/icon/pil_20hh.png");
}

.rightarrowg 
{
	border: 1px solid #FFFFFF;
	padding: 20px;
	margin-left: 10px;
	visibility: visible;
	border-radius: 3px;
	background: #FFFFFF;
	background-image:url("../pix/icon/pil_20hg.png");
	background-repeat: no-repeat;
    background-position: center center;
}

.leftarrow 
{
	border: 1px solid #FFFFFF;
	padding: 20px;
	margin-right: 15px;
	visibility: visible;
	border-radius: 3px;
	background: #FFFFFF;
	background-image:url("../pix/icon/pil_20v.png");
	background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}
.leftarrow:hover 
{
	background-image:url("../pix/icon/pil_20vh.png");
}

.leftarrowg 
{
	border: 1px solid #FFFFFF;
	padding: 20px;
	margin-right: 15px;
	visibility: visible;
	border-radius: 3px;
	background: #FFFFFF;
	background-image:url("../pix/icon/pil_20vg.png");
	background-repeat: no-repeat;
    background-position: center center;
}

.button 
{
	float: right;
	position: relative;
	border: 1px solid #003366;
	padding: 2px;
	height:28px;
	visibility: visible;
	border-radius: 3px;
	background: #003366;
    margin-top: 9px;
    font-size: 1em;
    color: white;
    cursor: pointer;
}

.button:hover 
{
  	background-color: #1abcdc;
  	border: 1px solid #1abcdc;
}


.loginknapp:hover 
{
	border: 1px solid #1abcdc;
	padding: 1px;
  	background-color: #1abcdc;
}

.languageDrop 
{
	position: absolute;
	background: #dbd9d9;
	border-radius: 3px;
	z-index: 5000;
	top: 23px;
	right: -4px;
	display: none;
	text-align: right;
	font-size: 0.8em;
	padding-left: 7px;
	padding-right: 7px;	
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.7em;
}

.loginDrop 
{
	position: absolute;
	background: #dbd9d9;
	border-radius: 3px;
	z-index: 5000;
	top: 23px;
	right: 2px;
	display: none;
	text-align: right;
	font-size: 0.8em;
	padding-left: 7px;
	padding-right: 7px;	
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.7em;
}

.pdfDrop
{
    position: absolute;
    background: #dbd9d9;
    border-radius: 3px;
    z-index: 5000;
    top: 36px;
    left: 10px;
    display: none;
    text-align: left;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.7em;
}

.pdfCatalogDrop
{
    position: absolute;
    background: #dbd9d9;
    border-radius: 3px;
    z-index: 5000;
    top: 20px;
    display: none;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.7em;
    text-align: center;
    width: 100%;
}

.fot1 
{
	float: left;
	width: 25%;
}

.fot2 
{
	margin: 8px;
	padding: 8px;
	text-align: left;
	color: white;
	border-radius: 3px;
	height: 80px;
	background-color: rgb(74, 74, 74);
}


@media screen and (max-width: 1000px)
{	
	.fot1 
	{
		width: 50%;
	}
}

@media screen and (max-width: 600px)
{	
	.fot1 
	{
		width: 100%;
	}
	
	.fot2 
	{
		text-align: center;
	}
}

.logolink 
{
	background-size: 70px;
 	background-repeat: no-repeat;
    background-position: center center;
	background-image:url('../pix/logo/logo_skarp.png');
	visibility: visible;
}

.logolink:hover {
   background-image: url('../pix/logo/logo_skarp_blueline.png');
}

#iconsm 
{
	position: relative;
	width: 20px;
	margin-left: 10px;
	color: #1abcdc;
}

#icons1 
{
	position: relative;
	visibility: visible;
	width: 120px;
	margin-left: 3px;
}
#icons1b 
{
	position: relative;
	visibility: visible;
	width: 120px;
	margin-left: 3px;
	color: #1abcdc;
}

#icons2 
{
	position: relative;
	width: 120px;
	margin-left: 20px;
}
#icons2b 
{
	position: relative;
	width: 120px;
	margin-left: 20px;
	color: #1abcdc;
}

#icons3 
{
	position: relative;
	visibility: visible;
	margin-left: 20px;
}
#icons3b {
	position: relative;
	margin-left: 20px;
	color: #1abcdc;
}

#icons4 {
	position: relative;
	visibility: visible;
	width: 120px;
	margin-left: 20px;
}
#icons4b {
	position: relative;
	width: 120px;
	margin-left: 20px;
	color: #1abcdc;
}

#icons5 {
	position: relative;
	visibility: visible;
	width: 120px;
	margin-left: 20px;
}
#icons5b {
	position: relative;
	width: 120px;
	margin-left: 20px;
	color: #1abcdc !important;
	text-decoration: none;
}

#icons6 {
	position: relative;
	visibility: visible;
	width: 120px;
	margin-left: 10px;
	margin-right: 10px;
}
#icons6b {
	position: relative;
	width: 120px;
	margin-left: 10px;
	margin-right: 10px;
	color: #1abcdc;
}

.icons7 {
	position: relative;
	visibility: visible;
	width: 120px;
	margin-left: 3px;
}
.icons7b {
	position: relative;
	visibility: visible;
	width: 120px;
	margin-left: 3px;
	color: #1abcdc;
}




#kontaktform textarea { border: 1px solid #99cc00; padding: 2px; font-size: 10px; }
#loginform textarea { border: 1px solid #99cc00; padding: 2px; font-size: 10px; }

textarea:focus, input:focus {
outline: 0;
}

.button_newsletter
{
	border: 1px solid #003366; 
	padding: 4px; 
	font-size: 13px;
	font-weight: 800;
	height: 32px;
	background-color: #003366; 
	border-radius: 3px;
	width: 300px;
	margin-top: 10px;
	margin-right: 10px; 
	margin-left: 10px;
	cursor: pointer;
	color: white;
	-webkit-appearance: none;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.13);
}
.button_newsletter:hover
{ 
	border: 1px solid #1abcdc;
	background-color: #1abcdc;
	color: white;
}

.button_watchads
{
	border: 1px solid #1abcdc; 
	padding: 4px; 
	font-size: 13px;
	font-weight: 800;
	height: 32px;
	background-color: #003366; 
	border-radius: 3px;
	width: 300px;
	margin-top: 10px;
	margin-right: 10px; 
	margin-left: 10px;
	cursor: pointer;
	color: white;
	-webkit-appearance: none;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.13);
}
.button_watchads:hover
{ 
	border: 1px solid #1abcdc;
	background-color: #1abcdc;
	color: white;
}

.input_text_newsletter 
{ 
	border: 1px solid #ffffff; 
	padding: 4px; 
	font-size: 13px; 
	font-weight: 800;
	text-align: center;
	background-color: #ffffff;
	color: #585858;
	border-radius: 3px;
	height:32px;
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	-webkit-appearance: none;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.13);
}
	
.input_text_newsletter:hover
{ 
	border: 1px solid #a3f0ff; 
	background-color: #ffffff;
	color: #585858;
}

.input_text_newsletter:focus
{ 
	border: 1px solid #a3f0ff; 
	background-color: #ffffff;
	color: #585858;
}

.input_text_find 
{ 
	border: 1px solid #003366; 
	padding: 4px; 
	font-size: 13px; 
	font-weight: 800;
	text-align: center;
	background-color: #003366;
	color: white;
	border-radius: 3px;
	height:32px;
	width: 300px;
	margin-left: 10px;
	margin-right: 10px;
	-webkit-appearance: none;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.13);
}
	
.input_text_find:hover
{ 
	border: 1px solid #a3f0ff; 
	background-color: #a3f0ff;
	color: #585858;
}

.input_text_find:focus
{ 
	border: 1px solid #a3f0ff; 
	background-color: #a3f0ff;
	color: #585858;
}

.input_text_find::-webkit-input-placeholder {
    color: white;
    font-size: 13px; 
	font-weight: 800;
	text-align: center;
}
.input_text_find:-moz-placeholder {
    /* FF 4-18 */
    color: white;
    font-size: 13px; 
	font-weight: 800;
	text-align: center;
}
.input_text_find::-moz-placeholder {
    /* FF 19+ */
    color: white;
    font-size: 13px; 
	font-weight: 800;
	text-align: center;
}
.input_text_find:-ms-input-placeholder {
    /* IE 10+ */
    color: white;
    font-size: 13px; 
	font-weight: 800;
	text-align: center;
}

.input_text_find_spec_active
{
	border: 0 solid #0c9d30;
	padding: 4px;
	font-size: 13px;
	background-color: #0c9d30;
	color: #FFFFFF;
	border-radius: 3px;
	height:32px;
	width: 100%;
	margin-right: 10px;
	margin-top: 4px;
	-webkit-appearance: none;
}

@media screen and (max-width: 900px)
{	
	.input_text_find
	{
		display: none;
	}
}

.input_text_find_spec 
{ 
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	background-color: #f0f0f0; 
	border-radius: 3px;
	height:32px;
	width: 100%;
	margin-right: 10px;
	margin-top: 4px;
	-webkit-appearance: none;
}
.input_text_find_spec:focus
{ 
	background-color: #a3f0ff;
	outline: none;
}
.input_text_find_spec:hover
{ 
	background-color: #a3f0ff;
}

.input_text_user 
{ 
	border: 1px solid #e8e8e8; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #FFFFFF; 
	border-radius: 3px;
	height:20px;
	margin-top: 10px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.13);
}

.input_text_user:focus
{ 
	border: 1px solid #1abcdc; 
	padding: 4px; 
	background-color: #e8e8e8; 
}

.input_text_user:hover
{ 
	background-color: #e8e8e8; 
}

.input_text_pass 
{ 
	border: 1px solid #e8e8e8; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #FFFFFF; 
	border-radius: 3px;
	height:20px;
	margin-top: 10px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.13);
}

.input_text_pass:focus
{ 
	border: 1px solid #1abcdc; 
	padding: 4px; 
	background-color: #e8e8e8; 
}

.input_text_pass:hover
{ 
	background-color: #e8e8e8; 
}

.input_select
{
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	background-color: #f0f0f0; 
	border-radius: 3px;
	height:32px;
	width: 100%;
	margin-right: 10px;
	margin-top: 4px;
	cursor: pointer;
	-webkit-appearance: none;
	background-image: url('../app/img/arrows.png');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 5px center;
	
}
.input_select:focus
{ 
	background-color: #a3f0ff;
	outline: none; 
}
.input_select:hover
{ 
	background-color: #a3f0ff;
	outline: none; 
}

.input_select_active
{
	border: 0 solid #0c9d30;
	padding: 4px;
	font-size: 13px;
	background-color: #0c9d30;
	color: #FFFFFF;
	border-radius: 3px;
	height:32px;
	width: 100%;
	margin-right: 10px;
	margin-top: 4px;
	cursor: pointer;
	-webkit-appearance: none;
	background-image: url('../app/img/arrows.png');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 5px center;
}

.input_select_active:focus
{
	background-color: #0c9d30;
	outline: none;
}

.input_select_translate
{
	border: 0 solid #003366;
	padding: 2px; 
	font-size: 13px; 
	background-color: #f0f0f0; 
	border-radius: 3px;
	height:22px;
	width: auto;
	padding-right: 30px;
	margin-right: 10px;
	margin-top: 4px;
	cursor: pointer;
	-webkit-appearance: none;
	background-image: url('../app/img/arrows.png');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 5px center;
	
}
.input_select_translate:focus
{ 
	background-color: #a3f0ff;
	outline: none;
}
.input_select_translate:hover
{ 
	background-color: #a3f0ff;
}

.input_select_unit
{
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	background-color: #f0f0f0; 
	border-radius: 3px;
	height:32px;
	width: 25%;
	margin-top: 4px;
	cursor: pointer;
	-webkit-appearance: none;
	float: right;
	background-image: url('../app/img/arrows.png');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 5px center;
}
.input_select_unit:focus
{ 
	background-color: #a3f0ff;
	outline: none;
}
.input_select_unit:hover
{ 
	background-color: #a3f0ff;
}

.input_select_start
{
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	background-color: #f0f0f0; 
	border-radius: 3px;
	height:32px;
	width: 50%;
	margin-right: 10px;
	margin-top: 4px;
	cursor: pointer;
	-webkit-appearance: none;
	background-image: url('../app/img/arrows.png');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 5px center;
}
.input_select_start:focus
{ 
	background-color: #a3f0ff;
	outline: none;
}
.input_select_start:hover
{ 
	background-color: #a3f0ff;
}

.input_select_45_left
{
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	background-color: #f0f0f0; 
	border-radius: 3px;
	height:32px;
	width: 48%;
	margin-right: 10px;
	margin-top: 4px;
	cursor: pointer;
	-webkit-appearance: none;
	background-image: url('../app/img/arrows.png');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 5px center;
}
.input_select_45_left:focus
{ 
	background-color: #a3f0ff;
	outline: none;
}
.input_select_45_left:hover
{ 
	background-color: #a3f0ff;
}

.input_select_45_right
{
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	background-color: #f0f0f0; 
	border-radius: 3px;
	height:32px;
	width: 47%;
	margin-top: 4px;
	cursor: pointer;
	-webkit-appearance: none;
	float: right;
	background-image: url('../app/img/arrows.png');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 5px center;
}
.input_select_45_right:focus
{ 
	background-color: #a3f0ff;
	outline: none;
}
.input_select_45_right:hover
{ 
	background-color: #a3f0ff;
}

.input_select_30_left
{
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	background-color: #f0f0f0; 
	border-radius: 3px;
	height:32px;
	width: 33%;
	margin-right: 10px;
	margin-top: 4px;
	cursor: pointer;
	-webkit-appearance: none;
	background-image: url('../app/img/arrows.png');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 5px center;
}
.input_select_30_left:focus
{ 
	background-color: #a3f0ff;
	outline: none;
}
.input_select_30_left:hover
{ 
	background-color: #a3f0ff;
}

.input_30_left
{
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	background-color: #f0f0f0; 
	border-radius: 3px;
	height:32px;
	width: 33%;
	margin-right: 10px;
	margin-top: 4px;
	-webkit-appearance: none;
}
.input_30_left:focus
{ 
	background-color: #a3f0ff;
	outline: none;
}
.input_30_left:hover
{ 
	background-color: #a3f0ff;
}


.input_head_right
{
	float: right;
	margin-right: 47%;
	transform: translate(100%, 0%);
}

.input_head_right25
{
	float: right;
	margin-right: 25%;
	transform: translate(100%, 0%);
}

.input_head_left
{
	float: right;
	margin-left: 25%;
	transform: translate(100%, 0%);
}

.input_date
{
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	background-color: #f0f0f0; 
	border-radius: 3px;
	height:32px;
	width: 100%;
	margin-right: 10px;
	margin-top: 4px;
	-webkit-appearance: none;
}
.input_date:focus
{ 
	background-color: #a3f0ff;
}
.input_date:hover
{ 
	background-color: #a3f0ff;
}

.input_date_active
{
	border: 0 solid #0c9d30;
	padding: 4px;
	font-size: 13px;
	background-color: #0c9d30;
	color: white;
	border-radius: 3px;
	height:32px;
	width: 100%;
	margin-right: 10px;
	margin-top: 4px;
	-webkit-appearance: none;
}

.input_text
{
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	background-color: #f0f0f0; 
	border-radius: 3px;
	height:32px;
	width: 100%;
	margin-right: 10px;
	margin-top: 4px;
	-webkit-appearance: none;
}
.input_text:focus
{ 
	background-color: #a3f0ff;
}
.input_text:hover
{ 
	background-color: #a3f0ff;
}

.input_text_prom
{
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	font-weight: bold;
	background-color: #003366;
	color: white;
	border-radius: 3px;
	height:32px;
	width: 100%;
	margin-right: 10px;
	margin-top: 4px;
	-webkit-appearance: none;
}
.input_text_prom:focus
{ 
	background-color: #1c902f;
}
.input_text_prom:hover
{ 
	background-color: #1c902f;
}

.input_text_45_left
{
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	background-color: #f0f0f0; 
	border-radius: 3px;
	height:32px;
	width: 48%;
	margin-right: 10px;
	margin-top: 4px;
	-webkit-appearance: none;
}
.input_text_45_left:focus
{ 
	background-color: #a3f0ff; 
	outline: none;
}
.input_text_45_left:hover
{ 
	background-color: #a3f0ff; 
}

.input_text_45_right
{
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	background-color: #f0f0f0; 
	border-radius: 3px;
	height:32px;
	width: 47%;
	margin-top: 4px;
	-webkit-appearance: none;
	float: right;
}
.input_text_45_right:focus
{ 
	background-color: #a3f0ff;
	outline: none;
}
.input_text_45_right:hover
{ 
	background-color: #a3f0ff;
}

.input_select_45_right
{
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	background-color: #f0f0f0; 
	border-radius: 3px;
	height:32px;
	width: 47%;
	margin-top: 4px;
	-webkit-appearance: none;
	float: right;
	background-image: url('../app/img/arrows.png');
	background-repeat: no-repeat;
	background-size: 10px;
	background-position: right 5px center;
}
.input_select_45_right:focus
{ 
	background-color: #a3f0ff;
	outline: none;
}
.input_select_45_right:hover
{ 
	background-color: #a3f0ff;
}

.input_text_add
{
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	background-color: #f0f0f0; 
	border-radius: 3px;
	height:32px;
	width: 70%;
	margin-right: 10px;
	margin-top: 4px;
	-webkit-appearance: none;
}
.input_text_add:focus
{ 
	background-color: #a3f0ff;
}
.input_text_add:hover
{ 
	background-color: #a3f0ff;
}

.input_text_image
{
	border: 0 solid #003366;
	padding: 2px; 
	font-size: 11px; 
	background-color: #f0f0f0; 
	border-radius: 3px;
	height:24px;
	width: 160px;
	margin-right: 10px;
	margin-top: 4px;
	-webkit-appearance: none;
}
.input_text_image:focus
{ 
	background-color: #a3f0ff;
}
.input_text_image:hover
{ 
	background-color: #a3f0ff;
}

.input_textarea
{
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	background-color: #f0f0f0; 
	border-radius: 3px;
	width: 100%;
	margin-right: 10px;
	margin-top: 4px;
	-webkit-appearance: none;
}
.input_textarea:focus
{ 
	background-color: #a3f0ff;
}
.input_textarea:hover
{ 
	background-color: #a3f0ff;
}

.button_newad
{
	border: 0 solid #003366;
	padding: 10px; 
	font-size: 18px; 
	background-color: #003366; 
	border-radius: 3px;
	min-width: 200px;
	margin-right: 0;
	margin-top: 0;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}
.button_newad:hover
{ 
	background-color: #1abcdc;
}

.button_newad_small
{
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	background-color: #003366; 
	border-radius: 3px;
	min-width: 150px;
	margin-right: 15px;
	margin-top: 0;
	cursor: pointer;
	clear: left;
	float: right;
	color: #FFFFFF;
	-webkit-appearance: none;
}
.button_newad_small:hover
{ 
	background-color: #1abcdc;
}

.button_topfind
{
	border: 1px solid #003366; 
	padding: 4px; 
	font-size: 13px;
	font-weight: 800;
	height: 32px;
	background-color: #003366; 
	border-radius: 3px;
	min-width: 150px;
	width: 20%;
	margin-right: 10px; 
	margin-left: 10px;
	margin-top: 0;
	cursor: pointer;
	color: white;
	-webkit-appearance: none;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.13);
}
.button_topfind:hover
{ 
	border: 1px solid #1abcdc;
	background-color: #1abcdc;
	color: white;
}

@media screen and (max-width: 900px)
{	
	.button_topfind
	{
		width: 45%;
	}
}

@media screen and (max-width: 300px)
{	
	.button_topfind
	{
		display: none;
	}
}

@media screen and (max-width: 600px)
{	
	#sellyourboat
	{
		display: none;
	}
	.button_topfind
	{
		width: 80%;
	}
}


.button_save
{
	border: 1px solid #003366; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #003366; 
	border-radius: 3px;
	height:32px;
	min-width: 80px;
	margin-right: 5px;
	margin-top: 5px;
	float: right;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.13);
}
.button_save:hover
{ 
	border: 1px solid #1abcdc;
	background-color: #1abcdc;
}

.button_delete
{
	border: 0 solid #ae0a03;
	padding: 4px; 
	font-size: 13px; 
	background-color: #ae0a03; 
	border-radius: 3px;
	min-width: 80px;
	margin-left: 10px;
	margin-top: 0;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}
.button_delete:hover
{ 
	background-color: #ff0f04;
}

.button_delete_image
{
	border: 0 solid #ae0a03;
	padding: 3px; 
	font-size: 12px; 
	background-color: #ae0a03; 
	border-radius: 3px;
	min-width: 80px;
	margin-left: 0;
	margin-top: 5px;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}
.button_delete_image:hover
{ 
	background-color: #ff0f04;
}

.button_master_image
{
	border: 0 solid #003366;
	padding: 3px; 
	font-size: 12px; 
	background-color: #003366; 
	border-radius: 3px;
	min-width: 80px;
	margin-left: 0;
	margin-top: 5px;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}
.button_master_image:hover
{ 	
	background-color: #1abcdc;
}


.button_phone
{
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	background-color: #003366; 
	border-radius: 3px;
	height: 32px;
	width: 100%;
	min-width: 120px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
	background-image: url('../app/img/phone.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px;
	text-indent: 40px;
	text-align: left;
}
.button_phone:hover
{ 
	background-color: #1abcdc;
}

.button_email
{
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	background-color: #003366; 
	border-radius: 3px;
	height: 32px;
	width: 100%;
	min-width: 120px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
	background-image: url('../app/img/email.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px;
	text-indent: 40px;
	text-align: left;
}
.button_email:hover
{ 
	background-color: #1abcdc;
}

.button_create
{
	border: 0 solid #003366;
	padding: 4px; 
	font-size: 13px; 
	background-color: #003366; 
	border-radius: 3px;
	height:32px;
	width: 100%;
	min-width: 80px;
	margin-top: 20px;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}
.button_create:hover
{ 
	background-color: #1abcdc;
}

.button_create_off
{
	border: 0 solid #c6c6c6;
	padding: 4px; 
	font-size: 13px; 
	background-color: #c6c6c6; 
	border-radius: 3px;
	height:32px;
	width: 100%;
	min-width: 80px;
	margin-top: 20px;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}

.message
{
	border: 1px solid #d20303;
	padding: 14px;
	font-size: 16px;
	background-color: #d20303;
	border-radius: 3px;
	height: auto;
	min-width: 120px;
	max-width: 800px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
	line-height: 24px;
}

.message_ok
{
	border: 1px solid #10c93e;
	padding: 14px;
	font-size: 16px;
	background-color: #10c93e;
	border-radius: 3px;
	height: auto;
	min-width: 120px;
	max-width: 800px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
	line-height: 24px;
}

.message_note
{
	border: 1px solid #ca9810;
	padding: 14px;
	font-size: 16px;
	background-color: #ca9810;
	border-radius: 3px;
	height: auto;
	min-width: 120px;
	max-width: 800px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
	line-height: 24px;
}

.icon_ok
{
	border: 1px solid #10c93e;
	padding: 2px;
	background-color: #10c93e;
	border-radius: 3px;
	height: auto;
	width: 100px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	clear: left;
	color: #FFFFFF;
	text-align: center;
	-webkit-appearance: none;
}

.icon_note
{
	border: 1px solid #ca9810;
	padding: 2px;
	background-color: #ca9810;
	border-radius: 3px;
	height: auto;
	width: 100px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	clear: left;
	color: #FFFFFF;
	text-align: center;
	-webkit-appearance: none;
}

.icon_out
{
	border: 1px solid #d20303;
	padding: 2px;
	background-color: #d20303;
	border-radius: 3px;
	height: auto;
	width: 100px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	clear: left;
	color: #FFFFFF;
	text-align: center;
	-webkit-appearance: none;
}

.favorites
{
	border: 1px solid #003366;
	padding: 10px;
	font-size: 14px;
	background-color: #003366;
	border-radius: 3px;
	height: auto;
	min-width: 120px;
	max-width: 800px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
	clear: left;
	color: #FFFFFF;
	cursor: pointer;
	-webkit-appearance: none;
}
.favorites:hover
{ 
	border: 1px solid #1abcdc;
	background-color: #1abcdc;
}

.favorites_no
{
	border: 1px solid #10c93e;
	padding: 10px;
	font-size: 14px;
	background-color: #10c93e;
	border-radius: 3px;
	height: auto;
	min-width: 120px;
	max-width: 800px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 5px;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}


.pricetag
{
	border: 1px solid #0c9d30;
	padding: 4px;
	font-size: 18px;
	background-color: #0c9d30;
	border-radius: 3px;
	height: 46px;
	width: 100%;
	min-width: 120px;
	max-width: 800px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}

.pricetagpack
{
	border: 1px solid #0c9d30;
	padding: 4px;
	font-size: 18px;
	background-color: #0c9d30;
	border-radius: 3px;
	height: 46px;
	width: 100%;
	min-width: 120px;
	max-width: 800px;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}

.pricetagcalc
{
	border: 1px solid #1abcdc;
	padding: 4px;
	font-size: 18px;
	background-color: #ffffff;
	border-radius: 3px;
	height: 46px;
	width: 100%;
	min-width: 120px;
	max-width: 800px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
	clear: left;
	color: #003366;
	-webkit-appearance: none;
}

.pricetaglist
{
	border: 1px solid #0c9d30;
	padding: 4px;
	font-size: 12px;
	background-color: #0c9d30;
	border-radius: 3px;
	height: 24px;
	width: 100%;
	min-width: 120px;
	max-width: 800px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}

.pricetaglistcalc
{
	border: 1px solid #1abcdc;
	padding: 4px;
	font-size: 12px;
	background-color: #ffffff;
	border-radius: 3px;
	height: 24px;
	width: 100%;
	min-width: 120px;
	max-width: 800px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
	clear: left;
	color: #003366;
	-webkit-appearance: none;
}

.pricetagbanner
{
	border: 1px solid #0c9d30;
	padding: 4px;
	font-size: 10px;
	background-color: #0c9d30;
	border-radius: 3px;
	height: 20px;
	width: 100%;
	min-width: 120px;
	max-width: 800px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}

.pricetagbannercalc
{
	border: 1px solid #1abcdc;
	padding: 4px;
	font-size: 10px;
	background-color: #ffffff;
	border-radius: 3px;
	height: 20px;
	width: 100%;
	min-width: 120px;
	max-width: 800px;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0;
	clear: left;
	color: #003366;
	-webkit-appearance: none;
}

.brokerheadlist
{
	border: 1px solid #E28740; 
	padding: 3px; 
	font-size: 12px; 
	background-color: #E28740; 
	border-radius: 3px;
	margin-bottom: 10px;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
	text-align: left;
	
}

.button_ad
{
	border: 0 solid #003366;
	padding: 4px; 
	height: 32px;
	font-size: 13px; 
	background-color: #003366; 
	border-radius: 3px;
	min-width: 80px;
	margin-left: 10px;
	margin-top: 0;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}
.button_ad:hover
{ 
	background-color: #1abcdc;
}

.button_refill
{
	border: 1px solid #003366; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #003366; 
	border-radius: 3px;
	min-width: 80px;
	margin-left: 10px;
	margin-top: 0;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.13);
	float: right;
}
.button_refill:hover
{ 
	border: 1px solid #1abcdc;
	background-color: #1abcdc;
}

.button_startad
{
	border: 1px solid #003366; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #003366; 
	border-radius: 3px;
	height:32px;
	width: 25%;
	margin-top: 4px;
	float: right;
	cursor: pointer;
	color: #FFFFFF;
	-webkit-appearance: none;
}
.button_startad:hover
{ 
	border: 1px solid #1abcdc;
	background-color: #1abcdc;
}

.button_startad_off
{
	border: 1px solid #c6c6c6; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #c6c6c6; 
	border-radius: 3px;
	height:32px;
	width: 25%;
	margin-top: 4px;
	float: right;
	color: #FFFFFF;
	-webkit-appearance: none;
}

.button_page
{
	border: 1px solid #003366; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #003366; 
	border-radius: 3px;
	height:32px;
	min-width: 80px;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 20px;
	float: right;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}
.button_page:hover
{ 
	border: 1px solid #1abcdc;
	background-color: #1abcdc;
}

.button_brokerlink
{
	border: 1px solid #a10000;
	padding: 4px; 
	font-size: 13px;
	font-weight: 800;
	background-color: #a10000;
	border-radius: 3px;
	height:32px;
	margin-right: 0;
	margin-left: 0;
	margin-top: 0;
	float: right;
	cursor: pointer;
	color: #FFFFFF;
	-webkit-appearance: none;
}
.button_brokerlink:hover
{ 
	border: 1px solid #f12626;
	background-color: #f12626;
}

.button_alfa
{
	border: 1px solid #003366;
	padding: 4px;
	font-size: 13px;
	background-color: #003366;
	border-radius: 3px;
	height: 32px;
	min-width: 80px;
	width: 100%;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}
.button_alfa:hover
{ 
	border: 1px solid #1abcdc;
	background-color: #1abcdc;
}

.button_link
{
	border: 1px solid #a10000;
	padding: 4px;
	font-size: 14px;
	font-weight: 800;
	background-color: #a10000;
	border-radius: 3px;
	height: 38px;
	min-width: 80px;
	width: 100%;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}
.button_link:hover
{
	border: 1px solid #f12626;
	background-color: #f12626;
}

.button_page_grey
{
	border: 1px solid #dedede; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #dedede; 
	border-radius: 3px;
	height:32px;
	min-width: 80px;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 20px;
	float: right;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}

.button_page_present
{
	border: 1px solid #1abcdc; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #1abcdc; 
	border-radius: 3px;
	height:32px;
	min-width: 80px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 20px;
	float: right;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}

.button_page_down
{
	border: 1px solid #003366; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #003366; 
	border-radius: 3px;
	height:32px;
	min-width: 80px;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 20px;
	float: right;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}
.button_page_down:hover
{ 
	border: 1px solid #1abcdc;
	background-color: #1abcdc;
}

.button_page_grey_down
{
	border: 1px solid #dedede; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #dedede; 
	border-radius: 3px;
	height:32px;
	min-width: 80px;
	margin-right: 15px;
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 20px;
	float: right;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}

.button_page_present_down
{
	border: 1px solid #1abcdc; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #1abcdc; 
	border-radius: 3px;
	height:32px;
	min-width: 80px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 20px;
	float: right;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}

.button_page_small
{
	border: 1px solid #003366; 
	padding: 4px; 
	font-size: 11px; 
	background-color: #003366; 
	border-radius: 3px;
	min-width: 20px;
	margin-right: 4px;
	position: absolute; 
	bottom: 6px; 
	right: 6px;
	cursor: pointer;
	color: #FFFFFF;
	-webkit-appearance: none;
}
.button_page_small:hover
{ 
	border: 1px solid #1abcdc;
	background-color: #1abcdc;
}

.button_favorite
{
	border: 2px solid #ae0a03; 
	padding: 4px; 
	font-size: 10px; 
	background-color: #ae0a03; 
	border-radius: 3px;
	min-width: 30px;
	margin-right: 5px;
	margin-top: 6px;
	margin-left: 6px;
	float: right;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
	background-image: url('../app/img/deletefavorite.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 26px;
}
.button_favorite:hover
{ 
	border: 2px solid #ff0f04;
	background-color: #ff0f04;
}

.button_page_camera
{
	border: 1px solid #1abcdc; 
	padding: 4px; 
	font-size: 11px; 
	background-color: #1abcdc; 
	border-radius: 3px;
	min-width: 20px;
	margin-left: 5px;
	position: absolute; 
	bottom: 8px; 
	left: 6px;
	cursor: pointer;
	color: #FFFFFF;
	-webkit-appearance: none;
}

.photocredit_page
{
	padding: 4px; 
	font-size: 12px; 
	background-color: rgba(255, 255, 255, 0.8); 
	color: #3b3b3b;
	border-radius: 3px;
	min-width: 20px;
	margin-right: 15px;
	position: absolute; 
	bottom: 8px; 
	right: 6px;
	cursor: pointer;
	-webkit-appearance: none;
}

.button_page_small_over
{
	border: 1px solid #003366; 
	padding: 4px; 
	font-size: 11px; 
	background-color: #003366; 
	border-radius: 3px;
	min-width: 40px;
	margin-right: 10px;
	margin-top: 170px;
	margin-left: 5px;
	float: right;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}
.button_page_small_over:hover
{ 
	border: 1px solid #1abcdc;
	background-color: #1abcdc;
}

.button_page_back
{
	border: 1px solid #003366; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #003366; 
	border-radius: 3px;
	height:32px;
	min-width: 80px;
	margin-right: 20px;
	margin-top: 0;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}
.button_page_back:hover
{ 
	border: 1px solid #1abcdc;
	background-color: #1abcdc;
}

.button_broker_back
{
	border: 1px solid #003366; 
	padding: 2px; 
	font-size: 12px; 
	background-color: #003366; 
	border-radius: 3px;
	height:24px;
	min-width: 24px;
	margin-right: 2px;
	margin-top: 0;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
}
.button_broker_back:hover
{ 
	border: 1px solid #1abcdc;
	background-color: #1abcdc;
}

.button_page_pdf
{
	border: 1px solid #003366; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #003366; 
	border-radius: 3px;
	height:32px;
	min-width: 80px;
	margin-right: 0;
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 10px;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
	background-image: url('../app/img/pdf-icon.png');
	background-position: 5% 50%;
	background-repeat: no-repeat;
	background-size: 26px;
	text-indent: 30px;
	text-align: left;
	float: right;
}
.button_page_pdf:hover
{ 
	border: 1px solid #1abcdc;
	background-color: #1abcdc;
}

.button_page_broker_pdf
{
	border: 1px solid #10c93e; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #10c93e; 
	border-radius: 3px;
	height:32px;
	min-width: 80px;
	margin-right: 0;
	margin-left: 10px;
	margin-top: 0;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
	background-image: url('../app/img/pdf-icon.png');
	background-position: 5% 50%;
	background-repeat: no-repeat;
	background-size: 26px;
	text-indent: 30px;
	text-align: left;
	float: right;
}
.button_page_broker_pdf:hover
{ 
	border: 1px solid #4aee74;
	background-color: #4aee74;
}

.button_invoce_pdf
{
	border: 1px solid #003366; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #003366; 
	border-radius: 3px;
	min-width: 80px;
	margin-right: 0;
	margin-left: 10px;
	margin-top: 0;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
	background-image: url('../app/img/pdf-icon.png');
	background-position: 5% 50%;
	background-repeat: no-repeat;
	background-size: 26px;
	text-indent: 30px;
	text-align: left;
}
.button_invoce_pdf:hover
{ 
	border: 1px solid #1abcdc;
	background-color: #1abcdc;
}

.button_page_favorite
{
	border: 1px solid #003366; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #003366; 
	border-radius: 3px;
	height:32px;
	min-width: 80px;
	margin-right: 0;
	margin-left: 10px;
	margin-top: 0;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
	background-image: url('../app/img/addfavorite.png');
	background-position: 5% 50%;
	background-repeat: no-repeat;
	background-size: 26px;
	text-indent: 30px;
	text-align: left;
	float: right;
}
.button_page_favorite:hover
{ 
	border: 1px solid #1abcdc;
	background-color: #1abcdc;
}

.button_page_favorite_off
{
	border: 1px solid #ae0a03; 
	padding: 4px; 
	font-size: 13px; 
	background-color: #ae0a03; 
	border-radius: 3px;
	height:32px;
	min-width: 80px;
	margin-right: 0;
	margin-left: 10px;
	margin-top: 0;
	cursor: pointer;
	clear: left;
	color: #FFFFFF;
	-webkit-appearance: none;
	background-image: url('../app/img/deletefavorite.png');
	background-position: 5% 50%;
	background-repeat: no-repeat;
	background-size: 26px;
	text-indent: 30px;
	text-align: left;
	float: right;
}
.button_page_favorite_off:hover
{ 
	border: 1px solid #ff0f04;
	background-color: #ff0f04;
}


@media screen and (max-width: 720px)
{
	.pagenawtop
	{
		margin-top: 35px;
	}
}

@media screen and (max-width: 420px)
{
	.button_page
	{
		margin-right: 10px;
	}
	.button_page_grey
	{
		margin-right: 10px;
	}
	.button_page_present
	{
		margin-right: 10px;
	}
	.button_page_down
	{
		margin-right: 10px;
	}
	.button_page_grey_down
	{
		margin-right: 10px;
	}
	.button_page_present_down
	{
		margin-right: 10px;
	}
}


.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
  
h1 {
  font: 500 24px/30px sans-serif;
  margin: 0 0 20px;
  }

h2 {
  font: 500 24px/30px sans-serif;
  margin: 0 0 20px;
  }

h3 {
  font: 400 18px/24px sans-serif;
  margin: 0 0 20px;
  }
  
h4 {
  font: 400 16px/20px sans-serif;
  margin: 0 0 5px;
  }
  
h5 {
  font: 400 14px/18px sans-serif;
  margin: 0 0 5px;
  padding: 5px;
  margin-left: 52%;
  }


.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  opacity: 0.7;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
  }
  
.gradient 
{
	font-size:35px;
	color:#ffffff;
	line-height:40px;
	padding: 8px;
	padding-top: 40px;
    position:absolute;
    z-index:2;
    right:0; bottom:0; left:0;
    background: none;
    background: -moz-linear-gradient(top,  rgba(21,0,80,0) 0%, rgba(21,0,80, 0.9) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(72,72,72,0)), color-stop(100%,rgba(72,72,72,0.9)));
    background: -webkit-linear-gradient(top,  rgba(21,0,80,0) 0%,rgba(21,0,80,0.9) 100%);
    background: -o-linear-gradient(top,  rgba(21,0,80,0) 0%,rgba(21,0,80,0.9) 100%);
    background: -ms-linear-gradient(top,  rgba(21,0,80,0) 0%,rgba(21,0,80,0.9) 100%);
    background: linear-gradient(to bottom,  rgba(21,0,80,0) 0%,rgba(21,0,80,0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );

}

.bannertext 
{
	font-size:35px;
	color:#ffffff;
	line-height:40px;
	padding: 8px;
	padding-top: 20px;
    position:absolute;
    z-index:2;
    right:0; top:0; left:0;
    background: none;
    text-align: right;
    margin-left: 40px !important;
}
