body
{
	//padding:0em 3.5em 3.5em 3.5em;
	font-weight: 400;
	font-size: 0.91em;
	font-family: 'Noto Sans', 'Droid Sans', Open Sans, Arial, Helvetica, Verdana, Sans-serif;
	text-align:center;
	
}

a {
	text-decoration: none;
}
#silver-main-wrapper{
	//padding:1em 3.5em 3.5em 3.5em;
}
.menu-wrapper {
    background-color: #fff;
    z-index: 1;
    -webkit-font-smoothing: antialiased;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.menu-wrapper.open {
    height: 29.5em;
}

.pure-menu-heading {
    margin: 0px;
    padding: 0;
}

.pure-menu-link {
    color: #666666;
    font-size: 1.1em;
	text-transform:uppercase;
}

.pure-menu-selected, .pure-menu-link:hover {
    background-color: #20A24A;
    color: #fff;
}
.pure-menu-item a:active{
	background-color: #20A24A;
}
.div-img{
	//border: 1px solid #cbcbcb;
	padding: .2em .3em .2em .3em;
}

.menu-toggle {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    top: 15px;
    right: 5px;
    display: none;
}

.menu-toggle .bar {
    background-color: #20A24A;
    display: block;
    width: 30px;
    height: 4px;
    position: absolute;
    top: 20px;
    right: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.menu-toggle .bar:first-child {
    -webkit-transform: translateY(-9px);
    -moz-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
}

.menu-toggle .bar:last-child {
    -webkit-transform: translateY(+9px);
    -moz-transform: translateY(+9px);
    -ms-transform: translateY(+9px);
    transform: translateY(+9px);
}

.menu-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

    .menu-toggle {
        display: block;
    }

    .menu-wrapper{
	height: 75px;
	margin-top: -0px;
    }

    .menu-can-transform{
	margin: 0;
    }

    #menu-brand {
	height: 60px;
	padding-left: 0px;
	background-image: url("../images/Logo.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	text-align:right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
    }
    #helpline {
    background-color: #20A24A;
    color: #fff;
    padding: 0.5em;
    }
	#inner-content{
		padding:1em;
		background-color: #ddd;
	}
    #contact {
	margin: 1em 0 1em 0;
	}
	.content-col {
    margin-bottom: 1em;
    }
	.categoryitems, .silver-list {
	margin: 0;
	}
	.pure-form fieldset {
    text-align: left;
	}
	.footer-icon {
	text-align: center;
	}
}

@media all and (min-width: 769px), only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 1025px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 1025px), only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 1025px), only screen and (min-device-pixel-ratio: 2) and (min-width: 1025px), only screen and (min-resolution: 192dpi) and (min-width: 1024px), only screen and (min-resolution: 2dppx) and (min-width: 1025px) {
    .menu-wrapper {
	margin-top: 0px;
    }

    .menu-can-transform{
	margin: 0;
    }

    #menu-brand {
	height: 100px;
	padding-left: 0px;
	background-image: url("../images/Logo.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: contain;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
    }

    #menu-bar {
	vertical-align: bottom;
	text-align: right;
	padding: 0 0 0 0em;
    }

    .pure-menu-link {
	padding: 0.6em;
 	padding: 0.8;
   padding-bottom: 1.2em;
    padding-top: 1.0em;
	padding: 0.8vw;
    padding-bottom: 1.5vw;
    padding-top: 1.2vw;
    font-size: 1.2em;
    font-size: 1vw;
    }

    .pure-menu-item {
	text-align: center;
	font-size: 0.95em;
	font-size: 0.75vw;
    }
    
    #helpline {
    top: -100px;
    position: relative;
    text-align: right;
    color: #20A24A;
	padding-right: 0.6em;
	padding-right: 0.8vw;
    }
	#inner-content {
    padding: 0em 0em 1em 0em;
    }
	#banner{
	padding-bottom: 1em;	
	margin-top: -25px;
	}
	.content-row {
	display: table;
	}
	.content-col {
	display: table-cell;
	}
	.footer-icon {
	text-align: right;
	}
}

#logo div{
	padding: 0 0 .8em .5em;
}

#col1{
	background-color: #618f71;
	background-image: url("../images/col1.jpg");
}
#col2{
	background-color: #1FA249;
	background-image: url("../images/col2.jpg");
}
#col3{
	background-color: #174F29;
	background-image: url("../images/col3.jpg");
}
#test{//margin-top:-10em;}
.col-top{
	color:#ffffff;
	z-index:1;
	padding-top:1.8em;
	padding-left:2.8em;
	padding-bottom:1.8em;
	text-align:left;
}
.col-top-logo {
	height: 4em;
	/*height: 4.5vw;*/
	background-repeat: no-repeat;
	background-position: left top;
	background-size: contain;
}
.col-top-row{
	padding-top: 1em;
	padding-bottom:.5em;
	border-bottom: .2em solid #ffffff;
	font-size:1.3em;
}
.col-top-row1{
	padding-top:1.5em;
	padding-right:3.8em;
	font-size:.91em;
}

#tabs{color:#ffffff;
	
}
.tab-text{
	padding-top:0.8em; 
	text-align:center;
	font-size: 1.4em;
}
#tab1{
	background-color: #628F72;
	padding: 1em 0em 1em 0em;
}
#tab2{
	background-color: #477457;
	padding: 1em 0em 1em 0em;
}
#tab3{
	background-color: #628F72;
	padding: 1em 0em 1em 0em;
}
#content{
	padding:3em;
}
#footer{padding:2em;}
.green{
	color: #20A24A;
}
#inner-content h3{
	color:#1FA249;
	text-align:left;
}
#inner-content p{text-align:justify;font-size: 0.9em;}
.silver-list li, #packages li{
	list-style:none;
	text-align:left;
	padding-bottom:.5em;
	list-style-image: url('../images/bullet.png');
	font-size: 0.9em;
	line-height:2.1em;
}
#contact{
	text-align:center;
	font-size: 0.9em;
}
#packages{
	text-align:left;
}
.facil-hover{position:relative;}
.facil-hover-text{
	position:absolute;
	background: rgba(98, 143, 114, 0.9);
	color: #fff;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 0 0em 1em;
	visibility: hidden;
	opacity: 0;
	z-index:100;
}
.facil-hover:hover .facil-hover-text{
	visibility: visible;
	opacity: 1;
}
.pure-form input[type=text], .pure-form input[type=password], .pure-form input[type=email], .pure-form input[type=url], .pure-form input[type=date], .pure-form input[type=month], .pure-form input[type=time], .pure-form input[type=datetime], .pure-form input[type=datetime-local], .pure-form input[type=week], .pure-form input[type=number], .pure-form input[type=search], .pure-form input[type=tel], .pure-form input[type=color], .pure-form select, .pure-form textarea{
	border: 1px solid #628F7;
    box-shadow: inset 0 1px 3px #477457;
}
.pure-button-primary, .pure-button-selected, a.pure-button-primary, a.pure-button-selected {
    background-color: #1FA249;
}