
@font-face {
    font-family: CirceBold;
    src: url(fonts/Circe-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/Circe-Bold.otf) format('opentype'), url(fonts/Circe-Bold.woff) format('woff'), url(fonts/Circe-Bold.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: CirceExtraBold;
    src: url(fonts/Circe-ExtraBold.eot?#iefix) format('embedded-opentype'), url(fonts/Circe-ExtraBold.otf) format('opentype'), url(fonts/Circe-ExtraBold.woff) format('woff'), url(fonts/Circe-ExtraBold.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: CirceLight;
    src: url(fonts/Circe-Light.eot?#iefix) format('embedded-opentype'), url(fonts/Circe-Light.otf) format('opentype'), url(fonts/Circe-Light.woff) format('woff'), url(fonts/Circe-Light.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: CirceRegular;
    src: url(fonts/Circe-Regular.eot?#iefix) format('embedded-opentype'), url(fonts/Circe-Regular.otf) format('opentype'), url(fonts/Circe-Regular.woff) format('woff'), url(fonts/Circe-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}


.container {
    max-width: 100%;
}


body
{
    display: block;
    position: relative;
    background: #fff;
    color: #6a6a6a;
    font: 14px/20px 'CirceLight', 'Arial', sans-serif;
    margin-bottom: 60px;
    min-width: 960px;
}
body.gray {
    background-color: #f2f2f2;
}

body.gray_patten {
    background: url(/static/img/news.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}

a, a:link
{
    color: #3ab839;
    text-decoration: none;
    outline: none;
}
a:hover
{
    text-decoration: underline;
}
h1
{
    font: 30px/30px 'CirceLight', 'PT Sans', 'Arial', sans-serif;
    color: #000;
}

.gray_patten h1 {
    color: #fff;
}

h2
{
    font: 24px/24px 'CirceLight', 'PT Sans', 'Arial', sans-serif;
    color: #000;
}
hr
{
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    border-bottom: solid 1px #ebebeb;
}
strong
{
    color: #000;
}
ol
{
    list-style-type: decimal;
}
.quote-left
{
    margin-left: -.5em;
}
.wrapper
{
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.clear
{
    clear: both;
}
.nobr
{
    white-space: nowrap;
}
.bigger
{
    font-size: 15px;
    line-height: 20px;
}
.small
{
    font-size: 11px;
    color: #b2b2b2;
}
.required
{
    color: #3ab839;
}
a.previous, a.next, span.previous, span.next
{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background: #fff url(../img/controls.png) no-repeat top left;
    margin: 0;
    padding: 0;
    -webkit-transition: background-color .4s ease;
    -moz-transition: background-color .4s ease;
    -o-transition-property: backgroud-color;
    -o-transition-duration: .4s;
    -ms-transition: background-color .4s ease;
    transition: background-color .4s ease;
}

.gray_patten a.previous, .gray_patten a.next, 
.gray_patten span.previous, .gray_patten span.next {
    background-color: transparent;
}

a.previous:hover
{
    background-color: #3ab839;
    background-position: 0 -40px;
}
span.previous
{
    background-position: 0 -80px;
}
span.previous.inactive, a.previous.inactive, a.previous.inactive:hover
{
    background-color: transparent;
    background-position: 0 -80px;
    cursor: default;
}
a.next
{
    background-position: -40px 0;
}
span.next.inactive, a.next.inactive, a.next.inactive:hover
{
    background-color: transparent;
    background-position: -40px -80px;
    cursor: default;
}
a.next:hover
{
    background-color: #3ab839;
    background-position: -40px -40px;
}
a.close
{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    background: #fff url(../img/controls.png) no-repeat -80px 0;
    margin: 0;
    padding: 0;
    -webkit-transition: background-color .4s ease;
    -moz-transition: background-color .4s ease;
    -o-transition-property: backgroud-color;
    -o-transition-duration: .4s;
    -ms-transition: background-color .4s ease;
    transition: background-color .4s ease;
}
a.close:hover
{
    background-color: #3ab839;
    background-position: -80px -40px;
}
.pagetitle
{
    margin-top: .7em;
    margin-bottom: .4em;
}
.fixed
{
    position: fixed;
    top: 10px;
}
.w310
{
    width: 310px;
}
.w180
{
    width: 180px;
}
.w975
{
    width: 975px;
}    

.form-select
{
    position: relative;
}
.form-select .selected
{
    border: solid 1px #d6d6d6;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
    background: url(../img/arrow-down.png) top right no-repeat;
    margin: 7px 0;
    cursor: default;
}
.form-select .options
{
    position: absolute;
    top: 30px;
    left: 0;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    width: 178px;
    display: none;
    z-index: 1;
    background: #fff;
}
.form-select .options li
{
    height: 28px;
    line-height: 28px;
    border-bottom: solid 1px #ccc;
    padding: 0 10px;
}
.form-select .options li a
{
    display: block;
    width: 100%;
    height: 100%;
}
.widget
{
    border-top: solid 1px #b2b2b2;
    padding: 12px 0;
}

.widget_news
{
    margin-bottom: 1em;
}

.widget.relnewsline
{
    border-top: solid 1px #b2b2b2;
    padding: 12px 0;
    width: 960px;
}

.widget_news.relnews
{
    margin-bottom: 1em;
}

.widget_news.relnews .item
{
    margin: 10px 15px 20px 0px;
    float: left !important;
    border-bottom: none !important;
    width: 310px;
}

.widget .title
{
    font: 9px 'Arial', sans-serif;
    text-transform: uppercase;
    color: #999;
    margin-bottom: 12px;
}
.widget.work
{
    margin-bottom: 1em;
}
.widget.work .item
{
    margin-top: 0 !important;
    float: none !important;
    border-bottom: none !important;
}
.widget.work a
{
    font-family: 'PT Sans', sans-serif;
    color: #666;
}
.widget.tags
{
    font: 11px/15px 'Arial', sans-serif;
}
.widget.via
{
    font-family: 'PT Sans', sans-serif;
}
.widget.via .name
{
    color: #000;
}
.text h4
{
    font: 13px 'Arial', sans-serif;
    color: #000;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: -1em;
}


/** HEADER **/
.header-placeholder
{
    height: 45px;
}

#header
{
    -webkit-font-smoothing: auto;
    height: 45px;
    z-index: 4;
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    color: #6a6a6a;
    font: 16px/20px 'CirceLight', 'Arial', sans-serif;
}

#header .dark
{
    height: 45px;
    width: 100%;
    background: #000;
}

.header-shadow
{
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 52px;
    background: url('../img/header-shadow.png') top left repeat-x;
}

#header .logo
{
    position: absolute;
    top: 0;
    /*left: -200px;*/ 
    /*width: 49px;*/
    float: left;
    height: 40px;
}
#header .menu
{
    height: 45px;
    position: absolute;
    left: 300px;
    top: 0;
}
#header .menu li
{
    float: left;
    margin-right: 22px;
    height: 42px;
    line-height: 42px;
}

#header .menu li.active, #header .menu li.hover
{
    border-bottom: solid 3px #34b233;
}

#header .menu.dark li.active, #header .menu.dark li.hover
{
    border-bottom: solid 3px #007eff;
}

#header .menu a, #header .menu span
{
    font: 15px/15px 'CirceLight', 'PT Sans', 'Arial', sans-serif;
    color: #000;
}

#header .menu span
{
    color: #000;
    cursor: default;
}

#header .menu.dark a, #header .menu.dark span
{
    color: #fff;
}

#header .menu a:hover
{
    color: #34b233;
    text-decoration: none;
}

#header .menu.dark a:hover
{
    color: #007eff;
    text-decoration: none;
}

#header .a-menu {
    width: 100%;
}

#header .a-menu li {
    position: relative;
    float: none;
}

#header .menu.dark .a-menu li {
    background-color: #000;
} 

#header .a-menu > li {
    float: left;
}

#header .a-menu span {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}                                               


#header .a-menu__sub {
    width: 145px;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: -10px;
    margin-right: 0px; 
}

#header .a-menu__sub__list {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: visibility 0s linear 300ms, -webkit-transform 300ms linear;
    -moz-transition: visibility 0s linear 300ms, -moz-transform 300ms linear;
    -ms-transition: visibility 0s linear 300ms, -ms-transform 300ms linear;
    -o-transition: visibility 0s linear 300ms, -o-transform 300ms linear;
    transition: visibility 0s linear 300ms,  transform 300ms linear;
}


#header .a-menu__sub__list li {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 0px;
}

