﻿html,body
{
    margin: 0;
    width: 100%;
    height: 100%;
}
body
{
    background-image:url(../images/Bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    font-family: "Open Sans", Arial;
    font-size: 13px;
    color: #000;
    line-height: 1.3em;
}
form
{
    margin: 0;
}
table
{
    font-size: 100%;
}
img
{
    border: 0;
}
a
{
    color: #7f7f7f;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
h1, h2, h3, h4
{
    color: #2b2626;
}
hr
{
    border-top: solid 1px #008fd4;
    margin: 15px 0;
}
.clear
{
    clear: both;
}
.left
{
    float: left;
}
.right
{
    float: right;
}
.floatContainer
{
    max-width: 980px;
    margin: 0 auto;
}
header
{
    width: 100%;
    height: 110px;
    position: relative;
    color: white;
}
header a
{
    color: #d0d0d0;
}
header .logo
{
    float: left;
    margin: 0 0 5px 5px;
}
header .alsoVisit
{
    float: left;
    margin: 77px 0 0 20px;
    font-style: italic;
}
header .alsoVisit a
{
    font-style: normal;
    font-weight: bold;
}
header .socialIcons
{
    float: right;
    margin: 23px 10px 0 0;
}
header .socialIcons img
{
    width: 50px;
    margin-right: 10px;
}
header .phoneSubscribe
{
    float: right;
    margin: 23px 15px 0 0;
    font-size: 1.2em;
    line-height: 1.5em;
}
header .phoneSubscribe a
{
    font-size: 1.1em;
}
.sosialShare
{
    float: right;
}
.sosialShare .left
{
    margin-top: 6px;
    color: white;
}
.sosialShare .right
{
    margin-top: 3px;
}
.RadSocialShare.unbordered
{
     border: 0;
     background-color: transparent;
     margin:0;padding:0;
}
nav
{
    background-color: rgba(0,0,0,0.66);
}
.bar
{
    width: 100%;
    display: block;
}

.homePromo
{
    float: left;
    width: 192px;
    background-color: white;
    height: 305px;
    margin: 0 2px;
}
.homePromo a
{
    text-decoration: none;
}
.homePromo img
{
    width: 192px;
    height: 192px;
}
.homePromo div
{
    color: #5f4f4f;
    padding: 15px 16px;
    font-weight: 700;
    font-size: 95%;
    line-height: 1.4em;
}
.homePromo div span
{
    display: block;
    margin-bottom: 7px;
    font-size: 1.2em;
}
.homePanel h1, .content h1, .contentWithRightCol h1
{
    margin: 0;
    padding: 8px;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
}
.homePanel h1
{
    background-color: rgba(0,0,0,0.66);
    color: white;
}
.content h1, .contentWithRightCol h1
{
    padding: 10px 0 15px 0;
}
.content h2, .contentWithRightCol h2
{
    font-size: 1.4em;
    font-weight: 600;

}
.content h3, .contentWithRightCol h3
{
    font-size: 1.2em;
    font-weight: 600;

}
footer
{
    background-color: white;
    padding: 5px;
    font-size: 0.85em;
    margin-top: 5px;
}
.content, .contentWithRightCol
{
    background-color: white;
    padding: 15px;
}
.contentWithRightCol
{
    float: left;
    width: 760px;
}
.rightCol
{
    float: right;
    background-color: white;
    width: 192px;
}
.innerPromo img.innerPromoImage
{
    width: 23.5%;
    float: left;
    margin-right: 1%;
}
.innerPromo div
{
    float: left;
    width: 75.5%;
}
.innerPromo a.readMore
{
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
}
.portraitPromo
{
    width: 316px;
    margin: 0 2px 10px 2px;
}

.dynamicForm
{
}
.dynamicForm .heading
{
    font-size: 20px;
    margin-bottom: 5px;
    display: block;
    color: #2b2626;
}
.dynamicForm input[type="text"], .dynamicForm select, .dynamicForm textarea
{
    border: solid 1px #3497d3;
    border-radius: 3px;
    padding: 3px;
}
.dynamicForm input[type="submit"], .dynamicForm input[type="button"]
{
    background-color: #244291;
    border: none;
    padding: 7px;
    color: white;
    margin-top: 15px;
    cursor: pointer;
}
.dfTableLayout textarea
{
    width: 332px !important;
}
.dynamicForm .fieldlabel
{
    font-weight: bold;
    font-size: 85%;
}