@charset "utf-8";
*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}


a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    outline: none;
    /*-- CSS3 Transition --*/
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

a:focus,
a:hover,
a:active {
    outline: none;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

object,
embed {
    max-width: 100%;
}

ul {
    /* list-style: none; */
}


img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

del {
    text-decoration: line-through;
}

/* tables still need cellspacing="0" in the markup */

/*===========Usefull CSS===========*/

.clear {
    clear: both;
    display: block;
}

.clearfix {
    /*zoom:1;*/
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.row:before,
.row:after {
    display: table;
    line-height: 0;
    content: "";
}

.row:after {
    clear: both;
}

.footer-top-wrapper ul:before,
.footer-top-wrapper ul:after {
    display: table;
    line-height: 0;
    content: "";
}

.footer-top-wrapper ul:after {
    clear: both;
}

.float-element:before,
.float-element:after {
    display: table;
    line-height: 0;
    content: "";
}

.float-element:after {
    clear: both;
}

/* Common Section
----------------------------------*/

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #555;
    font-size: 14px;
    background: #ffffff;
    overflow-x: hidden;
}

.wrapper {
    position: relative;
}

.wrapper:before,
.wrapper:after {
    display: table;
    line-height: 0;
    content: "";
}

.wrapper:after {
    clear: both;
}

.common-wrapper .container.common-container.four_content {
    max-width: 1224px;
    font-size: 16px;
}

.container:before,
.container:after {
    display: table;
    line-height: 0;
    content: "";
}

.container:after {
    clear: both;
}

.container {
    position: relative;
    margin: 0 auto;
    display: block;
    max-width: 1020px;
}

.top-wrapper {
    background: #f7f7f7;
    padding: 8px 0px;
    border-bottom: 1px solid #eeeeee;
}

.top-left {
    float: left;
    height: 27px;
}

.top-left a {
    background: url(../images/flag.jpg) no-repeat 0px 0px;
    display: inline-block;
    line-height: 27px;
    padding: 0px 0px 0px 48px;
    font-size: 85%;
}

.top-left a span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/ico-link-dark.png) no-repeat;
    margin-left: 5px;
}


.header-wrapper {
    background: #fff;
}

.header-container {
    padding: 10px 15px !important;
}

/*Logo*/

.logo a {
    color: #000;
}

.logo a strong {
    font-weight: 600;
    display: block;
    font-size: 80%;
}

.logo a span {
    display: block;
    font-weight: 900;
    font-size: 110%;
	/* text-align: center; */
}

.logo a {
    display: block;
    
    border: 1px solid transparent;
    font-weight: 500;
    line-height: 60px;
}

/*Logo*/

.header-right {
    float: right;
}

.float-element {
    float: right;
    margin-left: 12px;
}


.nav-wrapper {
    height: 40px;
    background: #dddddd;
}

.body-container {
    padding: 30px 0px 0px 0px;
}

.body-container p {
    padding-bottom: 22px;
    line-height: 170%;
}

.body-container ul.list {
    padding-bottom: 22px;
    margin-left: 2px;
}

.body-container ul.list li {
    display: block;
    padding: 0px 0px 7px 15px;
    background: url(../images/blt.png) no-repeat 0px 6px;
}

.body-container ul.list li a {
    display: inline-block;
}

.body-container ul li a:hover {
    text-decoration: underline;
}

h2.title {
    font-size: 205%;
    font-weight: 300;
    padding-bottom: 6px;
    line-height: 120%;
}

h3.sub-title {
    font-size: 180%;
    font-weight: 300;
    padding-bottom: 6px;
    line-height: 120%;
}

h2.title.bold,
h3.sub-title.bold {
    font-weight: 700;
}
.footer-bottom-wrapper {
    background-image: url(../images/footer-bottom-bg.png);
    background-repeat: repeat;
    background-color: #333;
    padding: 15px 0px;
    color: #fff;
    position: relative;
    text-align: center;
}

.footer-bottom-wrapper:after {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    height: 4px;
    width: 100%;
    background: url(../images/after-bottom-bg.png) repeat;
    z-index: 10;
}
.footer-content {
    display: inline-block;
}

.copyright-content {
    color: #fff;
    float: right;
    font-size: 76%;
    line-height: 150%;
    padding: 5px 25px 0px 0;
    text-align: center;
    width: auto;
}

.copyright-content span {
    /*color: #888888;*/
    display: block;
}

.footer-bottom-wrapper a {
    color: #fff;
}

.footer-bottom-wrapper a:hover {
    text-decoration: underline;
}

.footer-block {
    width: 33.333%;
    float: left;
}

.footer-block .flt-left {
    float: left;
}

.footer-block .flt-right {
    float: right;
}

/*Common wrapper*/

.common-wrapper {
    border-bottom: 1px solid #eeeeee;
    background: #fbfbfb;
    z-index: 10;
}

.top-header {
    height: 36px;
}

.container.common-container {
    padding: 0 15px;
    width: 100%;
    position: relative;
}

.common-left {
    float: left;
    position: relative;
}


.container.common-container {
    max-width: 1200px;
}

.logo {
    background: none;
    padding: 0;
}


.container-inline {
    position: relative;
}

.container-inline #edit-actions {
    position: absolute;
    top: 1px;
    right: 0px;
}

.logo img {
    float: left;
    padding: 0 15px 0 5px;
}

.logo {
    font-size: 140%;
    display: inline-block;
}