#header .a-menu__sub__list li.active, #header .a-menu__sub__list li.hover {
    border-bottom: none;
}

#header .menu.dark .a-menu__sub__list li.active, #header .menu.dark .a-menu__sub__list li.hover
{
    border-bottom: none;
}


#header .a-menu li:hover .a-menu__sub__list {
    background: #fff;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);

    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

#header .search input[type=search] {

    background: url(../img/find.png) no-repeat left;
    border: solid 0px #ccc;
    padding: 2px 0px 2px 20px;
    width: 0px;
    -webkit-transition: all .5s;
    -webkit-appearance: none;
    -moz-transition: all .5s;
    transition: all .5s;
}

#header .search.dark input[type=search] {

    background: url(../img/find-dark.png) no-repeat left;
}

#header .search input[type=search]:focus {
    width: 260px;
    border: 1px solid #ccc;
    background-color: #ffffff;
    outline: none;
}

#header .search
{
    position: absolute;
    top: 10px;
    left: 930px;
    height: 25px;
}


#header .social
{
    position: absolute;
    top: 13px;
    right: 35px;
}

#header .social a
{
    background: url("../img/header-social.png") no-repeat;
    display: inline-block;
    width: 14px;
    height: 14px;
}
#header .social .facebook
{
    background-position: 3px 0;
}
#header .social .twitter
{
    background-position: -16px 0;
}
#header .social .rss
{
    background-position: -35px 0;
}
#header .social .facebook:hover
{
    background-position: 3px 100%;
}
#header .social .twitter:hover
{
    background-position: -16px 100%;
}
#header .social .rss:hover
{
    background-position: -35px 100%;
}

