/* Main CSS file for golmium.com */

/* Colors 

background 555555
dark-background 2B3A42

light-text EFEFEF 
dark-text 555555

link F09000
link-hovered EFEFEF
*/

/*-------------- General --------------*/

div#header_zone
{
    background-color:#555555;
}

.dark_row
{
    background-color:#555555;
}

.header_colL
{
    background-color:#555555;
}

.header_colR
{
    background-color:#555555;
}

a.header_link:link, a.header_link:visited
{
    color:#F09000;
}

a.header_link:hover, a.header_link:active
{
    color:#FF530D;
}

a#softpedia_link
{
	font-size:1.2em;
}

header
{
    color:#EFEFEF;
    padding-top:35px;
    padding-bottom:35px;
    font-size:2.2em;
}

/*-------------- Content --------------*/

.app_table_row
{
    display:table-row;
    max-width:980px;
    text-align:center;
}

.app_cell_50
{
    display:table-cell;
	width:50%;
    float:left;
}

.app_text_cell
{
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
    padding-right:20px;
    font-size:1.4em;
    font-weight:bold;
    color:#555555;
}

.promo
{
    color:#46423b;
}

.quote_column
{
	width:50%;
    background-color:#555555;
    float:left;
    text-align:justify;
    padding:20px;
}

.apps_column_2
{
    width:50%;
    background-color:#555555;
}

.apps_column_2_image
{
    float:left;
    width:70%;
}

.apps_column_2_text
{
    float:left;
    width:30%;
}

.apps_column_L
{
    width:65%;
}

.apps_column_R
{
    width:35%;
}

.apps_column_2L
{
    width:70%;
}

.apps_column_2R
{
    width:30%;
}

.apps_column_phoneL
{
    width:70%;
}

.apps_column_phoneR
{
    width:30%;
}

.apps_column_2L_dark1
{
    width:50%;
    background-color:#A68D7D;
    float:left;
    padding-top:10px;
}

.apps_column_2R_dark1
{
    width:50%;
    background-color:#A68D7D;
    float:left;
}

p.text1
{
	padding-top:0px;
    padding-bottom:0px;
    padding-left:10px;
    padding-right:10px;
}

.apps_column_3
{
    width:28%;
    background-color:#555555;
    padding-left:10px;
}

.apps_column_3_center
{
    width:44%;
    padding-left:10px;
    background-color:#555555;
}

.app_text_2
{
    text-align:left;
    padding-left:20px;
    color:#ffffff;
    background-color:#555555;
}

p#phone_first_text
{
    padding-top:150px;
    margin:0px;
}

.app_text_3
{
    color:#EFEFEF;
    background-color:#555555;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:10px;
    padding-right:10px;
}

.quote
{
	/*text-align:justify;*/
	font-style:normal;
	margin-bottom:0px;
}

ul.list_text
{
    text-align:left;
    padding-left:80px;
    padding-right:0px;
    padding-top:0px;
    padding-bottom:0px;
    font-size:1.5em;
    color:#EFEFEF;
}

div.dark_table
{
    background-color:#555555;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom:0px;
}

.app_image
{
    padding-top:0px;
    padding-bottom:0px;
}

p.also_available
{
	padding-top:150px;
}

p.download_also_available
{
    text-align:center;
}

.not_mobile
{
    display:block;
}

.mobile
{
    display:none;
}
	
/*-------------- Bottom --------------*/

div#bottom_zone
{
    background-color:#555555;
    margin-top:0px;
}

.bottom_row
{
    background-color:#555555;
}

.bottom_column
{
    background-color:#555555;
}

a.bottom_text:link, a.bottom_text:visited
{
    color:#F09000;
}

a.bottom_text:hover, a.bottom_text:active
{
    color:#FF530D;
}

/*-------------- SubBottom --------------*/

footer
{
    background-color:#2B3A42;
}

p#copyright
{
	color:#999999;
}

/*-------------- Mobile --------------*/

@media only screen and (max-width:600px)
{
    .not_mobile
    {
        display:none;
    }
    
    .mobile
    {
        display:block;
    }
}


/* End */



