
.gem-layout-webpage {
    font-size: 14px;
}
.gem-layout-north .bg {
    height: 75px;
    text-align: center;
}
.gem-layout-north .bg a.logo{
    margin:0 auto;
    display:inline-block;
    float:none;
}

@media (min-width: 600px) {
	.gem-layout-webpage.gem-layout-columns{
		width:80%;
		min-width:600px;
		max-width:800px;
		margin:0 auto;
	}
}

.gem-layout-webpage.gem-layout-columns .gem-layout-column-left{
	display:none;
}

.gem-layout-webpage .gem-layout-center {
    position: static;
    overflow: auto;
    height: 100%;
}

.gem-layout-container .gem-layout-south .foot {
    margin: 0 19px 0 14px;
}

.gem-layout-webpage .foot {
    background: none;
}

.webpage_container {
    position: relative;
    width: 300px;
    padding: 20px;
    margin: 120px auto 0 auto;
    background: url(../../images/ghm/bg_gradient.png)  repeat-x 0 bottom;
    border: 1px solid  #444444;
    color: #f1f1f1;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.gem-layout-center ul {
	list-style: circle;
}

.gem-layout-center {
	font-size: 12px;
	line-height: 1.5em;
}

.gem-layout-center ul li {
	margin-left: 20px;
	line-height: 1.5em;
}

.gem-layout-center p {
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 1.5 em;
}

.gem-layout-center a {
	/* color: #1d1d1d; */
	text-decoration: underline;
}


#ghm_trial {
        display: inline-block;
        padding: 20px 25px 20px 25px;
        border: 2px solid #990000;
	text-decoration: none;
	font-size: 15px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin: 20px 0 10px 0;
        border-color: #b1b1b1;
        background-color: #e9e9e9;
}

#ghm_trial b {
	font-weight: bold;
}
#ghm_download {
        /* background: url(../../images/addon.png) no-repeat 15px 12px; */
}
#ghm_download,.ghm_download {
        background-color: #00A4E6;
        padding: 14px 16px 12px 16px;
        border: 1px solid #00A4E6;
        text-decoration: none;
        font-size: 16px;
        color: #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        text-decoration: none!important;
        margin-right:16px;
        box-sizing: border-box;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.50), 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
        color: #fff!important;

}
.ghm_download_chrome img{
	vertical-align:middle;
}
.ghm_download_chrome.disabled img{
	opacity:0.5;
}

#ghm_download:hover,.ghm_download:hover {
    border-color: #0092CC;
    background-color: #0092CC;
    color: #ffffff!important;
}

#ghm_download.disabled:hover,.ghm_download.disabled:hover {
    border-color: #b1b1b1;
    background-color: #e9e9e9;
}

#ghm_download.disabled,.ghm_download.disabled {
    background-color: #e1e1e1;
    border-color: #c1c1c1;
    color: #bbb!important;
    box-shadow: none;
}

.gem-layout-center h1 {
    margin: 5px 0 20px 0;
    padding: 0;
    text-transform:none;
    text-align:center;
    font-size: 24px;
}

.gem-layout-center h3 {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}

a.more {
    text-decoration: none;
    /* color: #D90000; */
}


.requirments {
    margin: 20px 0 10px 0;
}


.requirments ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.requirments ul li {
    margin: 0 0 0 10px;
    padding: 1px 0 1px 10px;
    background: url(../../images/ghm/sprite_icons.png) no-repeat 0 -414px;
}

.licence {
    margin: 0 0 20px 0;
    position: relative;
}

#download_license_agreement {
    position: absolute;
    right: 0;
    top: 215px;

}

.licence_content {
    border: 1px solid #e0e0e0;
    background: #fafafa;
    height: 170px;
    overflow: auto;
    padding: 20px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 2px;
}

.licence ul {
    margin: 7px 0 0 0;
    padding: 0;
    list-style-type: none;
}

.licence ul li {
    margin: 8px 0;
    padding: 0;
    list-style-type: none;
}

.licence ul li input {
    /* float: left; */
    border: none;
    padding: 0;
    margin: 0 5px 0 0;
}

.licence ul li label {

}

.download {
    position: relative;
}

#info_message {
    display: none;
    /* width: 250px; */
    padding: 8px 16px;
    background-color: #ff4b86;
    /* border: 1px solid #d1d1d1; */
    /* position: absolute; */
    -moz-border-radius: 10px;
    /* -webkit-border-radius: 10px; */
    /* border-radius: 10px; */
    /* top: 7px; */
    /* left: 420px; */
    color: #fff;
    font-size: 14px;
    margin: 0 0 8px 0;
}


.cookie-information-container{
	background:#5B5A5A!important;
	background:rgba(30,30,30,0.7)!important;
	border-radius:2px!important;
	width:100%!important;
	right:0 !important;
	bottom:0 !important;
	left:0 !important;
	box-sizing:border-box;
	border:0 none!important;
	height:auto!important;
	min-height:auto!important;
	font-size:12px!important;
	opacity:1!important;
}

@media (min-width: 900px) {
	.cookie-information-container{

		width:20%!important;
		min-width:400px!important;
		right:0 !important;
		bottom:0 !important;
		left:auto !important;
		box-sizing:border-box;
		border:0 none!important;
		height:auto!important;
		min-height:auto!important;
		font-size:12px!important;
	}
}

.cookie-information-container a{
	text-decoration:underline;
	color:#fff;
}