#header .lang
{
    position: absolute;
    left: 850px;
    top: 11px;
}

#header .lang.dark
{
    position: absolute;
    left: 850px;
    top: 11px;
    height: 25px;
}

#header .lang.dark span, #header .lang.dark a, #header .lang.dark a:link
{
    color: #007eff;
}

#header .lang span {
    color: #3ab839;
}


#footer
{
    -webkit-font-smoothing: auto;
    font-size: 11px;
    line-height: 15px;
    color: #b2b2b2;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 3;
}
#footer .footer-main .lcol
{
    width: 740px;
    float: left;
    margin-right: 15px;
}
#footer .footer-main .rcol
{
    width: 200px;
    float: right;
    text-align: right;
}
#footer .rcol a, .copyright .rcol a
{
    margin-left: 16px;
}
#footer .footer-logo
{
    display: block;
    float: left;
}
#footer .logo-text
{
    position: relative;
    top: -3px;
    overflow: hidden;
    float: left;
    height: 43px;
    margin: 0 5px;
}
#footer .logo-text .letter
{
    position: relative;
    top: -41px;
    font: 700 38px/38px 'Oxygen', sans-serif;
    color: #3ab839;
    letter-spacing: 2px;
}
#footer .img-branding-agency
{
    display: none;
}
.footer-shadow
{
    position: fixed;
    bottom: 16px;
    left: 0;
    width: 100%;
    height: 52px;
    background: url("../img/footer-shadow.png") top left repeat-x;
    z-index: -1;
}
#footer .footer-main
{
    background: #fff;
    height: 57px;
    border-top: solid 3px #34b233;
    z-index: 2;
}
.footer-copyright
{
    height: 44px;
    position: absolute;
    width: 100%;
    bottom: 0;
    background: #fff;
    font: 12px/44px 'Arial', sans-serif;
    border-top: solid 1px #ebebeb;
    color: #727272;
    z-index: -1;
}
.footer-copyright .lcol
 {
     width: 600px;
     float: left;
     margin-right: 15px;
 }
.footer-copyright .rcol
{
    width: 310px;
    float: right;
    text-align: right;
}





.jcarousel-clip-horizontal {
    overflow: hidden;
}
